@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/background.jpg) repeat-x #39140B;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.content {
	width:960px;
	margin:0 auto;
	padding:0;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

#header {
	background:url(images/head.png) top center no-repeat;
	height:262px; overflow:hidden;
}

#header h1 {
	margin:0;
	padding:0;
	float:left;
}

#header h1 a {
	width:430px;
	height:213px;
	display:block;
	text-indent:-10000px;
	outline:0;
}

#header h3 {
	font-size:20px;
	padding:30px 20px;
	color:#09F;
	text-align:right;
}

#header ul {
	margin:0 30px;
	padding:0;
	height:38px;
	overflow:hidden;
	border-left:1px solid #CCC;	
}

#header li {
	float:left;
	list-style:none;
}

#header li a {
	display:block;
	font-size:16px;
	text-decoration:none;
	border-left:1px solid #FFF;
	border-right:1px solid #CCC;
	padding:10px 25px;
	color:#5b6a74;
}

#header li a:hover {
	color:#333;
	background:#DDD;
}


#body {
	background:url(images/content.png) top center repeat-y;
}


.col1 {
	float:left;
	width:370px;
	margin:30px 40px;
	display:inline;
}

.col2 {
	float:left;
	width:470px;
	margin:30px 40px 30px 0;
	display:inline;
}

.col3 {
	float:left;
	width:470px;
	margin:30px 40px 30px 0;
	display:inline;
	text-align:right;	
}



h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0 0 20px;
}

h1 {
	font-size:30px;
	letter-spacing:-1px;
	line-height:30px;
	color:#09F;
}

h2 {
	font-size:22px;
	letter-spacing:-1px;
	line-height:22px;
	color:#FFF;
}

h3 {
	font-size:20px;
	letter-spacing:-1px;
	line-height:20px;
	color:#666;
	padding:0;
}

a {
	color:#2996DF;
}

p {
	font-size:12px;
	line-height:21px;
	color:#444;
}

ul {
	margin:0;
	padding:20px;
}

li {
	font-size:12px;
	line-height:21px;
	color:#444;
}

#footer {
	background:url(images/footer.png) top center no-repeat;
	padding:65px 0;
}


#footer p {
	color:#888;
	margin:0;
	line-height:14px;
}

#footer a {
	color:#999;
}

#footer form {
	padding:20px;
	background:#000;
}

#footer  label {
	float:left;
	color:#999;
	margin-right:10px;
}

#footer input {
	background:#2A2A2A;
	color:#CCC;
	font-size:12px;
	padding:4px;
	border:#2A2A2A;
	margin-top:4px;
}

.small {
	font-size:10px;
}

#contact label {
	display:block;
	font-weight:bold;
	padding-bottom:4px;
}

#contact .inp {
	border:1px solid #BBB;
	background:#FFF;
	width:95%;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.photo {
	text-align:center;
	margin-right:15px;
	float:left;
	font-size:10px;
	color:#444;
	margin-bottom:20px;
}

.photo img {
	display:block;
	margin-bottom:5px;
}


a.gallery {
	margin:18px;
	display:block;
	float:left;
}

a.gallery img {
	border:2px solid #AAA;
}

img { border:0; }


