@charset "utf-8";

/* Main Styles */
html {
	overflow-x:hidden;
}
body { 	width: 100%;
		margin: auto; 
		text-align:left;
		font-size: 0.75em; 
		color: #fff;
		font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; 
		background:url(/images/body-background.jpg) no-repeat #00090b;
		line-height:1.3em;
}

h1 {
	font-size:1.6em;
	color:#f00;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#000; /* fa7c01 */	
}

hr {
	border: 0px;
	border-top: 1px dotted #c5c8c0;
	height:1px;
	margin:20px 0;
}

a:link, a:visited {
	color: #f00;
	text-decoration:none;
}
a:hover {
	color:#000;
}


input, textarea {
	background-color:#efefef;
	border:1px solid #777;
}

label {
	font-weight:bold;
}


/* PNG FIX */
img { behavior: url(/css/iepngfix.htc);
}

/* Content */

#wrapper {
	width:745px;
	min-height:630px;
	border-right:45px solid #d3d3d3;
	border-left:45px solid #d3d3d3;
	margin-left:50px;
	padding:10px;
	background-color:#fff;
	color:#666;
}


/* Top Bar */
div#top-bar {
	width:860px;
	border-right:45px solid #d3d3d3;
	height:127px;
	background:url(/images/topbar-background.jpg) no-repeat #efefef;
	margin:0;
}

div#top-image img{
	border:0;
}

div#top-nav {
	width:580px;
	height:47px;
	position:absolute;
	top:80px;
	left:300px;
	margin:0;
	font-size:1.3em;
	color:#ccc;
}


div#top-nav a{
	color:#333;

	margin:0 5px;
}

div#top-nav-links {
	display:block;
	height:35px;
	position:relative;
	top:12px;
	vertical-align:middle;
	line-height:normal;
}

div#top-nav a:hover{
	color:#f00;
	text-decoration:underline;
}

div#logo {
	float:left;
	display:block;
}

div#logo img{
	border:0;
	display:block;
}

div#top-tel {
	float:right;
	position:absolute;
	color:#333;
	font-size:2em;
	left:570px;
	top:30px;
	font-weight:normal;
	line-height:normal;
}

div#facebook {
	float:right;
	position:relative;
	top:27px;
	right:10px;
}
div#twitter {
	float:right;
	position:relative;
	top:27px;
	right:20px;
}


/* Main Box */

div#main-box {
	height:160px;
	background:url(/images/mainbox-tile.jpg) repeat-x top #ccc;
	border:1px solid #aeaeae;
	padding:10px;
}



div#main-box ul {
	margin:0;
	padding:0;
	}

div#main-box li {
	list-style-type: none;
	background: url(/images/bullet.png) no-repeat top left;
	height: 26px;
	padding-left: 18px;
}






/* Main Content */

div#main-content {
	margin-top:20px;
}

div#main-content img{

}

div#main-content h1{
	color:#000;
}

div#main-content ul{
	margin:0;
	padding:0;
	margin-left:20px;
}

div#main-content ol{
	margin:0;
	padding:0;
	margin-left:20px;
}

div#main-content li{
	margin:0;
	padding:0;
}


/* Hompage Boxes */

div#home-boxes {
	margin-top:10px;
}


div#home-boxes img {
	border:1px solid #aeaeae;
	margin-right:15px;
}

div#home-logos {
	text-align:right;
	margin:10px 0;
}

div#home-logos img{
	margin-right:10px;
}


div.home-col {
	float:left;
	width:180px;
	margin-left:20px;
}

div.home-col img{
	border:0;
}


div.image-left {
	float:left;
	margin: 0 10px 20px 0;
	border:0px solid #999;
}

div.image-left img{
	display:block;
}

div.image-right {
	float:right;
	margin: 0 0 30px 30px;
	text-align:center;
	display:block;
}

div.image-right img{
	display:block;
	margin-bottom:5px;
}


table.price-table {
	border-collapse:collapse;
	width:420px;
}

table.price-table th {
	background-color:#f00;
	color:#fff;
	
}

table.price-table td,th {
	border:1px solid #999;
	padding:3px;
}

table.price-table tr.altrow {
	background-color:#f6f6f6;
}

div.special-offers {
	background:url(/images/mainbox-tile.jpg) repeat-x top #ccc;
	border:1px solid #aeaeae;
	padding:10px;
	width:400px;
	color:#f00;
}

div.special-offers h2{
	margin-top:0;
	font-weight:bold;
	color:#000;
}

/* Contact */
div.telephone {
	float:right;

	text-align:left;
	color:#f00;
	line-height:normal;
	width:218px;

	background-color:#efefef;
	padding:5px;
	margin-bottom:10px;
}


/* Footer */

div#page-footer {
	height:25px;
	background-color:#d3d3d3;
	padding:10px 45px;
	color:#666;
}

div#page-footer a{
	color:#333;
}

#footer {
	width:855px;
	font-size:0.9em;
	color:#fff;
	text-align:left;
	margin-left:50px;
}




#footer img{
	border:0;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

div.footer_left {
	float:left;
	width:150px;
	margin-left:30px;
}

div#footer_right {
	float:right;

	margin-right:0px;
	text-align:right;
}