.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clear{
	clear:both;
}

/* CSS Document */

/* Elements */
* { padding: 0; margin: 0;}
html {text-align:center; width:100%;}
body {
	background:white;
	background-image: url("body-bg.gif");
	font:normal 0.8em/1.2 verdana, sans-serif;
	margin:0 auto;
	text-align:center;
	width:760px;
}
a {color: #000098; text-decoration: underline;}
a:visited {color: #930037;}
a:hover {color: #990033; text-decoration: underline;}
.clear{clear:both;}


/** IDs **/
#container {
	background: #FFF;
	width:760px;
}

/* header */
div#header {
	background: url("header.jpg") no-repeat top left;
	width: 760px;
	height: 80px;
	float: left;
}
	div#header div#searchbox {
		float: right;
		display: inline;
		position: relative;
		top: 36px;
		vertical-align: middle;
		margin-right: 5px;
		text-align: right;
	}
		div#searchbox input#query {
			position: relative;
			top: -5px;
		}
			* html div#searchbox input#query {
				top: -3px;
			}

/* page contents area */
div#bodycontents {
	vertical-align: top;
	background: url("content-bg.gif");
	float: left;
	width:760px;
}
	div#bodycontents div#welcome {
		background: #00319C url("welcome-area-bg.gif") no-repeat 0 0;
		color: #fff;
		width: 562px;
		float: right;
		font-size: 10px;
		overflow: auto;
	}
		div#welcome .pad {
			padding: 10px;
			width: 285px;
		}
	/* breadcrumbs style */
	#breadcrumbs {
		padding: 5px;
	}
	
	/* content div */
	div#content {
		width: 562px;
		xoverflow: auto;
		float: right;
	}
	/* featured sections - on home page only */
	div#content div#featured-sections {
		text-transform: uppercase;
		background: #AAE2C7;
	}
		div#featured-sections table {
			width: 100%;
		}
	/* featured items */
	div#content div#featured-items {
		color: #03289A;
	}
		div#featured-items table {
			width: 100%;
			border-bottom: 1px #B2CCFF solid;
		}
			#featured-items table td {
				padding: 5px;
				border-right: 1px #B2CCFF solid;
			}
				#featured-items table td.last {
					border: 0;
				}
		#featured-items a {
			font-weight: bold;
			color: #03289A;
			text-decoration: none;
		}
		#featured-items .name {
			padding-bottom: 5px;
		}
		#featured-items .image img{
			border: 0;
		}
		#featured-items .price {
		
		}
		#featured-items .saleprice {
			font-weight: bold;
			color: #990033;
		}
		
	/* recommended items */
		div.recommended-items {
			padding: 5px;
			text-align: center;
			font-size: 11px;
		}
	
		h3.recommended-header {
			background: #FDD2E7 url("recommended-items.gif") no-repeat top left;
			padding: 0;
			height: 39px;
			border: 0;
			width: 539px;
		}
			h3.recommended-header div {
				position: relative;
				left: -9999px;
			}
		
		table.recommended-items {
			border: 1px #FDD2E7 solid;
			padding: 0;
			margin: 0;
			width: 539px;
		}
		table.recommended-items a {
			font-weight: bold;
		}
		
		table.recommended-items img {
			border: 0;
			margin: 3px;
		}
		.recommended-items .vertical-spacer {
			background-color: #FDD2E7;
			height: 70%;
			width: 1px;
			font-size: 1px;
			line-height: 1px;
		}
			.recommended-items .price, .recommended-items .saleprice{
				background: none;
			}
	/* footer-text */
	div#content div#footer-text {
		padding: 10px;
	}
		div#footer-text #secure-shopping {
			color: #03289A;
			font-size: 10px;
		}
			#secure-shopping h3 {
				font-size: 14px;
				color: #930037;
			}
			 #secure-shopping h4 {
				font-size: 11px;
				color: #930037;
			 }
		div#footer-text #how-fast {
			float: left;
			color: #03289A;
			font-size: 11px;
			text-align: left;
		}
			div#footer-text #americasbest-award {
				float: left;
			}
			#how-fast h3 {
				font-size: 14px;
				font-weight: bold;
				color: #03289A;
			}
			#shipping.details {
				text-align: right;
				color: #930037;
			}
				#shipping.details a {
					text-decoration: underline;
					color: #930037;
				}

