﻿/*  SuperVerve MAIN STYLES CSS  */

/*  Global Styles  */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000;
	background:#fff;
	 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object{
	margin:0;
	padding:0;
}
h1{
	margin:15px 0px;
	color:#001D45;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin:0px 0px 15px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}

/*  LAYOUT ELEMENTS - styles for major page elements  */
#wrapper{	
	width:950px;
	position:relative;
	margin:0 auto;	
	padding:2px 2px;
	text-align:left;
	font-size:1.3em;
	background-color:#FFF;	
}


#banner{
	height:119px;    /*  Set height here to match banner image  */
	position:relative;
	background-image:url(/css/images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#001e44;
	border-bottom:1px solid #BFBFBF;
}
#banner #bannerExtra{
	position:absolute;
	left:0px;
	top:0px;
	height:60px;
	width:600px;
	text-align:left;
	padding-left:15px;
}
#banner #SearchBox{
	margin:10px 0 0;
	float:left;
	width:220px;
}
#loginBox{
	margin:12px 0 0;
	float:left;
	width:350px;
}
#loginBox a{
	color:#FFF;
}
#loginBox .message{
	color:#FFFFFF;
	font-weight:bold;
}

#breadcrumbs{
	clear:left;
}

#contentWrapper{
	clear:left;
	background:url(/css/images/4/main_bg.gif) repeat-y;
	border-top:10px solid #FFF;
	border-bottom:1px solid #cccccc;
}
.nochannel #contentWrapper{background:none;}
#mainContent{
	margin-left:190px;      /*  Set margin to same width and side as channel element  */
	height:350px;
	min-height:350px;
}

*>#mainContent{
	height:auto;
}
#mainContent .padLayer{
    float:left;
    width:730px;
}
#mainContent .padLayer .padLayer{
    float:none;
    width:auto;
}
* html #mainContent .padLayer{width:715px;}
.nochannel #mainContent{
	width:100%;
	margin:0;
}
.nochannel #mainContent  .padLayer{float:none;width:auto;}
#channel{
	float:left;
	width:190px;
}
#footer{
	width:950px;     /*  Footer width should match #wrapper width  */
	clear:both;
	color:#000000;
	text-align:left;
	margin:auto;
	margin-top:5px;
	font-size:1.1em;
}
#footer a{
	text-decoration:none;
	color:#000000;
}
#footer p{display:inline;}
#footer a:hover{
	text-decoration:underline;
}
#footer #utilNav{
	margin:0 0 0 20px;
	display:inline;
	list-style:none;
}
#footer #utilNav li{
	display:inline;
	border-right:1px solid #000000;
	margin:0;
	padding:0 5px 0 4px;
}
* html #footer #utilNav li{padding:0 4px 0 7px;}
#footer #utilNav li.last{
	border:none;
}
#verve{
	float:right;
}
#verve a{
	 color:#000000;
	 display:block;
	 width:113px;
	 padding-top:1px;
	 background:url(/images/verve_logo_blue.gif) right no-repeat;
}
#verve a span{
	 display:none;
}
#verve a:hover{
	text-decoration:none;
}

/*  ELEMENT SPECIFICS */
/*  Utility Nav  */
#topLinks{
    height:28px;
    background:#818789 url(/css/images/bg_utilnav.jpg) no-repeat left top;
    overflow:hidden;
    border-top:3px solid #FFF;
    padding-right:46px;    
}
#topLinks li{
    float:right;
    width:130px;
    list-style:none;
    margin-left:20px;
}
#topLinks li#contact{width:100px;}
#topLinks img{border:0px;}
#topLinks a{text-decoration:none;}

/*  Static Global Nav  */
#globalNav{
	height:31px;
	margin:0px;
	padding:0px 5px;
	background:#071d42;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
}
#globalNav li{
	float:left;
	margin:5px 5px 0px 0px;
	border:1px solid #FFFFFF;
	padding:0;
	
}
#globalNav a:link,
#globalNav a:visited{
	float:left;
	width:auto;
	padding:4px 10px 4px 10px;	
	text-decoration:none;
	color:#FFFFFF;
	background:#546a8b;
	/*background:url(/css/images/1/bg-globalnav-a.gif) no-repeat left bottom;       Background for each global nav link  */
}
#globalNav a:hover,
#globalNav .active a{
	color:#071d42 !important;
	background:#c9c9c9 !important;
}

