/*  DOGUE MAIN STYLES CSS  */

/*  Global Styles  */
body{
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000;
	background-color:#FFF;
}
*{
	margin:0;
	padding:0;
}
h1{
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin-bottom:20px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}
a{	
	color:#784869;
}
option{
	padding:0px 3px;
}

/*  LAYOUT ELEMENTS - styles for major page elements  */
#wrapper{	
	width:770px;
	position:relative;
	margin:0 auto;
	margin-top:20px;	
	padding:0;
	text-align:left;
	font-size:1.3em;
	height:500px;
	min-height:500px;
  	border:2px solid #784869;
	background:#FFF url(/site/css/images/3/bg-body-left.gif) repeat-y top left;
}
*>#wrapper{
	height:auto;
}
.nochannel#wrapper{background:#FFF;}
#banner{
	height:80px;    /*  Set height here to match banner image  */
	position:relative;
	background:#fff url(/site/css/images/3/header-bg.gif) top left repeat;
	border-bottom:1px solid #BFBFBF;
}
#banner #bannerExtra{
	position:absolute;
	right:0px;
	bottom:0px;
	height:30px;
	width:300px;
	text-align:right;
	padding-right:15px;
}
#banner #SearchBox{
	display:none;
	margin:10px 0 0;
}
#loginBox{
	margin:5px;
}
#banner #bannerExtra #loginBox a{
	color:#FFF;
	font-weight:bold;
}
#loginBox .message{
	color:#FF0000;
	font-weight:bold;
}

#breadcrumbs{
	
}
#contentWrapper{
}
#mainContent{
	margin-left:205px;      /*  Set margin to same width and side as channel element  */
	background:url(/site/css/images/3/bg-maincontent-top.gif) repeat-x top left;
}
* html #mainContent{
	height:1%;  /* for IE 3 Pixel Jog  */
	margin-left:202px;
}
.nochannel #mainContent{
	width:100%;
	margin:0;
}
#channel{
	float:left;
	width:205px;
	padding-top:45px;
	background:url(/site/css/images/3/bg-channel-top.gif) repeat-x left top;
}
* html #channel{
	width:205px;
	margin-right:-3px;
}
#footer{
	width:750px;     /*  Footer width should match #wrapper width  */
	clear:both;
	color:#EAB635;
	text-align:left;
	margin:auto;
	font-size:1.1em;
	background:#784869;
	padding:10px;
  	border:2px solid #784869;
}
#footer a{
	text-decoration:none;
	color:#EAB635;
}
#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 #EAB635;
	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:#EAB635;
	 display:block;
	 width:113px;
	 padding-top:1px;
	 background:url(/site/images/verve_logo.gif) right no-repeat;
}
#verve a span{
	 display:none;
}
#verve a:hover{
	text-decoration:none;
}

/*  ELEMENT SPECIFICS */

/*  Static Global Nav  */
#globalNav{
	margin:0;
	background:#416897 url(/site/css/images/3/nav-bg.gif) repeat-x left bottom;  /*  Background for entire global nav element  */
	font-size:0.9em;
	height:2.7em;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
	border:1px solid #FFF;
	border-width:1px 0;
}
#globalNav li{
	float:left;
	margin:auto 0;
	padding:.95em 0;
}

#globalNav a:link,
#globalNav a:visited{
	float:left;
	width:auto;
	padding:0 15px;
	margin:0;	
	text-decoration:none;
	color:#EAB635;
	display:block;
	vertical-align:center;
	border-right:1px solid #EAB635;
}
#globalNav li.gnavlast a{
border-right:none;
}
#globalNav a:hover{
	color:#EAB635;
        text-decoration:underline;
}

