/* Layout Styles */

body{
	color: #000000;
	background-color: #910000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 180%;
}

#page_title{
	position: absolute;
	margin-top: -50px;
	margin-left: -1600px;
}

#border{
	width: 790px;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	border: 1px solid #A8A8A8;
}

#header{
	margin-bottom: 10px;
}

#header_logo{
	width: 790px;
	height: 90px;
}

#main {
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
   margin-left: 0px;	
}

#content {
	width: 710px;
	min-height: 490px;
	margin-left: 40px;
	margin-right: 40px;
}

#footer{
	display: block;
	font-size: 10px;
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align: center;
	color: #000000;
}

#footer a{
	color: #000000;
	text-decoration: none;
}

.div_bottom{
  height: 0;
  clear: both;	
}


/* HTML Styles */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

h1.headline{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #CC0000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;	
	margin-top: 20px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;	
	margin-top: 30px;
}

/* Price Table Styles */

.small_text{
	font-size: 10px;
}

.highlight{
	color: #CC0000;
	font-weight: bold;
}

table#price_table{
	border: solid #E57F7F 1px;
}

table#contents_table{
	border: solid #E57F7F 1px;
}

table#tellfriend_table{
	border: solid #E57F7F 1px;
}

.price_table_header{
	background-color: #E57F7F;
}

.price_table_row{
	background-color: #F8DFDF;
}

.form_field{
	width: 250px;
}

a {
	color: #CC0000;
}

a:hover{
	color: #CC0000;
}

a: visited{
	color: #CC0000;
}

/* Image Box Styles */

.image_border{
	border: 1px solid #A8A8A8;
}

.in_stock{
	color: #006600;
	font-weight: bold;
}

.out_of_stock{
	color: #CC0000;
	font-weight: bold;
}

.pre_order{
	color: #F90;
	font-weight: bold;
}