/*  Dynamic Global Nav  */
#gNavDrop{
	height:21px;
	margin:2px 10px;
	padding:5px 10px;
	background:#BFBFBF url(/css/images/1/bg-topnav.gif) repeat-y right top;     /*  Background for entire global nav element  */
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
}
#gNavDrop,
#gNavDrop ul{
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#gNavDrop a{
	display: block;
	width:auto;
	padding:5px 25px 5px 10px;	
	text-decoration:none;
	color:#393939;
	background:url(/css/images/1/bg-globalnav-a.gif) no-repeat left bottom;      /*  Background for each global nav link  */
}
* html #gNavDrop a{
	padding:6px 25px 4px 10px;   /*  Fix for IE  */
}
#gNavDrop li {
	float: left;
	margin:0;
}
#gNavDrop ul {                 /*  positioning and style for sub-groups  */
	position: absolute;
	width: 13em;
	left: -999em;
	background:#D4D4D4;
	text-transform:capitalize;
}
#gNavDrop li:hover ul {
	left: auto;
}

#gNavDrop li ul ul {
	margin: -1.5em 0 0 12em;   /*  margin to offset third level nav  */
}

#gNavDrop li:hover ul,
#gNavDrop li.sfhover ul {
	left: auto;
}
#gNavDrop li:hover ul ul,
#gNavDrop li.sfhover ul ul {
	left: -999em;
}
#gNavDrop li:hover ul,
#gNavDrop li li:hover ul,
#gNavDrop li.sfhover ul,
#gNavDrop li li.sfhover ul{
	left: auto;
}

#gNavDrop ul a {
	display:block;
	padding:5px 5px 5px 10px;	
	text-decoration:none;
	color:#393939;
	background:none;	
}
* html #gNavDrop ul a{
	width:100%;
}
#gNavDrop ul a:hover{
	background:#BFBFBF;
}
#gNavDrop ul li{
	width:100%;
}
/*  End Dynamic Nav    */

/*  Breadcrumbs  */
#breadcrumbs{
	color:#000;
	margin-bottom:2px;
	font-size:.85em;
}
#breadcrumbs ul{
	margin:0;
}
#breadcrumbs ul li{
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumbs ul li a{
	line-height:2;
}
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:visited{
	color:#6699cc;
	text-decoration:none;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:active{
	color:#6699cc;
	text-decoration:underline;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}

/*  mainContent div  */
#mainContent .padLayer{   /*  padding around main content div  */
	padding:0px 15px 15px;
}

/*  Main content area specific styles  */
#mainContent h1{
	margin-top:15px;
	font-size:1.5em;	
	color:#001D45;
}
#mainContent h2{
	font-size:1.25em;
}
#mainContent h3{
	font-size:1.1em;
}
#mainContent .section{
	margin-bottom:20px
}
#pageImages{    /*  styles for linked images section  */
	float:right;
	text-align:center;
	margin-left:10px;
}
.pageImage{     /*  styles for each linked image  */
	margin-bottom:15px;
}
.pageImage img{
	border:1px solid #A3ABB9;
	padding:2px;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.8em;
}

/*  Products  */
.lproduct{
	margin-top:20px;
}
.lproduct img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lproduct h3 a{
	color:#001D45;
}
.price{
	color:#FF0000;
}
.price strike{}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;
	margin:10px 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart ul li.optionsSel{
    display:block;
    margin-bottom:10px;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -.2em 10px;
	vertical-align:-.65em;
}

