/* TAG STYLES */

body
{
	background: #FFFFFF url('../images/top_bg_fade.gif') 0 0 repeat-x;
}

p
{
	padding-bottom: 20px;
}

h1
{
	background-color: #eb0000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.6em;
	padding: 7px 25px 7px 25px;
	margin-bottom: 20px;
}

h2
{
	background-color: #eb0000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	padding: 7px 25px 7px 25px;
	margin-bottom: 20px;
}

a
{
	color: #0E20EF;
}

a:hover
{
	text-decoration: none;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#page_holder
{
	width: 971px;
}

#header_holder
{
}

#logo_holder
{
	float: left;
	width: 471px;
	height: 123px;
}

#header_content_holder
{
	float: right;
	width: 490px;
	height: 123px;
	background: #FFFFFF url('../images/header_bg_right.gif') 0 0 no-repeat;
}

#cart_and_search_holder
{
	margin-top: 15px;
	width: 240px;
	float: right;
	padding-right: 25px;
}

#header_nav_holder
{
	float: right;
	padding-right: 25px;
	padding-top: 20px;
}

#content_holder
{
	background: #f0f7f8 url('../images/layout_border_bg.gif') 0 0 repeat-y;
}

#content_content
{
	
	padding: 5px 27px 5px 27px;
}

#side_nav_holder
{
	float: left;
}

#main_display_holder
{
	float: right;
	width: 665px;
}

#footer_holder
{
}

#fineprint
{
	padding-bottom: 30px;
	color: #ff0000;
	font-weight: bold;
}

.image_holder
{
	/*float: left;*/
	/*width: 320px;*/
	height: 320px;
	/*margin-right: 20px;*/
}

.description_holder
{
	/*float: right;*/
	/*width: 320px;*/
}

#video_player
{
	background-color: #000000;
	float: right;
	width: 320px;
	height: 240px;
}


.error_message
{
	color: #FF0000;
}

/* END OF DIV STYLES */

/* LIST STYLES */

ul.main_menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.main_menu li
{
	float: left;
	margin-right: 2px;	
	padding-bottom: 0px;
}

ul.main_menu li a
{
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0px 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #8BD7DF;
}

ul.main_menu li a:hover
{
	background-color: #59DDEF;
}

ul.header_menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.header_menu li
{
	float: left;
	padding-bottom: 0px;
}

ul.header_menu li a
{
	background-position: 0 0;
	height: 33px;
	display: block;
}

ul.header_menu li a img
{
	width: 100%;
	height: 100%;
}

ul.header_menu li a:hover
{
	background-position: 0 33px;
}

ul.sidebar_menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.sidebar_menu li
{
	float: left;
	clear: left;
	padding-bottom: 0px;
}

ul.sidebar_menu li a
{
	background-color: #eb0000;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 6px 15px 6px 15px;
	width: 199px;
	display: block;
}

ul.sidebar_menu li a:hover
{
	background-color: #CF0000;
}

ul.sidebar_menu li.sub_item a
{
	background-color: #dbdbdb;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	padding: 6px 15px 6px 15px;
	width: 199px;
	display: block;
}

ul.sidebar_menu li.sub_item a:hover
{
	background-color: #BFBFBF;	
}

/* END OF LIST STYLES */

/* FORM STYLES */

.search_form p
{
	font-size: 13px;
}

#contact_form p
{
	padding-bottom: 10px;
}

form#contact_form
{
	float: left;
	margin: 20px 0px 20px 0px;
}

form#contact_form p
{
	padding: 0px 0px 10px 0px;
}

form#contact_form p label
{
	width: 180px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

form#contact_form p input.textfield
{
	color: #000000;
	width: 200px;
	height: 1.3em;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p input.error
{
	color: #000000;
	width: 200px;
	height: 1.3em;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p textarea.comment_box
{
	color: #000000;
	width: 250px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p textarea.comment_box_error
{
	color: #000000;
	width: 250px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p input.submit_button
{
	margin: 0px 0px 0px 180px;
	padding: 1px 2px 1px 2px;
}

/* END OF FORM LAYOUT STYLES */

/* TABLE STYLES */

table
{
	padding-bottom: 30px;
}

table tr td
{
	padding: 20px;
}

table.product_table
{
}

table.product_table tr
{
}

table.product_table tr td
{
	padding: 0px;
}

table.product_holder
{
	margin-top: 15px;
	margin-left: 15px;
	width: 211px;
	height: 250px;
}

table.product_holder tr
{
}

table.product_holder tr td
{
	padding: 10px;
}

table.product_holder tr td p
{
	text-align: left;
	padding-bottom: 10px;
}

/* END OF  TABLE STYLES */

/* TABLE PARAGRAPH STYLES */

table.product_holder tr td p.product_title
{
	padding-top: 15px;
	font-weight: bold;
}

table.product_holder tr td p.product_price
{
	font-weight: bold;
	color: #5c5c5c;
}

table.product_holder tr td p.product_details
{
	padding-bottom: 0px;
}

/* END OF TABLE PARAGRAPH STYLES */

/* IMAGE STYLES */

.image_holder img
{
	height: 320px;
}

.description_holder img
{
	display: none;
}

/* END OF IMAGE STYLES */

/* TABLE STYLES */

.product_table tr td
{
	vertical-align: top;
	padding: 0px;
}

/* END OF TABLE STYLES */
