@charset "utf-8";
/* CSS Document */


/* Begin regular style declarations */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

body {background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}
	
h1 {font-size:1.5em;
	padding-bottom:20px;}
	
p {
	padding:10px;
	color: #000;
}

strong {font-weight:bold;}
	
hr {color:#234f33;}

a {color:#234F33;
	text-decoration:none;
	}
a:hover {color:#998714;
	text-decoration:underline;}

#container {width:960px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding:20px;
	
}

#fullwidth {width:100%;}


#identity {width:461px;
	float:left;
}

ul#headerpics {list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	margin-left: 20px;
	margin-right:20px;
	}
	
ul#headerpics li {display:inline;
	margin-left:15px;
	margin-right:15px;
	}
	
ul#MenuBar1 {clear:left;
float:left;}
#midsection {float:left;
	width:770px;
	padding-left: 20px;}
#content {float:left;
	width:520px;
	}
	
.contenttext {float:left;
	width:520px;}
	
.right {float:right;
	width:200px;}
	
.clear {clear:both;}

p#subnav {text-align:center;
	width: 100%;
	padding-top:30px;
	padding-bottom:20px;
	font-size:.9em;}
	
	
h1.productname {color:#234F33;
	font-size:1.2em;
	padding-top:20px;
	}
	
.oldprice {
	text-decoration: line-through;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color:#CCC;
}
.altRowOdd{
	background-color:#EAEAEA;}