/*  Shopping Cart page display  */
#cart{
	margin-top:10px;
}
#cart table{
	width:99%;
	font-size:0.95em;
	margin-top:4px;
}
#cart td,#cart th{
	text-align:right;
	padding:3px 3px;
}
#cart tr.odd{
	background:#EFEFEF;
}
#cart .left{
	text-align:left;
}
#cart .quantity{
	text-align:right;
	width:20px;
	padding:0 3px;
}
#cart thead{
	background:#C9C9C9;
	color:#000;
}
#cart thead th{
	border-bottom:1px solid #003366;
}
#cart thead td,
#cart tfoot td{
	padding:5px 2px;
}
#cart .tfone td{
	border-top:1px solid #003366;
	padding-top:7px;
}
#cart .total{
	font-weight:bold;
	font-size:1.1em;
}
#cart .btns input{
	margin-left:5px;
}
#cart td.spacer{
    background:#FFF !important;
    border:none !important;
}

#cart .estpostage{text-align:left;}
#cart .estpostage table{width:auto;margin:0px}
#cart tfoot .tfone .estpostage td{padding:0px 3px;border:none;}
#cart .estpostage select{margin-bottom:4px;}
#cart .estpostage input{vertical-align:-3px;}


/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lnews h3 a{
	color:inherit;
}

/*  Related Items  */
.related{}
.related a{
	font-weight:bold;
}
.file{
	margin:5px 0;
	height:35px;
	min-height:35px;
clear:left;
}
* .file{
	height:auto;
}
.file img{
	float:left;
	margin:1px 10px 5px 0;
}
.file div{
	margin-left:42px;
}
.caption{
	font-size:0.9em;
}

/*  Channel  */
/*  Level 2 Nav - Static */
#channel #level2Nav{
	padding:10px;
	color:#071d42;
	margin-bottom:2px;
}
#channel #level2Nav h2{        /*  navigation Heading - ie. current group  */
	font-family:Arial, Geneva, Helvetica, sans-serif;
	margin-bottom:4px;
	font-size:1em;
	text-transform:uppercase;
}
#channel #level2Nav ul{        /* list of second level navigation items  */
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
#channel #level2Nav ul li{     /* container for each navigation item  */
	list-style:none;
	margin:2px 0;
	padding:0;
	width:auto;
	border-bottom:1px solid #ccc;
}
#channel #level2Nav ul li.navOn{
	margin:0;
}
#channel #level2Nav ul li a{   /* each navigation item link style  */
	display:block;
	padding:3px 5px;
	padding-left:0;
	color:#336699;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
}
#channel #level2Nav ul li a:hover{   /* each navigation item link style  */
	text-decoration:underline;
	color:#071d42;
}
#channel #level2Nav ul li a.navOn{
 	color:#071d42;
}
#channel #level2Nav ul ul{       /* list of third level navigation items  */
	padding-bottom:4px;
}
#channel #level2Nav ul ul li{    /* each third level navigation item  */
	margin:0;
	border:none;
}
#channel #level2Nav ul ul li a{    /* each third level navigation link  */
	font-size:0.85em;
	padding:1px;
	padding-left:15px;
}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
}
#channel #level2Nav ul li a:hover{

}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
}

/*  Level 2 Nav - Dynamic  */
#channel #level2DynNav{
	padding:10px;
	color:#FFF;
	background:#194276 url(/css/images/1/bg-level2nav_left.gif) no-repeat right bottom;     /*  background for entire Nav div  */
	margin-bottom:2px;
}
#channel #level2DynNav h2{        /*  navigation Heading - ie. current group  */
	margin-bottom:5px;
	padding-left:7px;
	font-size:0.95em;
	text-transform:uppercase;
}
#level2DynNav dl {}
#level2DynNav dl dt {          /* container for second level navigation item  */
	cursor: pointer;
	line-height: 20px;
	text-align: left;
	list-style:none;
	margin:2px 0;
	width:auto;
	border:1px solid #BFBFBF;
}
#level2DynNav dl dt#active {    /* background of current navigation item  */
	background-color:#295184;
}
#level2DynNav dl dt a{         /* second level navigation item link */
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
	background:#5279A5 url(/css/images/1/bg-l2navoff.gif) no-repeat 5px 52%;
}
#level2DynNav dl dt a.navOn{
	background-color:#295184;
	background-image:url(/css/images/1/bg-l2navon.gif);
}
#level2DynNav dl dd {         /*  container for third level nav  */
	border: 1px solid gray;
	display:none;
}
#level2DynNav dd ul {
	text-align: left;
	list-style:none;
	padding:0;
	margin:3px 0;
}
#level2DynNav dd ul li{
	padding:2px 0;
	margin:0;
}
#level2DynNav dd ul a{
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color:#FFF;
	font-size:0.85em;
	background:url(/css/images/1/bg-l3nav.gif) no-repeat 14px 54%;
	padding-left:23px;
}
#level2DynNav dd ul a.l3on{
	font-weight:bold;
}
#level2DynNav dd ul a:hover{
	text-decoration:underline;
}
#level2DynNav dl dt a:hover{
	background-color:#295184;
}
#level2DynNav dl,
#level2DynNav dd,
#level2DynNav dt{
	margin:0;padding:0;
}

