/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*general*/
body {
	background:#C4B097 ;
	font-size:12px;
}
#container {
	background:#fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* BASE */
h1 {
	font-size:220.5%;
	color:#171e4b;
}
h2 {
	font-size:163.1%;
	color:#fff
}
h3 {
	font-size:160%;
}
h1, h2, h3 {
	
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}

#container {
	margin:0 auto;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#container_inner {
	
	background: url(images/main_ft.jpg) repeat-y top center;
}




/*header*/

#header {
	height:283px;
	position:relative;
	background: url(images/header.jpg) no-repeat top center;
}

.floatL{ float:left}
.floatR{ float:right}



.left { width:220px; float:left}
.middle { width:440px; margin-right:25px; float:left}
.middle2 { width:670px; margin-right:25px; float:left}
.right { width:210px; float:left}


#main {
	margin:0px 35px 10px 45px ;
	padding-top: 30px
}
/* links */
a {
	text-decoration:none
}

.center { text-align:center}
p {line-height:1.2; }
#main p {line-height:1.5;}



.right-box {background:#F6CAFB; margin-right:30px; position:relative; width:250px; margin-top:27px}
.right-box li {height:25px; list-style:none; line-height:22px}
.right-box span {  position: absolute ; left:120px}
.items { clear:both}
.items a { text-decoration:underline; color:#5400ff}

.box { width:500px; border:#000 solid 1px; padding:5px}
.box h3 { font-size:20px}


.topimg { position: absolute; top:67px; right:5px}
.top-cart { position:absolute; top:250px; right:200px}
.headbox { width:270px; margin:110px 0 10px 45px ;float:left; display:inline; text-align:center}
.topbox {  position:relative; width:270px;  margin:0 0 10px 15px ; float:right; display:inline; text-align:center}

.topleft {float: left; margin-top: 310px; margin-left: 36px; display:inline}

.q {float:left; font-size:34px; background: url(images/q.jpg) no-repeat; width:60px; height:67px; padding:5px 0 0 28px; color:#FFF}

.link-bt {text-align:center; color:#fff; margin-top: 40px; font-weight:700}
.link-bt a {color:#fff}

#footer {
margin:0 auto;
width:1000px;
text-align:center;
color:#fff;
font-weight:700;
background: url(images/footer.jpg) no-repeat top center;
height:37px;
padding-top: 35px;
}
#footer a {color:#8a6239;
}

img, div, input { behavior: url("images/iepngfix.htc") }










/*     dropdown    */

#navigation {
height:37px; 
color:#fff;  
position:absolute;
top:246px;
left:26px;
font-size:12px;
width:948px;
overflow:hidden
}

.dropdown li a {	
	overflow:hidden;
	padding:12px 12px 12px 26px;
	float:left;
font-family: Verdana, Geneva, sans-serif;
font-size:11px;
	color:#fff;
	display:block;
	
	}
	
	.dropdown li a:hover { color:#000;  background:#603813 url(images/li.jpg) repeat; text-decoration:underline  }




ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;	

}

ul.dropdown {
 position: relative;
 z-index: 597;
 
}

ul.dropdown li {
 display: inline;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}





	ul.dropdown li {
	 background:transparent ;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; 		
 }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.dropdown ul {
	 margin-top: -1px;
	 padding-top: 13px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 width: 150px;
		 background-color:#aec947;
		 background-image:none
		 
		}

ul.dropdown ul li a {
		
		 background-image:none;
		  
		}ul.dropdown ul li a:hover {
		 background-color:#1a5177;
		 background-image:none;
		}
        
		.pb20 { padding-bottom:20px}
		.email { margin-bottom:20px}
		.email span { color:#666; display:block}
		.contact span { color:#666; display:block}
		.email, .contact { color:#be0c13; }

		.middle h2 {  font-size:20px; color:#be0c13; }
		.middle2 h2 {  font-size:20px; color:#be0c13; }
.right a{ color:#be0c13}

.article { height:300px;  overflow:scroll}