/**
 * Style sheet xBasic
 */

/**
 * Basic tags
 */
img
{
	vertical-align:top;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:20px 0px 4px 0px;
	padding:0px;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	font-size:17px;
	color:#000000;
}

h2
{
	margin:20px 0px 4px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#454F17;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#333124;
	background-image:url("../images/layout/page_bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Arial, Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#333124;
}


/**
 * Layout
 */
.headerCart
{
	float:right;
	clear:none;
	display:block;
	margin:2px 0px 0px 0px;
	padding:0px;
	color:#938D68;
}

.headerCart .headerCartText
{
	margin-top:10px;
}

.headerCart a
{
	color:#938D68;
}

.logoCategories
{
	clear:both;
}

.podLogo
{
	float:left;
	clear:both;
	margin:17px 0px 0px 0px;
	padding:0px;
}

.prodCategories ul
{
	float:right;
	margin:41px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.prodCategories li
{
	float:left;
	display:block;
	margin:0px 0px 0px 8px;
	padding:4px 6px 2px 6px;
	background-color:#242219;
	background-image:url("../images/layout/categoryTab-bg.gif");
	background-position:center top;
	background-repeat:repeat-x;
	border-right:1px solid #5B5734;
	border-left:1px solid #5B5734;
}

.prodCategories a
{
	color:#DCDACD;
}

.prodCategories a:hover
{
	text-decoration:none;
	color:#ffffff;
}

#container
{
	padding:0px 20px 20px 20px;
	background-color:#C6CEBA;
	border-top:1px solid #D7D3B8;
}

#footer
{
	margin:0px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #D7D3B8;
}

.footerLinks
{
	float:left;
}

.footerLinks a
{
	color:#9F9A77;
}

.footerCopy
{
	float:right;
	color:#9F9A77;
}

.sectionLeft
{
	float:left;
}

.sectionRight
{
	float:left;
	margin-left:20px;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#454F17;
}

a:hover
{
	text-decoration:underline;
}
