html, body 
{
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
    background-color: #626260;
    background-image: url(../Images/background.gif);
	background-repeat: repeat-x;
	text-align: left;
}

a, a:link, a:active, a:visited, a:hover
{ 
	text-decoration: none;
}

a:hover
{ 
	text-decoration: underline;
}

#wrapper
{
    width: 939px;
    margin-left: auto;
    margin-right: auto;
}

#minilogin
{
    padding: 10px 20px 5px 0;
    float: right;
}

#minilogin a
{
    color: Black;
    font-size: 11px;
    font-weight: bold;
}

#header
{
    background-image: url(../Images/navBar.gif);    
    background-repeat: no-repeat;
    clear:both;
    color: White;
    position: relative;
    width: 100%;
    float: right;
    z-index: 1;
}

#header .homelink
{
    display:block;
    position: absolute;
    width: 240px;
    height: 87px;
    border: none;
}

#navigation
{
    height: 87px;
    width: 650px;
    max-width: 650px;
    text-align: center;
    float: right;
}

#header a
{
    color: White;
}

#navigation td.main:first-line
{    
    font-weight: bold;
    font-size: 14px;
}

#navigation td div.flyout
{
    display: none;
    position: absolute;
    z-index: 3000;
    padding-top: 10px;
}

#navigation td div.flyout .body
{
    background-color: White;
    border: solid 5px #E6E5E1;
    border-top-width: 4px;    
    min-width: 200px;    
}

