@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url('images/body_bg.png') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

a {
	text-decoration: none;
	color: #b6291a;
}

a:hover {
	color: #412a21;
}

img {
	border: 0;
}

#header {
	line-height: 125px;
	text-align: center;
	color: #461b1b;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

#construction_notice {
	height: 285px;
}

#construction_notice div {
	text-align: center;
	color: #b6291a;
	padding-top: 20px;
}
.check_back {
	font-size: 24px;
}

#company_name {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 35px;
	font-size: 12px;
	text-transform: uppercase;
}

#company_information {
	background: transparent url('images/company_information_bg.png') bottom left repeat-x;
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
}

#company_information div {
	width: 550px;
	margin: 0 auto;
}

#company_information div div {
	background: transparent url('images/company_information_separator.png') bottom right repeat-y;
	float: left;
	width: 550px;
}

#company_information div div div {
	float: left;
	width: 234px;
	background: transparent url('images/company_information_separator.png') top left repeat-y;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #5a5a5a;
}

#company_information ul{
	text-align: center;
	vertical-align: top;
}
#company_information ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px;
	border-left: 1px solid #fff;
	min-height: 100px;
	margin: 0;
	min-width: 200px;
}
#company_information ul li a{
	color: red;
	text-decoration: underline;
}
#company_information ul li a:hover{
	color: red;
	text-decoration: none;
}
