@charset "utf-8";
/* CSS Document */

.container {
	background: #000000 none repeat scroll 0 0;
	border: 7px solid #F12D14;
	margin: 12px auto 0;
	min-height: 540px;
	padding: 30px;
	width: 800px;
}
.left {
	float: left;
	width: 250px;
	min-height: 400px;
}
.right {
	float: right;
	width: 500px;
	min-height: 400px;
}
body {
	background: url(../images/bodybg.png) no-repeat center;
}
h1 {
	background: #161616 none repeat scroll 0 0;
	border: 1px solid #323232;
	color: #f20010;
	font-family: arial;
	font-size: 22px;
	letter-spacing: 5px;
	margin: 0;
	padding: 7px 7px 7px 10px;
	text-shadow: 1px 1px 1px #000;
}
h2 {
	border-bottom: 1px solid #3e3e3e;
	color: #f20010;
	font-family: arial;
	font-size: 18px;
	letter-spacing: 4px;
	margin: 0 0 20px;
	padding: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100 */
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,72,77,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
p {
	color: #666;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 16px;
}
.menu {
	margin: 80px 0 0;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul li {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	display: block;
	transition: all 0.2s ease-in;
}
.menu ul li a {
	color: #757575;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 18px 15px;
	transition: all 0.2s ease-in;
	text-decoration: none;
}
.menu ul li a.active {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) repeat scroll 0 0;
	color: #fff;
}
.menu ul li a:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) repeat scroll 0 0;
	color: #fff;
}
.content_area {
	background: #131313 none repeat scroll 0 0;
	border: 1px solid #b12020;
	margin: 80px 0 0;
	padding: 0 0 15px;
}
.homewrap, .aboutwrap, .servicewrap, gallerywrap, contactwrap {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.homewrap input[type="text"] {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%) repeat scroll 0 0;
	border: 1px solid #f20010;
	color: #fff;
	margin: 0 0 20px;
	min-height: 39px;
	padding: 11px;
	width: 100%;
}
.homewrap input[type=email] {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%) repeat scroll 0 0;
	border: 1px solid #f20010;
	color: #fff;
	margin: 0 0 20px;
	min-height: 39px;
	padding: 11px;
	width: 100%;
}
.homewrap textarea {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%) repeat scroll 0 0;
	border: 1px solid #f20010;
	color: #fff;
	margin: 0 0 30px;
	min-height: 100px;
	padding: 10px;
	width: 100%;
}
.homewrap input[type="submit"] {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) repeat scroll 0 0;
	border: 4px solid #b12020;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;
}
