/* thecdseller.com CSS */

body
{
	margin: 0px;
	background-color: #9F8A69;
}

body, h1, h2, h3, h4, h5, h6, p, a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}

h2
{
	font-size: 18px;
}

img.bordered
{
	border: 2px solid #554A38;
}




/* Main div */
#MainOne
{
	width: 940px;
	position: relative;
	padding-top: 10px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #554A38;
	background-color: #554A38;
}

#MainTwo
{
	width: 920px;
	position: relative;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid white;
	background-color: white;
}

#MainThree
{
	width: 880px;
	position: relative;
	margin: 0px auto 20px auto;
	background-color: white;
}





/* Header */
#Header
{
	position: relative;
	padding-top: 20px;
	background-color: #9F8A69;
}

h1
{
	font-size: 60px;
	text-align: center;
}

p#PatentNumber
{
	font-size: 10px;
	text-align: center;
}

h2#Tagline
{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

div#Navigation
{
	text-align: center;
	width: 920px;
	margin: 0px 0px 20px 0px;
	background-color: #d6c09d;
	border-top: 2px solid #554A38;
	border-bottom: 2px solid #554A38;
}

div#Navigation ul
{
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

div#Navigation li
{
	display: inline;
	margin: 0px 20px 0px 20px;
}

div#Navigation li a
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}




/* Body */
#Body
{
	position: relative;
}

#BodyColumnOne
{
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

#BodyColumnOneContent
{
	margin: 0px;
	padding: 0px;
}

#BodyColumnTwo
{
	margin: 0px 0px 0px 310px;
	padding: 0px;
}

#BodyColumnTwoContent
{
	margin: 0px;
	padding: 0px;
}




/* Guarantee */
#Guarantee
{	
	margin: 20px 0px 30px 0px;
}

#Guarantee h2
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: green;
}

#Guarantee p
{
	font-weight: bold;
	text-align: center;
	color: green;
	margin-top: 0px;
}




/* Footer */
#Footer
{
	position: relative;
}

#FooterColumnOne
{
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
}

#FooterColumnOneContent
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#FooterColumnTwo
{
	margin: 0px 0px 0px 430px;
	padding: 0px;
}

#FooterColumnTwoContent
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}




hr.cleaner
{
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0;
	border: none;
	visibility: hidden;
}



/* Index */
p#price
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: green;
}




/* FAQs */
span.question
{
	font-weight: bold;
}


/* Products */
div.product
{
	margin-bottom: 20px;
}

.products-page th { text-align: left; }
.products-page table.actions td { padding: 10px 0 0 0; vertical-align: top; }
.products-page table.actions th { padding: 10px 0 0 10px; vertical-align: top; }

.products-page .note { font-size: 12px; font-style: italic; }


