/*** START styles.css ***/

@import url(form.css );

html 
{
	margin: 0;
	padding: 10px 0 0 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	text-align: justify;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #CD2929;
	font-weight: bold;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #CD2929;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.clearfix { clear: both; }

a img { border: none; }

ul, li
{
	
}

/****** START header ******/

#header_wrapper
{
	height: 102px;
	margin-bottom: 1px;
	background: #CD2929 url(../images/bg_header.jpg) top left repeat-x;
}

#logo 
{
    float: left;
	margin: 28px 0 0 19px;
}

#header_banner 
{
	float: right;
	width: 472px;
	height: 64px;
	margin-top: 18px;
	margin-right: 18px;
}
#header_banner img
{
	border: 2px solid #fff;
}

/*** START menu ***/

#menu
{
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	padding: 0 12px;
	background-color: #575757;
}

#menu ul
{
    margin: 0;
	padding: 0;
}

#menu ul li
{
	float: left;
	color: #fff;
	padding-top: 5px;
	list-style: none;
}

#menu a, #menu a:link, #menu a:visited
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover
{
	text-decoration: underline;
}

/*** END menu ***/

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 10px auto 20px auto;
}

#col_one
{
	float: left;
	width: 190px;
	background-color: #EDEDED;
	text-align: left;
}
#col_one h3, #col_three h3
{
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	padding: 2px 5px;
	background: #CD2929 url(../images/bg_title.jpg) top left repeat-x;
}
#col_one form input#name, #col_one form input#email
{
	width: 125px;
	height: 14px;
	padding: 2px 3px;
	background-color: #fff;
	border: 1px solid #C6C8C5;
}
#col_one form input#name
{
	margin-top: 3px;
}
#col_one form input#subscribe_button
{
	position: relative;
	top: 6px;
	*top: 4px;
}
#col_one p, #col_one form, #col_three p, #col_three form
{
	padding: 5px 10px 15px 10px;
}
#col_one form
{
	padding: 0px 10px 15px 10px;
	margin: 0;
}
#col_one form input { font-size: 10px; }
#col_one ul
{
	list-style: none;
	padding-left: 20px;
	margin: 0 0 20px 0;
}
#col_one ul li
{
	padding-bottom: 3px;
}

#col_one table
{
	padding: 5px 10px;
}
#col_one table img
{
	border: 1px solid #BB1D1C;
}

#col_two
{
	margin-left: 200px;
	margin-right: 200px;
}

.big_banner
{
	height: 200px;
	margin-bottom: 20px;
}

table.steps { margin: 0; padding: 10px; }
table.steps td { padding-top: 10px; }
table.steps h3 { margin-top: 0; }

#col_three
{
	float: right;
	width: 190px;
	background-color: #EDEDED;
}
p.col_three_image img
{
	margin-left: 8px;
	border: 1px solid #BB1D1C;
}
#col_three table
{
	margin: 0 10px 20px 10px;
	text-align: left;
}
#col_three table img
{
	border: 1px solid #BB1D1C;
}

#footer_wrapper
{
	clear: both;
	height: 100px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background-color: #575757;
}
#footer_wrapper a
{
	color: #fff;
}
#footer_left
{
	float: left;
	width: 650px;
}

#footer_right
{
	float: right;
	width: 200px;
}

/****** END index ******/

/****** START products ******/

table.product_list th, table.product_list td
{
	text-align: center;
}

table.product_list tr th
{
	background-color: #575757;
	color: #fff;
	font-weight: bold;
	padding: 5px;	
}

.item_extras
{
	background-color: #D1D1D1;
	font-weight: bold;
	padding: 5px;
}
  

/*** END styles.css ***/