/* 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 ;
	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:361px;
	position:relative;
	background: url(images/header.jpg) no-repeat top center;
}

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


#main {
	margin:0px 55px 10px 80px ;
	padding-top: 40px
}
/* links */
a {
	text-decoration:none
}

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


.article-a p, .article-b p, .article-c p{text-align:justify}

.article-b { margin-top:20px}
.article-b ul {margin:0 0 20px 0 }
.article-b li {list-style:none; line-height:1.8}
.pic-b {margin-left: 35px; text-align:center}


.article-c table { width:400px}
.article-c tr {height:25px}
.article-c th {text-align:left; width:300px}
.article-c { position:relative; margin: 15px 0 0 15px;}
.pic-c { margin-right:80px }

.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}

.header-text { position:absolute; top:115px; left:190px;  width:720px; float:left; display:inline; color:#fff; text-align:justify;  overflow:hidden }
.header-text ul{font-weight:700; font-size:18px}
.header-text  li { background:url(images/dot.png) no-repeat 0 2px; padding-left:20px; list-style:none; margin-bottom:10px}
.head-link { color:#fff; font-weight:700; font-size:15px; text-align:right; margin-right:50px; padding-top:25px}
.head-link a { color:#fff; }

.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: 15px;
}
#footer a {color:#fff;
}

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