body {
	background: #67000b url(../images/bg_body.png) top center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

:focus {
	outline: none;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

p, h1, h2, h3, h4, h5 {
	line-height: 1.4em;
	margin: 0.7em 0;
}

a {
	color: #336600;
}

#wrapper {
	width: 1002px;
	margin: 0 auto;
	background: url(../images/bg_wrapper.jpg) center top no-repeat;
}

#header {
	height: 319px;
	background: url(../images/bg_header.png) center bottom no-repeat;
	position: relative;
	color: #fff;
}

#header .phones {
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	text-align: right;
	width: 225px;
	top: 80px;
	left: 410px;
}
#header .phones span{
	font-size: 15px;
}
#header .phones span strong{
	font-size: 26px;
}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 45px;
	top: 195px;
	width: 800px;
	color: #f7d374;
	font-weight: bold;
	list-style: none;
}

ul.menu  li {
	margin: 4px 0;
	padding: 0 0 0 10px;
	width: 375px;
	float: left;
	background: url(../images/dot.png) left 5px no-repeat;
} 
ul.menu li a{
	text-decoration: none;
	color: #f7d374;
}

ul.menu li.current, ul.menu li.current a {
	color: #fff;
}
ul.menu li a:hover {
	text-decoration: underline;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 334px;
	height: 120px;
	position: absolute;
	left: 17px;
	top: 37px;
}


#logo a{
	display: block;
	width: 334px;
	height: 120px;
	text-indent: -9999px;
}
#santa {
	background: url(../images/santa.png) no-repeat;
	width: 188px;
	height: 328px;
	position: absolute;
	right: 89px;
	bottom: -42px;
}
#icons {
	background: url(../images/bg_icons.png) left top no-repeat;
	width: 43px;
	position: absolute;
	top: 58px;
	right: 33px;
}

#icons img{ 
	margin: 14px 16px;
}

#pathway {
	line-height: 1em;
	padding: 5px 0px 5px 41px;
	font-size: 13px;
	color: #fff;
	
}
#pathway a{
	color: #ffcc66;
}
#content {
	margin: 0 24px;
}

#content div.box{
	background: #fff url(../images/bg_box_top.png) left top no-repeat;
	margin-bottom: 10px;
}

#content td.box{
	width: 316px;
	background: #fff url(../images/bg_box_small_bottom.png) left bottom no-repeat;
}

#content td.box img {
	float: left;
	padding: 3px;
	background: url(../images/bg_sm_pic.png) center center no-repeat;
	margin: 0 5px 0 -5px;
}
#content td.box h2 {
	margin-top: 0;
}

#content div.box .padding{
	padding: 8px 18px;
	background: url(../images/bg_box_bottom.png) left bottom no-repeat;
	overflow: hidden;
	height: 1%;
	text-align: left;
}

#content td.box .padding{
	background: url(../images/bg_box_small_top.png) left top no-repeat;
	padding: 8px 8px 8px 15px;
	
}

#gift{
	background: url(../images/bg_gift.jpg) right bottom no-repeat;
}

.discount {
	background: url(../images/discount.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;	
	padding: 28px 0 28px 15px;
	float: right;
	width: 262px;
	margin: -20px 0 0 20px;
}

#footer {
	background: url(../images/bg_footer.png) top center no-repeat;
	height: 73px;
	position: relative;
	color: #fff;
	margin-top: -10px;
}

#footer .copyright{
	position: absolute;
	left: 54px;
	top: 21px;
}

#footer .phones {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 380px;
}

#footer .phones strong{
	font-size: 20px;
}

#counters {
	position: absolute;
	top: 21px;
	right: 50px;
}
#counters img{
	margin: 0 10px;
}
.clr {
	line-height: 1px;
	height: 1px;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}

p.lines {
	margin: 0 8px;
	line-height: 2.3em;	

}

#content td.box p.lines {
	width: 180px;
	float: left;
	margin: 0 0 0 8px;
}

span.green {
	display: block;
	background: url(../images/bg_green_start.png) left top no-repeat;
	margin-left: -8px;
}
span.green strong{
	display: block;
	background: url(../images/bg_green_end.png) right top no-repeat;
	line-height: 1em;
	padding: 1px 8px 2px 8px;
}
p.price {
	background: url(../images/price_start.png) left top no-repeat;
}
p.price span{
	display: block;
	background: url(../images/price_end.png) right top no-repeat;
	padding: 10px 4px 10px 10px;
	color: #a40616;
}
p.price a {
	float: right;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btn_order.png) no-repeat;
	width: 123px;
	text-align: center;
	padding: 6px 0 8px 0;
	margin: -5px 0;
	line-height: 1em;	
}