html {height:100%;}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg) repeat-x;
	color: #333;
	height:100%;
	margin: 0;
}
img{border: none;}
a{text-decoration:none; color: #1965b1;}
a:hover{text-decoration:underline}
a:focus{outline:none;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.holder{
	width: 100%;
	overflow: hidden;
}
#wrapper {
	min-height: 100%;
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
}
* html #wrapper {
	overflow: visible;
	height: 100%;
}
#wrapper .inner-wrapper{
	margin: 0 0 140px;
}
.shadow{
	width: 950px;
	padding: 0 10px;
	background: url(../images/bg-shadow.gif) repeat-y;
}
.shadow-bottom{
	display: block;
	height: 23px;
	width: 970px;
	overflow: hidden;
	background: url(../images/bg-shadow-b.gif) no-repeat;
}
#header {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../images/bg-header.gif) repeat-x;
	border-bottom: solid 1px #fff;
}
/* logo styles */
.logo {
	position: absolute;
	top: 18px;
	left: 19px;
	width: 253px;
	height: 58px;
	z-index:1;
}
.logo a {
	display: block;
	height: 100%;
}
#header .form-holder{
	position: absolute;
	right: 14px;
	top: 9px;
	width: 247px;
}
.search-form label{
	float: left;
	font-size: 14px;
	margin: 3px 5px 0 0;
}
.search-form .txt{
	float: left;
	border: solid 1px #ccc;
	background: #fff;
	padding: 3px 6px 2px;
	margin: 0 4px 0 0;
	width: 147px;
}
.search-form .btn{
	float: left;
	position: relative;
	background: #1965b1;
	border: 0;
	padding: 0 2px;
	height: 22px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
/* nav Styles */
.nav{
	position: absolute;
	top: 66px;
	right: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.nav li{
	float: left;
	padding: 0 0 0 1px;
}
.nav li a{
	float: left;
	background: #1965b1;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	padding: 0 16px;
	text-decoration: none;
}
.nav li a:hover, .nav li.active a{
	color: #fff;
	background: #75a3d0;
}
#sub{
	background: #fff;
	padding:0 0 1px;
	border-bottom: solid 9px #1965b1;
}
#subheader{
	z-index: 2;
	height: 321px;
	overflow: hidden;
	padding: 0;
}

#subheader ul{
	margin: 0;
	padding: 0;
	position: relative;
	
}
#subheader .info-holder{
	z-index: 99;
	width: 363px;
	height: 158px;
	padding: 42px 22px;
	position: relative;
	top: -321px;
	left: 18px;
	background: url(../images/bg-info-holder.png) no-repeat;
}

h1{
	margin: 0 0 12px;
	font-size: 23px;
	font-weight: normal;
	color: #1965b1;
}
.info-holder p{
	margin: 0 0 19px;
	font-size: 13px;
	line-height: 15px;
	color: #424242;
}
.more{
	float: right;
	border: solid 1px #fff;
	background: #1965b1;
	padding: 4px 11px 4px 12px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.more span{
	float: left;
	height: 100%;
	cursor: pointer;
	padding: 0 20px 0 0;
	background: url(../images/arrow.gif) no-repeat 100% 50%;
}
.more:hover{
	color: #fff;
}

.row {	
	float: left;
	margin: 0;
	padding: 0;
}


.row2 {	
	float: left;
	margin: 0;
	padding: 0;
	width: 850px;
}



#main{
	height:1%;
	margin: 0 2px;
	background: #eee url(../images/bg-main.gif) repeat-x;
	overflow: hidden;
	padding: 9px 18px 0 17px;
	min-height: 300px;
}
* html #main{
	height: 300px;
	overflow: visible;
}
#content {
	float: left;
	width: 659px;
}

#content-wide {
	float: left;
	width: 914px;
}

/* tabs block styles start */
.tabs{
	margin: 0 0 2px;
}
.tabs .tabset{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs .tabset:after {
	display: block;
	content: "";
	clear: both;
}
.tabs .tabset li{
	float: left;
	text-align: center;
	margin: 0 1px 0 0;
}
.tabs .tabset .tab{
	float: left;
	background: #75a3d0;
	font-size: 15px;
	color: #fff;
	padding: 6px 13px;
	min-height: 34px;
}

#tab2 td {
	vertical-align: top;
}

