/* 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:#000 url(images/bg.jpg) no-repeat center top;
	font-size:12px;
}
.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:938px;
	font-family: Arial, Helvetica, sans-serif;
	
}



/*header*/

.logo { margin:35px 0 0 25px}
#header {
	height:100px;
	position:relative;
}

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



.middle { width:600px;float:left}
.right { width:285px; margin-left:25px; float:left}


#main p {line-height:1.5;}


/* links */
a {
	text-decoration:none
}

.center { text-align:center}
p {line-height:1.2;
	text-align:justify; }


.article h2 span { font-size:12px; display:block; }
.article h2  { font-size:20px; font-weight:700; background:url(images/hr.png) no-repeat bottom; padding-bottom: 8px;}
.article { font-size:14px}

.ln { font-size:14px; margin-top: 15px;}



#footer {
margin:0 auto;
text-align:center;
color:#786c6a;
height:45px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif
}
#footer a {color:#786c6a;
}

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





#main { background:url(images/main_head.png) no-repeat 0px 190px;}
.main_head { margin-bottom:50px}

.quote { padding: 0px; background:url(images/buy.png) no-repeat; height:205px; width:281px; padding:25px 0 0 20px}
.readmore a { display:block; width:230px; height:140px; text-indent:-999em}
#container_inner { background:url(images/header.png) repeat;}

.main_inner { margin:15px 5px 0 20px; font-size:16px; color:#fff}

.ftlinks { padding:10px 0 0 30px}
.ftlinks a{ color:#fff; }
.cp { padding:22px 30px 0 0}

/*     dropdown    */

#navigation {
height:45px; 
color:#fff;  
width:948px;
overflow:hidden;
position:absolute;
left:300px;
top:50px
}

.dropdown li a {	
	overflow:hidden;
	padding:0 26px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	display:block;
	line-height:45px;
	background:url(images/li.png) no-repeat right;  
	}
	.dropdown li.noli a { background:none}
	.dropdown li a:hover { color:#000;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; }


        



