/* CSS Document */
.clearfix{
	clear: both;
}

a , a:visited, a:link{
	color:#333333;
	text-decoration: none;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: -1px;
}

h2{
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #990000;
}

p{
	border: 1px solid #CCCCCC;
	background-color:#EFEFEF;
}

a:hover{
	color:#666666;
}

body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(/_inc/mainBg.gif) #332115 top center repeat-y; 
	text-align: center;
}
	
	#wrapper{
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 800px;
		background:url(/_inc/bg.jpg) transparent top center no-repeat;
		text-align: left;
	}
		
		#topper{
			display: block;
			height: 100px;
			width: 800px;
			margin-bottom: 15px;
			text-align: center;
		}
		
			#topper a{
				display: block;
				height: 100px;
				width: 200px;
			}
			
			#logo{
				display: block;
				width: 200px;
				float: left;
			}
			
			#topperContent{
				display: block;
				width: 600px;
				height: 100px;
				float: right;
			}
		
		#content{
			display: block;
			width: 780px;
			padding: 10px;
		}
			
			#leftContent{
				display: block;
				width: 180px;
				float: left;
			}
			
				#leftContent span{
					background-color: #670000;
					font-size: 16px;
					font-weight:bold;
					display: block;
					color: #FFFFFF;
					font-family:Georgia, "Times New Roman", Times, serif;
					letter-spacing: -1px;
					text-align: center;
					border-bottom: 1px solid #CCCCCC;
				}
				
				#leftContent ul{
					padding: 0;
					margin: 0;
					list-style:none;
					text-indent: 3px;
				}
				
				#leftContent ul li{
					padding: 0;
					margin: 0;
				}
				
				#leftContent ul li a{
					display: block;
					border-bottom: 1px solid #CCCCCC;
					color: #fff;
					background-color:#670000;
					opacity:.80;
					filter: alpha(opacity=80); 
					-moz-opacity: 0.8;
				}
				
				#leftContent ul li a:hover{
					opacity:.90;
					filter: alpha(opacity=90); 
					-moz-opacity: 0.9;
				}
			
			#rightContent{
				display: block;
				width: 580px;
				float: right;
			}
				
				ul.productList{
					display: inline;
					list-style: none;
				}
				
				ul.productList li{
					float: left;
					display: block;
					width: 180px;
					height: 180px;
					overflow:hidden;
					border: 1px solid #CCCCCC;
					margin: 3px;
					background-color: #F3F3F3;
				}
			
		#footer{
			display: block;
			width: 780px;
			padding: 10px;
			text-align: center;
		}