/* CSS Document */
body 				{
	background-color: #B9151C;
	text-align: center;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-position: 0 -69px;
}

img, div { behavior: url(/assets/css/iepngfix.htc) }

h1 					{
	font-size: 24px;
	color: #D31821;
	margin: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
h1 span				{ background-color: #FFFFFF; padding: 0 12px; }
h2  				{
	margin: 0;
	font-size: 18px;
} 
h2 span				{ background-color: #F3F0DA; padding: 0 8px 0 4px; font-size: 16px; } 
a:link 				{
	color: #FFFFFF;
	font-weight: bold;
} 
a:visited 			{
	color: #F9FC69;
	font-weight: bold;
	text-decoration: none;
} 
a:hover				{ text-decoration: none; } 
a:active			{
	color: #F9FC69;
	text-decoration: none;
	font-weight: bold;
} 
img					{ border: 0; }
acronym 			{ cursor: help; }

/* Main Styles */
#container			{
	width: 960px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
}

#topnumber			{
	float: right;
	color: #CCCCCC;
	margin: 0 50px 0 0;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
}
#topnumber span		{
	font-size: 16px;
	text-align: center;
	color: #999999;
}

#main				{
	clear: both;
	margin: 8px 0;
	color: #FFFFFF;
	background-image: url(/assets/images/mid.png);
	background-repeat: repeat-y;
	background-position: 7px;
}

.midicons			{
	float: left;
	width: 30%;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 1.5% 40px 1.5%;
	padding: 180px 0 0 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-decoration: none;
}
.midicons img			{
	margin: 0 auto;
	display: block;
}
.iconinfo			{ background-image: url(/assets/images/icons/info.jpg); }
.iconcheck			{ background-image: url(/assets/images/icons/check.jpg); }
.icontruck			{ background-image: url(/assets/images/icons/truck.jpg); }

.iconinfo:hover				{ background-image: url(/assets/images/icons/info-over.jpg); }
.iconcheck:hover			{ background-image: url(/assets/images/icons/check-over.jpg); }
.icontruck:hover			{ background-image: url(/assets/images/icons/truck-over.jpg); }

#content			{
	padding: 10px 20px;
	background-image: url(/assets/images/mid-top2.png);
	background-repeat: repeat-x;
}

.testimonials		{
	margin: 0 20px;
	display: block;
	background-image: url(/assets/images/test-1.png);
	background-repeat: no-repeat;
	padding: 10px 20px;
	font-size: 24px;
}
.testimonials div		{
	background-image: url(/assets/images/test-2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.testimonials em	{
	font-style: normal;
	text-align: right;
	display: block;
	margin: 0 20px;
	height: 40px;
	font-size: 18px;
	padding: 0 60px;
}

#start-move			{
	float: right;
	width: 361px;
	background-image: url(/assets/images/start.jpg);
	background-repeat: no-repeat;
	height: 280px;
	font-size: 18px;
	padding: 10px 10px 10px 30px;
}
#start-move h2			{
	text-align: center;
	color: #CCCCCC;
	font-size: 24px;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#start-move	label		{
	width: 140px;
	display: block;
	float: left;
}
#start-move	span		{
	margin: 0 0 0 160px;
	display: block;
}

/* Slideshow Style */
#imageContainer 	{ position:relative; margin:0; width:450px; text-align: center; height: 300px; }
html>body #imageContainer 	{ position:relative; margin:0 0 0 0; width:450px; text-align: center; height: 300px; }
#imageContainer img { display:none; position:absolute; top:0; left:0; border: 0; }
#wraphome 			{ display:none; }

ul#nav				{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 700px;
	display: block;
	height: 35px;
}
html>body ul#nav				{

}
#nav li				{
	float: left;
	margin: 0 5px;
	display: block;
}
#nav a				{ height: 35px; display: block; }
#nav span			{ display: none; }

a#home-nav			{ background-image: url(/assets/images/nav/home.gif); width: 126px; }
a#about-nav			{ background-image: url(/assets/images/nav/about.gif); width: 126px; }
a#services-nav		{ background-image: url(/assets/images/nav/services.gif); width: 126px; }
a#news-nav			{ background-image: url(/assets/images/nav/news.gif); width: 126px; }
a#contact-nav		{ background-image: url(/assets/images/nav/contact.gif); width: 126px; }

a#home-nav:hover		{
	background-image: url(/assets/images/nav/home-over.gif);
}
a#about-nav:hover		{
	background-image: url(/assets/images/nav/about-over.gif);
}
a#services-nav:hover	{
	background-image: url(/assets/images/nav/services-over.gif);
}
a#news-nav:hover		{
	background-image: url(/assets/images/nav/news-over.gif);
}
a#contact-nav:hover		{
	background-image: url(/assets/images/nav/contact-over.gif);
}

/*  News  */

.narrowcolumn {
	float: left;
	padding: 15px 0 20px 25px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 15px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;
	}

.post {
	margin: 0 0 40px;
	
	}
	
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 625px;
	width: 290px;
	}

/* Footer */
#bottom				{
	color: #FFFFFF;
	font-size: 12px;
	border-top: 1px dotted #121212;
	padding: 10px 0 0 0;
}

#footer				{
	clear: both;
	text-align: right;
	margin: 20px 10px 5px 0;
	color: #FFFFFF;
	font-size: 16px;
}

ul#social				{
	list-style-type: none;
}
ul#social li			{
	margin: 3px 0;
}

/* Form Styles */
h6 						{
	display: block;
	background-color: #820F14;
	font-size: 1.4em;
	height: 22px;
	padding: 2px 0px 0px 15px;
	color: #E4ECED;
	margin: 10px 0px 10px 0px;
}

#form 					{
	width: 580px;
	display: block;
}
#form label 			{
	float: left;
	width: 240px;
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#form span  			{ float: right; width: 50%; display: block; margin: 0px 0px 0px 0px; padding: 0px; }
.level 					{
	background-color: #EF4E52;
	display: block;
	width: 100%;
	height: 23px;
}
.level2 				{ display: block; width: 100%; height: 18px; margin: 2px 0px 2px 0px; padding: 2px 0px 2px 0px; }
.fieldbox 				{ margin: 0px; padding: 0px; }

#form p				{ padding: 0px; text-align: center; }
#form em			{
	color: #000000;
}
#form div.row		{ clear: both; padding-top: 5px; }
#form span.field	{
	float: right;
	width: 315px;
	text-align: left;
}
#form div.submit	{ clear: both; }
#form .req			{ font-weight: bold; }

#form input, #form textarea						{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form input:focus, #form textarea:focus			{
	border: 1px solid #ff6600;
}
#ack					{
	border-bottom:1px solid #FF8000;
	border-top:1px solid #FF8000;
	padding: 5px 20px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #AC130B;
} 
#hidden				{ display: none; } 


.clear {
	clear: both;
}

