/* CSS Document */

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal .72em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(../images/bg3.jpg) repeat-x;
	text-align: center;
	height: 100%;
	background-color: #230A0A;
}

/* links */
a { color:#333333; }
a:hover { color:#FF6600;}

/* headers */
h1, h2, h3 { color: #CE3307; 
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; color:#DDBE63; font-style:italic; letter-spacing:-1px; }

p, h1, h2, h3 {
	margin: 15px 15px 10px 15px ;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 15px;
}
ul span, ol span {
	color: #333;
}
dl {
	margin:10px 15px;
	padding:0 10px;	
}
dt {
	font-weight:bolder;
	color:#FF9900;
	float:left;
	display:inline;
	width:21%;
}
dd {
	display:inline;
	float:left;
	width:74%;
}

/* images */
img {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}*/

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	color: #666666;	
}
/* tables */
table {margin:5px auto; width:90%; text-align:left; border:1px solid gray; border-collapse:collapse; font-size:1.4em;}
th { background-color:#999933; color:white;}
td, th {padding:1px 3px; }


/* form elements */
.Cform form {
	margin:10px;
	padding: 0;
	border: 1px solid #DDBE63;
	color: white;
}
.Cform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.Cform input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#FFFFCC;
	background-color:#333333;
}
.Cform textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	background-color:#333333;
	height:100px;
	display:block;
	color:#FFFFCC;
}
.Cform input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}


/***********************
	  LAYOUT
************************/
.wrapper {
	width: 784px;
	margin:0 auto;
}


#header {
	background: #FFFFFF url(../media/header_bg.jpg) repeat-x left bottom;
}
	#header_content {
	height: 80px;
	text-align:left;
	padding:0 0 10px 0;
	
	}
		#header_content img {
			margin:0;		
		}
		
		#header_content ul {
			list-style:none;
			float:right;
			margin: 20px 5px 0 0 ; 
			padding: 0;				
		}
		#header_content ul li {
			display:inline;
			padding: 0 2px;
		}
		
#content {
	text-align:left;
}
	#content h1 {
		margin:0;
		color:white;
		padding: 20px 0 0 25px;
		background:url(../media/flame.jpg) no-repeat left;
		height:30px;		
	}
	#baner {
		margin-top:15px;
		background: url(../media/baner_left.jpg) no-repeat left top;
		padding-left:192px;
		height:191px;
	}
	#menu {
		height:51px;
		margin:10px 0;
		padding:0;
		text-align:center;
	}
		#menu #lf{
			background: url(../media/menu_left.jpg) no-repeat left top;
			width: 17px;
			display:block;
			line-height:51px;
		}
		#menu ul {
			padding:0;
			margin:0;
			list-style:none;
			background: url(../media/menu_mid.jpg) repeat-x left top;
		}
		#menu ul li {
			line-height:51px;
			display:inline;
			padding:5px;
			text-transform:uppercase;					
			color:white;
		}
		#menu a {
			color:#FFFFFF;
			word-spacing:1px;	
			font-size:120%;
			font-weight:400;
			letter-spacing:-1px;
			text-decoration:none;
		}
		#menu a:hover {
			color:#CA3308;
		}
		#menu #rf{
			background: url(../media/menu_right.jpg) no-repeat right top;
			width: 17px;
			display:block;
			line-height:51px;
		}
	#col_left {		
		float:left;
		width:533px;
		min-height:330px;
	}
	#col_right {
		float:right;
		width:236px;
		min-height:130px;
	}

#footer	{
	clear:both;
	background: #FFFFFF url(../media/foot_bg.jpg) repeat-x left top;
	height:118px;
}	
	#footer_content {
		padding: 20px 0 0 0;
		text-align:left;
		font-size:85%;
	}
	#footer_content ul	a {
		text-decoration:none;
	}
	#footer_content ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	#footer_content li {
		display:inline;
		padding:2px 5px;
		text-transform:uppercase;
		word-spacing:1px;
		font-stretch:narrower;
		font-weight:bold;
	}
	#footer_content p {
		padding:0;
		margin:2px 5px;		
	}

/*BOXES */
.box {	
	margin:0;
	padding:0;
	color:white;
}
.box div {
	background-color:#333333;
	clear:both;	
}
.box .top, .box .bottom {
	height:17px;
}
.box .cont {
	padding:3px 15px;
	margin:0;
}
.box .lt, .box .rt, .box .lb, .box .rb {
	padding-left:17px;
	line-height:17px;
}	
.box .lt{
	background: url(../media/l_top_corn.jpg) no-repeat top left;
}
.box .rt{
	background: url(../media/r_top_corn.jpg) no-repeat top right;
}
.box .lb{
	background: url(../media/l_bot_corn.jpg) no-repeat top left;
}
.box .rb{
	background: url(../media/r_bot_corn.jpg) no-repeat top right;
}