/*  Dynamic Global Nav  */
#gNavDrop{
	margin:0;
	background:#416897 url(/site/css/images/3/bg-blue-topnav.gif) repeat-x left bottom;  /*  Background for entire global nav element  */
	font-size:0.9em;
	height:2.7em;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
	border:1px solid #FFF;
	border-width:1px 0;
}
#gNavDrop ul{
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#gNavDrop a{
	display: block;
	width:auto;
	padding:0 15px;	
	margin:0;
	border-right:1px solid #FFF;
}
#gNavDrop a:link,
#gNavDrop a:visited{
	text-decoration:none;
	color:#FFFFFF;	
}
#gNavDrop a:hover{text-decoration:underline;}
#gNavDrop li {
	float: left;
	margin:0;
	padding:.95em 0;
}
#gNavDrop ul {                 /*  positioning and style for sub-groups  */
	position: absolute;
	width: 13em;
	left: -999em;
	background:#416897;
	text-transform:capitalize;
	border:1px solid #FFF;
	margin-top:.7em;
}
*>#gNavDrop ul {border-bottom-width:2px;}
#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:.5em 10px;	
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #416897;
}
* html #gNavDrop ul a{
	width:100%;
}
#gNavDrop ul a:hover{
	background:#FFFFFF;
	color:#416897;
	text-decoration:none;
}
#gNavDrop ul li{
	width:100%;
	padding:0;
}
/*  End Dynamic Nav    */

/*  Breadcrumbs  */
#breadcrumbs{
	color:#194276;
	margin-bottom:2px;
	font-size:.85em;
	overflow:auto;
	width:100%;
	margin-top:-20px;
}
#breadcrumbs ul{
	margin:0;
	float:right;
}
#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:#194276;
	text-decoration:none;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:active{
	color:#194276;
	text-decoration:underline;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}

/*  mainContent div  */
#mainContent .padLayer{   /*  padding around main content div  */
	padding:35px 10px 15px 25px;
	background:url(/site/css/images/3/bg-maincontentpad-top.gif) no-repeat top left;
}
#mainContent .padLayer .padLayer{background:none;}
.nochannel #mainContent .padLayer{background:none;padding-left:15px;}
/*  Main content area specific styles  */
#mainContent h1{
	color:#784869;
	font-size:1.45em;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#784869;
}
#mainContent h2{
	color:#784869;
	font-size:1.15em;
}
#mainContent h3{
	color:#784869;
	font-size:1.05em;
}
#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 #d2a434;
	padding:2px;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.8em;
}

/*  Products  */
.lproduct{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lproduct img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #d2a434;
}
.lproduct h3 a{
	color:inherit;
}
.price{
	color:#78496a;
}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;margin:0 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -4px 5px;
}

/*  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;
}

/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #d2a434;
}
.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:0;
	color:#FFF;
	background:url(/site/css/images/3/bg-level2nav-bottom.gif) no-repeat left bottom;  /*  background for entire Nav div  */
	margin:0 0 5px 7px;
}
#channel #level2Nav h2{        /*  navigation Heading - ie. current group  */
	text-align:center;
	padding: 25px 10px 0;
	margin:0;
	font-size:1.15em;
	text-transform:uppercase;
	color:#784869;
	background:url(/site/css/images/3/bg-level2nav-top.gif) no-repeat left top;
}
#channel #level2Nav ul{        /* list of second level navigation items  */
	margin:0;
	list-style:none;
	padding:0 18px 25px;

}
#channel #level2Nav ul li{     /* container for each navigation item  */
	list-style:none;
	margin:2px 0;
	width:auto;
	border:none;
}
#channel #level2Nav ul li.navOn{
	margin:0;
}
#channel #level2Nav ul li a{   /* each navigation item link style  */
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#784869;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	background:url(/site/css/images/3/bg-blue-l2navoff.gif) no-repeat 5px 52%;
}
#channel #level2Nav ul li a.navOn{
	color:#784869;
	background-image:url(/site/css/images/3/bg-blue-l2navon.gif);
}
#channel #level2Nav ul ul{       /* list of third level navigation items  */
	padding-bottom:4px;
	background:none;
	margin:0;
	padding:0;
}
#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:23px;
	background:url(/site/css/images/3/bg-blue-l3nav.gif) no-repeat 14px 54%;
}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
	color:#784869;
}
#channel #level2Nav ul li a:hover{
	color:#784869;
}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
}



