/***RESET***/

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0 none;
    margin:0;
    padding:0;
    text-align:left;
    vertical-align:baseline;
}
ol, ul {
    list-style-image:none;
}

/******MAIN*******/
html, body {
    height:100%;
}
body {
    font-family: verdana;
    font-size: 12px;
    color: #292c2f;
    width:100%;
    margin:0px auto;
	background:#d4b99e url(../images/bg.jpg) top left repeat-x;
}

td {
    font-family: verdana;
    font-size: 12px;
    color: #292c2f;
}

/************** shadows ***************/
#shadow-content {
    margin:0 auto;
    position:relative;
    text-align:center;
    width:1042px;
}
.sh-l {
    background: url(../images/sh-l.png) repeat-y left top;
}
.sh-r {
    background: url(../images/sh-r.png) repeat-y right top;
}

#wrap {
    position: relative;
    width:1010px;
    margin:0px auto;
    padding:0px;
    min-height:100%;
    height:auto !important;
    height:100%;
}

a {
    color:#7d2814;
    text-decoration:underline;
}

a:hover{
    color:#de5a3b;
}

h1 {
    font-size: 130%;
    color:#7d2814;
    padding:0 0 20px 0;
	margin:0px;
}

h2 {
	font-size: 120%;
    color:#7d2814;
    margin:0px;
    padding:0 0 8px 0;
}

h3 {
	font-size: 110%;
    color:#f2dec0;
    margin:0px;
}

p {
    padding: 0 0 20px 0;
    text-indent:12px;
}

a.white {
	color: #ffffff;
	text-decoration:none;
}

a.white:hover {
	color: #909090;
	text-decoration:none;
}

/****************** header *******************/

#header {
	position:relative;
	width:100%;
	height:463px;
	background:#ead1ad url(../images/head.jpg) top center no-repeat;
}
.logo {
	background: url(../images/logo.png) left top no-repeat;
	width:227px;
	height:53px;
	margin:69px 0 0 38px;
	float:left;
	z-index:200;
}
.logo a {
	display:block;
	width:227px;
	height:53px;
}
.phone{
	height:18px;
	width:157px;
	margin:11px 0 0 72px;
	float:left;
	background: url(../images/phone.png) left top no-repeat;
}
#header .dummy{
	height:149px;
	clear:both;
}

.mainmenu {
	background:url(../images/mainmenu-bg.png) top left no-repeat;
	height:141px;
	margin:0 8px;
	z-index:200;
}
.mainmenu ul{
	list-style:none;
}
.mainmenu ul li{
	list-style:none;
	background:url(../images/li-bg.png) top left no-repeat;
	float:left;
	margin:75px 0px 0 15px;
	padding: 12px 24px 0 0px;
	height:54px;
	width:126px;
	text-align:center;
}
.mainmenu ul li a{
	font-size:90%;
	color:#ffffff;
	text-decoration:underline;
}
.mainmenu ul li a:hover{
	color:#999999;
	text-decoration:underline;
}

/***************** content *********************/

#content-wrap {
	position:relative;
	width:1010px;
	margin: 0;
	background:#f0e1bc url(../images/content-bg.jpg) top left repeat-x;
}
#content-wrap .top{
	width:1010px;
	margin: 0;
	background:url(../images/content-top.jpg) top left no-repeat;
	height:11px;
}
#content-wrap .menu {
	width:220px;
	margin:0 0 30px 0;
	position:relative;
}
#content-wrap .menu ul {
	background-color:#f9f3e5;
	padding:20px 15px 0px 22px;
	list-style:none;
	border: 1px solid #c0a281;
}

#content-wrap .menu ul li{
	padding:4px 0 6px 0;
	list-style:none;
	list-style-image:url(../images/bullet.gif);
	background:url(../images/dotted.gif) bottom left no-repeat;
}
#content-wrap .menu ul li.last{
	background:none;
	padding-bottom:20px;
}

#content-wrap .menu ul.bullet a {
	color: #eda200;
	text-decoration:none;
}

