html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;	
}
body.index-bg {
	background:#fff url(../images/body-bg.gif) 50% 0 no-repeat;	
}
#main-container {
	margin: 0 auto;
	width:801px;
	padding:0 10px;
	font:12px Arial, Helvetica, sans-serif;
}
/**********************************header*********************************/
#header {
	float:left;	
	width:801px;
	font-size:15px;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
#header h1 {
	float:right;
	padding:0;
	margin:0;
	width:107px;
	height:16px;
}
#header h1 a {
	float:right;
	width:107px;
	height: 53px;
	/*height:16px;*/
	text-indent:-30000px;
	overflow:hidden;
	background:url(../images/logo_script.gif) no-repeat;
}
#header ul {
	float:left;
	width:400px;
	padding:14px 0 39px 0;
	margin:0;
	font-weight:bold;
	list-style:none;
	text-transform:uppercase;
}
#header ul li {
	float:left;
	width:400px;
	padding:0 0 1px 0;
}
#header ul a {
	color:#231f20;
	text-decoration:none;
}
#header ul a:hover, #header ul a.active { color:#ee2e24;}
/*******************************container************************************/
#container {
	float:left;
	width:801px;
	padding:3px 0 65px 0;
	color:#231f20;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
/******************************information************************************/
body.index-bg #container {background:none; padding:3px 0 0 0;}
#container .main-picture {
	float:left;
	padding:0 0 5px 0;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;	
}
#container .block {
	float:left;
	width:801px;
	padding:0 0 5px 0;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
#container .block .arrow {
	float:left;
	width:801px;
	height:26px;
	line-height:normal;
	padding:6px 0 0 0;
	margin:0 0 3px 0;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
#container .block .arrow a {
	float:right;
	border:none;
	width:16px;
	height:17px;
	text-indent:-30000px;
	overflow:hidden;
	background:url(../images/arrow-up.gif) 0  0 no-repeat;
}
#container .block .arrow a:hover {background-position:0 -17px;}
#container .block .left {
	width:408px;
	float:left;
}
#container .block .right {
	width:393px;
	float:left;
}
#container .block h2 {
	padding:0 0 1px 0;
	margin:-2px 0 0 0;
	font-size:30px;
	line-height:30px;
	color:#ee2e24;
	text-transform:uppercase;
}
#container .block p { 
	padding:0 10px 10px 0;
	margin:0;
	font-size:14px;
	line-height:18px;
}	
#container .block p.first {padding:30px 10px 10px 0;}
#container .block p a {
	text-decoration:none;
	color:#717174;
	font-weight:bold;	
}
#container .block p a:hover { color:#ee2e24;}
#container .last {background:none;}
/*******************************left-block***********************************/
#container form {
	padding:0;
	margin:0;
}
#container .main-title {
	margin:-2px 0 0 0;
	padding:0 0 5px 0;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
#container .main-title a {
	text-decoration:none;
	color:#000;
}
#container .main-title a:hover, #container .main-title a.active { color:#ee2e24;}

#container .tertnav {
	margin:0 0 0 0;
	padding:0 0 5px 0;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	/*background:url(../images/dot1.gif) 0 100% repeat-x;*/
	border-bottom: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
#container .tertnav a {
	text-decoration:none;
	color:#000;
}
#container .tertnav a:hover, #container .tertnav a.active { color:#ee2e24; }

#container .left-block {
	float:left;
	width:140px;
	padding:44px 0 0 0;
	position:relative;
}
#container .left-block .form {
	position:absolute;
	z-index:1;
	top:15px;
	left:0;
	margin:0;
	width:160px;
	padding:0 0 0 0;
}
#container .left-block input.text {
	float:left;
	border:none;
	background:#231f20;
	width:124px;
	font-size:11px;
	padding:1px 0 2px 2px;
	color:#fff;
}
#container .left-block input.img {
	float:left;
	display:inline;
	margin:0 0 0 2px;
}
#container .left-block ul {
	padding:0;
	margin:0;
	display:none;
	float:left;
	width:140px;
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#container .left-block ul.visible {display:block;}
#container .left-block ul li {
	float:left;
	width:140px;
	padding:0 0 4px 0;
}
#container .left-block ul li a {
	text-decoration:none;
	color:#231f20;
}
#container .left-block ul li a:hover, #container .left-block ul li a.active { color:#ee2e24;}
/********************************catalog**************************************/
#container .catalog {
	float:left;
	width:659px;
	padding:15px 0 0 0;
}
#container .catalog .top-link {
	float:left;
	width:639px;
	padding:0 0 15px 20px;
}
#container .top-link .link-view {
	float:left;
	width:71px;
	height:15px;
	color:#fff;
	font-size:11px;
	padding:1px 0 0 2px;
	text-decoration:none;
	background:#818181 url(../images/cart.gif) 100% no-repeat;
}
#container .top-link .arrow-left, #container .top-link .arrow-right {
	float:right;
	display:inline;
	margin:0 0 0 2px;
	text-indent:-30000px;
	overflow:hidden;
	width:18px;
	height:16px;
	background:url(../images/arrow-left.gif) 0 0 no-repeat;
}
#container .top-link .arrow-right {
	background:url(../images/arrow-right.gif) 0 0 no-repeat;
}
#container .top-link .arrow-left:hover, #container .top-link .arrow-right:hover {
	background-position:0 -16px;
}