/*  Minicart (in channel) styles  */
#minicart{
	margin-bottom:10px;
}
#minicart h5{
    height:29px;
    text-indent:-9999px;
    background:url(/css/images/bg_cart.gif) no-repeat left top;
    border:1px solid #c2c2c2;
	border-width:0px 0px 1px 1px;
}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	margin:0;
	padding:5px 10px;
	border:1px solid #c2c2c2;
	border-width:0px 0px 1px 1px;
}
#minicart ul.cartLinks li{
	background:#546a8b url(/css/images/arrow_org_blu.gif) no-repeat 8px .5em;
	padding-left:20px;
	font-weight:bold;
}
#minicart a{
	color:#ffffff;
	text-decoration:none;
}
#minicart strong{
    color:#ff4c15;
}

/*  Marketing Puff styles  */
.puff{
	font-size:0.85em;
	margin:0 auto 10px;
	width:170px;
	}
.puff h3{
	color:#FFF;
	font-size:1.1em;
	margin:0;
	padding:2px 5px;
	text-align:center;
	background:#546a8b;
}
.puff .padLayer{
	border:1px solid #263c5f;
	padding:15px 10px 10px;
	border-top:none;
}
.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
}
.puff img{
	border:1px solid #5279A5;
	margin-bottom:5px;
}
.puff .advert img{
	border:none;
}
.puff .moreLink{
	text-align:right;
	margin-top:5px;
}
.puff .fImg{
	border:0;
}
.puff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.puff .news li{
	margin-bottom:4px;
}


/*  Page Tiles - accounts for instances of one, two, or three tiles in a row  */
.oneTileRow,
.twoTileRow,
.threeTileRow{
	width:100%;
}
.tile table{
	height:100%;
}
.tile{
	border:1px solid #263c5f;
	vertical-align:top;
}
.tile img{
	border:1px solid #194276;
	margin:auto;
}
.tile .moreLink{
	text-align:right;
	padding:0 10px 10px 0;
	vertical-align:bottom;
}
.tile .fImg{
	border:0;
}
#mainContent .tile .padLayer{
	padding:10px;
	float:none;
}
.tile h3{
	color:#FFFFFF;
	font-size:1.2em;
	margin:0;
	padding:4px 20px;
	text-align:left;
	background:#546a8b url(/css/images/arrow_org_blu.gif) no-repeat 8px .4em;
}
.tile .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.tile .news li{
	margin-bottom:6px;
}
.oneTileRow .tile{
	width:100%;
}
.oneTile h3{}
.oneTileRow .tile .padLayer{}

.oneTileRow .tile .tImg{
	float:left;
	margin:0 10px 10px 0;
}
.twoTileRow .tile{
	width:48%;
}
.twoTileRow .tile h3{}
.twoTileRow .tile .padLayer{}
.twoTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.twoTileRow .tileSpacer{
	width:3%;
}
.threeTileRow .tile{
	width:32%;
}
.threeTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.threeTileRow .tileSpacer{
	width:2%;
}

/*  form input styles  */ 
.CustomerForm{
	margin-top:20px;
}
.CustomerForm ul{}
.CustomerForm ul li{
	list-style-type:none;
	padding:4px;
}
.CustomerForm ul li input,
.CustomerForm ul li select{
	width:250px;
}
.CustomerForm ul li.odd{}
.CustomerForm ul li label{
	width:120px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}