#navigation td div.flyout .arrow
{
    background-image: url(../Images/flyoutArrow.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    line-height: 10px;
    min-width: 200px;
    z-index:9;
}

#navigation td div.flyout .item
{
    border: solid 1px #E6E5E1;
    border-width: 1px 1px 0 0;
    text-align: left;
    padding: 4px 0px 4px 12px;
}

#navigation td div.flyout .item a
{
    color: #2E4C7E;
    font-weight: normal;
    font-size: 12px;
}

#navigation td div.flyout .item a:hover
{
    color: #3E5C8E;    
}

.headerShadow
{    
    clear:both;
    background-image: url(../Images/navShadow-trans.png);     
    background-repeat: no-repeat;
    height: 17px;
}

#content
{
    background-color: White;
    background-image: url(../Images/page-background.gif);
    background-repeat:no-repeat;
    background-position: center bottom;
    position: relative;
    color:Black;    
    min-height: 300px;
}

#sideNav
{
    font-size: 12px;
}

#sideNav .top
{
    background-image: url(../Images/leftNav-top.gif);
    width: 199px;
    height: 27px;
}

#sideNav .top h1
{
    font-weight: bold;
    font-size: 14px;    
    color: #002258;
    padding: 5px;
}

#sideNav .items
{
    background-image: url(../Images/leftNav-background.gif);
    background-repeat:repeat-y;
    padding: 7px 7px 0 7px;
}

#sideNav .items .selected
{
    color: Black;
    font-weight: bold;
}

#sideNav .items .children
{
    font-size: 11px;
    line-height: 20px;
}

#sideNav .items .children .selected
{
    color: #092B59;    
}

#sideNav .items .children .product
{    
    font-weight: normal;    
}

#sideNav .items div.children .children .product
{
    padding-left: 10px;
}

#sideNav .items div.children .children .product:before
{
    content: "- ";    
}

#sideNav div.hr
{
    border: none;
    border-bottom: solid 1px #e0e0e0;       
    margin: 2px 0 2px 0; 
}

#sideNav .bottom
{
    background-image: url(../Images/leftNav-bottom.gif);
    width: 199px;
    height: 9px;    
}

#sideNav a, #sideNav a:link, #sideNav a:visited, #sideNav a:active
{
    color: #555555;
    text-decoration: none;
}

#sideNav a:hover
{
    color: #999999;
}

#footer
{
    clear:both;
    color: White;
    font-size: 10px;
}

#footer #curve
{
    background-image: url(../Images/footer-background.jpg);
    height:217px;
    position:relative;    
}

#footer #curve .bucket1
{
    position:absolute;
    width: 193px;
    height: 100px;
    left: 24px;
    top: 55px;
    text-align:right;
}

.bucket1 h2
{
  padding-left: 5px;
  padding-top: 5px;
}

#footer #curve .bucket2
{
    text-align:right;
    position:absolute;
    width: 185px;
    height: 120px;
    left: 250px;
    top: 35px;
}

.bucket2 h2
{
  padding-left: 5px;
  padding-top: 5px;
}

#footer #curve .bucket3
{
    position:absolute;
    width: 192px;
    height: 115px;
    left: 470px;
    top: 40px;
    text-align: right;
}

.bucket3 h2
{
  padding-left: 5px;
  padding-top: 5px;
}

#footer #curve .bucket1 img
{
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
}

#footer #curve .bucket2 img
{
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
}

#footer #curve .bucket3 input.search
{    
    background-image: url(../Images/searchBox.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 184px;
    height: 24px;
    padding: 4px 0 0 3px;
}

#footer #curve .bucket4
{
    position:absolute;
    text-align: right;
    right: 20px;
    top: 60px;
    color: #8799BF;
}

.bucket4 h2
{
  padding-left: 5px;
  padding-top: 5px;
}

#footer #curve .bucket4 h1
{
    margin: 5px 0 0 0;
    padding: 0;
    color: White;
    font-size: 18px;
}

#footer a
{
    color: White;
}

img
{
	border: 0;
}

h1, .header 
{
    margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding:0px;
}

h2, .subHeader 
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

h3, .colhead
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

p
{
    font-size: 12px;
    font-weight: normal;    
    color: #777777;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.button 
{
	background: #CCCCCC;
	color: #000000;
}

.grey, .gray
{
	color: #999999;
}

.alt
{
	background-color: #EEEEEE;
}

.error
{
	color: #CC0000;
}

.itemSummary
{ 
    width: 333px;
    min-width: 333px;
    max-width: 333px; 
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    float: left;
    overflow: hidden;
    background-color: White;
    padding: 0 10px 0 10px;
}

.itemSummary h1
{
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.itemSummary h1 a
{
    color: black;    
}

.itemSummary h2
{
    color: #555555;
    font-weight: bold;
    font-size: 10px;
    min-height: 40px;
    max-height: 70px;           
    overflow:hidden;
}

.itemSummary div a img
{
    padding-top: 10px;
}



.crumbs
{
	font-size: 9px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}


.dataTable
{
    border-collapse: collapse;   
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	background-color: #EEEEEE;
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
    background-color: #F0F0F0;
    color: #444444;
    height: 25px;
    border: solid 1px #DDDDDD;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
	border: solid 1px #DDDDDD;
}
.dataTable input
{
    border: solid 1px #DDDDDD;
}

.formTable
{
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	/* padding-top: 2px; */
	text-align: right;
}

.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
}

.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tabBody
{
    background-color: #EEEEEE; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
    border-bottom: 1px solid #999999;
    padding: 5px;
}

/*****************************************/
.stepBar
{
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    border: none;    
}

.stepBar .stepActiveTabLeft
{
    background-image: url(../Images/tab-in-left.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;    
    padding: 0;
}

.stepBar .stepActiveTabRight
{
    background-image: url(../Images/tab-in-right.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;
    padding: 0;
}

.stepBar .stepGreyTabLeft
{
    background-image: url(../Images/tab-out-left.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;    
    padding: 0;
}

.stepBar .stepGreyTabRight
{
    background-image: url(../Images/tab-out-right.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;    
    padding: 0;
}

.stepComplete
{
	padding: 0 5px;
	background-image: url(../Images/tab-out-background.gif);
	background-repeat: repeat-x;
	height: 28px;
	max-height: 28px;
	min-height: 28px;	
}

.stepCompleteLink, .stepCompleteLink:link, .stepCompleteLink:active, .stepCompleteLink:visited, .stepCompleteLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

.stepActive
{
    background-image: url(../Images/tab-in-background.gif);
    background-repeat: repeat-x;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
	padding: 0 5px;
}
.stepGrey
{
	padding: 0 5px;
	background-image: url(../Images/tab-out-background.gif);
}

.stepCompleteTabLeft
{
    background-image: url(../Images/tab-out-left.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;    
    padding: 0;
}

.stepCompleteTabRight
{
    background-image: url(../Images/tab-out-right.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 6px;
    min-width: 6px;
    max-width: 6px;    
    padding: 0;
}
/*****************************************/

.dataRow0
{
	background-color: #EEEEEE;
}
.dataRow1
{
}

.pagingTab
{
    border: 1px solid #999999; 
}

.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	-moz-opacity:0.50;
}

.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}

.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #999999;
}

.borderBox
{
	border: 1px solid #999999;
}

.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}
.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}
.input
{
  color: #000000;
}
.inputGrey
{
  color: #90918d;
}
.leftBorder
{
	border-left: 1px solid #999999;
	margin-left: 5px;
	padding-left: 5px;
}
.imageBorder
{
	padding: 2px;
}

/* HOME PAGE */

.homePage h1
{
    font-size: 14px;
    margin: 15px 10px 0;
    color: Black;
}

.homePage h2
{
    font-family: Trebuchet MS, Arial, Helvetica;    
}

.homePage p
{
    margin: 15px 10px 0;
}

#homeFlash
{    
    /*background-image: url(../Images/homeBackground.jpg);
    background-repeat: no-repeat;*/
    background-position: 2px 0;
    height: 365px;
    width:365px;
    position: relative;
    top: -5px;
    left: -5px;
}

#homeContent
{
    position: absolute;
    width: 650px;
    height: 362px;
    right: 0;
    top: 0;
}

#homeContent .spacer
{
   float: left; 
   clear: left; 
   height: 14px;    
}

#homeContent #buckets
{
    position:absolute;     
    left: 100px;     
    top: 137px;
    width: 550px; 
    height: 200px; 
}

#homeContent #buckets .bucket1
{
    background-image: url(../Images/homeBox1.jpg);
    background-repeat: no-repeat;
    width: 269px;
    height: 102px;    
    float: left;
}

#homeContent #buckets .bucket1 h2
{
    margin: 22px 12px 1px;
    width: 155px;    
}

#homeContent #buckets .bucket2
{
    background-image: url(../Images/homeBox2.jpg);
    background-repeat: no-repeat;
    width: 269px;
    height: 102px;    
    float: left;
}

#homeContent #buckets .bucket2 h2
{
    margin: 22px 12px 1px;
    width: 130px;    
}

#homeContent #buckets .bucket3
{
    background-image: url(../Images/homeBox3.jpg);
    background-repeat: no-repeat;
    width: 269px;
    height: 102px;    
    float: left;
}

#homeContent #buckets .bucket3 h2
{
    margin: 16px 12px 1px;
    width: 145px;    
}

#homeContent #buckets .bucket4
{
    background-image: url(../Images/homeBox4.jpg);
    background-repeat: no-repeat;
    width: 269px;
    height: 102px;
    float: left;
}

#homeContent #buckets .bucket4 h2
{
    margin: 16px 12px 1px;
    width: 155px;    
}

#homeContent #buckets p
{
    color: #909090;
    font-size: 11px;
    margin: 0px 12px;
    font-weight: normal;
    width: 150px;
}



/* PRODUCT PAGE */
.productPage h2
{
    color: #444444;
    font-weight: bold;
    font-size: 12px;
}

.productPage #tabs
{
    width: 488px;
}

/*  JQUERY TABS */
.ui-tabs .ui-tabs-nav
{
    padding: 0px !important;    
    margin: 0px !important;
    height: 29px !important;
}

.ui-tabs .ui-tabs-nav li
{    
    background-image: url(../Images/tab-out-background.gif);
    background-repeat: repeat-x;
    margin: 0px !important;
    padding: 0px 1px 0px 0px !important;
}

.ui-tabs-nav li:before
{
    float: left;
    display: block;
    content: url(../Images/tab-out-left.gif);
    margin: 0px;
    padding: 0px;  
    height: 29px;  
}

.ui-tabs-nav li:after
{
    float: right;
    display: block;
    content: url(../Images/tab-out-right.gif);
    margin: 0px;
    padding: 0px;    
    height: 29px;
}

.ui-tabs-nav a, .ui-tabs-nav a:visited
{
    color: Black;
    font-weight: bold;
}

.ui-tabs-nav .ui-tabs-selected
{    
    background-image: url(../Images/tab-in-background.gif) !important;
    background-repeat: repeat-x;
}

.ui-tabs-nav li.ui-tabs-selected:before
{
    float: left;
    display: block;
    content: url('../Images/tab-in-left.gif');
    margin: 0px;
    padding: 0px;    
    height: 29px;
}

.ui-tabs-nav li.ui-tabs-selected:after
{
    float: right;
    display: block;
    content: url('../Images/tab-in-right.gif');
    margin: 0px;
    padding: 0px;    
    height: 29px;
}

.ui-tabs-nav .ui-tabs-selected a
{
    color: Green;
    font-weight: bold;
}

div#tabs > div
{
    clear:both;
    border: solid 1px #DDD;
    background-color: White;
}

div#tabs > div > ul
{
    padding-left: 10px;
    margin: 0px auto 0px auto;
}

/* ROUNDED BOX */

.roundedBox
{
    position: relative;    
    min-height: 50px;    
    background-color: White;    
}

.roundedBox div.content
{
    padding: 7px;
}

.roundedBox .top
{
    background-image: url(../Images/accessories-top.gif);
    background-repeat: repeat-x;
    height: 7px;
    width: auto;
    position: absolute;
    top: 0;
    left: 7px;
    right: 7px;
}

.roundedBox .bottom
{
    background-image: url(../Images/accessories-bottom.gif);
    background-repeat: repeat-x;
    height: 7px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 7px;
}

.roundedBox .left
{
    background-image: url(../Images/accessories-left.gif);
    background-repeat: repeat-y;
    height: auto;
    width: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 7px;
}

.roundedBox .right
{
    background-image: url(../Images/accessories-right.gif);
    background-repeat: repeat-y;
    height: auto;
    width: 7px;
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 7px;
}

.roundedBox .corner-ul
{
    background-image: url(../Images/accessories-top-left.gif);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.roundedBox .corner-ur
{
    background-image: url(../Images/accessories-top-right.gif);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    right: 0;
}

.roundedBox .corner-ll
{
    background-image: url(../Images/accessories-bottom-left.gif);
    height: 7px;
    width: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.roundedBox .corner-lr
{
    background-image: url(../Images/accessories-bottom-right.gif);
    height: 7px;
    width: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.productListDivider
{
    background-image: url(../Images/horizLine.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: both;
    height: 10px;        
    margin: 0 auto 0 auto;
    padding-top: 6px;
    width: 680px;
}

.productListDivider2
{
    background-image: url(../Images/vertLine.gif);
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    width: 1px;
    height: 130px;
}

.colorSelectorWrapper input
{
    cursor: pointer;
}

.colorSelectorShell
{
    position: absolute;
    width: 100%;    
    z-index: 3000;
    top: 137px;
}

.colorSelector
{    
    background-color: white;
    width: 885px;    
    margin: auto;
    overflow:auto; 
    border: solid 2px black;
}

.colorSelector div.inner
{
    border: solid 1px #dddddd;
    margin: 5px;    
    overflow: auto;
    position: relative;
}

.colorSelector div.close
{
    text-align: right;
    cursor: pointer;
    clear: both;
}

.colorSelector div.colorWrapper
{
    float: left;
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin: 5px;
    color: #888888;
}

.colorSelector div.colorBox
{    
    overflow: hidden; 
    width: 40px;
    height: 20px;    
    border: solid 1px #CCCCCC;        
}

.colorSelector div.preview
{
    width: 80px;
    height: 40px;
    border: solid p1x black;
    position: absolute;
    z-index: 4000;
    overflow: hidden;
    cursor: pointer;
}

.videoTitle
{
  padding-bottom: 8px;
}

.videoTitle a:Link, .videoTitle a:visited, .videoTitle a:active
{
  font-weight: bold;
  color: Black;
  text-decoration: none;
}

.videoTitle a:Hover
{
  text-decoration: underline;
}

.videoSummary
{
  font-size: 11px;
}

/** Carousel **/
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 320px; /*Width of Carousel Viewer itself*/
height: 320px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 320px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/** End of Carousel **/

.contactFormTable
{
  width: 400px;
  float: left;
}

.contactInfoTable tr th
{
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-top: 2px;
}

.subText
{
  vertical-align: top;
  font-size: 11px;
  padding-bottom: 8px;
}

.colorChartDisclaimer
{
  font-size: 11px;
  position: absolute;
}

.tabContentBackground
{
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background-color: White;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:10;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:535px;
width:750px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:20;
padding:12px;
font-size:13px;
}
/*#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}*/
#popupContactClose{
font-size:14px;
line-height:14px;
right:15px;
top:15px;
position:absolute;
color:Black;
font-weight:700;
display:block;
}

.photoThumbnailList
{
  width: 450px;
  float: left;
}

.photoThumbnail
{
  background-image: url(../images/thumbnail-background.gif);
  background-repeat: no-repeat;
  width: 83px;
  height: 64px;
  padding-right: 5px;
}
.photoThumbnail a img
{
  padding: 3px;
}

.largePhoto
{
  width: 230px;
  float: left;
}
