/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0;
	/*text-align:center;*/
}
a{
	color:#006600;
}
a.active{
	color:#333333;
	font-weight:bold;
}
a:hover{
	position:relative;
	top:1px;
	left:1px;
	color:#5A5A5A;
}
a img{
	position:relative;
	top:0px;
	left:0px;
}
a:hover img{
	position:relative;
	top:-1px;
	left:-1px;
}
#header a:hover, #header a:hover img {
	position:relative;
	top:0px;
	left:0px;
}
br, .clear {
	clear: both;
}
fieldset {
	position: relative;
	background-color: #eeeeee;
	margin: 5px;
	padding: 5px 15px;
}
fieldset label {
	position: relative;
	display: block;
	width: 130px;
	margin-bottom:20px;
	float: left;
	font-size:11px;
	
	/*border: 1px solid black;*/
}
label.big {
	width: 50%;
}
#contactForm textarea {
	width: 220px;
	height: 170px;
}
#left_content{
	width:150px;
	text-align:left;
}
#right_content{
	width:500px;
}
#left_content, #right_content{
	float:left;
}
#right_content{
	margin-right:10px;
	margin-left:20px;
	text-align:left;
}
#content #right_content input:focus{
	background-color:#E6E6F0;
	border-bottom-color:#FFFFFF;
	border-right-color:#FFFFFF;
}
h1 {
	font-size:18px;
	color:#333333;
	text-align: center;
}
img {
	border-width: 0px;
	vertical-align: middle;
}
h2 {
	background-color: #B7CEB5;
	color:#333333;
	font-size:14px;
	margin-top:35px;
	padding-left:2px;
	border: 1px dotted #307324;
	font-weight:normal;
}
h3 {
	background-color: #CCCCCC;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	margin:10px;
	margin-top:35px;
}
h2.createAccountLink {
	background-color: #E4E4EE;
	text-align: center;
}
#content #left_content form {
	/*margin-top:58px;*/
}
#content #left_content form #emailAddress, #content #left_content form #password{
	width:130px;
}
#sendButton{
	float:right;
	margin-right:20px;
	margin-top:10px;
	display:block;
}
fieldset input {
	position: relative;
	float: left;
}
div.label {
	position: relative;
	float: left;
}
div.label input {
	float: none;
}
#header {
	position: relative;
	width: 100%;
	background:url(../images/top_left.jpg) no-repeat top right;
	text-align:center;
}
#topHeader {
	height: 23px;
	background:url(../images/top_bar.jpg) no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	text-align:left;
}
#topHeader a {
	margin-left: 100px;
	font-size: 13px;
}
#mainHeader {
	position: relative;
	z-index: 1;
	/*top: 10px;*/
}
#logo {

}
#topHeader, #mainHeader, #content, #footer {
	display: block;
	width: 700px;
	margin: 0px auto;
	
}
#content {
	margin-top: 20px;
	margin-bottom:30px;
}
#content #right, #content #left{
	display:block;
	float:left;
}
#contentLinks a {
	text-decoration: none;
	/*font-weight: bold;*/
}
#contentLinks, #footer {
	border: 1px dotted #307324;
	background-color: #E4E4EE;
	
}
ul#contentLinks {
	padding: 0px;
	list-style-type: none;
	display: block;
	height:15px;
	
	padding-left:5px;
	
	margin-left:0;
}
#contentLinks li {
	display:block;
	
	float: left;
	padding: 0px 10px 0px 0px;
	
	vertical-align:middle;
	text-align: center;
	width: 105px;
}
#contentLinks li a{
	margin: 0px 10px 0 0;
}
#login label {
	border: 1px dotted #307324;
	border-bottom:none;
	background-color: #B7CEB5;
	
	padding:0 2px 0 2px;
	
	font-size:11px;
	position:relative;
	top:1px;
}
#MailingListTable, #MailingListTable tr, #MailingListTable td, #MailingListTable th {
	border-width: 0px;
}
#MailingListTable {
	width: 100%;
	border-collapse: collapse;
}
#MailingListTable th {
	background-color: #E1E1E1;
}
#price_table, #price_innertable{
	border:1px solid #999999;
	padding:5px;
	background-color:#E8E8E8;
	margin:15px;
}
#price_table p{
	margin-left:10px;
	margin-right:10px;
}
#price_innertable{
	background-color:#FFFFFF;
}
#price_table strong{
	font-size:13px;
	display:block;
	margin-top:10px;
	margin-left:30px;
}
#howto-navigation{
	float:right;
}
#footer {
	margin: 10px auto;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	
	padding:2px 0 2px 0;
	
	display:block;
	
	clear:both;
}
/* List styles */
#layoutList {
	padding: 0px;
}
#layoutList li {
	position: relative;
	clear: both;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	text-shadow: 2px 2px 2px #8C8C8C;
	color: #222222;
	/*background-color: #EEEEEE;*/
	border-top: 1px solid #8C8C8C;
}
#layoutList li ul {
	line-height: 14px;
	/*background-color: #EEEEEE;*/
	border-top: 1px solid #8C8C8C;
	text-shadow: none;
}
#layoutList li ul li {
	padding-left: 5px;
	width: 30%;
	float: left;
	clear: none;
	font-weight: normal;
	background: none;
	border-width: 0px;
}
#layoutList li ul li p {
	display: block;
	height: 32px;
}
form{
	margin-top:25px;
}
form #btnLogin:hover{
	position:relative;
	top:1px;
	left:1px;
}
#accountLinks{
	text-align:left;
	font-size:11px;
}
#accountLinks a:hover{
	position:relative;
	top:0px;
}
p.note:before {
	font-weight: bold;
	content: "Note: ";
}
p.note {
	border: 1px solid gray;
	font-size: 11px;
}
.error {
	padding: 5px;
	border: 1px solid red;
	color: red;
}