/* general reset */
* { font-size:100.01%;}
:focus {outline: 0;}
html { font-size:75.0075%;}
html, body{ height:100%;}
body{
	margin:0;
	font:1em Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-x;
	color:#454f5b;
}
a{
	color:#e5f4ff;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}
img{ border-style:none;}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
.hidden{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
/* main block */
#main{
	margin:0 auto;
	padding:89px 0 0;
	width:960px;
	position:relative;
}
/* wrapping blocks */
.main-wrap{
	height:1%;
	background: url(../images/main-cont.png) no-repeat;
	padding:38px 0 0;
}
.main-cont{
	background: url(../images/main.png) repeat-y;
	width:912px;
	padding:0 24px;
}
.main-cont:after{
	content:"";
	display:block;
	clear:both;
}
.main-foot{
	height:40px;
	overflow:hidden;
	background: url(../images/main-foot.png) no-repeat;
}
/* logo */
.logo{
	position:absolute;
	z-index:9;
	top:32px;
	left:27px;
	margin:0;
	text-indent:-9999px;
	width:179px;
	height:61px;
}
.logo a{
	display:block;
	height:100%;
	overflow:hidden;
	background:url(../images/logo.png);
}
/* header */
#header{
	position:absolute;
	width:900px;
	top:62px;
	right:30px;
	overflow:hidden;
}
/* search */
#header .search{
	overflow:hidden;
	height:1%;
	padding:0 0 31px;
}
#header .search .row{
	float:right;
	width:209px;
	height:27px;
	background: url(../images/search.png) no-repeat;
}
#header .search .text{
	float:left;
	position:relative;
	background:none;
	border:0;
	width:145px;
	margin:7px 0 0;
	padding:0 0 0 13px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
#header .search .button{
	position:relative;
	float:right;
	background:none;
	border:0;
	width:36px;
	margin:5px 0 0;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#fff;
}
/* nav */
#header ul{
	height:58px;
	width:910px;
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:42px;
	background: url(../images/nav.png) no-repeat;
}
#header ul:after{
	content:"";
	display:block;
	clear:both;
}
.index #header ul{
	height:61px;
	margin:7px 0 0 3px;
	background: url(../images/nav-index.png) no-repeat;
}
#header li{
	float:left;
	padding:0 0 0 2px;
	background: url(../images/devider.png) no-repeat;
