/* STYLE SHEET */
body{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Sans-Serif;	
	color:#595959;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#ffffff; 
	margin:0px;
	padding:0px;
}

#container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
	border-top:1px solid #ffffff;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	margin-bottom:15px;
	}
#header-left {
	position:relative;
	float:left;
	width:250px;	
	}
#header-right {
	position:relative;
	float:right;
	width:330px;	
}
/* Logo */
#logo {
	position:relative;
	padding:10px 0px 0px 50px;
}
/* Contact */
#phone {
	position:relative;
	width:325px;
	height:62px;
	background-image:url(../images/background/phone-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	letter-spacing:-1px;
}
#phone-content {
	padding-top:10px;
}
#phone-content a:link,
#phone-content a:visited,
#phone-content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#social {
	position:relative;
	padding-top:10px;
	color:#808080;
	font-size:20px;
	text-align:center;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:20px;
	z-index:10;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* big image */
#banner {
	position:relative;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
}
#content p {
	color:#595959;
	line-height:14px;
}
#content-title{
	margin-bottom:10px;
}
#left-column {
	position:relative;
	float:left;
	width:670px;
}
#right-column {
	position:relative;
	float:right;
	width:280px;
}
#big-text {
	position:relative;
	margin-bottom:10px;
	
}
#big-text p{
	font-size:22px;
	line-height:24px;
	color:#595959;
	margin-top:0px;
}

/* ***************************************************************************** */
/* AJAX CONTENT */

#ajax-content{
	margin-top:10px;
}

.product-box{
	margin-top:4px;
}
.product-list-header{}

.product-list-header a.product-link{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:url(../images/tab_bg.gif) top left repeat-x;
	color:#a65e03;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 8px;
	font-size:14px;
	display:block;
}

.product-list-header a.product-link:hover{}

.product-list-content{
	padding:5px 0px;
	text-decoration:none;
}

.product-item{
	float:left;
	width:202px;
	height:70px;
	margin:0px 10px 10px 0px;
	background-color:#F4F5F6;
	border:1px solid #EEEEEF;
	padding:4px;
}

.product-item-image{
	float:left;
	width:50px;
	height:55px;
	margin-right:5px;
	border:1px solid #EEEEEF;
}
.product-item-content{
}

.product-item-title{
	color:#009900;
	font-size:11px;
}
.product-item-price{
	font-size:11px;
	color:#333333;
}

span.product-loading{
	display:inline-block;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	float:right;
	padding:0px 10px;
}

#product-content{
	margin-top:20px;
}

/* Product Item Action */

.product-item-details{
	float:left;
	width:51px;
	height:16px;
}
.product-item-details a:link,
.product-item-details a:hover,
.product-item-details a:visited{
	text-decoration:none;
	display:inline-block;
	background:url(../images/details_btn.gif) top left no-repeat;
	width:51px;
	height:16px;
}

.product-item-quantity{
	position:relative;
	float:left;
	margin-left:34px;
}
span.qty{
	font-size:10px;
	color:#444444;
}
input.qty{
	border:1px solid #B1B1B1;
	color:#444444;
	font-size:10px;
	height:14px;
	margin:0;
	padding:0;
	text-align:center;
}



.product-item-add{
	float:right;
	width:40px;
	height:16px;
}
.product-item-add a:link,
.product-item-add a:hover,
.product-item-add a:visited{
	text-decoration:none;
	display:inline-block;
	background:url(../images/add_btn.gif) top left no-repeat;
	width:40px;
	height:16px;
}

.product-item-quantity a.qty-up{
	position:absolute;
	display:block;
	background:url(../images/arrow_up_btn.gif) top left no-repeat;
	height:7px;
	width:14px;
	top:0px;
	right:0px;
	margin-right:-15px;
	margin-top:1px;
}

.product-item-quantity a.qty-down{
	position:absolute;
	display:block;
	background:url(../images/arrow_down_btn.gif) top left no-repeat;
	height:7px;
	width:14px;
	right:0px;
	bottom:0px;
	margin-right:-15px;
	margin-bottom:1px;
}

/* ***************************************************************************** */
/* Cart Summary */
#cart-snippet {
	margin-top:55px;
	padding:10px;
	background-color:#f4f5f6;
	border:1px solid #eeeeef;
	}

.cart-summary{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #666666
}
.cart-summary tr td{
	padding:4px 2px;
	font-size:11px;
	height:25px;
	border-bottom:1px solid #e7e8e9;
}

a.delete-cart-item{
	display:block;
	background:url(../images/delete.gif) top left no-repeat;
	height:16px;
	width:16px;
}
#cart-details-content{
	padding:8px 0px;
	border-bottom:1px solid #e7e8e9;
}
#cart-detail-item{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#985F16;
	margin-bottom:2px;
}
#cart-detail-notice{
	text-align:center;
}


/* ***************************************************************************** */
/* OVERLAY */

/* the overlayed element */ 
.overlay {
	display:none; 
	z-index:10000;
	width:600px;     
	min-height:280px; 
	background-color:#EEEEEE;
	border:3px solid #666666;
	padding:10px;
} 

/* close button positioned on upper right corner */ 
.overlay .close {
	background-image:url(../images/close.png);
	position:absolute; 
	right:-15px; 
	top:-15px; 
	cursor:pointer; 
	height:28px; 
	width:28px; 
}

/* ***************************************************************************** */
/* GALLERY */
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	font-size:11px;
	color:#595959;
	text-align:center;
	padding-bottom:10px;
}
#plujo {
	position:relative;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#595959;
}
/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}