/* 
----------------------------------------------------
	XHTML ELEMENTS
----------------------------------------------------
*/

body { 
	margin: 2px;
	margin-top: 0px;
}

form { margin: 0px; }

object {	margin: 0px; }

h1, h2, h3, h4 { margin: 0px; }
 
ul {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}

/* 
----------------------------------------------------
	IDs
----------------------------------------------------
*/

#container{
	position: absolute;
	min-width: 776px;
}

#printHeader{
	display: none;
}

/* Header Styles */
#header {
	width: auto;
	height: 114px;
	line-height: 0px;
	clip: auto;
	overflow: hidden;
}

#hdLeft {
	float: left;
	width: 296px;
	margin: 0px;
}

#hdImage {
	width: 296px;
	height: 92px;
}

#hdNavBorder {
	width: 8px;
	height: 22px;
	float: left;
}
		
#hdNavigation {
	height: 16px;
	padding: 3px;
	line-height: normal;	
}

#hdRightNavigation{
	text-align: right;
	padding-right: 4px;
	height: 40px;
}

#hdAdvertisement {
	height: 60px;
	padding: 0px;
	padding-top: 14px;
	padding-right: 8px;
	text-align: right;
}	

#hdCenter {
	width: auto;
	height: 114px;
}
	
#hdRight {
	float: right;
	width: 8px;
	height: 114px;
	margin: 0px;
}

#hdUsers{
	width: 158px;
	float: right;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	padding-top: 22px;
}

.credibility{
	margin-left: 23px;	
	margin-top: 10px;
}

.users{
	padding-top: 15px;
	padding-left: 30px;		
	font-size: 5px;
	line-height: normal;
}

/* Main Styles */
#main {
	width: auto;
	height: auto;
	margin: 15px 175px 5px 15px;
}

#mainContainer{
	width: 100%;
}

#productsOnSale, #featuredProducts { width: 100%; }

/* Right Styles */
#right {
	position: absolute;
   right: 3px;
	top: 117px;
	width: 160px;
	height: auto;
	line-height: 0px;
	margin: 5px 0px 5px 0px;
}

/* Shopping Cart Styles */
#shoppingCartTop {
	height: 21px;
	text-align: center;
}

#shoppingCartFrame {
	text-align: center;
	line-height: normal;
	padding: 5px;	
}

#shoppingCartImage {
	margin: 4px;	
}

#shoppingCartContents {
	text-align: left;
	margin-right: 2px;
}

/* Footer Styles */
#footer {
	width: auto;
	height: auto;
	margin: 15px 175px 5px 15px;
	text-align: center;
}



/* 
----------------------------------------------------
	CLASSES
----------------------------------------------------
*/

/* General Classes */

.justifyText { 
	text-align: justify;
}

.floatLeft { float: left; }

.floatRight { float: right; }

.verticalDivider { 
	float: right;
	width: 8px;
	height: 224px;
}

.leftImageFloat {
	float: left;
	margin: 0px 10px 0px 5px;
}

.rightImageFloat {
	float: right;
	margin: 0px 5px 0px 10px;
}

.leftBook, .middleBook{
	float: left;
	width: 33%;
	text-align: center;
}

.rightBook{
	margin-left: 66%;
	text-align: center;
}

.indent { margin-left: 5px; }

.spacer {
	clear: both;
	height: 1px;
}

.horizDivider {
	clear: both;
	height: 16px;
	background: url(/images/horizontalDivider.gif);	
}

/* Sword Classes */
.sword {
	height: 42px;			
}

.swordTitle {
	padding-top: 13px;
}

.swordLeft { 
	float: left;
	width: 75px;
	height: 42px;
}

.swordRight { 
	float: right;
	width: 75px;
	height: 42px;
}

/* Product Classes */
.productLeft {
	float: left;	
	width: 33%;
	text-align: center;
}

.productCenter {
	width: auto;
	margin: 0px 33% 0px 33%;
	text-align: center;
}

.productRight {
	float: right;		
	width: 33%;
	text-align: center;
}

.productData {
	margin: auto;
	width: 145px;
}

.product {
	position: relative;
	text-align: left;
}

.productSavings {
	position: absolute;	
}

.productTitle { height: 35px; }

.productDescription {
	height: 60px;
	text-align: left;	
	margin: 5px 0px 5px 0px;
}

/* Left Panel Classes */
.leftData {
	width: auto;
	margin: 3px 8px 10px 8px;
	line-height: 16px;
}

/* Search Classes */
.searchBox {
	margin-top: 5px;
}

/* Order Offline Classes */
.mailFaxOrder {
	margin: 5px 0px 0px 5px;
	text-align: left;
}

/* Shopping Cart Classes */
.addForShipping {
	margin: 3px 0px 5px 5px;
}

/* Right Panel Classes */
.rightData {
	width: auto;
	margin: 3px 3px 3px 6px;
	line-height: 16px;
}

.monthlySpecialData, .shippingData {
	margin: 0px 10px 10px 10px;
	line-height: 16px;
}

.minWidth{
	width: 775px;
	height: 1px;
}