/*	height:100%; */
}
#header li:first-child{
	background-image:none;
	padding:0;
}
#header li a{
	float:left;
	color:#04719a;
	padding:0 0 0 23px;
	position:relative;
}
#header li a:hover,
#header li a.active{
	background: url(../images/inner-nav-hover-left.png) no-repeat;
	color:#fff;
	text-decoration:none;
}
.index #header li a:hover,
.index #header li a.active{
	background: url(../images/nav-hover-left.png) no-repeat;
	color:#fff;
	text-decoration:none;
}
#header li span{
	float:left;
	cursor:pointer;
}
#header li .item{
	height:100%;
	padding:0 4px 2px;
}
#header li a:hover .item,
#header li a.active .item{ background: url(../images/inner-nav-hover-center.png) repeat-x;}
.index #header li a:hover .item,
.index #header li a.active .item{ background: url(../images/nav-hover-center.png) repeat-x;}
#header li .corner{
	width:20px;
	height:44px;
	overflow:hidden;
}
#header li a:hover .corner,
#header li a.active .corner{ background: url(../images/inner-nav-hover-right.png) repeat-x;}
.index #header li a:hover .corner,
.index #header li a.active .corner{ background: url(../images/nav-hover-right.png) repeat-x;}
#center{
	float:left;
	display:inline;
	width:100%;
	padding:0 0 4px;
	margin:-7px 0 0;
	position:relative;
	background: url(../images/center.gif) no-repeat 6px 100%;
	overflow:hidden;
}
/* index page */
.index-block{
	overflow:hidden;
	height:1%;
	padding:0 6px 12px;
}
.index-block .tabs{
	position:relative;
	overflow:hidden;
	height:448px;
	width:900px;
}
.index-block .tabset{
	position:absolute;
	z-index:3;
	left:21px;
	bottom:12px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:10px;
	line-height:16px;
}
.index-block .tabset li{
	float:left;
	margin:0 4px 0 0;
}
.index-block .tabset li a{
	float:left;
	color:#797979;
	width:16px;
	background: url(../images/index-tabset.png) no-repeat;
}
.index-block .tabset li a:hover,
.index-block .tabset li a.active{
	text-decoration:none;
	color:#000;
	background: url(../images/index-tabset-hover.png) no-repeat;
}
.index-block div.tab{
	position:relative;
}
.index-block .tab img{ display:block;}
.index-block .tab .cont{
	position:absolute;
	top:160px;
	padding:3px 0 0;
	left:20px;
	color:#fff;
	width:440px;
}
.index-block .tab h2{
	margin:0 0 20px;
	font:48px/48px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-4px;
}
.index-block .tab .hrow{
	display:block;
	margin:-7px 0 0;
}
.index-block .tab p{
	font-size:14px;
	line-height:14px;
	margin:15px 0 0;
	position:relative;
}
/* news */
.index-block .news{
	overflow:hidden;
	height:1%;
	padding:0 23px 0 20px;
	line-height:50px;
}
.index-block .news h3{
	margin:0 17px 0 0;
	float:left;
	font-size:1.334em;
	font-weight:normal;
	padding:0 25px 0 0;
	background: url(../images/news-separator.gif) no-repeat 100% 0;
}
.index-block .news h3 a{ color:#a8d3f4;}
.index-block .news .new{
	float:left;
	font-size:1.334em;
}
.index-block .news .more{
	float:right;
	color:#e90c0c;
	font-size:1.167em;
	padding:0 20px 0 0;
	background: url(../images/news-more.gif) no-repeat 100% 50%;
	text-decoration:underline;
}
.index-block .news .more:hover{ text-decoration:none;}
/* categories */
.categories{
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	list-style:none;
}
.categories li{
	float:left;
	width:219px;
	position:relative;
	border:3px solid #2e4659;
}
.categories img{ display:block;}
.categories .title{
	position:absolute;
	bottom:-1px;
	width:190px;
	height:53px;
	padding:5px 12px 0 17px;
	font:24px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	background: url(../images/category-title.png);
}
.categories a:hover .title{ text-decoration:underline;}
.content-holder{
	overflow:hidden;
	width:100%;
	margin:44px 0 0;
	background:#fff url(../images/content-holder.gif) repeat-y;
	position:relative;
}
.content-wrapper{
	overflow:hidden;
	width:100%;
	padding:28px 0 70px;
	background: url(../images/content-wrapper.jpg) no-repeat 6px 0;
}
.content-holder h2{
	margin:0;
	position:absolute;
	top:28px;
	left:25px;
	font:30px/30px Arial, Helvetica, sans-serif;
	width:235px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-2px;
}
/* sidebar */
.sidebar{
	float:left;
	width:262px;
	margin:317px 0 0;
	padding:0 0 0 6px;
}
/* subnav */
.subnav{
	margin:0;
	padding:0 0 4px;
	list-style:none;
	overflow:hidden;
	width:100%;
	line-height:31px;
	font-size:1.167em;
	background: url(../images/side-separator.gif) no-repeat 0 100%;
}
.subnav li{
	float:left;
	width:100%;
	margin:0 0 2px;
}
.subnav a{
	display:block;
	position:relative;
	height:1%;
	background: url(../images/subnav-item.png) no-repeat;
	color:#2588ae;
	padding:0 20px;
}
.sidebar h3{
	margin:2px 0 0;
	padding:0 20px;
	font-size:1.167em;
	font-weight:normal;
	line-height:31px;
	height:1%;
	background: url(../images/side-head.png) no-repeat;
	color:#e5f4ff;
}
/* search block */
.sidebar .search{
	overflow:hidden;
	width:100%;
	margin:2px 0 0;
	padding:5px 0 0;
	background: url(../images/side-separator.gif) no-repeat;
}
.sidebar .search-cont{
	overflow:hidden;
	height:1%;
	background: url(../images/search-gradient.jpg) repeat-x;
	padding:0 0 0 20px;
}
.sidebar .search .row{
	overflow:hidden;
	height:1%;
	margin:-4px 0 4px;
	padding:16px 0 0;
}
.sidebar .search label{
	display:block;
	color:#246175;
	font-size:1.334em;
	padding:0 0 6px;
}
.sidebar .search .select{ height:27px;}
.sidebar .search select{
	display:block;
	width:208px;
}
.sidebar .search .text{
	width:208px;
	height:27px;
	overflow:hidden;
	display:block;
	background: url(../images/keyword.gif) no-repeat;
}
.sidebar .search .text input{
	display:block;
	background:none;
	border:0;
	font:12px/15px Arial, Helvetica, sans-serif;
	margin:6px 0 0;
	padding:0 13px;
	width:182px;
	color:#7f7f7f;
}
.sidebar .search .button{
	display:block;
	margin:2px 0 0;
}
/* content */
.content{
	float:right;
	padding:0 6px;
	width:620px;
}
.content h3{
	margin:0 -1px 0 -6px;
	width:606px;
	padding:0 0 7px 21px;
	background: url(../images/content-head.png) no-repeat;
	font-size:1.5em;
	line-height:38px;
	color:#fff;
	color:#e5f4ff;
}
/* big gallery */
.big-gallery{
	overflow:hidden;
	width:630px;
	margin:4px -9px 0 -1px;
}
.big-gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.big-gallery li{
	float:left;
	width:210px;
	margin:12px 0 0;
}
.big-gallery img{
	display:block;
	background: url(../images/big-gallery-image.png) no-repeat;
	padding:5px 12px 10px 6px;
}
.big-gallery .cont{
	overflow:hidden;
	padding:0 18px 0 12px;
	height:51px;
	background: url(../images/big-gallery-cont.png) no-repeat;
}
.big-gallery .title{ float:left; font-size:1.167em; line-height:16px; font-weight:normal; position:relative; width:115px; margin-top:6px; }
.big-gallery .go{
	float:right;
	width:65px;
	text-align:center;
	line-height:25px;
	margin:9px 0 0;
	color:#737373;
	background: url(../images/go.gif) no-repeat;
	position:relative;
}
/* pager */
.pager{
	overflow:hidden;
	height:1%;
	line-height:19px;
	border:solid #c4c6c8;
	border-width:1px 0;
	padding:10px 0 13px;
}
.pager .prev,
.pager .next{
	float:left;
	width:51px;
	background: url(../images/pager-prev.gif) no-repeat;
	color:#fff;
	margin:5px 0;
}
.pager .prev{
	padding:0 0 0 8px;
}
.pager .next{
	padding:0 8px 0 0;
	text-align:right;
}
.pager ul{
	float:left;
	margin:5px 0;
	padding:0 0 0 3px;
	list-style:none;
	color:#fff;
	text-align:center;
}
.pager li{
	float:left;
	margin:0 3px 0 0;
}
.pager li a{
	float:left;
	width:19px;
	background: url(../images/pager-link.gif) no-repeat;
	color:#fff;
}
.pager li a:hover,
.pager li span{
	float:left;
	width:19px;
	background: url(../images/pager-active.gif) no-repeat;
}
/* description page */
.description-holder{
	overflow:hidden;
	width:626px;
	margin:36px -6px 0 0;
}
/* info */
.description-holder .info{
	float:left;
	width:340px;
	padding:0 0 4px;
	background: url(../images/info-separator.gif) no-repeat 0 100%;
}
.description-holder h4{
	margin:0;
	color:#184769;
	font-size:2.5em;
	font-weight:normal;
}
.description-holder p a, .darklink a { text-decoration:underline; color:#454F5B}
.description-holder p a:hover, .darklink a:hover {text-decoration:none; color:#454F5B}
/* parameters */
.description-holder .parameters{
	margin:-5px 0 0;
}
.description-holder .parameters dt{
	padding:15px 12px 1px;
	color:#8e9aa9;
	font-weight:bold;
}
.description-holder .parameters dd{
	margin:0;
	padding:10px 0 0 33px;
	border-top:1px solid #b2c6d4;
	color:#454f5b;
	height:1%;
	background: url(../images/parameters-bullet.png) no-repeat;
}
/* add block */
.description-holder .add{
	overflow:hidden;
	height:1%;
	margin:60px 0 0;
	padding:7px 0 0;
	background: url(../images/info-separator.gif) no-repeat;
}
.description-holder .add .button{ float:left;}
.description-holder .add .quantity{ float:right;}
.description-holder .add .quantity label{
	float:left;
	color:#7f7f7f;
	line-height:27px;
	margin:0 7px 0 0;
}
.description-holder .add .quantity .text{
	float:left;
	width:54px;
	height:27px;
	background: url(../images/quantity-text.gif) no-repeat;
}
.description-holder .add .quantity .text input{
	float:left;
	background:none;
	border:0;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	padding:0 5px;
	width:44px;
	margin:5px 0 0;
}
.description-holder .product-nav{
	margin:0;
	padding:9px 0 4px;
	list-style:none;
	overflow:hidden;
	height:1%;
	line-height:19px;
	background: url(../images/info-separator.gif) no-repeat;
}
.description-holder .product-nav a{
	float:left;
	color:#c8e1f2;
	background: url(../images/product-prev.gif) no-repeat;
	width:90px;
	white-space:nowrap;
}
.description-holder .product-nav .prev{ float:left;}
.description-holder .product-nav .prev a{ padding:0 0 0 9px;}
.description-holder .product-nav .next{
	float:right;
	text-align:right;
}
.description-holder .product-nav .next a{ padding:0 9px 0 0;}
/* photo */
.description-holder .photo{
	float:right;
	width:266px;
	margin:3px 0 0;
}
.description-holder .photo .big-photo{
	display:block;
	width:244px;
	padding:6px 14px 0px 7px;
	/* background: url(../images/big-img-stretch-bottom.png) no-repeat bottom; */
}
.description-holder .photo .link {
	background: url(../images/big-img-stretch.png) repeat;
	float:left;
}

.description-holder .photo .thumbs{
	overflow:hidden;
	width:270px;
	margin:0 -4px 0 0;
	padding:0;
	list-style:none;
	clear:both;
}
.description-holder .photo .thumbs li{
	float:left;
	margin:0 4px 4px 0;
}
.description-holder .photo .thumbs img{
	display:block;
	width:117px;
	height:108px;
	padding:5px 6px 4px 5px;
	background: url(../images/thumb-bg.png) no-repeat;
}
/* footer */
#footer{
	float:left;
	width:100%;
	border-top:1px solid #253e52;
	margin:5px 0 0;
	overflow:hidden;
	padding:25px 0 11px;
}
/* footer logo */
.footer-logo{
	margin:0 0 0 10px;
	float:left;
	text-indent:-9999px;
	background:url(../images/footer-logo.gif);
	width:115px;
	height:36px;
}
.footer-logo a{
	display:block;
	height:100%;
	overflow:hidden;
}
.footer-cont{
	float:right;
	width:740px;
	padding:0 10px 0 0;
	text-align:right;
}
/* footer links */
.footer-cont ul{
	margin:0 -11px 0 0;
	padding:0;
	list-style:none;
}
.footer-cont li{
	display:inline;
	padding:0 14px 0 12px;
	background: url(../images/footer-separator.gif) no-repeat 100% 50%;
}
.footer-cont li a{
	color:#002542;
	border-bottom:1px solid #9cb4c6;
}
.footer-cont li a:hover{
	text-decoration:none;
	border-style:none;
}
/* copyright */
#footer .copy{
	margin:4px 0 0;
	color:#86a0b3;
	font-size:.834em;
}
#footer .copy a {
	color:#86a0b3;
}
#footer .copy a:hover { color:#000; }

.shifted { width:55px; float:left;}

.iptable { border: 1px solid #A4D4F3; border-collapse:collapse; width: 600px; float: left; margin-left: 5px; margin-bottom: 20px; }
.iptable tr {}
.iptable td { border: 1px solid #A4D4F3; padding: 3px 5px; }
.iptable p { margin: 0px; }

