/******************************* GENERAL *************************************/
body 
{
	background-color: #c9cdb2;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	behavior: url("/wwwroot/css/csshover3.htc");
	cursor: url(/wwwroot/images/layout/sword.cur),default;
}


a
{
	color:#990000;
	font-family:Arial;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none;
	color:#6b7143;
}

h1,h2,h3,h4,h5.h6
{
	font-family: Georgia, Times New Roman, Serif;
	margin: 0;
	padding: 0;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2
{
	font-size: 20px;
	padding-bottom: 8px;
}
p
{
	padding-bottom: 6px;
	line-height:18px;
	padding-bottom:10px;
	padding-left:0px;
}
.general-button
{
	padding: 5px;
	background-color: #d79739;
	border: 1px solid #322000;
	color: #5F3A04;
	text-decoration: none;

}

.required
{
	color: #990000;
}

/******************************* FULL AREA ***********************************/
#full-area 
{
	margin: 0 auto;
	text-align: left;
	width: 968px;
}

/******************************* HEADER **************************************/
#header 
{
	position: relative;
	height: 147px;
	margin-right: 10px;
}
#header .logo
{
	display: block;
	height: 147px;
	width: 317px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/layout/lg-main.gif) no-repeat top left;	
}

#header .icons
{
	position: absolute;
	right: 0;
	top: 6px;
	padding-right: 2px;
}

#header .icons a
{
	display: block;
	float: right;
	padding-left: 4px;
}

#header .actions
{
	position: absolute;
	right: 0;
	top: 48px;
	height: 50px;
	color: #666c3f;
	padding-right: 2px;
}
#header .actions a
{
	padding: 9px 5px 0px;
	height: 15px;
	color: #666c3f;
}
#header .actions .view-cart 
{
	padding-left: 22px;
	background: url(../images/layout/ic-honey-bee-hive.gif) no-repeat 1px 2px;
}
#header .actions .my-account 
{
	padding-right: 25px;
	background: url(../images/layout/ic-honey-bee.gif) no-repeat top right;
}
#header .actions .search
{
	position: absolute;
	top: 25px;
	right: 0;
	width: 275px;
}

#header .actions .search .title
{
	float: left;
	height: 22px;
	width: 107px;
	background: url(../images/layout/tit-search-products.gif) no-repeat top left;
}
#header .actions .search .input
{
	border-top: solid 1px #757575;
	border-right: none;
	border-bottom: solid 1px #BABABA;
	border-left: none;
	float: left;
	height: 20px;
	width: 147px;
}
#header .actions .search .input input
{
	border: 0;
	height: 18px;
	width: 147px;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	line-height: 20px;
}
#header .actions .search .submit
{
	float: left;
	height: 17px;
	width: 17px;
	border-top: solid 1px #757575;
	border-right: solid 1px #919191;
	border-bottom: solid 1px #BABABA;
	border-left: none;
	background-color: white;
	padding: 3px 0 0;
	margin: 0;
}

/******************************* NAVIGATION **********************************/
#nav
{
	position: absolute;
	top: 103px;
	right: 0;
}

/******************************* CONTENT *************************************/
#content
{
	background: url(../images/layout/bg-content.jpg) repeat-y center center;
	padding-bottom: 188px;
}
span.caption
{
	font-size:11px;
	font-style:italic;

}
/******************************* FOOTER **************************************/
#footer
{
	padding-top: 30px;
	margin-top: -188px;
	height: 211px;
	width: 100%;
	clear: both;
	background: url(../images/layout/footer.gif) repeat-x bottom left;
	text-align: center;
}
#footer .nav,
#footer .copyright
{
	width: 968px;
	text-align: right;
	margin: 0 auto;
	color: #666c3f;
	font-size: 10px;
	padding-right: 84px;
}
#footer .nav a
{
	color: #666c3f;
	text-decoration: none;
	padding: 0 1px;
}
#footer .nav a:hover
{
	text-decoration: underline;
}