/* CSS Document */
 
body  {
	font: 90% Arial, Sans-serif;
	background: #999999 url(img/MainBack.jpg) ;
	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: 1100px;
	height: 120px;
	margin: 0 auto;
	background: #999999 url(img/Header.png) no-repeat left top;
}



#containerindex { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	length: auto;
	background: url(img/backcontent.jpg) ;
	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. */
}

h1 {
	margin: 0;
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #039;
}
 h2, h3 {
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.box {
margin: 10px; 
background: inherit;
color: #663300;
border: 1px solid #B7D6B4;
padding: 5px;
}

#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;	
}

#sidebar3 {
	float: right; 
	width: 300px; 
	background: #ffffff;
	padding: 15px 10px 15px 20px;
	font: 100% Arial, Sans-serif;
	color: #000000; 
	
}
#sidebar4 {
	float: left; /* CATEGORY PAGES */
	width: 59px; /* 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:1100px;
	margin-left: 0;
	margin-top: 0;
	margin-right:0; 
	padding: 15px 10px 15px 20px;
	background: url(img/strat.png);	
}
#mainContent {  
	width: 600px;
	margin-top: 50px;
	margin-left: 100px;
	padding: 0 20px 20px; 
	font: 100% Arial, Sans-serif;
	color: #000000; 
} 
#mainContentCategory { /*PLACEMENT OF BUTTONS */
	margin-top: 20px;
	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 */
}
#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;
	padding: 5px 5px 5px 5px;
}
.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: url(img/test.png);
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	height:33px;
}
#vmenu li {
	float: left;
	font: 115% Impact, Impact5, Charcoal6, sans-serif;
	margin-left: 0;
	margin-top: -15px;
	padding: 0px;
	list-style: none;
}
#vmenu a {
	background: #C00;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
	height:20px;
}
#vmenu a:hover {
	background: #0d6ec1;
	color: #ffffff;
	padding-bottom: 8px;
}  
a:link { 
	color: #C00;
	}
a:visited { 
	color: #666666;
	}
a:hover {
	color: #69F;
	background-color: #33F;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	}   

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}
#sidebar3 ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #e5ecf3;	
}


#sidebar3 ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #e5ecf3;
}



#sidebar3 ul.vmenu li a {
	text-decoration: none;
	color:#C00;
	font: bold 13px Arial, Helvetica, sans-serif;
}


#sidebar3 ul.vmenu li a:hover {
	color:#90b557;
}

</style>
    
 
</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 */
</style>
<![endif]

