/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */
/* BODY */
	body {
	margin-bottom:30px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	color: #666;
	scrollbar-face-color: #A59AFF;
	scrollbar-highlight-color: #EFEBEF;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #31389C;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #31389C;
	scrollbar-track-color: #E7E7F7;
 }
/* CONTAINER */

	#container {
	width: 750px;
	margin: 0 auto;
	background-color:#fff;
	border: 1px solid #7B7B7B;
	margen-bottom: 30px;
	padding:10px;
}
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}
h2 {
	color: #364193;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
a {
	color:#003366;
	text-decoration: none;
}
a:hover {
	color:#999999;/*background-color: #F5F5F5;*/
		}
td, tr {
	padding: 0px;
	margin: 0px
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	background-color: #FFF;
	color: #999999;
	font-size: 11px;
	padding: 3px;
	padding-top: 5px;
}
.textfield {
	border: #999999 1px solid;
}
.button {
}
/* HEADER ELEMENTS */

		#header {
	width: 750px;
	margin: 0 auto;
	clear: both;
	height: 100px;
}
#logo {
	width: 406px;
	float: left;
	padding-bottom: 10px;
}
#quote {
	width: 265px;
	float: right;
	text-align: center;
}
#quote span {
	font-size:14px;
	font-weight: bold;
	color: #364193;
}
#topnav {
	padding-top: 10px;
	clear: both;
	line-height: 1.6em;
	border-bottom:2px solid #343A9E;
}
/**************** menu styles ****************/
#nav {
	text-align:center;
	/*border-bottom:2px solid #343A9E;*/
	padding-bottom:0px;
	margin-bottom:-1px;	
	#margin-bottom:0px;
	
	padding:3px;
}
#nav li {
	display:inline;
	padding:0 0px 0 14px;
}
#nav li:first-child {
	padding-left:0;
}
#nav li+li {
	/* background:url('images/nav_normal.jpg') no-repeat 0 55%; */
}
#nav strong {
	background:#E7E3F7 url('images/nav_normal.jpg') repeat-x;
	border:2px solid #343A9E;
	border-bottom-width:0;
	color:#222;
	padding:10px 10px 7px;
}
#nav a:hover {
	color:#343A9E;
}
/*End Navigation */
#flashheader {
	width:auto;
	height:auto;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #999999;
	margin-top: 15px;
}
/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
	text-align: center;
}
/* CONTENT ELEMENTS */

		#content {
	width: 530px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right:10px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content p {
	padding-bottom: 10px; /* A faint grey line below the text */
}
/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
	margin: 0px 10px 0px 0px;
}
#sidebar p {
	padding-bottom: 10px;/*border-bottom: 1px solid #DDDDDD;*/
		}
/* FOOTER ELEMENTS */

		#footer {
	margin-top: 20px;
	clear: both;
	background-color:#FFFFFF;
	padding: 0px 5px 0px 5px;
}
#footer p {
	color:364193;
	padding: 5px;
	text-align: center;
	font-size: 13px;
}
#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}
/* And they lived happily ever after. The End. */
.bottomhr {
	height: 20px;
	text-align: center;
}
/* And they lived happily ever after. The End. */
#searchbox {
	width:auto;
	text-align: center;
}
/**************** manufacturer styles ****************/

.partners {
	width:250px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}



#flashheader{
	position: relative;
	margin-bottom:25px !important;
	border:1px solid #CCCCCC !important;	
	background:none repeat scroll 0 0 #EFEFEF !important;
	}
	
 	
	
#shadow {
	bottom:-19px;
	left:-3px;
	position:absolute;
}

#slider {
    width: 725px; /* important to be same as image width */
    height: 230px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider ul li{ 
	list-style-type: none;
	background:none;
	padding:0px;
	margin:0px;
}

#slider ul li img{ 
	padding:0px;
	margin:0px;
	border:0px;
	outline:0px;
}


#sliderContent {
    width: 725px; /* important to be same as image width or wider */
	height: 230px; /* important to be same as image height */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0px;
	margin:0px;
}




#sliderContent li , #sliderContent li  a{
	padding:0px;
	margin:0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	/* border:1px solid #666; */
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 725px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 120px !important;
	height: 230px;
}
.right {
	right: 0;
	bottom: 0;
	width: 120px !important;
	height: 215px;
}



