/* @group Reset */

html,body,div,ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img {
	border: 0px;
}

body {
	margin: 10px 10px 10px 10px;
	font-size: 12px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #bebebe;
	color: #707070;
}

td {
	text-align: left;
	vertical-align: top;
}

a img {
	border-style: none;
}

a {
	color: #0C5ECE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

ul.faqnav {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

ul.faqnav a {
	color: #0C5ECE;

}

dd.buy {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #707070;
}

dt.buy {
	padding-bottom: 5px;
	color: #0C5ECE;
}

dl.buy {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 15px;
	border-right: 1px dotted #39b80c;
}

dd.sidebarcontact {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #707070;
}

dt.sidebarcontact {
	padding-bottom: 5px;
	color: #0C5ECE;
}

.faqheader {
	font-size: 14px;
	color: #0C5ECE;
}

.contactheader {
	font-size: 14px;
	color: #0C5ECE;
}

.buyheader {
	padding: 5px;
	font-size: 14px;
	background-color: #86cf70;
	color: white;
}

/* @end */

/* @group Copyright */

.copyrighttext {
	font-size: 10px;
	color: #a6a6a6;
}

.copyrighttext a {
	color: #7f7f7f;
}

.copyrighttext a:hover {
	color: #5a5a5a;
}



/* @end */

/* @group Layout */

.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* @end */

/* 
Copyright (c) 2007 PixelGrinch 
ALL RIGHTS RESERVED
*/

/* @group SideBars */

dl.sidebar {
	display: block;
	border: 1px solid #F1EAD0;
	padding: 5px;
	background-color: #F8F7EA;
}

dd.sidebar {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #595959;
}

dt.sidebar {
	padding-bottom: 5px;
	color: #2a2a2a;
	font-weight: bold;
}



/* @end */

/* @group MainContent */

#maincontent {
	display: block;
	border: 1px solid #d0f1bc;
	background-color: #eff8ea;
	color: #2a2a2a;
}


dl.maincontent {
	padding: 5px;
}

dd.maincontent {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #595959;
}

dt.maincontent {
	color: #2a2a2a;
	font-weight: bold;
}


/* @end */

/* @group FAQ_Section */

#faqheader {
	display: block;
	
}

#faqcontent {
	display: block;
	background-color: #eff8ea;
	
}

#faqcontent dl {
	padding: 10px;
	border: 1px solid #d0f1bc;
}

#faqcontent dt {
	font-size: 14px;
	color: #2a2a2a;
	font-weight: bold;	
}

#faqcontent dd {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #595959;
}



/* @end */

#contactheader {
	display: block;
	
}

#contactcontent {
	display: block;
	padding: 5px;
	background-color: #eff8ea;
	color: #2a2a2a;
	border: 1px solid #d0f1bc;
}

#contactcontent dl {
}

#contactcontent dt {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}

#contactcontent dd {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #595959;	
}

#contactcontent p {
	padding-bottom: 10px;
}

#contactcontent form {
	padding: 5px;
	border: 1px solid #d0f1bc;
}

#homecontainer {
	display: block;
}

#homeheader {
	display: block;
	
}

#homecontent {
	display: block;
	padding: 5px 5px 0px 5px;
	background-color: #eff8ea;
	color: #2a2a2a;
	border: 1px solid #d0f1bc;
}

#homecontent p {
	padding-bottom: 10px;
}

#buycontainer {
	display: block;
}

#buyheader {
	display: block;
	
}

#buycontent {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #eff8ea;
	color: #2a2a2a;
	border: 1px solid #d0f1bc;
}

#buycontent p {
	padding-bottom: 10px;
}

#buycontent dl {
}

#buycontent dt {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}

#buycontent dd {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #595959;	
}

#buycontent tr {
	border-bottom: 1px solid #7b7b7b;
}

.sidebarheader {
	
}

.sidebarcontent {
	border: 1px solid #F1EAD0;
	padding: 5px;
	background-color: #F8F7EA;
}

.sidebarcontent dl {
	
}

.sidebarcontent dt {
	padding-bottom: 5px;
	color: #2a2a2a;
	font-weight: bold;
}

.sidebarcontent dd {
	padding-left: 15px;
	padding-bottom: 5px;
	color: #595959;	
}

.sidebarcontent a {
	color: #595959;
	text-decoration: underline;
}