/*
--------------------------------------------------
wolverinedata.com GLOBAL STYLES
Last revised 2007-04-01
--------------------------------------------------
--------------------------------------------------
Color palette:
--------------------------------------------------
Red #f00
White #fff

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/* -------------------------------------------------- */
/* DEFAULT HTML STYLES */
/* -------------------------------------------------- */

body	{
        color: #666; 
	font: 12px/18px arial, helvetica, sans-serif;
	text-align: center;	/* horizontal centering in Win IE */
	background: #fff url(../images/main/body_bg.gif) repeat-x top left; /*light grey gradient*/
}

/* Links */
a {
	color: #f00; /* Red*/
	text-decoration: none;
}
a:focus {
	outline: none; /* most browsers do not support yet support this property */
	-moz-outline: none; /* remove focus outline in Mozilla browsers */
}
a:visited {
	color: #f00;
}
a:hover {
        color: #f00;
	text-decoration:underline;
}
a:active {
	color: #f00;
	text-decoration:underline;
}
a[name] { /* remove dotted underline from internal hyperlinks */
	border-bottom: none;
}

a:link.toplink			{ font-size: 11px; padding:0 10px 0 18px;background: url(/images/main/bullet.gif) no-repeat top left;}
a:visited.toplink		{ font-size: 11px; padding:0 10px 0 18px;background: url(/images/main/bullet.gif) no-repeat top left;}
a:hover.toplink			{ font-size: 11px; padding:0 10px 0 18px;background: url(/images/main/bullet.gif) no-repeat top left;}

a:link.leftlink		  { text-decoration: none; color: #636363; }
a:visited.leftlink	{ text-decoration: none; color: #636363; }
a:hover.leftlink	  { text-decoration: underline; color: #636363; }

#footer a {
color:#000;
}

.block ul {
        list-style-type:square;
        }


/* Headers */
h1		{
		color: #f00; /* red*/
		font-size: 28px;
		margin: .75em 0;
		}
h2		{
	color: #f00; /* red */
	font-size: 22px;
        font-weight:bold;
	letter-spacing: -1px;
}


h3		{
		font-size: 18px;
		line-height: 1.167;
		margin: 1.167em 0 .5835em;
		}
h4		{
		font-size: 16px;
		line-height: 1.3125;
		margin: 1.3125em 0 .65625em;
		}
h5		{
		font-size: 14px;
		line-height: 1.5;
		margin: 1.5em 0 .75em;
		}
h6		{
		font-size: 14px;
		line-height: 1.5;
		margin: 1.5em 0 .75em;
		}

/* -------------------------------------------------- */
/* PAGE STRUCTURE */
/* -------------------------------------------------- */

#wrapper {
	text-align: left; /* reset Win IE workaround */
	width: 970px;
	margin: 0 auto; /* standard CSS horizontal centering */
	padding: 0;
	background: transparent;
	}
#header {
	height:70px;
	}
#footer {
	font-size: 11px;
	}
#content {
	background:#fff url(/images/main/content_bg.gif) no-repeat top left;
	padding:20px;
	}
#main .block {
        width:32%;
        float:left;
        text-align:center;
	}
#main .block .desc {
        text-align:left;
        color:#666;
        padding:20px;
        line-height:1.5em;
        }
#main .middle{
        border-right: 1px solid #A0A0A0;
        border-left: 1px solid #A0A0A0;
        }
#main .block .price {
        color:#f00;
        font-size: 1.5em;
        font-weight: bold;
        line-height:2em;
        }
#main h1 {
        margin:0 0 .75em 0;
        }

/* -------------------------------------------------- */
/* NAVIGATION */
/* -------------------------------------------------- */


#navigation {
background: url(/images/main/nav_big_bg.gif) no-repeat top center;
height:42px;
text-align:center;
margin-bottom:20px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 85%;
font-size: 11px;
line-height:16px;
margin:0 auto;
padding-top:8px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(/images/main/chrome_bg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
text-transform:uppercase;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px 8px 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
color:#F00;
}


.anylinkcss{
position:absolute;
margin-left:-3px;
margin-top:1px;
visibility: hidden;
text-align:left;
border:1px solid #333;
border-bottom-width: 0;
font:normal 11px Arial, sans-serif;
line-height: 24px;
z-index: 100;
background-color: #F7F7F7;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333;
padding:0;
text-decoration: none;
color:#666;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #666;
color: white;
text-decoration: none;
}

