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

html	{margin:0; padding:0}

body	{	
	margin:0;
	padding:0;
	background:url(../images/backgrounds/bandBg.gif) repeat-x top left #000;
	color:#b69b5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px; 
}

a img	{
	border:none;
}


/*---------------------- Position Divs ----------------------*/

#container	{
	width: 955px;
	background: url(../images/backgrounds/woodPanel.jpg) no-repeat top left;
	position:relative;
	margin:0 auto;
	padding:0;
}

#header	{ padding-top:10px; }

#main	{ width:899px; margin: 15px auto; position:relative }

#leftCol	{ width:615px !important; width:585px; margin-left:23px; float:left }

#rightCol	{ width:267px; float:right; margin: 0px 26px 0 0; }

#footer {width: 100%; height:110px; background:url(../images/backgrounds/footer.jpg) no-repeat top left; padding:32px 0 0 0; }

.clear	{height:2px; clear:both; width:100%; }

.description	{ width: 220px; float:left; padding:10px; margin:0px 10px 0px 0; border: 1px solid #976011; }

.sectioned	{ border: 1px solid #333; padding: 15px; margin-bottom: 20px; }

#lang	{position:absolute; top:240px; left:670px; width:255px; height: 100px }

/*---------------------- Navigation ----------------------*/

#navigation	{
	width:955px;
	height:32px;
	border-bottom: 1px solid #976011;
	border-top: 1px solid #976011;
	margin-top:10px;
}

.navArea	{
	width: 180px;
	text-align:center;
	padding-top:5px;
	float:left;
}

/*---------------------- Shop ----------------------*/

.shop	{ border: 1px solid #b57a15; padding:10px; margin: 0 0 20px 0; width:95%; height:214px; position:relative	}

.prodDetails	{width: 210px; position:absolute; bottom:10px; right:10px; height: 70%; text-align:center; }

.price	{font-size: 28px; color:#dca72e; margin:20px 0 }