@charset"utf-8";
body {
	background:#000 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#cb0e0e;
}
.content {
	width:942px;
	margin:40px auto;
	height:1000px;
}
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li {
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.menu ul li a {
	background:url("images/menu.png") no-repeat;
	color:#CCC;
	display:block;
	font:18px/62px Arial, Helvetica, sans-serif;
	height:62px;
	margin:0 1px 0 0;
	text-align:center;
	text-decoration:none;
	width:156px;
}
.menu ul li a:hover {
	background:url("images/menu_active.png") no-repeat;
	color:#333;
	text-decoration:none;
}
.menu ul li .selected {
	background:url("images/menu_active.png") no-repeat;
	color:#333;
}
.page {
	background:#FFF;
	clear:left;
	width:941px;
	padding:0 0 10px;
}
.logo {
	padding:10px;
}
.logo img {
	border:none;
	padding:0;
	margin:0;
}
.infoboxes {
	height:277px;
	margin:0 10px;
	background:#111111;
}
.infoboxes .vline {
	background:url(images/vline.jpg) repeat-y;
	width:1px;
	height:277px;
	float:left;
}
.infoboxes .box {
	width:229px;
	height:277px;
	background:#111111;
	float:left;
	overflow:hidden;
}
.infoboxes .box h1, .infoboxes .box .title {
	font-size:20px;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px 0;
}
h1{
	font-size:20px;
	margin:10px;
}
.infoboxes .box p {
	color:#FFFFFF;
	padding:0 18px;
	text-align:justify;
}
.infoboxes .box ul {
	color:#FFFFFF;
	padding:0 18px;
	text-align:justify;
}
.infoboxes .box h1 span {
	color:#FFFFFF;
	padding:0 18px;
	text-align:justify;
	font-size:13px;
}
.infoboxes .box:hover {
	width:229px;
	height:277px;
	background:url(images/box_hover.jpg) repeat-x -7px;
	float:left;
	overflow:hidden;
}
.infoboxes .left:hover {
	background:#111111 url(images/box_hover.jpg) no-repeat left;
	height:277px;
}
.infoboxes .left {
	background:#111111 url(images/black_left.jpg) no-repeat left;
	height:277px;
}
.infoboxes .right:hover {
	background:#111111 url(images/box_hover.jpg) no-repeat right;
	height:277px;
	width:231px;
	overflow:auto
}
.infoboxes .right {
	background:#111111 url(images/black_right.jpg) no-repeat right;
	height:277px;
	width:231px;
	overflow:auto
}
.boxes {
	background:#111111;
	margin:0 10px;
	color:#FFF;
}
.boxes .top {
	background:url(images/black_top.jpg) no-repeat;
	width:921px;
	height:9px;
}
.boxes .bottom {
	background:url(images/black_bottom.jpg) no-repeat;
	width:921px;
	height:9px;
}
.boxes h1, .boxes h2 {
	font-size:20px;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 18px;
	text-decoration:underline;
}
.boxes p, .boxes ul, #enquery {
	color:#FFFFFF;
	padding:0 18px;
	text-align:justify;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	color:#000;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bolder;
	width:941px;
	padding:0 0 10px;
}
ul {
	margin:0 17px;
}
.boxes table {
	margin:0 17px;
}
#enquery label{
	display:block;
	margin:10px 0 0;
}
#enquery input{
	display:block;
}
#enquery input[type=text]{
	width:450px;
	height:24px;
	font-size:14px;
}
#enquery textarea{
	width:450px;
	height:100px;
}
#enquery input[type=submit]{
	background:#CB0E0E;
	border:none 0;
	font-size:14px;
	color:#FFFFFF;
	padding:5px 15px;
	cursor:pointer;
	margin:10px 0;
}
.succ{
	background:#009900;
	color:#FFFFFF;
	padding:10px 15px;
	margin:18px;
	font-weight:bold;
}
.error{
	color:#CB0E0E;
}
#enquery input.error, textarea.error{
	background:#F9B9BB;
	color:#000;
	font-weight:bold;
}
.q{
	float:right;
	margin:-135px 21px 0;
}
.clear{
	clear:both;
}
.menu ul li ul{
	position:absolute;
	display:none;
}
.menu ul li ul li{
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid;
    color: #000000;
	margin:0;
	padding:0;
}
.menu ul li ul li a {
    display:block;
	background:none;
	font: 13px/15px Arial,Helvetica,sans-serif;
	margin:0;
	padding:10px 5px;
    text-decoration: none;
    width: 146px;
	height:auto;
	color:#000;
}
.menu ul li ul li a:hover{
	background:#F9F9F9;
	text-decoration:underline;
}


