/* Standard Settings */

body {
	height: 100%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, th, strong {
	font-weight: bolder;
	color: #2982C6;
}

a {
	color: #0076A2;
}

h2 {
	font-size:146.5%;
}

h3 {
	font-size:131%;
}

h4 {
	font-size:116%;
}

h1 {
	font-size:161.6%;
	padding-top: 3px;
}

h1.red {
	font-size: 26px;
	padding:0;
	margin:0;
}

.red {
	color: #CD2036;
}
.blue {
	color: #2982C6;
}
/* Main CSS */

div.wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}



/* Navigation */

#nav {
	height: 145px;
	line-height:0;
	padding-bottom: 4px;
}

#main_nav li {
	float: left;
	list-style: none;
}

#main_nav li li {
	float: none;
}

.drop li {
	float:none;
	color: #333333;
	padding-right: 2px;
}

.drop {
	width: 960px;
	left:0;
	z-index: 100;
	height: 250px;
	position: relative;
}


.absolute {
	position: absolute;
}

#drop_brandable, #drop_blitz, #drop_dogoods, #drop_bcommerce, #drop_sitewrite, #drop_design, #drop_stores, #drop_company  {
	position: absolute;
	display:none;
	width: 960px;
	height: 350px;
	left:0;
	top: 26px;
	line-height: 100%;
}

#drop_blitz {
	left: -154px;
}

#drop_bcommerce, #drop_sitewrite, #drop_design, #drop_stores, #drop_company {
	width: 436px;
	line-height: 100%;
}

#drop_brandable, #drop_blitz, #drop_dogoods {
	background: url('../images/bluebg.gif');
	height: 300px;
}

#drop_dogoods {
	height: 150px;
	width: 300px;
}


#drop_bcommerce, #drop_sitewrite, #drop_design, #drop_stores {
	background: url('../images/bluebg.gif');
	height: 100px;
}
#drop_sitewrite ul, #drop_design ul, #drop_stores ul, #drop_company ul {
	text-align:right;
}

#drop_sitewrite {
	left: -138px;
}
#drop_design {
	left:-225px;
	height: 125px;
}
#drop_stores {
	left:-293px;

}


#drop_company {
	background: url('../images/bluebg.gif');
	height: 100px;
	left: -355px;
}

.drop a:hover {
	text-decoration: underline;
}


.left_nav {
	position: absolute;
	display:none;
	top: 0px;
	left: 100px;
	background: #ccc;

}

.nav_hover {
	display:none;
	position: absolute;
	top: -69px;
	left:0;
}

#nav_bcommerce_hover {
	left: -2px;
}
#nav_company_hover {
	left: 8px;
}

#main_nav li {
	position: relative;
}


#banner_rotate {
	position: relative;
	left:0;
	top:0;
	height: 119px;
}
#banner_rotate img {
	position: absolute;
}

#drop_ul li{
	float:none;
	position: relative;
}


.hover {
	position:absolute;
}

#nav .headerimages{
	line-height:0;
	font-size:0;
	z-index: 100;
}


/* moved from navigation */



#nav_brandable, #nav_blitz, #nav_dogoods, #nav_bcommerce, #nav_sitewrite, #nav_design, #nav_stores, #nav_company {
	height: 26px;
	z-index: 100;
}

#nav_brandable{width:154px;}
#nav_blitz {width: 47px;}
#nav_dogoods {width: 86px;}
#nav_bcommerce {width: 138px;}
#nav_sitewrite {width: 87px;}
#nav_design {width: 68px;}
#nav_stores {width: 62px;}
#nav_company {width: 101px;}

.drop a {
	text-decoration: none;
}

.relative {
 position:relative; 
}

.drop div.floated {
	float: left;
	border-right: 1px solid #006699;
	padding-left: 10px;
	height: 300px;
}

.drop div.floated ul {
	margin-right: 5px;
	margin-bottom: 0;
	padding:0;
}

.drop > div > ul > li {
	font-weight: bolder;
	font-size: 100%;
	margin-bottom: 10px;
}

.drop ul li ul li {
	font-size: 85%;
}

.drop li {
	font-weight: normal;
}

.drop {
	padding: 10px;
}



/* main area */

.redbg {
	background: url('../images/left/lnred.png') #CD2036 no-repeat;
}
.yellowbg {
	background: url('../images/left/lnyellow.png') #FFCD3F no-repeat;
}
.orangebg {
	background: url('../images/left/lnorange.png') #DD661E no-repeat;
}

