﻿/* Global formating */
body {
	margin: 0px;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;	
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #062950;
}
h2 {
	font-family: Arial;
	font-size: 11pt;
	color: #009900;
}
h3 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0066cc;
}
p, td {
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}
ul{
	list-style-image:url('arrow.gif');
}
.ctltext {
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;	
}
.banner {
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}
/* layout format */
#container {
	position: absolute; left:50%; width:900px; margin-left: -450px;
	background-color: #fff;	
}
#content {
	background-color: #fff;
	min-height: 300px;	
	padding: 10px;
}
.wrapper { width: auto; display: block; }
#header {
	width: auto;
	height: 240px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
#nav {
	width: auto;
	height: 24px;
	padding-top: 15px;
	padding-left: 15px;
	color: #3a3a3a;
	font-size: 11pt;
}
#nav a {
	color: #3a3a3a;
	text-decoration: none;
}
#nav a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
.footer {
	clear: both;
	width: auto;
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	height: 14px;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;		
}
.footsec1 {
	float: left;
	width: 293px;
}
.footsec2 {
	float: left;
	width: 293px;
	text-align: right;
}
.colcategories {
	float: left;
	width: 150px;
	/*padding: 5px;*/
	margin-right: 20px;
	/*border-right: 1px solid #cacaca;*/
}	
.coldata {
	float: left;
	width: 710px;
}
.colmid {
	float: left;
	width: 410px;
	padding-right: 20px;
}
.colhalf {
	float: left;
	width: 340px;
	padding-right: 10px;
}

/* content boxes */
.box1top {
	border: 1px solid #d3d1c5;
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #60575a;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box1 {
	width: auto;
	padding: 5px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
}

/* Datagrid */
.gridheader {
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #60575a;
	font-weight: bold;
}
.griditem {
	background-color: #fbfbfb;
	color: #666;
}
.gridalternate {
	color: #666;
}
.gridpager {
	background-color: #f3f3f3;
}
.gridheaderview {
	background-color: #333;
	height: 18px;
	color: #fff;
	font-weight: bold;
}
.griditemview {
	background-color: #fff;
	color: #666;
}

/* Custom formats */
.colcontact {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.colemail {
	float: left;
	width: 240px;
}
.colphotos {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.colprod {
	float: left;
	width: 230px;
}

/* Products */
.dvprod {	
	width: 145px;
	height: 145px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
	padding: 5px;
}
.dvimgprod {
	text-align: center;
}
.dvimg1 {
	height: 104px;
	width: 138px;
}
.prodprice {
	font-size: 10pt;
	color: #993300;
}
.prodpromo {
	color: red;
	font-weight: bold;
}
.prodnew {
	color: green;
	font-weight: bold;
}
.proddisp {
	color: Orange;
	font-weight: bold;
}
/* Categories */
.boxcateg {
	width: auto;
	padding: 1px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;
}
.catheader {
	cursor: pointer; 
	color: #5d585e;
	font-size: 8pt;
	padding: 2px;
}
.catitem {
	width: 125px;
	background-color: #fff;
	padding: 2px 2px 2px 5px;
}

/* Shopping cart */
.cartbox {
	padding: 3px; 
	text-align: center;
	width: auto;
}
.cartvalue { font-size: 12pt; }
.cartuser { margin-top: 20px; }
.cartbuttons { width: 50%; text-align: center; background-color: #e6e3da; color: #07487e; padding: 3px;}
.carttotal { background-color: #fbf4ee; }
