/* 
##########################
Main tags
##########################
*/
body,p,div,td,span, a{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	text-align: justify;
}
body{	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#f8f8f8;	
}
td{
	vertical-align:top;
}
p{
	margin:5px 0px 0px 0px;
}
img{
	border:0px;
}
input{
	border:1px solid #d1d1d1;
	font-size:11px;
	background-image:url(input_background.gif);
	background-repeat:repeat-x;
	background-position:top;	
}
select{
	border:1px solid #d1d1d1;
	font-size:11px;
}
textarea{
	border:1px solid #c5c5c5;
	font-size:11px;
}
h1{
	font-size:14px;
	margin:15px 0px;
	color:#000000;
}
a{
	font-size:11px;	
	text-decoration:none;
	color:#000;		
}
a:hover{		
	text-decoration:underline;
}
form{
	margin:0px;
	padding:0px;
}

/* 
##########################
Main blocks
##########################
*/
#page{
	width: 769px;
	margin: 0px auto;
	padding:0px 20px 0px 20px;	
	background-image:url(background.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#header{	
	display:block;	
	height:110px;
	padding:120px 0px 0px 2px;
	background-image: url(header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
	color:#ffd800;
	font-size:12px;	
}
#top_menu{
	padding:0px 0px 0px 30px;
	color:#ffd800;
}
#content{	
	padding-top:6px;
}	
#left_row{
	width:150px;
	padding:0px 5px 0px 16px;
	vertical-align:top;
}
#content_row{
	vertical-align:top;
	padding:0px 5px;
}	
#right_row{
	width:109px;
	padding:0px 5px;
	vertical-align:top;
}
#footer{	
	padding: 0px 0px 30px 0px;
}
#footer_closing{
	height:30px;	
	margin:0px auto; 
	background-image:url(background_footer.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
		
}
#show_product{
	margin-top:0px;
}
/* 
##########################
Clases, contained elements
##########################
*/
.button{
	cursor:pointer;
}
.small{
	font-size:10px;
}
.middle{
	vertical-align: middle;
}
.center{
	text-align:center;
}
.right{
	text-align: right;
}
.left{
	text-align:left;
}
.black{
	color:#000000;
}
.purple{
	color:#9c063a;
}
#header a{
	color:#ffae00;
	font-weight:bold;
	font-size:12px;
	text-transform:lowercase;
}
#footer_categs{
	color:#ffd800;	
	text-align:center;
	padding:10px 0px; 
}
#footer_categs a{
	color:#ffae00;
	text-transform:lowercase;
}
#left_row h1{
	color:#fff;
	font-weight: normal;
	font-size:13px;		
	margin:0px 0px 0px 0px;	
	padding:2px 12px;
	background-image:url(menu_background.gif);	
	background-repeat:no-repeat;
	background-position:left bottom;
}
#left_row .left_text{
	margin-left:15px;
	width:130px;
	text-align:left;
	padding-bottom:7px;
}
#left_row .menu{
	color:#7a7a7a;
	display:block;
	padding:12px 0px 0px 7px;
}
.menu_themes{
	color:#75d800;
	font-size:14px;
	display:block;
	text-align:center;
}
.menu_special{
	color:#7a7a7a;
	display:block;
	background-image:url(menu_bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 0px 0px 10px;
}
#right_row h1{
	color:#1081dd;
	font-size:13px;		
	margin:0px;
	padding:0px 12px;	
	background-image:url(menu_triangle.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#right_row .menu{
	color:#7a7a7a;
	display:block;
	padding:12px 0px 0px 12px;
}
#products h1{
	color:#9c063a;
	font-size:14px;
	margin:0px;
	text-align:center;	
}

#show_product h2{	
	font-size:14px;
	padding:0px 16px;
	background-image:url(show_product_bullet.gif);
	background-repeat:no-repeat;
}
.categ_first_page{
	background-image:url(categ_background.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;	
	width:221px;
	height:209px;
}
.cart{
	background-color:#f9f9f9;
	padding:3px;
}
.cart_header{
	background-color:#ddd;
}
.step_here{
	background-color:#ffba01;
}
.product_preview{
	width:220px;	
}
.product_preview_spacer{
	width:20px;	
}
.tag1{
	text-transform: uppercase;
}
.tag2{
	color:#d50000;
}
.price{
	text-align:center;
	color:#d50000;
	font-size:22px;
}
.border_bottom{
	border-bottom:1px solid #bfbfbf;
}
.checkout_space{
	width:90%;
	margin:auto;
}
.brand_logo{
	background-image:url(brand_background.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:68px;
	width:130px;
	text-align:center;
	vertical-align:middle;
}
.confirm_message{
	color:red;
	font-weight:bold;
	text-align:center;
}

.prod_h1_link{
	color:#9c063a;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-align:center;	
}

.prod_h1_link:hover{
	color:#000000;
	text-decoration:none;
}