/* site ellements */
#col_left a, #col_right a {
	color:#FF6600;
	text-decoration:none;
}
#col_left a:hover, #col_right a:hover {
	color:#FF9933;
}
#col_right form {
	margin:0;
	padding:0 2px 2px 2px;
	text-align:center;
}
#col_right select, #col_right input {
	width:180px;
	height:17px;
	margin:2px auto;
	padding:0;
	font-size:9px;
	border:1px solid #999999;
	background-color:#666666;
	color:#CCCCCC;
}
#col_right label {
	text-align:left;
	margin:0;
	padding:0;
}
#col_left .box .cont {
	min-height:200px;	
}
* html #col_left .box .cont {
	height:200px;
}

.productList {
	padding:0;
	margin:0;
}	
.productList ul {
	font-size:80%;	
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:4px;
	margin-left:3px;
}
.productList ul li {
	list-style-position:inside;
	margin:0;
	padding:1px;
	line-height:11px;
	list-style-image:url(../media/bullet2.jpg);
}
.productList h2 {
	background:url(../media/bullet1.jpg) no-repeat left;
	font-size:90%;
	padding:2px 0 1px 10px;
	margin:0px;
}
.productList h3 {
	display:inline;
	margin:0;
	padding:0;
	color:white;	
}
.productList a {
	margin:0;
	padding:1px 0;
}	
.productList a:hover h2{
	color:white;
}
.productList a:hover h3 {
	color:#999999;
}
.productItem {
	border-bottom:1px dotted #DBDBDB;
	width:500px;
	min-height:90px;	
	font-size:80%;
	margin:0 5px;
}
* html .productItem { height:90px;}

.productItem a.productImage {
	display:block;
	float:left;
	width:84px;
	margin:2px;
	padding:2px;
	border:1px solid white;
	text-align:center;
}
.productItem a.productImage img {
	margin:0 auto;
	padding:0;
}
.productItem div {
	float:left;
	width:340px;
	clear:none;
	padding:3px 5px;
}
.productItem div span {
	display:block;
	float:right;
	width:270px;
}
.productItem p {
	margin:0;
	padding:0;
}

.gallery {
	float:right;
	width:180px;
	margin:0;
	padding:0;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
}
.gallery a {
	display:block;
	float:left;
	width:84px;
	height:84px;
	border:1px solid #CCCCCC;
	margin:1px;
	padding:1px;
	text-align:center;
}
.gallery a:hover {
	background-color:#999999;
}
.gallery img {
	margin:0 auto;
	height:auto;
	width:auto;
	max-height:80px;
	max-width:80px;		
}
.productInfo strong {
	display:block;
	float:left;
	width:60px;
	color:#CCCCCC;
}
.album {
	margin:0 auto;
	width:180px;
	padding:0;
	border:1px solid gray;
}
.album a {	
	border:0;
}
.miniAlbum {color:#FFFFFF; padding:0 10px;}
.miniAlbum a {
	display:block;
	width:130px;
	margin:2px;
	background-color:#191919;
	float:left;
	text-align:center;
	text-decoration:none;
	padding:2px;
	font-size:80%;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	min-height:130px;	
}
* html .miniAlbum a {
	height:130px;
}
.miniAlbum a:hover {
	background-color:#000000;
	color:#CCCCCC;
}
.miniAlbum a img {
	margin:0 auto;
}
.miniAlbum a span {
	display:block;
	text-align:left;
	padding-left:2px;
}

.breadcrumb *{
	font-size:90%;
}
.breadcrumb a {
	color:white;	
	padding:0;
	padding-bottom:5px;
	text-transform:lowercase;
}
.breadcrumb a:hover {
	color:#FF6600;
}



/* nawigator */
div.navigator
{
font-size:smaller;
padding:5px;
text-align:center;
}
div.totalpagesdisplay
{
padding-top:15px;
font-size:smaller;
text-align:center;
font-style:italic;
}
.navigator a, span.inactive
{
padding : 0px 5px 2px 5px;
margin-left:0px;
border-top:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}
.navigator a:link, .navigator a:visited, .navigator a:hover,.navigator a:active
{
color: #EEEEEE;
background-color:#230A0A;
text-decoration: none;
}
span.inactive
{
background-color: #666666;
font-style:italic;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
p.clear { margin:0; padding:0; height:0; }
.gray  { color: #BFBFBF; }
