/* CSS Document */
 
body  {
	font: 73% Arial, Helvetica, sans-serif;
	background: #66ccff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: #999999 url(images/header.jpg) no-repeat left top;
}
#headercontent {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #999999 url(images/indexcontent.jpg) no-repeat left top;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackground.jpg) no-repeat left top;
	margin-top: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containermisc { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundHome.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerhome { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundHome.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerfood { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:800px;
	background: #ffffff url(images/LargeBackgroundFood.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containertravel { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundtravel.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containercar{ 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundcar.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerindustry { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundIndustry.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerfilm { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(images/LargeBackgroundTV.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerindex { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:4000px;
	background: #336699 url(images/NewBackLine.jpg) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerlistings { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1200px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#000000;
}
h1, h2, h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
/* Logo */

#logo {
	float: left;
	width: 170px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1 {
	float: left; /*index menu */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:755px;
	margin-left: 0;
	margin-top: 0;
	margin-right:0; 
	padding: 15px 10px 15px 20px;	
}
#sidebar2 {
	float: right; /* ADS */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:200px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right:20px;
	padding: 0px 0px 0px 20px;
	background: #ffffff;
	
}
#sidebar3 {
	float: right; /* IFRAME */
	width: 550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:700px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	 
	background: #ffffff;
	
}
#sidebar4 {
	float: left; /* CATEGORY PAGES */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:755px;
	margin-left: 0;
	margin-top: 0;
	margin-right:0; 
	padding: 15px 10px 15px 20px;
	background: #ffffff url(images/sidebarpic.jpg);	
}
#mainContent { /*INDEX PAGE CONTENT */
	width: 450px;
	margin-top: 10px;
	margin-left: 220px;
} 
#mainContentCategory { /*PLACEMENT OF BUTTONS */
	margin-top: 100px;
	margin-left: 20px;
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentLeftIndex { /* PLACEMENT OF LISTING OF ADS */
	margin-top: 0px;
	margin-left: 10px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentListings { /* PLACEMENT OF LISTING OF ADS */
	margin-top: 30px;
	margin-left: 20px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
#vmenu {
	background: #b85900;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
#vmenu li {
	float: left;
	font: 118% Impact, Impact5, Charcoal6, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#vmenu a {
	background: #b85900;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#vmenu a:hover {
	background: #0795b8 url(images/hover.gif%22) bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px; 
} 
#imenu {
	width: 1000px;
	background: #b85900;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
#imenu li {
	float: left;
	font: 115% Impact, Impact5, Charcoal6, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#imenu a {
	background: #b85900;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#imenu a:hover {
	background: #0795b8 url(images/hover.gif%22) bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px; 
}  
 

#footer {
	float: left; /* CATEGORY PAGES */
	margin-top: 10px;
	margin-left:5px;
}	
a:link {color: #000000;  }
a:active {color: #0000ff;  }
a:visited {color: #993333;  }
a:hover {color: #009999;  }
       
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #ffffff;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #ffffff;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #ff3333; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #ff6666;
	border: none;
}
#main {
	margin-left: 50px;
	padding: 30px 0 4px 20px;
	width: 550px;
	 
	}
#leftbar {
	float: left;
	width: 195px;
	height: 4000px;	
	margin-top: 10px;
	margin-left:10px;	
}
#rightbar {
	float: right;
	width: 300px;
	height: 800px;	
	margin-top: 10px;
	margin-right:10px;	
}
</style>
<![endif]#containercar #mainContentCategory table tr td {
	color: #000080;
}