.CustomerForm h3{
	text-transform:uppercase;
}
.CustomerForm form{
	border-bottom:1px solid #194276;
	padding-bottom:20px;
}
.CustomerForm .button{
	margin-left:155px;
}

/*  payment form input styles  */
#pDetails,
#paymentDetails{
	border:1px solid #194276;
	border-width:1px 0;
	margin:15px 0;
	padding:10px 0 0;
}
#pDetails ul,
#paymentDetails ul{
	list-style:none;
	margin:5px 0 15px 10px;
}
#paymentDetails ul{
	margin-bottom:0px;
}
#pDetails ul li label,
#paymentDetails ul li label{
	width:80px;
	display:block;
	float:left;
	padding-right:5px;
}
#paymentDetails ul li label{
	width:130px;
}
#paymentDetails ul li{
	margin:2px 0;
}

/*  invoice display styles  */
.addressbox{
    margin-bottom:15px;
}
.invoiceDetails{
	float:right;
	width:250px;
	margin:0 0 10px;
}
.invoiceDetails li{
	list-style-type:none;
}
.invoiceDetails h3{
	display:inline;
	width:120px;
}
.shiprow td{
    border:1px solid #000;
    border-width:1px 0px;
}

/*  Galleries - styled so that each row will take the height of its highest member  */
#pageGallery,
#photoGallery{
	margin:10px 0;
	list-style-type:none;
	display:inline;
	text-align:left;
	float:left;
	width:100%;
}
#pageGallery div,
#photoGallery div{
	float:left;
	text-align:center;
	margin:0 5px;
	padding:5px;
	width:28%;
}
#pageGallery div div,
#photoGallery div div{
	margin:0 auto;
	float:none;
	width:100px;	
}
#pageGallery div.clear,
#photoGallery div.clear{
	float:none;
	padding:0;	
}
#pageGallery div img,
#photoGallery div img{
	border:1px solid #194276;
}

/*  Page numbers for product and news list functions  */
#pageNumbers{
	text-align:center;
	margin-top:20px;
}
#pageNumbers .previous{
	text-align:left;
	float:left;
	width:15%;
}
#pageNumbers .next{

	text-align:right;
	float:right;
	width:10%;
}
#pageNumbers .numbers{
	width:70%;
	margin:auto;
}

.newsdate{
	color:#999999;
	margin-bottom:10px;
}
.lnews .newsdate{
	margin-bottom:3px;
}

#forgotPassword{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}
#ReActivate{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}
.message,
.errorMsg{
	color:#FF0000;
	font-weight:bold;
}

.clear,
.clearleft,
.clearright{            /*  clearing div used to clear floats - important for galleries  */
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.clearleft{clear:left;}
.clearright{clear:right;}

#CheckOutSteps{font-size:0.85em;margin-bottom:10px;}
#print{display:none;} /*  for print.css - position:absolute;top:2px;left:2px; */
a{color:#001D45;}
.required{color:#FF0000;font-weight:bold;font-size:0.9em;}
.normal{font-weight:normal;}


#procPopUp{
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    height:170px;
    z-index:990;
    margin-left:-200px;
    margin-top:-85px;
    display:none;
}
#processingMessage{
    background:#FFFFFF;
    border:3px solid #001D45;
    height:150px;
    text-align:left;
    z-index:10;
    font-size:12px;
    color:#001D45 !important;
    padding:10px;
    left:0px;
    top:0px;
}
#processingMessage img{float:left;}


/** Verve Form Styles **/

ul.VerveForm{margin:10px 0 10px 0;}
ul.VerveForm li{list-style-type:none;padding:3px;}
ul.VerveForm li label{display:block;width:9em;text-align:right;padding-right:8px;float:left;position:relative;}
ul.VerveForm li input,ul.VerveForm li textarea{width:20em;}
ul.VerveForm li input.autoSize{width:auto;}
ul.VerveForm li textarea{height:80px;}