/*  Level 2 Nav - Dynamic  */
#channel #level2DynNav{
	padding:0;
	color:#FFF;
	background:url(/site/css/images/3/bg-level2nav.gif) repeat-y left top;  /*  background for entire Nav div  */
	margin:0 0 5px 7px;
}
#channel #level2DynNav h2{        /*  navigation Heading - ie. current group  */
	text-align:center;
	padding: 25px 10px 0;
	margin:0;
	font-size:1.15em;
	text-transform:uppercase;
	color:#535570;
	background:url(/site/css/images/3/bg-level2nav-top.gif) no-repeat left top;
}
#level2DynNav dl {
	margin:0;
	list-style:none;
	padding:0 18px 20px;
	background:url(/site/css/images/3/bg-level2nav-bottom.gif) no-repeat left bottom;
}
#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;
}
#level2DynNav dl dt#active {    /* background of current navigation item  */
	
}
#level2DynNav dl dt a{         /* second level navigation item link */
	display:block;
	padding:1px 5px;
	padding-left:14px;
	color:#000;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	background:url(/site/css/images/3/bg-l2navoff.gif) no-repeat 5px 52%;
}
#level2DynNav dl dt a.navOn{
	color:#416897;
	background-image:url(/site/css/images/3/bg-l2navon.gif);
}
#level2DynNav dl dd {         /*  container for third level nav  */
	display:none;
}
#level2DynNav dd ul {
	text-align: left;
	list-style:none;
	padding:0;
	margin:0 0 5px;
}
#level2DynNav dd ul li{
	padding:2px 0;
	margin:0;
}
#level2DynNav dd ul a{
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color:#000;
	font-size:0.9em;
	background:url(/site/css/images/3/bg-l3nav.gif) no-repeat 14px 54%;
	padding-left:23px;
}
#level2DynNav dd ul a.l3on{
	font-weight:bold;
	color:#416897;
}
#level2DynNav dd ul a:hover{
	color:#416897;
}
#level2DynNav dl dt a:hover{
	color:#416897;
}
#level2DynNav dd,
#level2DynNav dt{
	margin:0;padding:0;
}

/*  Minicart (in channel) styles  */
#minicart{
	background:url(/site/images/cart.gif) no-repeat 5px 5px;
	color:#000;
	text-align:right;
	padding:5px 5px 5px 20px;
	margin:0px 18px 2px;
}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:5px;
}
#minicart a{
	color:#416897;
	font-size:0.85em;
}

/*  Marketing Puff styles  */
.puff{
	position:relative;
	font-size:0.85em;
	margin:0 0 0 7px;
	padding:0 0 5px 0;
	background:url(/site/css/images/3/bg-level2nav-bottom.gif) no-repeat left bottom;
/*	background:url(/site/css/images/3/bg-level2nav.gif) repeat-y left top;		*/
	}

.puff h3{
	font-size:1.2em;
	margin:0;
	padding:25px 10px 0;
	text-align:center;
	color:#784869;
	background:url(/site/css/images/3/bg-level2nav-top.gif) no-repeat left top;
}
.puff .bottom{
}
.puff .top{
}
.puff .padLayer{
	border:0;
	padding:10px 20px 25px 25px;
/*	background:url(/site/css/images/3/bg-level2nav.gif) repeat-y left top;*/
}

.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
}
.puff img{
	position:relative;
	border:1px solid #d2a434;
	margin-bottom:5px;
}
.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 #DEDEDE;
	vertical-align:top;
}
.tile img{
	border:1px solid #d2a434;
}
.tile .moreLink{
	text-align:right;
	padding:0 10px 10px 0;
	vertical-align:bottom;
}
.tile .fImg{
	border:0;
}
#mainContent .tile .padLayer{
	padding:10px;
}
.tile h3{
	color:#784869 !important;
	font-size:1.1em;
	margin:0;
	padding:2px 10px;
	text-align:left;
	background:#DEDEDE url(/site/css/images/3/bg-tile-h3.gif) repeat-x;
}
.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 sty;es  */
#invoiceDetails{
	float:right;
	width:250px;
	margin:0 0 10px;
}
#invoiceDetails li{
	list-style-type:none;
}
#invoiceDetails h3{
	display:inline;
	width:120px;
}

/*  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 #d2a434;
}

/*  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;
}

.message{
	color:#FF0000;
	font-weight:bold;
}

.clear{            /*  clearing div used to clear floats - important for galleries  */
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

#print{display:none;} /*  for print.css - position:absolute;top:2px;left:2px; */
.required{color:#FF0000;font-weight:bold;font-size:0.9em;}
#banner{background-image:url(/verve/_resources/dogue-title.gif);height:161px;}
#banner{background-color:#66ccff;}
#loginBox .message,#loginBox a{color:#555555;}

/** 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;}

