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

@import "reset.css";

body {
	background:#820002;
	color:#fff;
	font:11pt Tahoma, Geneva, sans-serif;
}
a {
	color:#fff;
}
p {
	margin:8px 0;
}
h1, h2, h3, h4 {
	margin:0 0 4px 0;
}
h1 {
	color:#fee35a;
	font:20pt "Trebuchet MS", Arial, Helvetica, sans-serif
}
h1 span {
	color:#000;
}
h2 {
	color:#fff;
	font:italic 14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color:#fff;
	font: italic 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color:#0077bd;
	font:italic 22pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
hr {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
ul {
	margin:8px 0 8px 30px;
	list-style:outside disc;
}
ol {
	list-style:outside decimal;
	margin:8px 0 8px 30px;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.left {
	display:inline;
	float:left;
	margin-right:15px;
}
.hr {
	border-bottom:1px solid #fff;
	height:1px;
	margin:15px 0;
}
.right {
	display:inline;
	float:right;
}
.image {
	border:1px solid #000;
}
.indent {
	margin-left:15px;
}
.small {
	font-size:85%;
}
.spacer {
	height:15px;
}
.underline {
	text-decoration:underline;
}

#header {
	background:url(../images/header-bg.png) center top no-repeat;
	height:294px;
	margin:0 auto;
	padding:40px 0 0 0;
	text-align:left;
	width:988px;
}
#logo {
	margin:0 0 0 45px;
}
#header-title {
	color:#440102;
	font:38pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:50px 0 0 40px;
	width:400px;
}
#header-info {
	color:#000;
	font:9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 60px;
	width:300px;
}
#header-phone {
	color:#440102;
	font:16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:80px 0 0 40px;
	text-align:center;
	width:320px;
}
#menu {
	margin:0 auto;
	width:951px;
}
.menu {
	margin:0;
}
.menu li {
	background:url(../images/menu-bg.png) center top no-repeat;
	display:inline;
	float:left;
	height:34px;
	width:133px;
}
.menu li a {
	color:#000;
	display:block;
	font:bold 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
}
.menu .first {
	background:url(../images/menu-bg-first.png) center top no-repeat;
	display:inline;
	float:left;
	height:34px;
	width:153px;
}
.menu .first a {
	padding-left:20px;
}
.menu .last {
	background:url(../images/menu-bg-last.png) center top no-repeat;
}

#content {
	margin:15px auto;
	width:800px;
}

.boxes {
	margin:0;
}
.boxes li {
	background:url(../images/box.png) center top no-repeat;
	display:inline;
	float:left;
	font:8pt Tahoma, Geneva, sans-serif;
	height:216px;
	margin:0 auto;
	padding:10px;
	width:231px;
}
.boxes .separator {
	background:none;
	display:inline;
	float:left;
	margin:0 auto;
	padding:0;
	width:20px;
}
.pictures {
	margin:0;
}
.pictures li {
	display:inline;
	float:left;
	font:8pt Tahoma, Geneva, sans-serif;
	height:216px;
	margin:0 auto 20px;
	width:231px;
}
.pictures li img {
	border:2px solid #fff;
}
.pictures .separator {
	background:none;
	border:0px;
	display:inline;
	float:left;
	margin:0 auto;
	padding:0;
	width:20px;
}


#footer {
	font:9pt Tahoma, Geneva, sans-serif;
	margin:0 auto;
	text-align:right;
	width:800px;
}
