*{font-size: 100.01%;}
html {
	font-size: 70%;
	background:#2a62b3 url('../images/all-bg2.jpg') top center no-repeat;
}
body {
	margin:0;
	color:#000;
	font:1em Tahoma, Verdana, Arial, sans-serif;
	background:url('../images/spacer.gif') no-repeat 50% 0;
	min-width:994px;
}

/*for all images*/
img {
	border: none;
}

/*for all links*/
a {
	text-decoration:underline;
	color:#427590;
}
a:hover {
	text-decoration:none;
}

/*main container*/
.container {
	width:994px;
	margin:0 auto;
}

/*header*/
#header {
	width:908px;
	margin:0 0 0 40px;
	padding:0 0 10px;
	position:relative;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}

/*logo*/
#header h1 {
	width:310px;
	margin:0;
	position:absolute;
	top:5px;
	left:-40px;
}
#header h1 a {
	display:block;
	height:154px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/logo.jpg') no-repeat;
	cursor:pointer;
}

/*header photos outer*/
.header-photos-outer {
	width:633px;
	float:right;
}
.header-photos {
	width:634px;
	background:url('../images/photos-bg.gif') repeat-y;
}
.header-photos:after {
	content:"";
	display:block;
	clear:both;
}
.header-photos-inner {
	width:620px;
	margin:0 0 -10px;
	padding:10px 7px 0;
	float:left;
	position:relative;
}
.header-photos-btm {
	width:100%;
	height:14px;
	background:url('../images/photos-btm.png') no-repeat;
}

/*gallery*/
.gallery {
	height: 150px;
	position: relative;
	overflow: hidden;
}

#container {
	width:620px;
}

.imageflow {
	width:620px;
	top: -113px;
}

/*under gallery text*/
ul.photos-text {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:20px;
}
.photos-text li {
	float:left;
	padding:0 15px;
}
.photos-text li img {
	display:block;
}

/*main navigation*/
.main-nav {
	width:908px;
	margin:0 0 0 40px;
	background:url('../images/main-nav-bg-darker.gif') no-repeat;
}
.main-nav ul {
	margin:0;
	padding:6px 20px 20px;
	list-style:none;
	text-align:right;
	position:relative;
}
.main-nav li {
	display:inline;
	padding:0 2px 0 7px;
	text-transform:uppercase;
	font:bold 1.09em/1.17em Helvetica, Arial, Verdana, sans-serif;
	background:url('../images/separ.gif') no-repeat 0 50%;
}

span.subTitle {
	display: block;
	margin:0px 0px 10px 32px;
	text-transform:uppercase;
	font:bold 1.09em/1.17em Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;	
}
.main-nav li.first {
	background:none;
}
.main-nav li a {
	text-decoration:none;
	color:#fff;
}
.main-nav li a:hover {
	text-decoration:underline;
}

/*content outer*/
.content-outer {
	width:100%;
	margin:-48px 0 0;
	padding:63px 0 0;
	background:url('../images/content-top.png') no-repeat;
}
.content-bg {
	width:880px;
	padding:0 64px 0 50px;
	background:url('../images/content-bg.png') repeat-y;
}
.content-bg:after {
	content:"";
	display:block;
	clear:both;
}
.content-btm {
	width:100%;
	height:65px;
	background:url('../images/content-btm.png') no-repeat;
}

#copyright {
	width:100%;
	position: relative;
	font-size: 95%;
	color: #FFF;
	left: 40px;
	top: -26px;
	text-align: center;
}

#copyright a,
#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

.content-inner {
	width:100%;
	margin:-10px 0 0;
	float:left;
	position:relative;
}
.content-inner:after {
	content:"";
	display:block;
	clear:both;
}

/*content*/
#content {
	width:640px;
	float:right;
}
#content p {
	margin:0 0 20px;
	line-height:18px;
}

/*content grey block1*/
.cont-block {
	width:100%;
	margin:0 0 20px;
}
.top-bg {
	width:100%;
	height:11px;
	background:url('../images/top-bg.gif') repeat-x;
	overflow:hidden;
}
.top-left-corner {
	width:11px;
	height:100%;
	float:left;
	background:url('../images/corner-left-top.gif') no-repeat;
}
.top-right-corner {
	width:11px;
	height:100%;
	float:right;
	background:url('../images/corner-right-top.gif') no-repeat;
}
.btm-bg {
	width:100%;
	height:11px;
	background:url('../images/btm-bg.gif') repeat-x;
	overflow:hidden;
}
.btm-left-corner {
	width:11px;
	height:100%;
	float:left;
	background:url('../images/corner-left-btm.gif') no-repeat;
}
.btm-right-corner {
	width:11px;
	height:100%;
	float:right;
	background:url('../images/corner-right-btm.gif') no-repeat;
}
.block-inner {
	padding:10px 105px 10px 35px;
	overflow:hidden;
	height:1%;
	background:url('../images/block-inner-bg.gif') repeat-y;
}

/*content block's pictures*/
ul.pict-row {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:5px 0 0;
	list-style:none;
}
.pict-row li {
	float:left;
	padding:0 0 0 10px;
}
.pict-row li img {
	display:block;
}

.product-info-box .product-name,
#content h2 {
	margin:0 0 10px 0px;
	font-size:1.27em;
	color:#656565;
	position:relative;
}

h3, h4 {
	color:#656565;
}

