body {
	margin:0;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	min-width:991px;
	background:#000 url(../images/bg-wrapper.jpg) no-repeat 50% 0;
}
img{border-style:none;}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

.content-place a{
	color:#fff;
	text-decoration:underline;
}
.content-place a:hover{color: #9c9b98;}

#wrapper{
	width:991px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header{
	width:100%;
	height:128px;
	background:url(../images/bg-header.png) no-repeat;
}
.logo {
	position:absolute;
	top:1px;
	left:0;
	width:251px;
	height:144px;
	background:url(../images/logo.png);
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	cursor:pointer;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
#nav{
	float:right;
	padding:0;
	display:inline;
	margin:49px 18px 0 0;
	list-style:none;
	position:relative;
	z-index:10;
}
.order-links {
	float:right;
	margin-right: 5px;
	padding:0;
	display:inline;
	list-style:none;
	position:relative;
}
.order-links li {
	margin-top: 2px;
}


#nav li{
	float:left;
}
#nav li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:60px;
	position:relative;
	cursor:pointer;
}
#nav .home{
	width:93px;
	background:url(../images/item-home.png) no-repeat;
}
#nav .active .home,
#nav li:hover .home,
#nav li.hover .home{background:url(../images/item-home-roll.png) no-repeat;}

#nav .about{
	width:132px;
	background:url(../images/item-about.png) no-repeat;
}
#nav .active .about,
#nav li:hover .about,
#nav li.hover .about{background:url(../images/item-about-roll.png) no-repeat;}

