/**************** Page and tag styles ****************/

body{
	margin:0;
	padding:0;
	color:#303030;
	font:72% Verdana,Tahoma,sans-serif;
	background-color: #F3F3F3;
	background-repeat: repeat-y;
	background-position: left top;
}


/**************** topbar area styles ****************/
#sitebox{
	width:885px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	border: 1px solid #7D7A7F;
}
#topbar{
	height:90px;
	overflow:auto;
	background-color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align:middle;
}


#topbarContent{
	background-color: #FFFFFF;
	/*
	background-position: center center;
	background-image: url(../images/header_logo3.jpg);
	background-repeat: no-repeat;
	*/
	height:60px;
	
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	
}

#topbarContent TABLE { 
	border-collapse: collapse
}

#topbarContent TD.cell_1 {
	text-align: left;
	width:700px;		 
}

#topbarContent TD.cell_2 {
	text-align: right;
	width:185px; 
}


.smallText { 
	font-size: 11px;
	width: 90px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #fafafa;
}

.utilDelim { padding-left: 0px; padding-right: 0px; }
	

#topbarMenu{
	width:840px;
	height:20px;
	right:75px;
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #999999;

}

#topbar a{
	color:#333333; 
	font-weight:bold; 
	text-decoration:none;
	padding-right:1px;
	padding-left:1px;
}

#topbar a:hover{
	color:#8DBDFF; 
	text-decoration:underline;
}



#contentbox{
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	height:100%;
	background-color: #ffffff;
}
	

/***************** sidebar area styles**************/
 
#sidebar{
	float:right;
	width:275px;
	text-align:left;
	background-color: #F0F4F7;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	margin-top:10px;
	
}


#sidebar h1{
	clear:both;
	color:#044EBB;
	font-weight:normal;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar p{
	line-height:10px;
	margin:0 0 20px 0; 
}




/**************** Content area styles ****************/

#content{
	margin-top: 10px;
	float:left;
	width:560px;
	background:#FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
	text-align:justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content p{
	margin:0 0 20px 0; 
	line-height:20px;
}

#content h1{
	clear:both; 
	margin:10px 0; 
	color:#044EBB; 
	font-weight:normal; 
	font-size: 20px;
}
#content a{
	color:#333333; 
	font-weight:bold; 
	text-decoration:none;
}

#content a:hover{
	color:#8DBDFF; 
	text-decoration:underline;
}

#content img{
	float:left; 
	margin:0 15px 15px 0; 
	padding:0px; 
	background:#ffffff; 
	border:0px solid #d0d0d0;
}

#content a img{
	border-color:#cccccc;
}

#content a img:hover{
	background:#ffffff; 
	border-color:#cccccc;
}
/**************** footbar area styles *****************/
#footbar{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:80px;
	overflow:auto;
	background-color: #F3F3F3;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:bottom;
	text-align:center;
	font-size:9px;
}

#footbar a{
	color:#333333; 
	font-weight:bold; 
	text-decoration:none;
}

#footbar a:hover{
	color:#8DBDFF; 
	text-decoration:underline;
}

/************************ styles for login *****************/

#box {
	margin-left:auto;
	margin-right:auto;	
	width: 470px;
	padding: 0px 20px;
	margin-bottom: 24px;
}
	
#box form {
	border: 1px solid #9FA2A4;
	background-color: #F0F4F7;
	padding: 3px;
}

.dataEntryTableSmall { width: 400px; }

.formFieldLabel {
	font-weight: bold;
	text-align: right;
	width: 200px;
	font-size: 11px;
}

#contentbox .members_page h3 {
	clear: both;
	margin: 30px 0 5px;
}

#products .full_price .price {
	text-align: right;
}
#products .full_price .code {
	display: none;
}