.summer2008bg {
	background: url('../images/left/outfitter_LB.jpg') #300054 no-repeat;
}

.redbgr {
	background: #D02737;
}
.yellowbgr {
	background: #FFCD3E;
}
.orangebgr {
	background: #F17F21;
}
.greenbgr {
	background: #017340;
}
.bcrbgr {
	background: #D02737;
}

.summer2008bgr {
	background: #300054;
}


div.main-box {
position:relative;
text-align:left;
overflow:hidden;
width:980px;
z-index: 0;
min-height: 500px;

}
div.top-box {
background:#0099CC;
}
div.bottom-box {
background:#6699CC;
}
div.center-box {
position:relative;
width:100%;
left:185px;
background:#ffffff;
min-height: 500px;
}
div.reset-box {
position:relative;
width:100%;
left:100%;
margin-left:-185px;
} 
div.right-box {
position:relative;
width:100%;
margin-left:-185px;
}
#product_view div.right-box {
	background: #fff;
}

div.content-box {
position:relative;
width:100%;
margin-left:-100%;
left:185px;
}
div.left-col {
float:left;
width:185px;
}
div.right-col {
float:right;
width:185px;
}
div.center-col {
margin-left:185px;
margin-right:185px;
background-color: #ffffff;
}

#product_view div.center-col {
margin-right:0;
}

* html div.center-col {
height:1%;
margin:0;
}
* html div.left-col {
margin-right:-3px;
}
* html div.right-col {
margin-left:-3px;
}
.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}
.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}

/* left */
.left_main {

}


/* footer */

#footer {
	text-align:right;
	font-size: 85%;
	color: #cc0000;
}

#footer .spacer {
	padding-left: 5px;
	padding-right: 5px;
	color: #cc0000;
}



#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* product detail */
#product_view_left {
	float:left;
	width: 400px;
	padding: 10px;
}

#product_view_right {
	float:right;
	width: 375px;
	padding-top: 10px;
}

.detail_block {
	float: left;
	width: 170px;
	min-height: 100px;
	padding: 5px;
}

#product_view_right .bt {
	border-top: 1px solid #0076A2;
}
#product_view_right .br {
	border-right: 1px solid #0076A2;
}

#product_view_right .bl {
	border-left: 1px solid #0076A2;
}

#product_view_right p {
	line-height: 150%;
	padding-bottom: 5px;
}

#product_view_right table#pricing {
	width: 100%;
}

#product_view_right table#pricing td {
	line-height: 150%;
}

#product_view_right div.orders a {
	text-decoration: none;
}

#product_view_right div.contactbox {
	border-top: 1px solid #0076A2;
	padding: 5px;
}

div#category_view {
	padding: 10px;
}

#category_view td{
	width: 181px;
	padding: 5px;

	vertical-align:top;
}

#leftnav {
	width: 155px;
	margin:0;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftnav .leftfooter {
	padding-top: 5px;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
	line-height:0;
	font-size: 0;
	height:0;
}


#leftnav ul li a {
	color: white;
	font-weight: normal;
}

.yellowbg #leftnav ul li a {
	color: black;
}


#leftnav a {
	text-decoration:none;
}

#leftnav a:hover {
	text-decoration:underline;
}

#leftnav > ul > li > a {
	color: #ffca07;
	font-weight: bolder;
}

.yellowbg #leftnav > ul > li > a {
	color: #ED1B2f;
	font-weight: bolder;
}


.sIFR-hasFlash h1 {
    visibility: hidden;
    /* other CSS properties go here */
	margin:0;
	padding:0;
	padding-top: 10px;
	line-height: 16px;
}

.center-col p {
	margin-bottom: 5px;
}

.center-col ul {
	margin-left: 15px;
	margin-bottom: 5px;
}
.center-col ul li {
	margin-left: 15px;
	list-style-type: disc;
}

.center-padded {
	padding-top: 20px;
	padding: 10px;
}

.center-padded-page {
	padding: 20px;
	padding-left: 40px;
	padding-right: 30px;
}

.wayfinder {
	font-size: 88%;
}

.nocolor {
	color: #333333;
}

.reg {
	font-size: 88%;
	vertical-align:top;
}


/* CONTACT FORM */
#contactform table td {
	padding: 4px;
}

#contacttable td {
	vertical-align:top;
}

label.error {
	color: #cc0000;
	padding-left: 5px;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}