@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F97E14;
}
body {
	background-color: #3E3D28;
}
a:link {
	color:#F97E14;
}
a:visited {
	color: #F97E14;
}
a:hover {
	color:#F97E14;
}
a:active {
	color: #F97E14;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

img{
	border:0px;
}


#container {
	position:relative;
	width:800px;
	min-height:626px;
	overflow:hidden;
	background:#4E4D33;
	text-align:left;
	}
	
#heading {
	position:relative;
	float:left;
	background-image:url(assets/heading.png);
	background-repeat:no-repeat;
	width:800px;
	height:313px;
	}
	
#headingpot {
	position:relative;
	float:left;
	background-image:url(assets/pot.png);
	background-repeat:no-repeat;
	width:800px;
	height:194px;
	}	
	
	
#headingmini {
	position:relative;
	float:left;
	background-image:url(assets/mini.png);
	background-repeat:no-repeat;
	width:800px;
	height:194px;
	}	
	
#headingstick {
	position:relative;
	float:left;
	background-image:url(assets/stick.png);
	background-repeat:no-repeat;
	width:800px;
	height:194px;
	}			
	
#footer {
	position:relative;
	float:left;
	font-size:9px;
	text-align:center;
	width:800px;
	}
	
#buttons {
	position:relative;
	float:left;
	width:780px;
	height:30px;
	padding-left:10px;
	padding-top:5px;
	}
	
.colume {
	position:relative;
	float:left;
	width:380px;
	padding-left:10px;
	padding-top:10px;
	}
	
	
.colume_nopadding {
	position:relative;
	float:left;
	width:380px;
	padding-top:10px;
	}
	
.topping{
	width:600px;
	padding-left:100px;
	padding-right:100px;
	position:relative;
	float:left;
	text-align:left;
}	
	
#gallery{
	position:relative;
	float:left;
	width:700px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	}
	
	
	
	
	