* html .tabs .tabset .tab{
	height: 34px;
}
.tabs .tabset .tab span{
	display: block;
}
.tabs .tabset .tab .less{
	font-size: 11px;
}
.tabs .tabset .active{
	font-weight: bold;
}
.tabs .tabset .active, .tabs .tabset .tab:hover{
	background: #1965b1;
	text-decoration: none;
}
.tabs .tabs-content{
	background: #1965b1;
	padding: 8px 0 0;
}
.tabs .tabs-content .frame{
	padding: 15px 17px 49px 22px;
	background: #fff;
	border: solid 1px #cecece;
	border-top: none;
}
.tabs .columns{
	width: 100%;
	overflow: hidden;
}
.tabs .columns .left{
	float: left;
	width: 374px;
}
.tabs .columns .right{
	float: right;
	width: 240px;
}
#content h2{
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 17px;
	color: #1965b1;
}
label {
	margin-top: 10px;
}
.tabs p{
	margin: 0 0 14px;
	line-height: 20px;
}
#main .more{
	float: left;
}
/* begin img-frame block styles */
.img-frame-box{
	width: 240px;
}
.img-frame-box span.img-frame-t,
.img-frame-box span.img-frame-b {
	background: url(../images/img-frame-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 5px;
	width: 100%;
}
.img-frame-box span.img-frame-b {
	background: url(../images/img-frame-b.gif) no-repeat;
}
.img-frame-box .img-frame-holder {
	background: url(../images/img-frame-c.gif) repeat-y;
	padding: 0 5px;
	width: 230px;
}
.img-frame-box .img-frame-holder:after {
	display: block;
	content: "";
	clear: both;
}
.img-frame{
	position: relative;
	overflow: hidden;
	margin: 0 0 -1px;
	width: 100%;
	float: left;
}
.img-frame img{
	display: block;
}
/* end img-frame block styles */
#sidebar{
	float: right;
	width: 233px;
}
.sidebox{
	padding: 13px 40px 13px 17px;
	width: 174px;
	border: solid 1px #fff;
	color: #fff;
	margin: 0 0 20px;
}
.sidebox h3{
	white-space: nowrap;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: normal;
}

.sidebox p{
	margin: 0 0 9px;
	font-size: 13px;
	line-height: 18px;
}
.sidebox .more{
	background: #75a3d0;
}
.sidebox .more span{
	background: url(../images/arrow-2.gif) no-repeat 100% 50%;
}
.service{
	background: #1965b1 url(../images/bg-service.gif) no-repeat 0 8px;
}
.buy{
	background: #1965b1 url(../images/bg-buy.gif) no-repeat 0 11px;
}
.win{
	background: #1965b1 url(../images/bg-win.gif) no-repeat 0 11px;
}

.search{
	background: #1965b1 url(../images/bg-search.gif) no-repeat 0 11px;
}

