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


html {
	background: url(../graphics/bodybg.jpg) no-repeat top center;
	background-color: #ECEDE8;
}


body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
}

input, select, textarea, option { color: #007DC3; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 4px; background-color: #F8F8F8; border: #999 1px dotted; }


a, a:visited, a:active {
	color: #007DC3;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

.topdiv {
	width: 330px;
	margin-left: 650px;
	margin-top: -102px;
	text-align: right;
}

td, p, div, th {
	font-size: 12px;
}

.error {
	color: red;
	font-size: 10px;
	font-weight: normal;
	}
		
.white, .white a, .white a:active, .white a:visited {
	color: white;
	font-size: 11px;
	font-weight: bold;
	}
	
.white a:hover {
	color: #CCC;
	}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3333 ;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC3333 ;
}

.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3333;
	padding: 4px 0 4px 0;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	line-height: 24px;
}

.edge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; 
	padding: 2px 0;
}

.edgetext {
	line-height: 17px;
}

.green {
	color: #558B36;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.readmore {
	text-align: right;
	padding-right: 40px;
	margin-top: -20px;
}


/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
width: 100%;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active{
	display: inline-block;
	height: 30px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.chromestyle ul li a:hover{
	background-color: #CC3333;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	width: 180px;
	z-index:100;
	visibility: hidden;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	background: url(../graphics/navbkg.jpg) repeat-x #06C 0px -10px;
	padding: 4px;
	text-decoration: none;
	text-align: left;
	color: #FFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
  background: none;
	background-color: #CC3333;
	color: #FFF;
}

.homead {
	float: right; 
	margin-right: 46px; 
	width: 316px; 
	height: 340px; 
	margin-top: 40px; 
	font-size: 16px;
}

/* WP Styles */

table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select, fieldset.wpsc_registration_form input {
	margin-right:0;
	width:280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.wpsc_checkout_table select {
	width: 290px;
}

.widget-container, .widget-title {
	list-style: none;
}

.wpsc_buy_button {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

.make_purchase {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

.pricedisplay {
	font-size: 14px;
	font-weight: bold;
}

#s {
	width: 110px;
}

#wp-calendar {
	width: 100%;
	background-color: #FFF;
	margin-top: -40px;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0;
}

#wp-calendar td {
	text-align: center;
}

.product_footer {
	margin-bottom: 20px;
	border-bottom: #CCC 1px dashed;
}