#container .catalog .tr {
	width:640px;
	overflow:hidden;
	padding:14px 0 0 20px;
	clear:both;
}
#container .catalog .first {padding:0 0 0 20px;}
#container .catalog .tr .td {
	float:left;
	width:148px;
	padding:0 16px 0 0;
}
#container .catalog .tr .last { padding:0;}
#container .catalog .tr .td div {
	float:left;
	width:148px;
	height:148px;
	position:relative;
	margin:0 0 2px 0;
}
#container .catalog .tr .td p {
	padding:0;
	margin:0;
	background:url(../images/discription.png) repeat;
	width:100px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
	color:#000;
	font-weight:bold;
}
#container .catalog .tr .td img {
	float:left;
	border:none;
}
#container .catalog .tr .td img.plus {
	position:absolute;
	right:2px;
	bottom: 2px;
	cursor:pointer;
}
#container .catalog .tr .td ul {
	float:left;
	width:148px;
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
}
#container .catalog .tr .td ul li {
	float:left;
	width:70px;
	height:15px;
	margin:0 0 2px 0;
	padding:1px 1px 0 2px;
	background:#717174;
	color:#fff;
}
#container .catalog .tr .td ul li span { float:left; width:50px;}
#container .catalog .tr .td input.text {
	float:right;
	padding:0 0 0 2px;
	width:13px;
	margin:0;
	height:14px;
	border:none;
	background:#fff;
	font-size:11px;
	color:#717174;
}
.safari #container .catalog .tr .td input.text {margin:-2px 0 0 0; width:18px;}
#container .catalog .tr .td input.img { float:left;}
#container .catalog .tr .td .padd { display:inline; margin:0 2px 0 0;}
#container .catalog .tr .td .nopad {padding:0; width:73px; height:16px;}
/********************************img-big***********************************/

#container .img-big-up {
	width:660px;
	height:0px; 
	padding:0;
	overflow:hidden;
}

#container .img-big {
	float:left;
	width:640px;
	padding:13px 0 0 20px;
	overflow:hidden; /* position:relative; */
}
#container .img_control_right
{
	float: right;
	position: absolute;
	top: 200px;
	right: 0px;
	width: 30px;
	cursor:pointer;
}

#container .img_control_left
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 40px;
	cursor:pointer;
}

#container .img-big a.up {
	margin:-19px 20px 0 -20px;
	padding:0;
	float:left;
	width:16px;
	height:17px;
	text-indent:-30000px;
	overflow:hidden;
	background:url(/images/arrow-up.gif) 0 0 no-repeat;
}
#container .img-big a.up:hover { background-position:0 -17px;}
#container .img-big img {
	float:left;
	padding:0 0 2px 0;
}
#container .catalog .links-close {
	float:left;
	width:640px;
	height:16px;
	margin:0 0 2px 0;
	background:#231f20;
}
#container .catalog .links-close a {
	float:left;
	width:16px;
	height:16px;
	background:url(../images/button-close.gif) 0 0 no-repeat;
	text-indent:-30000px;
	border-right:2px solid #fff;
	overflow:hidden;
}
#container .catalog .links-close a.right { float:right; border:none; border-left:2px solid #fff;}
#container .catalog .links-close a:hover { background-position:0 -16px;}


/********************************footer**************************************/
#footer {
	padding:16px 0 20px 3px;
	margin:0;
	list-style:none;
	float:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#181512;
	background:url(../images/footer-separator.gif) 100% 18px no-repeat;	
}
#footer li {
	float:left;
	background:url(../images/footer-separator.gif) 0 2px no-repeat;
	padding:0 6px;
}
#footer li a { color:#181512; text-decoration:none;}
#footer li a:hover { text-decoration:underline;}


/********************************store**************************************/
#carttbl th {
	padding:5px;
	text-align:left;
	background:#efefef;
}

#carttbl td {
	padding:5px;
}
.carttbl_alt {
	background:#efefef;
}
/********************************** PHOTO SLIDER *********************************/

#photoPlayer {
	position: relative;
	float: left;
	margin: 0px 0px 8px 0px;
	width: 801px;
	height: 534px;
	overflow: hidden;
}

.scroller {
	width: 801px;
	height: 534px;
	overflow: hidden;
}
.content {
	width: 24030px;
}
.section{
	width: 801px;
	height: 534px;
	float: left;
}
#photoPlayer a.lf:link,
#photoPlayer a.lf:active,
#photoPlayer a.lf:visited,
#photoPlayer a.lf:hover {
	position: absolute;
	top: 255px;
	left: 0;
	display: block;
	background: url(/images/site/photo_lf.gif) no-repeat;
	height: 23px;
	width: 28px;
}
#photoPlayer a.lf:hover {
	background: url(/images/site/photo_lf_on.gif) no-repeat;
}

#photoPlayer a.rt:link,
#photoPlayer a.rt:active,
#photoPlayer a.rt:visited,
#photoPlayer a.rt:hover {
	position: absolute;
	top: 255px;
	right: 0;
	display: block;
	background: url(/images/site/photo_rt.gif) no-repeat;
	height: 23px;
	width: 28px;
}
#photoPlayer a.rt:hover {
	background: url(/images/site/photo_rt_on.gif) no-repeat;
}


/********************************** END PHOTO SLIDER *********************************/