BODY
{
	background-color: #fafafa;
	margin: 0px;
	padding: 0px;
}

BODY,TABLE,TD,P
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	color: #333333;
	line-height: 1.45em;
	/*letter-spacing: +0.01em;*/
}

BLOCKQUOTE
{
	padding-right:0px;
	margin-right:0px;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 23px;
	font-weight : bold;
	color: #E06907;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
	letter-spacing: -0.01em;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	color: #E06907; 
	padding: 0px;
	margin: 0px;
}
.header_hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #e06907;
	color: #000066; 
	height:1px;
}
HR {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #666666;
	color: #000066; 
	height:1px;
}
A, A:Link, A:Visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color: #006633;
	text-decoration: underline;
}
A:Hover, A:Visited:Hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color: #009900;
	text-decoration: underline;
}

li {
	padding-bottom: 10px;
}
.input_text {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#FAFAFA none repeat scroll 0 50%;
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:15px;
	/* height:22px; */
	margin-right:0px;
	padding:3px;
	vertical-align:top;
}
.input_textarea {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#FAFAFA none repeat scroll 0 50%;
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:15px;
	margin-right:0px;
	padding:3px;
	vertical-align:top;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
}
.button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#E06907 none repeat scroll 0 50%;
	border:1px solid #E06907; 
	color:#ffffff; 
	font-size:13px;
	font-weight: normal;
	margin-right:0px;
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	/* height: 27px; */
	vertical-align:middle;
	cursor: pointer;
	font-family:Arial,Helvetica,sans-serif;
	overflow:visible;
	width:auto;	
}
.bdytxtsm {
	font-size:12px;
}
.red {
	color:#FF0000;
}
.notice_red {
	color: #990000;
}
.errorText {
	color:#FF0000;
	font-size:12px;
}	

.dropcap {
	color:#333333;
	display:inline;
	float:left;
	font-size:44px;
	font-style:normal;
	font-weight:bold;
	height:44px;
	line-height:44px;
	margin-top: 0px;
	margin-right:0.1em;
	margin-bottom: 0px;
	maring-left: 0px;
	padding: 0px;
}

/* header.tpl.php */
.header1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color : #E06907;
	font-weight: normal;
}	
.header2
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color : #E06907;
	font-weight: bold;
}	
.header3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color : #333333;
	font-weight: normal;
}	

/* footer.tpl.php */
.footer
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color : #333333;
	font-weight: normal;
	line-height: 1.3em;
}
.footer_link, A.footer_link:Link, A.footer_link:Visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #006633;
	text-decoration: underline;
}
A.footer_link:Hover, A.footer_link:Visited:Hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #009900;
	text-decoration: underline;
}
.login
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color : #666666;
	font-weight: normal;
	line-height: 1.3em;
}

.cart_nav_text
{
	line-height: 1.3em;
	font-size: 13px;
}
A.cart_nav_text:Link, A.cart_nav_text:Visited {
	font-size : 13px;
	line-height: 1.3em;
	color: #006633;
	text-decoration: underline;
}
A.cart_nav_text:Hover, A.cart_nav_text:Visited:Hover{
	font-size : 13px;
	line-height: 1.3em;
	color: #009900;
	text-decoration: underline;
}

UL.green_checkbox {
	list-style-image:url('/images/green-check-mark3.gif');
}	