/*content block2*/
.cont-col-outer {
	width:100%;
	background:url('../images/cont-col-bg.gif') repeat-y;
}
.cont-col-bg {
	background:url('../images/cont-col-btm.gif') no-repeat 0 100%;
}
.cont-col {
	padding:20px 105px 10px 35px;
	height:1%;
	overflow:hidden;
	background:url('../images/cont-col-top.gif') no-repeat;
}
.product-block {
	padding:30px 0;
}
.heading-outer {
	width:100%;
	position:relative;
}

/*product block outer*/
.product-block-outer {
	width:460px;
	margin:55px 0 0;
	background:#3a88c7 url('../images/product-block-top.gif') no-repeat;
}

/*product block*/
.product-block {
	padding:0 20px 15px;
	background:url('../images/product-block-btm.gif') no-repeat 0 100%;
}
.product-block:after {
	content:"";
	display:block;
	clear:both;
}
.heading-outer {
	width:100%;
}
.heading-outer:after {
	content:"";
	display:block;
	clear:both;
}
.product-block h3 {
	float:left;
	margin:-19px 0 0 -18px;
	padding:0 0 15px; 
	position:relative;
}
.product-block h3 img {
	display:block;
}
.png {
	display:block;
}

/*product block pictures*/
ul.product-pict {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.product-pict li {
	padding:35px 0 0;
}
.product-pict li.first {
	padding:0;
}
.product-pict li img {
	display:block;
}

/*sidebar*/
.sidebar {
	width:220px;
	float:left;
	margin-left: 0px;
}

/*side navigation outer*/
.subnav-outer {
	width:217px;
	margin:0 0 20px;
	background:url('../images/subnav-bg.gif') repeat-y;
}
.subnav-bg {
	background:url('../images/subnav-btm.gif') no-repeat 0 100%;
}
.subnav {
	padding:15px 0;
	min-height:255px;
	background:url('../images/subnav-top.gif') no-repeat;
}
* html .subnav {
	height:285px;
}

/*one-level drop-down menu*/
ul#left-nav {
	width:197px;
	margin:0;
	padding:0 10px;
	list-style:none;
	position:relative;
	z-index:10;
	font-size:1.09em;
}

ul#left-nav:after {
	content:"";
	display:block;
	clear:both;
}

#left-nav li {
	float:left;
	padding:2px 20px 1px;
	background:url('../images/subnav-border.gif') no-repeat;
	position:relative;
}

#left-nav li.first,
#left-nav li ul li.first {
	background:none;
}

#left-nav li a {
	display:block;
	color:  #FFF;
	width:157px;
	height:16px;
	text-decoration: none;
	padding-left: 3px;
	letter-spacing: 1px;
}

#left-nav li ul {
	width:212px;
	margin:0;
	padding: 0px;
	list-style:none;
	display:none;
	background:#4393d2;
	position:absolute;
	top: 0px;
	left: 197px;
}

#left-nav li li {
	padding:0;
	background:none;
	background:url('../images/subnav-border.gif') no-repeat;
	white-space: nowrap;
}

#left-nav li li a {
	width:192px;
	padding:2px 7px;
	text-indent:0;
	color:#fff;
	margin: 0px;
}
#left-nav li:hover ul,
#left-nav li.hover ul {
	display:block;
}
#left-nav li:hover a,
#left-nav li.hover a {
	text-decoration:none;
}
#left-nav li:hover li a:hover,
#left-nav li.hover li a:hover {
	text-decoration:underline;
}
.ad {
	margin:0 0 10px;
}

.ad img {
	display:block;
}

/* OVERRIDES */
.cms-home .middle {
	margin-top: 0px;
}

.col-main {
	width:645px;
}

.product-info-box {
	width:310px;
}

.search-bar { 
	margin-top: -14px;
}

#content.homepage-content h2 {
	margin-left: -10px;
}

.tabs a {
	text-decoration: none;	
}

.cms-page-view #content p,
.catalog-category-view #content p {
	line-height:15px;
	margin: 7px 0px 7px 0px;
}

.cms-page-view #content ul,
.catalog-category-view #content ul,
.cms-page-view #content ol,
.catalog-category-view #content ol {
	margin-left:  24px;
	margin-bottom: 15px;
}

.cms-page-view #content li,
.catalog-category-view #content li {
	list-style-type: disc;
	margin: 7px 0px 7px 0px;
}

ul.bigList {
	margin: 14px 0px 14px 0px !important;
}

ul.bigList li {
	list-style: none !important;
	color: #3e8ecc;
	font-weight: bold;
	font-size: 140%;
}

.add-to,
.add-to-cart,
.add-to-cart-box,
.sort-by,
.add-to-boxes,
#product_tabs_additional {
	display: none;
}

.catalog-category-view .content-btm {
	margin-top: -1px;
}

.catalog-listing h5 a,
.catalog-listing h5 a:hover {
	color:#656565;
	font-size:1.07em;
	font-weight: bold;
}

.cms-portfolio ul#portfolioListing,
.cms-portfolio ul#portfolioListing li ul {
	padding: 0px;
	margin-left:  0px;
}

.cms-portfolio ul#portfolioListing li h3 {
	border-bottom: 1px solid #656565;
	padding-bottom: 4px;
	margin: 7px 0px;
	clear: both;
}

.cms-portfolio ul#portfolioListing li,
.cms-wholesaler-and-agency-information #content li {
	list-style-type: none;	
}


.cms-portfolio ul#portfolioListing li ul li {
	float: left;
	margin-left: 14px;
}
