﻿/* Global formating */
body {
	margin: 0px;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	background-color: #000;
	background-image: url("body_bg.jpg");
	background-repeat: repeat-x;	
}
h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #999;
}
h2 {
	font-size: 12pt;
	color: #cacaca;
}
h3 {
	font-size: 10pt;
}
p, td {
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #d5d5d5;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.ctltext {
	color: #333;
	font-family: Arial;
	font-size: 8pt;	
}
/* layout format */
#container {
	position: absolute; left:50%; width:874px; margin-left: -437px;
}
.wrapper { width: auto; display: block; padding-top: 30px; }
#header {
	width: auto;
	height: 202px;
}
.headbg {
	width: auto;
	height: 165px;
	background-image: url('header.jpg'); background-repeat: no-repeat;
}
#nav {
	width: auto;
	height: 27px;
	padding-top: 10px;
	padding-left: 35px;
	background-color: #3a0d00;
	background-image: url("nav_bg.jpg");
	background-repeat: repeat-x;	
	color: #fff;
	font-size: 11pt;
	font-family: Arial; 
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #cccc66;
	text-decoration: none;
}
.footer {
	clear: both;
	width: auto;
	padding-left: 39px;
	padding-top: 15px;
}
.footsec1 {
	float: left;
	width: 360px;
}
.footsec2 { }
.footsec3 {
	float: right;
	width: 420px;
	text-align: right;
	margin-right: 40px;
}
.colcategories {
	float: left;
	width: 133px;
	padding: 5px;
	padding-left: 34px;
	margin-right: 28px;
}	
.coldata {
	float: left;
	width: 630px;
	padding: 5px;
	margin-right: 10px;
	min-height: 300px;
}
.colpub {
	float: left;
	width: 130px;
	padding: 5px;
}	
/* content boxes */
.box1top {
	width: auto;
	height: 20px;
	background-image: url("box1hr_bg.jpg");
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box1 {
	width: auto;
	padding: 5px;
	background-color: #eef9ff;
	border: 1px solid #cccccc;
}
.box2top {
	width: auto;
	height: 20px;
	background-image: url("box2hr_bg.jpg");
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box2 {
	width: auto;
	padding: 5px;
	background-color: #fef7ee;
	border: 1px solid #cccccc;
}
.box3top {
	width: auto;
	height: 20px;
	background-image: url("box3hr_bg.jpg");
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box3 {
	width: auto;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}
/* Datagrid */
.gridheader {
	background-color: #70b4d9;
	background-image: url("gridheader_bg.jpg");
	background-repeat: repeat-x;
	height: 18px;
	color: #fff;
	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 */
.colslide {
	float: left;
	padding-left: 37px;
	width: 360px;
	margin-right: 50px;
}	
.colmain {
	float: left;
	width: 373px;
	margin-right: 40px;
}
.colcontact {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.colemail {
	float: left;
	width: 240px;
}
.colphotos {
	float: left;
	width: 290px;
	margin-right: 10px;
}
.colprod {
	float: right;
	width: 250px;
}
.shadelf {
	background-image: url("shade_lf.jpg");
	background-repeat: no-repeat;
	width: 7px;
	height: 239px;
}
.shadert {
	background-image: url("shade_rt.jpg");
	background-repeat: no-repeat;
	width: 7px;
	height: 239px;
}
.spacelf {
	float: left;
	width: 7px;
	height: 10px;
}
.spacert {
	float: right;
	width: 7px;
	height: 10px;
}



/* Products */
.dvimgprod {
	border: 2px solid #333;
	height: 109px;
	width: 109px;
}
.dvimg1 {	
	height: 109px;
	width: 109px;
}
.prodprice {
	font-size: 10pt;
	color: Orange;
}
.prodpromo {
	color: red;
	font-weight: bold;
}
.prodnew {
	color: green;
	font-weight: bold;
}
.proddisp {
	color: Orange;
	font-weight: bold;
}
/* Categories */
.catheader {
	color: #999;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px 2px 18px 0px;
}
.catitem {
	width: 120px;
	color: #fff;
	padding: 2px 2px 4px 10px;
	border-bottom: 1px solid #333;
}

/* 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: #dcefff; color: #07487e; padding: 3px;}
.carttotal { background-color: #eef9ff; }
.boxslide {
	border: 3px solid #333;
}

