/***************************************************************************************************
More style from your friends at PressEnter Creative
http://creative.pressenter.com
****************************************************************************************************/

html{
	background-image:url(../images/design-elements/container-bg.gif);
	background-repeat:repeat;
	background-color: #035289;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	background-color: white;
	border: 1px solid #09719b;
	border-top: none;
}

/***************************************************************************************************
Super Header
****************************************************************************************************/

#super-header{	 
	border-bottom: 1px solid #e9e7e6;
	padding: 15px 0 15px 0;
	margin-top: 0;
}

#super-header h1{	
	color: #e97626;
	font-size: 42px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*******************************************
Featured Products
*******************************************/

#order-form-button{
	position: absolute;
	top: 62px;
	right: 11px;
}

/***************************************************************************************************
Header
****************************************************************************************************/

/* Shaymein doesn't really like the 960 grid, so we'll break it here :-) */
#header .two-thirds{	margin-right: 5px;	}
#header .third{ width: 320px; margin: 5px 0 5px 0; }

/*******************************************
Featured Products
*******************************************/

.featured-product{
	padding: 0 10px; 
	background-image: url(../images/design-elements/featured-product-bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f1f6;
	border-bottom: 1px solid #e9e7e6;
}

.featured-product h2,
.featured-product h3,
.featured-product p{
	width: 275px;
	margin: 0 10px 0 0;
}

.featured-product h2{
	margin-top: 4px;
	font-size:20px;
}

.featured-product h3{
	margin-top: 2px;
	font-size: 18px;	
}

.featured-product p{
	margin: 20px 0;
	font-size: 12px;	
	line-height: 18px;
}

/*******************************************
Place Your Order
*******************************************/

.place-your-order{
	background-image:url(../images/design-elements/place-your-order-bg.gif);
	background-repeat: no-repeat;
	padding: 0 30px;
	height: 175px;
	margin: 20px 0 20px 0;
}

.place-your-order h2{
	color: #06a3e2;
	font-size: 24px;
	margin: 8px 0 8px 0;	
}

.place-your-order ul{
	color: #06a3e2;
	font-size: 16px;
	padding: 4px 0;
	border-top: solid 2px #ff9000;
	font-weight: bold;
}

.place-your-order li{
	margin: 4px 0;	
}

.place-your-order a{
	color: #06a3e2;	
	text-decoration: none;
}

.place-your-order a:hover,
.place-your-order a:active{
	text-decoration: underline;	
}

.wholesale-info{
	margin: 0 15px;
}

.wholesale-info p{
	font-size: 12px;	
}

/***************************************************************************************************
Primary
****************************************************************************************************/

/*******************************************
"Read Details..." Button
*******************************************/

a.details-button{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	color: #555555;
	background-color: #e3e3e3;
	background-image: url(../images/design-elements/details-button-bg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}


/*******************************************
Wholesale Notice Bar
*******************************************/

.wholesale-notice{
	color: white;
	background-color: #ff9000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	height: 50px;
}

/*******************************************
Products - Half and Third Width
*******************************************/

.product{
	position: relative;
	border: 1px solid #e3dfe6;
	height: 171px;
	z-index: 1;
}

.product img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.product h2{
	padding: 4px 8px;
	height: 70px;	
	font-size: 22px;
	line-height: 19px;
	position: relative;	
}

.product a{
	position: absolute;
	bottom: 3px;
	left: 3px;
	z-index: 3;
}

.product ul{
	position: absolute;
	bottom: 3px;
	left: 110px;
	z-index: 3;
}

.product li{
	font-size: 10px;
}

.product .details{	
	height: 76px;
	padding: 8px;
	background-color: #f4f1f6;
	border-top: 1px solid #e3dfe6;
	position: relative;
}

.product h3{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	z-index: 3;
}

/*******************************************
Products - Half Width
*******************************************/

.half .product{	
	margin-top: 78px;	
}

.half .product h2{
	z-index: 1;
}

/*******************************************
Products - Third Width
*******************************************/

.third .product{
	margin-top: 5px;
}

.third .product h2{	
	z-index: 3;
}

/***************************************************************************************************
Footer
****************************************************************************************************/

#footer{
	margin-top: 5px;
	background-color: #f2f3f3;
	color: #494949;
	border-top: 1px solid #09719b;
	font-size: 10px;
}

#footer .copyright{
	text-align:left;
}
			
#footer .design{
	text-align:right;
}

#footer a{
	color: #193ef7;
	text-decoration: none;
}

#footer a:hover,
#footer a:active{
	text-decoration: underline;
}