/* navigation */			
div#nav {
	float: left;
	width: 198px;
	background: #C5DDFD;
}
	div#nav ul {
		list-style: none;
		margin: 3px 0;
	}
		div#nav a {
			color: #000097;
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
		}
		div#nav a:hover {
			text-decoration: underline;
		}
		div#nav li {
			margin: 4px 0;
			padding-left: 20px;
			background: url("section-bullet.gif") no-repeat top left;
		}
	div#nav div#mailing-list {
		background: #E8EEFC url("mailing-list.gif") no-repeat center 6px;
		border-top: #99CCFF 1px solid;
		border-bottom: #99CCFF 1px solid;
		text-align: center;
		padding: 8px 0;
	}
		div#mailing-list #mailing-list-header {
			visibility: hidden;
			font-size: 14px;
			line-height: 14px;
			height: 22px;
		}
		div#mailing-list input#email {
			position: relative;
			top: -5px;
			color: #003399;
		}
	div#nav div#testimonials a{
		background: url("important-info.gif") no-repeat top left;
		margin: 10px 0;
		display: block;
		padding-left: 20px;
		color: #930037;
		text-decoration: none;
		font-size: 10px;
	}

/* nav-footer */
div#nav-bottom {
	clear: left;
	margin: 0;
	padding-top: 48px;
	text-align: center;
	vertical-align: bottom;
	background: #FDD2E6 url("nav-bottom-bg-seperator.gif") no-repeat top left;
	width: 198px;
}

/* page footer */
div#footer {
	clear: both;
	width: 760px;
}
	div#copyright {
		float: right;
		margin: 10px;
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	div#SolidCactus {
		float: left;
		margin: 10px;
		font:normal 11px Arial, Helvetica, sans-serif;
	}
		div#SolidCactus a{
			color: #000;
			text-decoration: none;
			font:normal 11px Arial, Helvetica, sans-serif;
		}
		div#SolidCactus a:hover {
			text-decoration: underline;
		}


/** Classes **/
	
	.menu .headercart {
		background: url("headercart.gif") no-repeat left;
		padding-left: 19px;
	}
	
	.menu .footercart {
		background: url("footercart.gif") no-repeat left;
		padding-left: 19px;
	}
	
/* header menu */
	div#header2 div.menu {
		background: url("header-menu-bg.jpg") no-repeat top left;
		padding: 11px 12px;
		width: 740px;
		float: left;
		text-align: right;
		color: white;
		font-size: 11px;
		font-weight: bold;
		position: relative;
	}
	* html div#header2 div.menu {
		width: 760px;
	}
		* html div#header2 div.menu {
			background-position: top left;
			padding: 11px 12px;
		}
	#header2.gradient {
		background: url("header-gradient.gif") repeat-y;
		float: left;
		width: 760px;
	}
	
/* footer menu */
	div#footer .gradient {
		background: url("footer-gradient.gif") repeat-y;
		float: left;
		width: 760px;
	}
	div#footer div.menu {
		width: 740px;
		padding: 12px;
		padding-top: 76px;
		float: left;
		color: white;
		font-size: 11px;
		background: url("footer-bg.jpg") no-repeat top left;
		text-align: right;
	}
	
    * html div#footer div.menu{
		width: 760px;
	}
/* header and footer menu links */
	div.menu a {
		text-decoration: none;
		color: white;
	}
	div.menu a:visited {
		color: white;
	}
	div.menu a:hover {
		color: white;
		text-decoration: underline;
	}
	
/* company logo */
#header a{
	cursor:pointer;
	
}


	div#header h1.logo {
		float: left;
		width: 480px;
		height: 80px;
		xvisibility: hidden;
		border: 0;
	}
	
/* navigation classes */
	div#nav ul.subsection {
		background: #E8EEFC;
		border-top: #99CCFF 1px solid;
		border-bottom: #99CCFF 1px solid;
		margin: 5px 0;
		padding: 5px 0;
		padding-left: 27px;
	}
		* html div#nav ul.subsection {
			padding-left: 0;
			margin-left: -20px;
		}
			* html div#nav ul.subsection li a{
				padding-left: 27px;
			}
		div#nav ul.subsection li, div#nav ul.subsection a {
			font-weight: normal;
			background: none;
			padding-left: 0;
		}
		div#nav ul.subsection .current {
			background: url("subsection-bullet.gif") no-repeat left;
			margin-left: -16px;
			padding-left: 16px;
		}
			* html div#nav ul.subsection .current {
				margin-left: 0;
				padding-left: 0;
				background-position: 11px;
			}
				div#nav ul.subsection .current a {
					text-decoration: underline;
					color: #903;
				}
				
.center {
	text-align: center;
}
.viewall a {
	text-decoration: underline;
}

.info-body, .search-body, .privacy-body, .order-body{
	padding-left:10px;
	padding-top:15px;
}

.sitemap-header {
    font: bold 14px verdana;
    color: #000000;
    display: block;
    padding-top:  15px;
}
.sitemap-1      {
    font: bold 12px verdana;
    color: #698155;
    display: block;
    padding-left: 25px;
}
.sitemap-2      {
    font: normal 12px verdana;
    color: #0000FF;
    display: block;
    padding-left: 50px;
}
.sitemap-3      {
    font: normal 10px verdana;
    color: #0000FF;
    display: block;
    padding-left: 75px;
}
.sitemap-4      {
    font: normal 8px verdana;
    color: #0000FF;
    display: block;
    padding-left: 100px;
}

