/* 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:#FEEB8F url(images/bg.jpg) repeat-x ;
	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:#666666
}
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;
}

a {
	text-decoration:none
}



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


#container {
	margin:0 auto;
	width:764px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main_bg.jpg) repeat-y bottom;
}
#container_inner {
	background: url(images/footer.jpg) no-repeat bottom;

}


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

.header-text {  width:500px; position:absolute; top:360px; left:250px; }
.header-text p{font-weight:700; font-size:16px; color:#520287; text-align: center}

#menu {text-align:center; color:#5d625d; height: 33px;  background:url(images/box-top.jpg) no-repeat; padding-top:30px }
#menu a{
	padding:8px 10px 0 10px ;
 	font-size:16px;
	font-weight:700;
	color:#5d625d;
	
}





p {line-height:1.5; }



.bigbox { background:url(images/box-bg.jpg) repeat}
.bg {background:url(images/box-bt.jpg) no-repeat bottom}
.article {width:500px; margin:20px 0 0 230px; font-size:18px; color:#6f736f; text-align:justify }
.scart { background:url(images/small-cart.jpg) no-repeat;width:200px; margin-left:300px ; padding-bottom: 20px;}
.scart a {text-indent:-9999em; width:200px; height:65px; display:block; }
.bcart { background:url(images/big-cart.jpg) no-repeat;width:460px; margin:0 auto; height:95px;}
.bcart a {text-indent:-9999em; width:460px; height:95px; display:block; }

.bt-article { font-size:18px; color:#6f736f; padding:30px 50px 10px}

.in-article { border-style:solid; border-color: #000000; border-width: 2px; width: 600px; text-align: justify; font-size:15px; color:#ffffff; margin:20px 0 0 30px; padding:30px 50px 10px; background: gray}

#footer {
margin:0 auto;
width:750px;
text-align:center;
color:#707070;
font-weight:700;
margin-top:10px;
}
#footer a {color:#707070;
}

.link-bt {text-align:center; color:#666666;  margin-bottom: 10px;}
.link-bt a {color:#666666; font-weight:700}


