body
{
 	background: #000 url(/media/images/bg.jpg) top right no-repeat;
 	color: #fff;
 	font-family: arial, tahoma, helvetica;
 	font-size: 70%;
 	margin: 15px 0;
	line-height: 1.6;
}

.clear
{
	display: block;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
	visibility: hidden;
}

a
{
	color: red;
}

a:hover
{
	text-decoration: none;
}

img {border: 0;}
form {margin: 0;}

input, select, textarea
{
	font-family: arial, tahoma, helvetica;
	font-size: 100%;
}

.text
{
	padding: 3px;
	border: 1px solid #000;
	color: #000;
}

.button
{
	background: #b50000;
	color: #fff;
	border: 0 none;
	text-transform: uppercase;
	padding: 2px 15px;
}

hr
{
	background: #fff;
	color: #fff;
 	border: 0 none;
 	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: segoe UI, arial, tahoma, helvetica;	
}

h1 {font-size: 250%;}
h2 {font-size: 220%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

#wrapper
{
	width: 930px;
	margin: 0 auto;
	background: #1a1a1a;
}

#header
{
	height: 93px;
	background: url(/media/images/header-bg.gif) repeat-x;
	padding: 0 20px;
	border-bottom: 5px solid #0d0d0d;
}

#header .logo
{
	float: left;
	margin: 20px 0 0 0;
	display: inline;
}

#header .phone
{
	float: right;
	font-size: 210%;
	font-family: segoe UI, arial, tahoma, helvetica;
	padding: 0 5px;
	color: #bbb;
	margin: 35px 0 0 0;
}

#header .phone b
{
	color: #fff;
	font-weight: normal;
}

#banner
{
	position: relative;
	height: 221px;
}

#banner img
{
	float: left;
}

#banner #red
{
	float: left;
	background: #890101 url(/media/images/red-grad.gif) repeat-x top;
	height: 211px;
	width: 279px;
	padding: 10px 20px 0 30px;
}

#banner #red h2
{
	margin: 0 0 -5px 0;
}

#banner #tab
{
	margin-top: -5px;
}

#form
{
	position: absolute;
	top: 0;
	left: 361px;
	background: #fff;
	color: #000;
	width: 200px;
	padding: 10px 20px 20px 20px;
}

#form .close
{
	float: right;
	margin-right: -10px;
	display: inline;
}

.error b
{
	display: block;
	color: #b50000;
}

#form .text
{
	width: 190px;
}

#boxes
{
	border-top: 1px solid #b50000;
	padding: 10px 0 0 15px;
}

#boxes div
{
	width: 250px;
	float: left;
	background: #000;
	margin: 0 15px 15px 0;
	padding: 20px;
	min-height: 180px;
}

* html #boxes div
{
	height: 180px;
}

#boxes div h3
{
	margin-top: 0;
}

#logos
{
	clear: both;
	min-height: 1px;
	padding: 0 15px 10px 15px;
}

* html #logos
{
	height: 1px;
}


#footer
{
	background: #000;
	padding: 15px 0;
	color: #444;
}

#footer b a
{
	font-weight: normal;
	float: right;
	color: #444;	
}

#footer b a:hover
{
	color: #fff;
}

#footer p
{
	margin-bottom: 0;
	text-align: right;
}