/*
--------------------------------------------------
COMMON FORMATTING
--------------------------------------------------
*/


.leftlink  { font-size: 10px; font-weight: bold; }
.carea	  { font-size: 12px; color: #666666; line-height: 18px; }
.listarea	    { font-size: 11px; color: #666666; line-height: 12px; }
.footer 	    { font-size: 10px; color: #666666; }
.bordercolor  {border-color: #333333;}
.small        { font-size: 10px; }
.banner { font-size:18px;font-weight:bold;color:#666;font-family:"arial narrow", "arial", sans-serif;}
.subbanner {
  font-size:12px; 
  color:#666666;
  font-weight:bold;
  background: #f7f7f7;

  border: 1px #7a7a7a solid;
  padding:2px 2px 1px 5px;
}


.bothclear, .spacer {
clear:both;
}

p.justify   { text-align: justify; }



.inputs         {font: 11px Verdana, Arial, Helvetica, sans-serif; ; border: 1px #333333 solid; height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #e9e9e9; color: #000000; vertical-align: top ; width: 200px}
.phoneinput     {font: 11px Verdana, Arial, Helvetica, sans-serif; ; border: 1px #333333 solid; height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #e9e9e9; color: #000000; vertical-align: top ; width: 30px}
.stateinput     {font: 11px Verdana, Arial, Helvetica, sans-serif; ; border: 1px #333333 solid; height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #e9e9e9; color: #000000; vertical-align: top ; width: 20px}
.zipinput       {font: 11px Verdana, Arial, Helvetica, sans-serif; ; border: 1px #333333 solid; height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #e9e9e9; color: #000000; vertical-align: top ; width: 100px}
.checkbox       {font: 11px Verdana, Arial, Helvetica, sans-serif; ; border: 1px #333333 solid; height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #e9e9e9; color: #000000; vertical-align: top ; width: 10px}
.textarea       {height: 85px; border: 1px #333333 solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; width: 200px; background-color: #e9e9e9}


#outlets img {
margin:5px;
}


/*
-----------------------------------------
Corporate Gifts Section
-----------------------------------------
*/



#corp #left-col {
width:225px;
float:left;
margin-right:15px;
}

#corp #left-col #navblock {
background:#5C5C5C url(/images/main/corp_nav_bg.gif)  top left repeat-x;
padding:10px;
}

#corp #left-col #navblock li, #corp #left-col #navblock li a {
text-transform:capitalize;
font-size:11px;
}
#corp #left-col #navblock li {
background: url(/images/main/red_arrow.gif) no-repeat 0 5px;
padding-left:15px;
}

#corp #left-col #navblock li a.selected {
color:#f00;
font-weight:bold;
}

#corp #left-col #navblock a {
color:#fff;
}

#corp #left-col #navblock a:hover {
color:#f00;
}

#corp #left-col #navblock ul li ul li {
padding-left:15px;
}

#corp #main-col {
width: 675px;
float:left;
}  

#corp #main-col li {
float:left;
width:200px;
text-align:center;
height:180px;
overflow:hidden;
margin-right:15px;
}

#corp #mid-col {
width: 500px;
margin-right:10px;
float:left;
overflow:hidden;
}

#corp #right-col {
width: 180px;
float:left;
overflow:hidden;
}

#corp #mid-col table {
width:490px;
border: 1px solid #efefef;
}

#corp #mid-col table td {
padding:4px;
font-size:11px;
}

#corp #right-col #overview {
border:1px solid #999;
background-color:#efefef;
padding:5px;
font-size: 11px;
line-height: 1.2em;
}

#corp #right-col #overview li {
background: url(/images/main/red_square.gif) no-repeat 0 6px;
padding:2px 0 2px 10px;
}

#corp #right-col #specs{
border:1px solid #999;
background-color:#efefef;
padding:5px;
font-size: 11px;
line-height: 1.2em;
}

#corp #right-col #specs li {
padding:2px 0 2px 0px;
}


#corp #right-col h2 {
line-height:150%;
}

#corp #mid-col h2, #corp #main-col h2 {
line-height: 150%;
color:#666;
}
