@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a2a5a7;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	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: #000000;
}
.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px; /* 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: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
}
.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;
}
img{
	border:none;
}
.topr{color:#F90; font-size:12px;}
a{color:#030;}
a:hover{color:#0F0; text-decoration:none;}

#top{
	background-image: url(../images/head.jpg);
	background-repeat:no-repeat;
	height:250px;
	width:750px;
	margin-left: auto;
	margin-right:auto;
	border:#060 thin solid;
	margin-bottom:5px;
	text-align:center;
	}
	#divad{
		margin-top:160px;
		filter:Alpha(Opacity=50); -MOZ-OPACITY:0.50; opacity:0.5;
		-khtml-opacity:0.5;
		}
#adiv{
	font-size:10px;
	color:#300;
	margin-top:40px;
	margin-bottom:10px;
	width:780px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

.horizontalcssmenu ul{
margin: 0 0 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position:relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 115px;
	margin: 0px 1px 0px 2px;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
	background: url(../images/menu.png) no-repeat center center;
	color: black;
	font: 900 13px Tahoma;
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
	text-indent: 3px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
font-weight: 900;
padding: 1px;
background: #e3f1bd;

background: url(../images/menu2.png) repeat-y center center;
}

.horizontalcssmenu ul li a:hover{
	background: url(../images/menuover.png) repeat-y center center;
	font-weight: 900;
	color: #FFFFCC;
	border: 1px solid #FF0000;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
background: url(../images/menu1.png) repeat-y center center;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: transparent;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
#footer{
	font-size:10px;
	color:#666;
	padding:5px;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
.strip{margin-top:5px; float:left; width:100%; height:3px; background-color:#030; color:#030;}
.pric{color:#900; font-weight:700;}

