/* CSS Document */

/************************************************************************

	Site:		davabeadwholesale.com

	Author:		eROI		[www.eroi.com]  

	Client:		Dava Bead		[http://www.davabeadtrade.com/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

div#wrapper {
	border: 1px solid #ddd;
	width: 951px;
	margin: 45px 0 0 13px;
	padding: 0;
}

div#main {
	width: 470px;
	margin: 0;
}

div#sidebar {
	margin: 0;
	width: 200px;
	padding-left: 70px;
}

div#breadcrumbs {
	width: 710px;
	margin: 5px 0 30px 230px;
}

div#wrapper a {
	color: #646464;
}

/***********************************************************************
	1 - MENU STYLES
************************************************************************/

div#menu {
	width: 150px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	background: #f6f2dd;
}

div#menu ul {
	list-style-type: none;
	padding: 7px 0 20px 10px;
}

div#menu ul li {
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 12px;
}

div#menu ul li a {
	color: #646464;
}	

div#menu h3 {
	color: #fffefe;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	background: url(../images/bg_sideheader.gif) repeat-x top left;
	padding: 0 0 0 10px;
}
/**
div#menu h3 a {
	color: #fffefe;
	text-decoration: none;
}

div#menu h3 a:hover {
	text-decoration: underline;
}
**/
/***********************************************************************
	1 - MAIN STYLES
************************************************************************/

div#breadcrumbs ul {
	list-style-type: none;
}

div#breadcrumbs ul li {
	display: inline;
}

div#main div.innards {

	width: 400px;
	padding-left: 70px;
}

div#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8f3232;
	padding-bottom: 7px;
	font-weight: normal;
}

div#main div.innards ul {
	padding-left: 25px;
}

div#main div.innards ul li {
	padding-bottom: 7px;
}


/***********************************************************************
	1 - CATEGORY STYLES
************************************************************************/

body#categories div.innards {
	width: 690px;
	padding-bottom: 20px;
	color: #444;
}
div.innards ul.cat {
	list-style-type: none;
}

ul.cat li {
	float: left;
	text-align: center;
	width: 120px;
	padding: 5px 10px;
	margin: 10px;
	border: 1px solid #eee;
}

ul.cat li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #7C2A2E !important;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul.cat a:hover {
	text-decoration: underline;
	color: #7C2A2E;

}

ul.cat a img {
	border: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}


body#categories div.innards h3 {
	text-transform: uppercase;
	color: #7C2A2E;
	padding-top: 15px;
	font-size: 12px;
}

div.innards h3 {
	font-size: 12px;
}

body#sitemap div.innards ul li {
	padding-bottom: 2px;
}

body#sitemap div.innards ul li p {
	padding: 7px 0 3px 0;
}


/***********************************************************************
	1 - REGISTER FORM STYLES
************************************************************************/

form#registerform fieldset {
	border: 1px solid #ececec;
	margin: 0 0 25px 0;
	padding: 10px 20px;
}

form#registerform fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	font-size: 12px;
}

form#registerform fieldset input, form#registerform fieldset select {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	padding: 2px 3px;
}


form#registerform input.zip {
	width: 60px;
}

form#registerform input#registersubmit {
	border: 1px solid #e0dabc;
	background: #F6F2DD;
	padding: 2px 3px;
	color: #7D2C2F;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#copyover label {
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #777;
	font-size: 12px;
	display: inline;
	padding: 0 0 10px 5px;
}

div#copyover input {
	float: left;
	line-height: 12px;
}