.visibleborder{
	border:2px solid #000000 !important;
}
.invisibleborder{
	border:2px solid #FFFFFF !important;
}
#titleBar{
	cursor:move;
	background-color: #000099;
	color:#FFFFFF;
}
#imgplaceholder{
	visibility:hidden;
	position:absolute;
	z-index: 100;
	background-color: #FFFFFF;
}
.close{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 2px outset;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
.close:hover{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 2px inset;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

#nav .nav-sect{
	text-align:left;
}

#nav .nav-sect a{
	background:url(nav-flower.gif) no-repeat 0 5px;
	padding-left:20px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}	

#nav .nav-sect a:hover{
	color:#990033;
	text-decoration:none;
}

#nav .nav-sect .sub{
	background-color:#E8EEFC;
	xpadding-top:5px;
	xborder-top:1px solid #99CCFF;
	xborder-bottom:1px solid #99CCFF;	
}

#nav .nav-sect .sub a{
	background:none;
	padding-left:30px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000097;
	padding-top:5px;
	padding-bottom:3px;
	
}

#nav .nav-sect .sub a:hover{
	background:url(nav-arrow.gif) no-repeat 16px 9px;
	text-decoration:underline;
	color:#990033;
}

* html #nav .nav-sect .sub a:hover{
	background:url(nav-arrow.gif) no-repeat 16px 11px;
}

#nav .nav-sect .sub2{
	background-color:#E8EEFC;
	xpadding-top:5px;
	xborder-top:1px solid #99CCFF;
	xborder-bottom:1px solid #99CCFF;	
}

#nav .nav-sect .sub2 a{
	text-decoration:underline;
	background:none;
	padding-left:30px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000097;
	padding-top:5px;
	padding-bottom:3px;
}

#nav .nav-sect .sub2 a:hover{
	text-decoration:none;
	background:url(nav-arrow.gif) no-repeat 16px 9px;
}

* html #nav .nav-sect .sub2 a:hover{
	background:url(nav-arrow.gif) no-repeat 16px 11px;
}

#content .welcome-area{
	background:url(welcome-area-bg.gif) no-repeat 0 0;
	width:562px;
	height:231px;
	text-align:left;
}

#content .welcome-text{
	color:#FFF;
	font:normal 11px Arial, Helvetica, sans-serif;
	width:275px;
	padding-left:20px;
	padding-top:15px;
}

#content .featured-area{
	width:562px;
	background-color:#AAE2C7;
}

#content .featured-area a, #content .featured-area2 a, .conts-table a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#002995;
	text-decoration:none;
}

#content .featured-area a:hover, #content .featured-area2 a:hover{
	text-decoration:none;
}

.conts-item{
	background:url(conts-sep.gif) repeat-y 0 0;
}

.price{
	color:#002998;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.sale-price{
	color:#990033;
	font:bold 11px Arial, Helvetica, sans-serif;
}

.section-body, .item-body{
	padding-top:10px;
	padding-left:10px;
}

.breadcrumbs a{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000096;
	text-decoration:underline;
}

.breadcrumbs a:hover{
	text-decoration:none;
}

.breadcrumbs{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000096;
}

.item-image{
	width:200px;
	text-align:center;
}

.info-table{
	width:348px;
}

#product-info-table {
	font-size: 11px;
	color: #0C4BBE;
	width:278px;
}

#product-info-table .prod-info-top-row{
	background:#FFF url(prod-info-name-row.gif) no-repeat top left;
	height:31px;
	color: #0C4BBE;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:5px;
}

#product-info-table th {
	text-align: right;
	background: #D3E9FF;
	color: #0C4BBE;
	padding: 4px;
	width:100px;
}

#product-info-table td{
	padding-left:3px;
	background-color:#FED7E8;
}

#product-info-table .prod-info-table-bot-row{
	background:url(add-to-cart-bg.gif) no-repeat 0 0;
	height:33px;
	vertical-align:middle;
}

.item-caption{
	font:normal 11px arial;
	color:#000097;
	padding-top:15px;
}

.inner-cross-sell{
	border:1px solid #FDD2E6;
	width:539px;
	margin-top:-5px;
	border-top:none;
}

* html .inner-cross-sell{
	border:1px solid #FDD2E6;
	width:540px;
}

.inner-cross-sell .conts-table{
	width:539px;
}

.related-header{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000097;
}

.related-items a{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#6F6F6F;
	text-decoration:none;
}

.related-items a:hover{
	text-decoration:underline;
	color:#990033;
}

#product-info-table select{
	font-size:10px;
}

#product-info-table option{
	font-size:10px;
}