#nav .products{
	width:142px;
	background:url(../images/item-products.png) no-repeat;
}
#nav .active .products,
#nav li:hover .products,
#nav li.hover .products{background:url(../images/item-products-roll.png) no-repeat;}
#nav .locations{
	width:142px;
	background:url(../images/item-locations.png) no-repeat;
}
#nav .active .locations,
#nav li:hover .locations,
#nav li.hover .locations{background:url(../images/item-locations-roll.png) no-repeat;}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover .drop,
#nav li:hover .drop{display: block;}
#nav .drop {
	width:440px;
	position:absolute;
	left:50%;
	margin:0 0 0 -220px;
	top:100%;
	z-index:100;
	display:none;
}
#nav .drop .t{
	height:4px;
	overflow:hidden;
	background:url(../images/bg-drop-t.png) no-repeat;
}
#nav .drop .b{
	height:7px;
	overflow:hidden;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#nav .drop .c{
	width:428px;
	padding:0 6px 0 6px;
	overflow:hidden;
	background:url(../images/bg-drop.png) repeat-y;
}
#nav ul {
	float:none;
	margin:0;
	padding:0;
}
#nav ul li{
	width:213px;
	float:left;
	margin:1px 0 0 1px;
	display:inline;
}
#nav ul li div{
	width:200px;
	height:83px;
	cursor:pointer;
	padding:15px 0 0 13px;
	background:url(../images/bg-item2.png) no-repeat;
}
* html #nav ul li div{position:relative;}
#nav ul li .hover-block a{
	color:#e01e1e !important;
	text-decoration:none;
}
#nav ul li img{
	float:left;
	position:relative;
	border:1px solid #8a8a8a;
	margin:0 10px 0 0;
}
/*first level*/
#nav li:hover ul a,
#nav li.hover ul a {
	text-indent:0;
	display:inline;
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
#nav li.hover ul strong{
	position:relative;
}
#main{
	width:933px;
	padding:0 14px 10px;
	overflow:hidden;
	margin:0 0 0 30px;
	background:url(../images/bg-main.png) repeat;
}
#main p{
	margin:0;
}
.category{
	width:100%;
	overflow:hidden;
	padding:0 0 14px;
	margin:0 0 11px;
	border-bottom:2px solid #333;
	background:url(../images/bg-category.png) repeat-y;
}
.category ul{
	width:100%;
	overflow:hidden;
	margin:0;	padding:0;
	position:relative;
	z-index:1;	list-style:none;
	background:url(../images/line.gif) no-repeat 10px 173px;
}
.category ul li{
	width:221px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
.category ul li .click{
	cursor:pointer;
	width:100%;
	overflow:hidden;
	background:url(../images/transparent.gif) no-repeat -9999px -9999px;
}
.category li img{
	display:block;
}
.category li .title{
	width:100%;
	height:53px;
	margin:13px 0 0;
	overflow:hidden;
	text-align:center;
	background:url(../images/bg-title.gif) no-repeat 0 100%;
}
.category li h2{
	margin:13px 0 0;
	font-size:18px;
	line-height:23px;
	text-transform:uppercase;
	letter-spacing:-1px;
	word-spacing:-1px;
}
.category li h2 a{
	color:#fff;
	position:relative;
}
.category li h2 a span{cursor:pointer;}
.category li h2 a strong{
	font-style:normal;
	position:absolute;
	top:-9999px;
	left:-9999px;
	color:#e01e1e;
	width:100%;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
}
.category li .hover-block h2 a span{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.category li .hover-block h2 a strong{
	position:static;
	top:0;
	left:0;
}
.category li h2 a:hover{
	color:#e01e1e;
	text-decoration:none;
}

.news{
	height:1%;
	overflow:hidden;
	position:relative;
	margin:0 0 10px;
	padding:10px 10px 10px 8px;
	background:url(../images/bg-news.gif) no-repeat;
}
.news h3{
	font-size:16px;
	line-height:22px;
	color:#e01e1e;
	margin:0 0 0 2px;
	letter-spacing:-1px;
}
.news .row{
	float:right;
	width:811px;
	overflow:hidden;
	position:relative;
	height:22px;
	background:url(../images/bg-row.gif) no-repeat;
}
.news p{
	padding:4px 9px;
	font-size:12px;
	line-height:14px;
}
.news p a{
	color:#fff;
	white-space: nowrap;
}
.boxes,
.columns-holder {
	width:933px;
	position:relative;
	background:url(../images/bg-columns.jpg) repeat-y;
}
.columns-wrap {
	background:url(../images/bg-columns-top.jpg) no-repeat;
}
.boxes .holder{
	background:url(../images/bg-boxes-t.jpg) no-repeat;
}
.boxes .frame,
.columns-frame {
	overflow:hidden;
	height:1%;
	padding:0 0 13px;
	background:url(../images/bg-columns-btm.jpg) no-repeat 0 100%;
}
.boxes .frame{
	padding:18px 11px 20px 18px;
}
.boxes .box2{
	width:904px;
	overflow:hidden;
	background:url(../images/bg-2boxes.jpg) repeat-y;
}
.boxes .box-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-2boxes-t.jpg) no-repeat;
}
.boxes .box-frame{
	height:1%;
	overflow:hidden;
	padding:15px 0 7px;
	background:url(../images/bg-2boxes-b.jpg) no-repeat 0 100%;
}
.boxes .box{
	float:left;
	width:426px;
	margin:0 0 0 26px;
	display:inline;
}
.boxes .box h4{
	font-size:22px;
	line-height:24px;
	color:#e01e1e;
	margin:0 0 12px;
	text-transform:uppercase;
}
.boxes .box .column{
	width:208px;
	float:left;
}
.boxes .box .column dl{
	margin:0 0 7px;
	width:100%;
	overflow:hidden;
}
.boxes .box .column dt{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.boxes .box .column .phone{
	float:left;
	padding:0 4px 0 0;
}
* html .boxes .box .column .phone{padding:0 1px 0 0;}
*+html .boxes .box .column .phone{padding:0 1px 0 0;}
.boxes .box .column dd{
	margin:0;
	line-height:14px;
	padding:0 0 8px;
}
.boxes .box .column img{
	display:block;
	border:3px solid #fff;
}
.weather{
	width:100%;
	overflow:hidden;
	margin:0 0 14px;	padding:0;	list-style:none;
}
.weather li{
	width:89px;
	text-align:center;
	float:left;
	margin:0 15px 0 0;
}
.weather li .image{
	width:77px;
	height:77px;
	padding:6px;
	background:url(../images/bg-weather.gif) no-repeat;
}
.weather li span{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.sale{
	width:100%;
	overflow:hidden;
	margin:0;	padding:5px 0 0;	list-style:none;
}
.sale li{
	float:left;
	width:195px;
	margin:0 14px 0 0;
	line-height:14px;
	position:relative;
}
.sale li h5{
	margin:5px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.sale li h5 a{
	color:#fff;
}
.sale li .cost{
	position:absolute;
	bottom:9px;
	right:0;
	font-size:18px;
	line-height:20px;
}
.thumbnail{
	float:left;
	width:87px;
	height:87px;
	padding:6px;
	margin:0 6px 0 0;
	background:url(../images/bg-thumbnail.gif) no-repeat;
}
* html .thumbnail{margin:0 2px 0 0;}
*+html .thumbnail{margin:0 2px 0 0;}





.visual{
	width:931px;
	overflow:hidden;
	margin:0 0 4px;
	background:url(../images/decor.jpg) no-repeat;
}

.marine-bg {
	background:url(../images/banner-marine.jpg) no-repeat;
}
.truck-bg {
	background:url(../images/banner-truck.jpg) no-repeat;
}
.fire-bg {
	background:url(../images/banner-fire2.jpg) no-repeat;
	height: 145px; 
}
.snow-bg {
	background:url(../images/banner-snow.jpg) no-repeat;
}
.visual h2{
	margin:53px 0 0;
	font-size:48px;
	line-height:50px;
	color:#fff;
	/*width:320px;*/
	float:left;
	padding:0 0 0 23px;
	text-transform:uppercase;
	letter-spacing:-5px;
}.visual .visual-list{
	float:right;
	margin:0;	padding:0 32px 0 0;	list-style:none;
}
.visual li{
	float:left;
	width:174px;
	height:151px;
	margin:0 -18px;
	display:inline;
	position:relative;
	padding:28px 0 0 27px;
	background:url(../images/bg-visual.png) no-repeat;
}
/* nav bar */
.nav-bar {
	float:left;
	width:242px;
}
.nav-bar .menu {
	margin:0;
	padding:7px 0 0 6px;
	list-style:none;
}
.nav-bar .menu li {
	vertical-align:top;
	height:1%;
	margin:0 0 -12px;
}
.nav-bar .menu a {
	display:block;
	width:197px;
	height:53px;
	padding:0 0 0 23px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:52px;
	cursor:pointer;
	text-transform:uppercase;
	background:url(../images/bg-item.png) no-repeat;
}
.nav-bar .menu a:hover {
	color:#9c9b98;
	cursor:pointer;
	text-decoration:none;
}

.nav-bar .menu li.active a {
	color:#e01e1e;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/bg-item-active.png) no-repeat;
}
.box-request {
	margin:11px 0 0 15px;
	width:188px;
	height:57px;
	padding-left:14px;
	overflow:hidden;
	background:url(../images/bg-request.jpg) no-repeat;
}
.box-request em{
	font-style:normal;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:56px;
	text-transform:uppercase;
	word-spacing:-1px;
}
.box-request a {
	color:#fff;
}
.box-contact {
	margin:11px 0 0 15px;
	width:202px;
	background:url(../images/box-contact.jpg) repeat-y;
}
.box-contact-t {
	background:url(../images/box-contact-top.jpg) no-repeat;
}
.box-contact-b {
	overflow:hidden;
	height:1%;
	padding:14px 0 16px 15px;
	background:url(../images/box-contact-btm.jpg) no-repeat 0 100%;
}
.box-contact h3 {
	margin:0;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
}
#main .box-contact p {
	margin:6px 0 0;
	font-size:12px;
	line-height:16px;
}
#main .box-contact p.small {
	margin:6px 0 0;
	font-size:11px;
	line-height:16px;

}
.box-contact p span {
	display:block;
	text-transform:uppercase;
}
.box-contact a {
	color:#fff;
}
/* content */
.content-place {
	float:left;
	width:676px;
	padding:12px 0 0;
	overflow:hidden;
	position:relative;
}
.breadcrumbs {
	overflow:hidden;
	position:relative;
	z-index:2;
	height:1%;
	margin:0 0 0 -14px;
	padding:0;
	list-style:none;
}
.breadcrumbs li {
	float:left;
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 6px 0 14px;
	background:url(../images/bullet-breadcrumbs.gif) no-repeat 0 50%;
}
.breadcrumbs a {
	color:#999;
}
.column-wrap {
	margin:-4px 0 0;
	width:676px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:url(../images/box-text.gif) repeat-y;
}
.column-wrap-t {
	background:url(../images/box-text-top.jpg) no-repeat;
}
.column-wrap-b:after {
	content:"";
	clear:both;
	display:block;
}
.column-wrap-b {
	height:1%;
	padding:10px 16px 0 16px;
	min-height:318px;
	background:url(../images/box-text-btm.gif) no-repeat 0 100%;
}
* html .column-wrap-b {
	height:368px;
}
.column-wrap a.see {
	position:absolute;
	left:190px;
	bottom:12px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.column-wrap a.see2 {
	float:right;
	margin-top:22px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.boats-text {
	float:left;
	width:305px;
	padding:28px 0 30px;
}
.boats-text h2 {
	margin:0;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
}
#main .boats-text p {
	margin:12px 0 0;
	line-height:14px;
}
.recent {
	float:right;
	width:308px;
	padding:18px 0 0;
}
.recent h2 {
	margin:0 0 10px;
	font-size:16px;
	text-transform:uppercase;
}
.recent-box {
	overflow:hidden;
	height:1%;
	padding:10px 0 0;
}
.recent .pict {
	float:left;
	width:122px;
	/*background:url(../images/bg-pict.png) no-repeat;*/
	border:2px solid #fff;
}
.recent .pict img {
	display:block;
}
.recent-text {
	float:right;
	width:168px;
}
.box-boat-b h4 {
	display:block;
	font-size:15px;
	margin: 3px 0 5px 0;
	line-height:15px;

}

.recent-text strong {
	display:block;
	font-size:14px;
	line-height:18px;
}
.box-boat {
	margin:13px 0 0;
	width:676px;
	background:url(../images/box-boat.gif) repeat-y;
}
.box-boat-t {
	background:url(../images/box-boat-top.jpg) no-repeat;
}
.box-boat-t2 {
	background:url(../images/box-boat-top2.jpg) no-repeat;
}


#main .box-boat p {
	margin:10px 0 0 0px;
	font-size:12px;
	line-height:14px;
}
.box-boat-b {
	overflow:hidden;
	height:1%;
	min-height: 300px;
	padding:17px 5px 10px 15px;
	margin-left: 0px;
	background:url(../images/box-boat-btm.gif) no-repeat 0 100%;
}
.box-boat h3,
.box-info h4 {
	margin:0 0 10px 0px;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
}
.box-boat .gallery {
	overflow:hidden;
	height:1%;
	margin:0;
	padding:7px 0px 20px 0px;
	list-style:none;
}
.box-boat .gallery li {
	float:left;
	display:inline;
	width:134px;
	margin:0 25px 0 0px;
}
.box-boat .gallery li em {
	display:block;
	width:122px;
	/*height:112px;*/
	padding:0px;
	cursor:pointer;

	/*background:url(../images/bg-pict.png) no-repeat;*/
}

.salepic {
	border: 2px solid #fff; 
}

.box-boat .gallery li img {
	display:block;
}
.box-boat .gallery span {
	display:block;
	text-align:center;
	font-size:14px;
	margin-top: 4px;
	line-height:16px;
	font-weight:bold;
}
.box-boat a.see {
	float:right;
	display:inline;
	margin-right:10px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.box-info .box-boat-b {
	padding-bottom:30px;
}
.box-info h4 {
	margin-top:10px;
}
.pictures-holder {
	overflow:hidden;
	height:1%;
	padding:10px 0px 4px 0px;
}
.pictures-holder img {
	display:block;
}
.pictures-holder .pict-big {
	float:left;
	margin-right:4px;
	width:329px;
	margin-top: 4px;
	border: 2px solid #fff; 
}
.pictures-holder ul {
	float:left;
	width:310px;
	margin:0;
	padding:0;
	list-style:none;
}
.pictures-holder ul li {
	float:left;
	margin:0 1px 2px 0;
}
.pictures-holder ul span {
	float:left;
	width:89px;
	height:89px;
	padding:6px;
	cursor:pointer;
	background:url(../images/bg-pict-small.png) no-repeat;
}
.box-detail {
	overflow:hidden;
	height:1%;
	padding:4px 0 0 23px;
}
.box-detail dl,
.box-detail dt,
.box-detail dd {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.box-detail dl {
	float:left;
	width:188px;
}
.box-detail dt {
	float:left;
	width:55px;
	font-weight:bold;
}
.description {
	padding:0px 20px 0 0px;
}
#footer{
	width:919px;
	margin:0 0 0 44px;
	overflow:hidden;
	padding:41px 0 55px 14px;
	color:#7f7f7f;
	font-weight:bold;
	background:url(../images/bg-footer.gif) no-repeat;
	position: relative;
}
#footer a{color:#7f7f7f;}
#footer p{
	margin:0;
	font-size:11px;
	line-height:14px;
	text-align:right;
	font-weight: normal;
	
}
.product-list{
	float:right;
	width:97px;
	margin:0 0 0 11px;
	padding:0 0 0 15px;
	line-height:16px;
	background:url(../images/separator.gif) no-repeat;
}
.product-list dd{
	font-size:11px;
	margin:0;
	font-weight: normal;
}
.nav{
	text-align:right;
	margin:0;
	padding:0 0 8px;
	list-style:none;
}
.nav li{
	display:inline;
	padding:0 5px 0 8px;
	font-size:11px;
	line-height:14px;
	background:url(../images/separator01.gif) no-repeat 0 50%;
}
.nav li:first-child{background:none;}
.clear{
	width:100%;
	overflow:hidden;
}
#formArea #orderForm #formColumns {
	width:650px;
	margin:auto;
}
#formArea #orderForm #formColumns #leftColumn {
	float:left;
	width:300px;
}
#orderForm {
	height:500px;
}
#formArea #orderForm #formColumns #rightColumn {
	float:right;
	width:300px;
}
#formArea #orderForm #formColumns th {
	text-align: left;
}
.copyright {
	font-size: 9pt;
}
.twitter-box  img {
	float: left;
	margin-top: 10px;
}
.twitter-box {
	float: left;
	width:350px;
	margin-bottom: 5px;	
}
.twitter-box h3{
	margin:0;
}
.twitter-box ul{
	margin-left: 0px;
	padding-left; 0px;
	left: 0;

}

.twitter-box ul li{
	color: #fff;
	margin: 5px 0 0 3px;
	padding:0;
	list-style: none;
	overflow: hidden;
	font: 12px arial, sans-serif;
	margin-left: -40px;
}