body {
	background-color: #989898;
	color: #333333;
	margin: 0px;
	height:100%;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
img {  
	border:0; 
} 

/** for the blog (no border) **/
.imgRight{ 
    float:right;
    margin-left: 10px;
}
.floatRight {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeft {
	float:left;
	border: 1px solid #B9BABC;
	margin-bottom: 10px;
	margin-left: 10px;
}
.orange {color: #FF9933}
.red {color: #FF0000}

#wrapper { 
	margin: 0 auto; 
	width: 980px;
	text-align:left;
}
#inner {
	width:980px;
	float:left;
	background:#FFFFFF url(images/shadow.jpg) repeat-y center top;
}

#message{
	padding: 20px;
	border: 1px solid #2F2F2F;
	margin: 10px 50px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 18px;
}

#content-full{
	width:880px;
	float:left;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#content{
	width:500px;
	float:left;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content p{
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 1em;
}
#content h1{
	margin: 0px;
	font-size: 1.7em;
}
#content h2{
	margin: 15px 0px 0px;
	font-size: 1.4em;
}
#content h3{
	margin: 10px 0px 0px;
	font-size: 1.2em;
}
#content ul{
	margin-top: 5px;
	margin-bottom: 8px;
}

#sidebar {
	display:inline; /* This keeps the sidebar high in ie6? */
	width:360px;
	float:right;
	margin-bottom: 15px;
	margin-top: 15px;
}
#sidebar p{
	margin-right: 50px;
	margin-top: 6px;
	
}
a, a:visited, a:active {
	color: #006699;
	text-decoration:none;
}
a:hover {
	color: #0099ff;
	text-decoration:underline;
	
}
#header{
	background: #000000 url(images/header-back.jpg) repeat-x top left;
	padding: 20px 0px 5px 10px;
	margin: 0px 10px;
	text-align: left;
	height: 75px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #858585;
	
}
#header img{
	float: left;
	margin-left: 30px;
}


#main{
	width: 100%;
	clear: both;
	font-size: .9em;
}

#footer {
	clear:both;
	width:960px;
	margin:0 auto;
	background:#000000 url(images/footer-back.jpg) repeat-x top left;
	height: 120px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer p {
	margin-left:50px;
	color: #ffffff;
	font-size: .9em;
}
#footer a{
	color: #FFFFFF;
}
.box{
	margin-right: 50px;
	margin-top: 0px;
	border: 1px solid #858585;
	padding: 0px;
	margin-bottom: 20px;
}

.box h4{
	text-align: left;
	font-size: 1.1em;
	margin: 0px 0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	padding: 10px 20px;
	background-color: #454545;
	color: #FFFFFF;
}
.box p{
	margin-left: 24px;
}

.box ul {
	padding-left:0px;
	margin: 15px;
}

.box li{
	margin: 0px 12px 8px 34px;
	font-size:14px;
}
.box li a{
	text-decoration: none;
	font-weight: bold;
}

/** Google Cart **/
.product-image { border:solid 1px #ccc; }
.product-title, .product-price, .product-shipping { font-weight:bold; }
.data-cell { padding:0px 50px 0px 10px;border:solid 0px #fff;vertical-align:top}
.align-cart { padding-left:480px }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/overlay/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(images/overlay/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#header #nav {
	float: right;
	width: 600px; /* Important for old versions of Firefox */
	height: 40px;
	margin: 0px 40px 0px 0px;
	padding: 10px 0px 0px;
}
#header #nav ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(images/nav/bg-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #nav .first {
	background-image: url(images/nav/bg-left.gif);
}
#header #nav li {
	float: left;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav/li-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#header #nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	border-style: none;
	float: left;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#header #nav .left:hover {
	background-image: url(images/nav/end-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header #nav .right:hover {
	background-image: url(images/nav/end-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#header #nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav/middle-hover.gif);
	background-repeat: repeat-x;
}
#header #nav ul li ul {
	margin: 0px;
	width: 135px;
	position: absolute;
	padding: 0px;
	left: 0px;
	display: none;
	background-color: #F6F6F6;
	background-image: none;
	top: 30px;
	z-index: 999999;
}
#header #nav ul li:hover ul {
	display: block;
}
#header #nav ul li ul li {
	width: 170px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	display: block;
	background-image: none;
	position: relative;
	background-color: #F6F6F6;
	z-index: 999999;
}
#header #nav ul li ul li a {
	width: auto;
	display: block;
	line-height: 25px;
	margin: 0px;
	height: 25px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #1D3364;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: none;
}
#header #nav ul li ul li a:hover {
	background-color: #D5D5E1!important;
	background-image: none;
	color: #333333;
}