#footer {
	background: #fff;
	margin: -140px auto 0;
	position: relative;
	overflow: hidden;
	width: 958px;
	padding: 10px 6px;
	height: 120px;
	font-size: 11px;
	color: #666;
}
#footer .text{
	float: left;
	width: 315px;
}
#footer .text p{
	margin: 0 0 4px;
}
#footer .info-area{
	float: right;
	width: 635px;
}
.info-area .products{
	float: right;
	padding: 0 0 0 12px;
	border-left: solid 1px #ccc;
}
#footer h4{
	margin: 0 0 3px;
	font-size: 11px;
	font-weight: bold;
	color: #1965b1;
}
.info-area .products ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-area .products ul li{
	padding: 0 0 1px;
}
/* bottomnav Styles */
.bottomnav{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.bottomnav li{
	float: left;
	margin: 0 7px 0 -1px;
	padding: 0 0 0 9px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
}
.bottomnav li a{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.bottomnav li a:hover{
	text-decoration: underline;
}
/* about page */
#about-page #subheader{
	height: 131px;
	background: url(../images/bg-subheader-2.jpg) no-repeat;
}
h1.title{
	margin: 0 0 10px 18px;
	padding: 48px 0 0;
	color: #fff;
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
}
/* breadcrumbs Styles */
.breadcrumbs{
	margin: 0 0 7px 14px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.breadcrumbs li{
	float:left;
	margin: 0 0 0 -7px;
	padding: 0 12px 0 12px;
	background: url(../images/bullet-2.gif) no-repeat 0 5px;
	font-size: 11px;
	color: #1965b1;
}
.breadcrumbs li a{
	text-decoration: underline;
}
.breadcrumbs li a:hover{
	text-decoration: none;
}
.content-box{
	background: #fff;
	border: solid 1px #ccc;
	height: 1%;
	overflow: hidden;
	padding: 15px 15px 16px 19px;
}

.content-box p{
	margin: 0;
	line-height: 18px;
}
.top-holder ul, .frame ul{
	list-style-type: square;
	list-style-position:inside;
	margin: 5px 0 5px 10px;
	padding: 0;
}
.top-holder ul li, .frame ul li {
	margin: 3px 0 0 0;
	text-indent: -13px;
}
.content-box .right{
	float: right;
}
/* products page */
#products-page #subheader{
	height: 131px;
	background: url(../images/bg-subheader-2.jpg) no-repeat;
}
#products-page #content{
	float: right;
	width: 699px;
}
#products-page #sidebar{
	float: left;
	width: 193px;
}
.top-holder{
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px;
}
.photos{
	float: left;
	width: 240px;
	margin: 0 21px 0 0;
}
.photos .general{
	border: solid 1px #ccc;
	padding: 1px;
	margin: 0 0 9px;
}
.photos .general .img{
	padding: 42px 1px 37px 6px;
}
.photos .general img{
	display: block;
}
.photos .name{
	display: block;
	background: #1965b1;
	border-top: solid 1px #d1e0ef;
	padding: 4px 16px;
	font-size: 11px;
	color: #fefefe;
}
.photos .small{
	width: 207px;
	margin: 0 0 0 0;
	overflow: hidden;
}
.photos .small img{
	float: left;
	margin: 10px 7px 0 0;
	border: solid 1px #ccc;
}
.thumbnail {
	float: left;
	width: 90px;
	height: 130px;
	margin: 0 15px 0 0;
	display: block;
}

.size-box {
	position: relative;
	float: left;
	width: 150px;
	height: 116px;
	text-align: center;
}

.product-box {
	position: relative;
	float: left;
	width: 110px;
	height: 116px;
	text-align: center;
}

.product {
	
	position: absolute;
	bottom: 0;
	right: 0;
}

.product-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 690px;
}

.thumbnail p, .box p, .product p{
  text-align: center
}

.descr{
	float: left;
	width: 205px;
	margin: 0 17px 0 0;
}
.copy{
	float: left;
	width: 466px;
	margin: 0 17px 0 0;
}
.wide{
	width: 666px;
}
.services{
	float: left;
}
.services a{
	display: block;
	margin: 0 0 10px;
}
.services a img{
	display: block;
}
#tab1 table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#tab1 table tr.odd{
	background: #e7f3ff;
}
#tab1 table td{
	padding: 6px 0 5px 16px;
	font-size: 11px;
}
#tab1 table td.short{
	width: 185px;
}
/* sidenav Styles start */
#sidepanel{
	background: #fff;
	border: solid 1px #ccc;
	padding: 16px 0;
}
#sidepanel h3{
	margin: 0 0 2px;
	font-size: 17px;
	color: #1965b1;
	font-weight: normal;
	padding: 0 0 0 17px;
}
.accordion{
	margin: 0 0 21px;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
}
.accordion li{
	border-top: solid 1px #ccc;
	position: relative;
}
.accordion li a{
	display: block;
	padding: 2px 0 2px 26px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.accordion li .parent{
	background: url(../images/arrow-3.gif) no-repeat 16px 6px;
}

.accordion li a:hover{
	text-decoration: underline;
}
.accordion li.active a{
	background: url(../images/arrow-4.gif) no-repeat 13px 9px;
}
/* Submenu level 1 styles */
.accordion li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #e7f3ff;
}
.accordion li ul li a, .accordion li.active ul li a{
	background: none;
	font-size: 13px;
	padding: 3px 0 3px 32px;
}

.accordion li.selected, .accordion li ul li.active a{ 
	font-weight: bold;
}

.accordion .slide{
	display: block;
	width: 100%;
}
/* sidenav Styles end */
.links{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.links li{
	padding: 3px 0 3px 18px;
	border-top: solid 1px #ccc;
}
.links a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.links a:hover{text-decoration: underline;}
#products-page .tabs .tabs-content .frame{
	padding-bottom: 18px;
}
form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}
.ddfmerrors {
	color: #FF0000;
}
