*
{
	margin: 0;
	padding: 0;
}

.clear { clear: both; }
img { border: 0; }
img.imgleft { float: left; padding: 5px; margin: 0 10px 10px 0; padding: 5px; }
img.imgright { float: right; padding: 5px; margin: 0 0 10px 10px; padding: 5px; }
a { color: #F0AC79; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { margin: 0 0 15px 0; padding: 0; border: 0; height: 1px; color: #E26D16; background: #E26D16; }

body
{
	background: #773A0C url('../images/bg.png') repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#headercont
{
	width: 900px;
	height: 100px;
}

#headercont #logo
{
	float: left;
	width: 500px;
	height: 100px;
}

#headercont #logo a img { filter:alpha(opacity=100); opacity:1.0; }
#headercont #logo a:hover img { filter:alpha(opacity=70); opacity:0.7; }

#headercont #headerright
{
	float: left;
	width: 400px;
	height: 100px;
	background: url('../images/bg-headerright.png');
}

#graphiccont
{
	width: 900px;
	height: 175px;
}

#graphiccont #graphicleft
{
	float: left;
	width: 625px;
	height: 155px;
	padding: 20px 0 0 15px;
}





#graphiccont #graphicright
{
	float: left;
	width: 260px;
	height: 175px;
	background: url('../images/bg-graphicright.png');
}

#topcont
{
	width: 900px;
	height: 40px;
	background: url('../images/bg-topcont.png');
}

#maincont
{
	width: 900px;
	background: url('../images/bg-maincont.png') no-repeat;
}

#main
{
	margin: 0 auto;
	width: 870px;
	padding: 0;
	line-height: 20px;
}

#main h1, #main h2, #main h3, #main h4, #main h5
{
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 24px;
	color: #F3B98D;
}

#main p
{
	margin: 0 0 15px 0;
}

#main ul
{
	margin: 0 0 15px 25px;
	list-style-type: square;
}

#main #mainleft
{
	float: left;
	width: 190px;
	padding: 0 20px;
}

#mainleft h1, #mainleft h2, #mainleft h3, #mainleft h4, #mainleft h5
{
	color: #E87826;
}



#main #mainleft ul { list-style: none; margin: 0 0 15px 0; }
#main #mainleft ul li { display: block; }

#main #mainleft ul li a
{
	float: left;
	padding: 0 15px;
	width: 160px;
	color: #FFF;
	font-weight: bold;
	background: #CCC;
	line-height: 30px;
	border-bottom: 1px solid #64310A;
	margin: 0;
	text-decoration: none;
}

#main #mainleft #a a {background: #333 url('../images/menu-graphic.png') repeat -20px 35px;}

#main #mainright
{
	float: right;
	width: 600px;
	padding: 0 20px;
}

#contactform
{
	float: right;
	width: 350px;
}

#footercont
{
	margin: auto;
	width: 830px;
	padding: 30px;
	font-size: 11px;
	text-align: center;
	color: #F0AC79;

}

#footercont a
{
	text-transform: capitalize;
	color: #F5C8A7;
}





#slider
{
   float: right;
   width: 200px;
   height: 250px;
   padding: 0 0 10px 10px;
   position: relative;
   overflow: hidden;
}

#sliderContent
{
   width: 200px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

ul#sliderContent { list-style-type: none; margin: 0; }

.sliderImage
{
   float: left;
   position: relative;
   display: none;
}

.sliderImage span
{
   position: absolute;
   padding: 6px 15px;
   width: 170px;
   background: #3F1F07;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   text-align: center;
   color: #fff;
   display: none;
   left: 0;
   bottom: 0;
}



.stovecont
{
	clear: left;
	width: 600px;
	border-top: 1px solid #5C2D0A;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

.stovecont img { margin: 0; padding: 0; }
.stovecont p { margin: 0; padding: 0; }

.stovecont a img { float: left; padding: 0 15px 0 0; filter:alpha(opacity=70); opacity:0.7; }
.stovecont a:hover img { filter:alpha(opacity=100); opacity:1.0; }

.stovecontainer { width: 568px; margin: 0 0 15px 0; padding: 15px; background: #5A2C0A; border: 1px solid #984910; }
.stoveimg { float: right; width: 150px; margin: 0 10px 10px 10px; }
.stoveimg img { float: left; }
.stoveimg a img { padding: 5px; border: 1px solid #73380D; }
.stoveimg a:hover img { padding: 5px; border: 1px solid #FFF; }

.thumbsinline { float: left; margin: 0 50px 20px 0; }

#screenshot
{
	position: absolute;
	display: none;
	width: 418px;
	height: 400px;
	background: #FFF url('../images/loading.gif') no-repeat;
	background-position: center;
}

#screenshot2
{
	position: absolute;
	display: none;
	width: 458px;
	height: 296px;
	background: #FFF url('../images/loading.gif') no-repeat;
	background-position: center;
}








#contactform { margin: 0 0 15px 0; }
#contactform form p, #contactform p { margin: 0; padding: 0; }
#contactform label { font-weight: bold; padding: 0; }
#contactform fieldset { border: 0; }
#contactform input, textarea { background: #62300B; margin: 0 10px 8px 0; border: 1px solid #95480F; padding: 5px; font-size: 12px; font-family: "Arial", Verdana, Helvetica, sans-serif; color: #FFF; }
#contactform p.green { color: #7E9D5F; font-weight: bold; }
#contactform p.red { color: #C00; font-weight: bold; }
