﻿body{
	background-position: top-left;
	background-color: #006699;
	font-family: verdana;
	position: relative;
	top: 0px;
	background-image: url('../../images/blog/blue_body_back_100x1000.jpg');
	background-repeat: repeat-x;
}
a{
	outline:none;
}
h1{
	font-family: verdana;
	font-size: 14pt;
	color: #333333;
	text-align: center;
	margin-bottom: -8px;
	margin-top: -4px;
}
h1 strong{
	color: #FF6600;
}
h2{
	font-family: verdana;
	font-size: 10pt;
	vertical-align: text-top;
	color: #0099FF;
	font-weight: bold;
}
b{
	color:black;
}
img {
	border-width: 0px;
}

#loadingicon {
	border: 1px solid #333333;
	position: absolute;
	z-index: 302;
	display: none;
	background-color: #F5F5F5;
	width: 210px;
	height: 160px;
	left: 40%;
	text-align: center;
	padding-top: 15px;
	top: 0px;
}
#processing {
	background-color: #999999;
	display: block;
	padding: 0px;
	position: absolute;
	z-index: 301;
	zoom: 1;
	filter: alpha(opacity=50);
	margin: 0px;
	left: 0px;
	top: 0px;
}


#topback{
	background-position: center bottom;
	position: relative;
	width: 1000px;
	height: 25px;
	margin: auto;
	background-repeat: no-repeat;
	display: none;
	background-color: #FFFFFF;
}
#layoutwrapper{
	background-position: center top;
	position: relative;
	width: 980px;
	margin: auto;
	background-repeat: repeat-y;
	height: 100%;
	z-index: 1;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
#header{
	background-position: inherit;
	position: relative;
	width: 1000px;
	height: 200px;
	float: left;
	display: block;
	background-image: inherit;
	background-repeat: inherit;
	z-index: 2;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#headerboxwrapper{
	position: relative;
	width: 960px;
	height: 150px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 2;
	background-color: #FFFFFF;
}
.headerbox {
	position: relative;
	width: 310px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	height: 150px;
}
#headerbox2{
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #333333;
}
#headerbox3 {
	margin-right: 0px;
	margin-left: 5px;
}

#searchbox {
	margin-left: 10px;
	margin-right: 5px;
}
#searcharea {
	position: relative;
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	background-image: url('../../images/search_back_blue_310x75.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
}
#searchform {
	position: relative;
	width: 100%;
	height: auto;
	top: 5px;
}
#searchform label{
	margin-top:5px;
	margin-left:0px;
}
#sitesearch {
	position: relative;
	width: auto;
	height: auto;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	left: 8px;
	top: 2px;
}
#searchinput {
	position: relative;
	width: 135px;
	height: auto;
	top: 4px;
	left: 22px;
	border-style: none;
}
#searchsubmit {
	position: relative;
	width: 35px;
	height: 20px;
	left: 42px;
	top: 3px;
	border: 1px none #333333;
	background-image: url('../../images/go.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
#cartarea {
	position: relative;
	width: 100%;
	height: 50%;
	display: block;
	float: left;
	background-image: url('../../images/cart_back_grey_310x75.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#carttext {
	position: relative;
	left: 8px;
	width: auto;
	height: auto;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	top: 15px;
	color: #FFFF00;
}
#carttext a{
	color: #FFFF00;
	text-decoration: none;
}
#carttext a:hover{
	text-decoration: underline;
}
#cartcheckout {
	position: relative;
	width: auto;
	height: auto;
	right: 10px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	left: 105px;
	top: 15px;
	color: #000000;
}
#cartcheckout a{
	color: #000000;	
	text-decoration: none;
}
#cartcheckout a:hover{
	text-decoration: underline;	
}
#itemtext {
	position: relative;
	width: auto;
	height: auto;
	top: 15px;
	left: 10px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

#navwrapper {
	position: relative;
	width: 960px;
	height: 35px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	float: left;
	background-color: #5F5F5F;
	margin-top: 10px;
	background-image: url('../../images/nav_grey_back_960x35.gif');
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}
#sectionwrapper {
	position: relative;
	width: 100%;
	height: 30%;
	padding-top: 4px;
	z-index: 2;
}
.navsection {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	
	padding-top: 6px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	z-index: 3;
}
.navsection a{
	color: #FFFFFF;
	text-decoration: none;
}
.navsection a:hover{
	color: #FFFF66;
	text-decoration: underline;
}
#section9 {
	float: right;
	margin-right: 15px;
	border-right-style: none;
}
#submenu9{
	margin-left: -112px;
}

#submenu1{
	margin-left: 0px;
	display:none;
	visibility:hidden;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	border-bottom-width: 0;
	border: 1px none #999999;
	position: absolute;
	display: none;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */;
	background: #CCCCCC;
	width: 210px;
	margin-left: -20px;
	margin-top: 10px;

	

	
}
	