#content-wrap .menu ul.bullet a:hover {
	text-decoration:underline;
}

.menuheader {
	background:#7d2814 url(../images/menu-header.png) top left no-repeat;
    height:26px;
    width:208px;
    padding:12px 0 0 12px;
}

/***** leftsidebar *****/
.leftside {
	float:left;
	width:246px;
	margin:0 0 0 26px;
}

.articles dl{
	padding:20px 15px 35px 12px;
	width:193px;
}
.articles dl dt{
	padding:15px 0 5px 0;
}
.articles dl dd {
	font-size:90%;
}


.purchase ul{
	width:218px;
	background-color:#f9f3e5;
	padding:12px 0 0 0;
	list-style:none;
	border: 1px solid #c0a281;
	color:#651e0d;
}

.purchase ul li{
	padding:6px 0 12px 16px;
	list-style:none;
	background:url(../images/purchase-grad.png) bottom left repeat-x;
}
.purchase ul span{
	margin:12px 0 0 0;
	height:3px;
	width:14px;
	background:url(../images/bullet-purchase.gif) top left no-repeat;
	display:block;
	float:left;
}
.purchase ul li.last{
	background:none;
	padding-bottom:20px;
}


/***************** center **********************/

.center {
	margin:0 30px 0 275px;
}

.center .img-l {
	float:left;
	margin:10px 25px 10px 0;
}
.center .img-r {
	float:right;
	margin:10px 0 10px 25px;
}
.center ul{
	list-style:none;
	padding: 0 0 0 12px;
}

.center ul li{
	list-style:none;
	background:url(../images/center-bullet.gif) 0 6px no-repeat;
	text-indent:12px;
	padding: 0 0 20px 0;
	margin: 0 0 0 -12px;
}

.center .ital {
	color:#863624;
	font-family: Ìóêâôòô;
	font-style:italic;
	font-size:120%;
	text-align:center;
}

/***************** footer **********************/

.footer-blank {
	padding-top:210px;
	clear:both;
}

#footer {
	position:relative;
	width:1010px;
	height:210px;
	margin:0px auto;
	margin-top:-210px;
	background:url(../images/footbg.jpg) top left repeat-x;

}
#footer .dummy{
	height:89px;
	clear:both;
}

#footer .help {
	position:relative;
	width:222px;
	height:121px;
	margin:0px 26px;
	background:url(../images/help-bg.png) top left no-repeat;
	float:left;
	color:#f2dec0;
	font-size:130%;
	text-align:center;
	padding:28px 0 0 0;
}

#footer .help b{
	padding-top:10px;
	display:block;
	font-weight:normal;
}

#footer .help span{
	font-size:130%;
}

.footermenu ul {
    list-style: none;
}

.footermenu ul li {
    list-style: none;
    background:url(../images/footermenu-li.gif) no-repeat 100% 50%;
    display:inline;
    float:left;
    margin:36px 12px 0 0;
    padding:0 12px 0 0;
}
.footermenu ul li.last{
	background:none;
}

.footermenu ul li a {
	text-decoration:none;
}
.footermenu ul li a:hover {
	text-decoration:underline;
	color:#7d2814;
}


#footer .copyright {
	position:absolute;
    bottom:0px;
    left:275px;
	padding:0;
	font-size:80%;
	width:570px;
}

#footer .copyright p{
	padding:0;
	text-indent:0;
}
#footer .copyright p.design{
	padding:0px 0 5px 0;
	color:#7d2814;
}

#footer .counter {
    position:absolute;
    bottom:25px;
    right:25px;

}

#footer .counter a{
    text-decoration:none;
    border:none;
}

#footer .counter a:hover{
    text-decoration:none;
    border:none;
}

/******************** other *********************/

.bottom-sh{
	background:url(../images/bottom-sh.png) no-repeat top center;
	margin:0 auto;
	width:1042px;
	height:16px;
}

.clear {
	clear:both;
}

.clear-r {
	clear:right;
}

.clear-l {
	clear:left;
}


