@import url("nav.css");

img, div, li { behavior: url("iepngfix.htc") }

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background-color: #FFF;
	}
	
br { clear: both; }

img { float: left; }

img,
a { border: none; }

h1 { 
	color: #b00309;
	text-transform: uppercase;
	font-style: oblique;
	text-decoration: underline;
	}

a { color: #f20134; text-decoration: none; } 
	
a:hover { text-decoration: underline; } 

#submenu {
	 font-size: 16px;
	}

#top {
	font-size:18px;
	font-weight: bold;
}

#wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	}
	
#header {
	width: 100%;
	height: 134px;
	margin: 0;
	padding: 0;
	float: left;
	background: #FFF url(../images/general/background-header.gif) repeat-x top left;
	}

#header-content {
	width: 1000px;
	height: 134px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: transparent;
	}
	
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	}
	
#content {
	width: 1000px;
	min-height: 700px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
	background: transparent url(../images/general/background-content.jpg) no-repeat top left;
	}
	
#internal_content {
	width: 500px;
	min-height: 700px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: right;
	text-align: right;
	
	}
	
#home_content {
	width: 595px; 
	margin: 0;
	padding: 0 5px 0 0;
	float: right;
	background-color: transparent;
	}
	
#home_content #quotes {
	width: 283px; 
	margin: 35px 0 0 0; 
	padding: 0; 
	float: left; 
	background-color: transparent;
	}
	
#home_content #quotes img { float: right; }

#home_content #trailer_holder {
	width: 480px;
	height: 310px;
	margin-top: 40px; 
	padding: 0; 
	float: right; 
	background-color: transparent;
	}
	
a.img-block, 
a:hover.img-block {
	padding: 15px;
	float: right;	
	background-color: #FFF;
	text-align:left;
	}
	
 a:hover.img-block { background-color: #000; }
 
 .source { color: #b00309; font-size: 80%; line-height: 1.2em; }
	
#footer {
	width: 100%;
	height: 125px;
	margin: -40px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 2;
	background: transparent url(../images/general/background-container.png) repeat-x top left;
	}
	
#footer_content {
	width: 960px;
	height: 51px;
	margin: 65px 0 0 0;
	padding: 9px 0 0 40px;
	float: left;
	}
	
#buy-now {
	width: 870px;
	height: 51px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	}