.anylinkcss ul{
	margin: 0;
	padding: 0 5px 10px 5px;
	list-style-type: none;
}
.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0 2px 0;
	text-decoration: none;
	text-indent: 5px;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	border-bottom-color: #999999;
}
.anylinkcss a:hover{
	/*hover background color*/
color: #0099FF;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

#content {
	background-position: inherit;
	position: relative;
	width: 1000px;
	float: left;
	display: block;
	background-image: inherit;
	background-repeat: inherit;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #FFFFFF;
}
#contentwrapper {
	position: relative;
	width: 960px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 1;
	height: 100%;
	background-color: #FFFFFF;
}
#footer{
	background-position: inherit;
	position: relative;
	width: 1000px;
	height: 25px;
	float: left;
	display: block;
	background-image: inherit;
	background-repeat: inherit;
	background-color: #FFFFFF;
}
#footerwrapper {
	position: relative;
	width: 960px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	float: left;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	text-transform: capitalize;
	background-color: #FFFFFF;
}
#copyright {
	position: relative;
	width: 35%;
	display: block;
	float: left;
}
#footerlinks {
	position: relative;
	width: 65%;
	display: block;
	float: left;
	text-align: center;
}
#footerlinks a{
	text-decoration:none;
	color:#666666;
}
#footerlinks a:hover{
	color:#0066CC;
	text-decoration:underline;
}
#bottomspace{
	margin: 0px auto 0px auto;
	background-position: center top;
	position: relative;
	width: 1000px;
	height: 10px;
	background-repeat: no-repeat;
	text-align: center;
	float: none;
	clear: both;
	background-color: #FFFFFF;
	display: none;
}
.footerlink {
	position: relative;
	width: auto;
	float: left;
	display: block;
	margin-left: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	padding-right: 4px;
	padding-left: 8px;
}

#trans {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
	zoom: 1;
	background-color: #000000;
	filter: alpha(opacity=75);
	
}
#cartwindow {
	border: 5px solid #000000;
	position: absolute;
	width: 600px;
	height: 400px;
	top: 20%;
	left: 50%;
	background-color: #FFFFFF;
	display: none;
	z-index: 201;
	margin-top: -350px;
	margin-left: -250px;

	
}
.cartwindowcontents {
	position: relative;
	width: 580px;
	padding: 10px;
	background-color: #C0C0C0;
}
#windowproductimage {
	width: 145px;
	height: 233px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
}
#windowinfobox {
	position: relative;
	width: 400px;
	height: 233px;
	float: left;
	background-color: #FFFFFF;
}
#windowproductname {
	width: 380px;
	position: relative;
	float: left;
	font-size: 11px;
	color: #0066CC;
	font-weight: bold;
}
.windowtext {
	font-size: 9pt;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#windowdesc {
	margin-top: 25px;
	margin-bottom: 25px;
}
#windowproductprice {
	margin-top: 10px;
	margin-bottom: 10px;
}
.windowbutton {
	width: 200px;
	height: 50px;
	position: relative;
	float: left;
}
#cartpreview {
	border: 1px solid #000000;
	position: absolute;
	z-index: 198;
	zoom: 1;
	background-color: #333333;
	width: 300px;
	height: auto;
	padding: 0px;
	margin: auto;
	top: 42px;
	left: 5px;
	color: #CCCCCC;
	display: none;
}
#cartpreviewheader {
	background-position: right bottom;
	position: relative;
	width: 290px;
	height: 20px;
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	background-image: url('../../images/pngs/your_cart_back.png');
	background-repeat: no-repeat;
}
.cartpreviewbox {
	position: relative;
	width: 280px;
	height: 50px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 5px;
	display: block;
	float: left;
}
.cartpreviewimg {
	position: relative;
	float: left;
	width: 45px;
	height: 50px;
	margin-right: 15px;
	display: block;
}
.cartpreviewtxt {
	float: left;
	position: relative;
	width: 200px;
	height: 50px;
	display: block;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
.cartpreviewtxt strong{
	color: #FF6600;
}
.previewqty {
	position: relative;
	float: left;
	width: 50px;
}
.previewqtycount {
	position: relative;
	width: 100px;
	float: left;
}
.previewname {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	height: 25px;
	text-decoration: underline;
	color: #003399;
}
#cartpreviewfooter {
	width: 290px;
	height: 30px;
	position: relative;
	float: left;
	background-image: url('../../images/pngs/cart_total_back.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-size: 20px;
	color: #FFFF99;
}
.previewamount {
	color: #FF6600;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
}
#emailwindow {
	border: 5px solid #000000;
	position: absolute;
	width: 600px;
	height: 400px;
	top: 20%;
	left: 50%;
	background-color: #FFFFFF;
	display: none;
	z-index: 201;
	margin-top: -250px;
	margin-left: -250px;
	font-size: 12px;
}
#emailreturn{
	margin-top: 150px;
	position: relative;
	width: 600px;
	text-align: center;
}
#upselltop {
	position: relative;
	width: 622px;
	height: 152px;
	float: left;
	background-image: url('../../images/pngs/upsell_top_back.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}
#upselltopimage {
	position: relative;
	width: 145px;
	height: 145px;
	float: left;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#upselltopheading {
	position: relative;
	width: 400px;
	height: 20px;
	float: left;
	margin-left: 22px;
	margin-top: 4px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	line-height: 20px;
	vertical-align: middle;
}
#upselltopdesc {
	position: relative;
	width: 400px;
	height: 60px;
	margin-top: 5px;
	margin-left: 22px;
	float: left;
	font-family: verdana;
	font-size: 11px;
	color: #003366;
	word-spacing: .125em;
}
#upselltopcost {
	position: relative;
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 22px;
	margin-top: 10px;
	font-family: verdana;
	color: #000099;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
}
#upselltopinfo {
	position: relative;
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	font-family: verdana;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	line-height: 40px;
	vertical-align: middle;
}
#upselltopinfo a{
	color: #0066CC;
	text-decoration: underline;

}
#upselltopadd {
	position: relative;
	width: 180px;
	height: 40px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.rightnavcart {
	position: relative;
	width: 330px;
	height: 220px;
	display: block;
	float: left;
	margin: 0px;
	background-image: url('../../images/pngs/nav_cart_back.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.leftcartbox {
	position: relative;
	width: 155px;
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-top: 50px;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
}
.rightcartbox {
	position: relative;
	width: 150px;
	height: 80px;
	margin-left: 5px;
	float: left;
	margin-top: 50px;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
}
.bottomcartbox {
	position: relative;
	width: 310px;
	height: 50px;
	background-color: #FFFFFF;
	float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

