/* Copyright 2007 Innersafe Corporation.  All rights reserved. */
/* Version 7.06.02.001 */
a {
	text-decoration:none;
	color: #18688f;
}
a:visited{
	color: #44608a;
}
a:hover{
	text-decoration:underline;
}

ul
{
list-style-type: disc
}
body {
	background-color: #000000;
	background-image: url(/images/bg_tile_blue.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	background-repeat: repeat;
}
.biglogo {
	margin-top: 0px;
	margin-bottom: auto;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	float: left;
}
#container {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #09171E;
	border-left-color: #09171E;
	border-right-width: 2px;
	border-left-width: 2px;
	color: #333333;
	background-repeat: no-repeat;
	clear: both;
	float: none;
}
#header {
	height: 64px;
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_header.jpg);
	clear: both;
	overflow: hidden;
}
#widecontent {
	float: left;
	width: 730px;
	padding: 15px;
	clear: both;
}
#widemedia {
	clear: both;
	width: 760px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* content should hold #main and #sidebar */
#content {
	float: left;
	width: 760px;
	clear: both;
}
#main {
	float: left;
	width: 475px;
	padding: 15px;
	margin-right: -285px;
	background-color: #FFFFFF;
	border-right: 285px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
#main h1 h2 h3 h4{
	color: #004060;
}

#main h2 {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}

#sidebar {
	float: left;
	width: 254px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	background-color: #EEE;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	position: static;
}
#sidebar h2 {
	font-size: 13px;
	text-transform: Capitalize;
}
#sidebar h3 {
	font-size: 12px;
}

#sidebar .heading-box {
	color: #333;
	margin: 0;
	padding: 10px 5px;
	background: #e0e6e9;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}
	
#sidebar .toggler {
	color: #222;
	margin: 0;
	padding: 10px 5px;
	background: #e6e6e6;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}
#sidebar .toggler:hover {
	color:#FF0000;
}

#sidebar .expand {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px 10px;		
}

#shortcuts {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	margin: 20px;
	top: 0px;
	right: 0px;
	color: #666666;
}
#shortcuts ul {
	margin: 0px;
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
}
#shortcuts a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	color: #CCCCCC;
}
#shortcuts a:hover {
	color: #FFFFFF;
}
#shortcuts li {
	float: left;
}

#nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(/images/bg_nav.jpg);
	clear: both;
	height: 32px;
	font-weight: bold;
	overflow: hidden;
	line-height: 20px;
}

#nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px 20px 0px 3px;
}
#nav a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000308;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	display: block;
	white-space: nowrap;
	color: #CCCCCC;
}

#nav li {
	float: left;
}
  
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
	color:#FFFFFF;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #home {
	border-left-width:1px;
  }

/* end of Holly Hack */

#footer {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #000000;
	margin: 0px;
	color: #CCCCCC;
	float: left;
	clear: both;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	width: 760px;
}
#footer-nav {
	float: right;
	text-transform: lowercase;
	color: #666666;	
}

#copyright {
	float: left;
	width: 410px;
	padding-right: 0px;
	padding-left: 6px;
	padding-top: 2px;
}
#footer-nav ul {
	margin: 0px;
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
}
#footer-nav a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	color: #CCCCCC;
}
#footer-nav a:hover {
	color: #FFFFFF;
}
#footer-nav li {
	float: left;
}

.button {
	margin: 0px;
	padding: 0px;
}
.button span {
	line-height: 24px;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.button img {
	float: left;
}
.box {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box .button {
	padding-bottom: 10px;
}
.box h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}
.box p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 12px;
}
.warning {
	background-color: #FFFFCC;
	border: 1px solid #FF9933;
}
.bigbox {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	padding: 15px;
	overflow: hidden;
	height: 300px;
}
.bigbox .products {
	float: left;
	width: 250px;
}

.bigbox h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.bigbox h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 16px;
}
.bigbox hr {
	margin-top: 16px;
	margin-bottom: 10px;
}

.button .regprice {
	float: left;
	font-weight: bold;
	text-decoration: line-through;
	padding-right: 3px;
	padding-left: 12px;
}
.button .saleprice {
	float: left;
	font-weight: bold;
	color: #FF0000;
	padding-right: 10px;
	padding-left: 3px;
}
.secure-seals{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	width: 150px;
}
.secure-seals img{
	margin-top: 6px;
	margin-bottom: 6px;
}
.secure-seals p{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.tips{
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color:#FF6600;
}

.tool-tip {
	color: #333;
	width: 160px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:#FF9900;
	padding: 8px 8px 4px;
	background: url(/images/bg_tooltip.gif) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 20px 8px;
	background: url(/images/bg_tooltip.gif) bottom right;
}

.homepagetagline{
	color:#701020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-bottom:18px;
	padding-top:2px;
}

.homepageimgpadding{
	padding:0px 15px;
	float:left;
}
.active {
	background-image: url(/images/expand.gif);
	background-repeat: no-repeat;
	background-position: right;		
}

.nonactive{
	background-image: url(/images/expand_disabled.gif);
	background-repeat: no-repeat;
	background-position: right;	
	
}


