body
{
	background-color: #D0D0D0;
	margin: 0;
	padding: 0;
	color: #000;
}

td
{
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.left_bg
{
	position: relative;
	z-index: 21;
	background-color: #8C0608;
	background-image: url("images/left_menu.jpg");
	background-repeat: no-repeat;
}

.left_message
{
	position: relative;
	top: 125px;
	left: 45px;
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0CC9A;
	font-weight: bold;
	line-height: 1.5em;
}

.left_links
{
	position: relative;
	top: 180px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #FFA341;
	font-size: 11px;
	text-align: center;
}

.left_links a {			color: #FFA341;}
.left_links a:hover {	color: #FFF;}




.product_header h1
{
	padding: 3px 0 0 0;
	margin: 0;

	color: #B6101A;
	font-size: 20px;
	font-family: Georgia, Tahoma, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/* Index Page */
.title
{
	padding: 0;
	margin: 0;

	font-size: 16px;
	font-family: Georgia, Tahoma, Helvetica, sans-serif;
	line-height: 1.3em;
}

.section
{
	padding: 0px 60px 25px 40px;
	font-size: 11px;
	line-height: 1.5em;
}

.featured_product
{
	background-image: url('images/father_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 -38px;
}

.news_section
{
	background-color: #F1F1F1;
	border: 1px solid #C7C8C7;
	padding: 5px;
	font-size: 11px;
	line-height: 1.3em;
}

.news_section .bold
{
	color: #EF660D;
}

.header .caption
{
	color: #555;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

/*/////////////////////////////////////////////////////////
	Product page 
/////////////////////////////////////////////////////////// */

.product_header
{
	padding: 5px 50px 6px 55px;
	background-color: #EAEAEA;
}

.sublinks
{
	font-size: 11px;
	color: #B6101A;
}

.sublinks a {			color: #B6101A;}
.sublinks a:hover {		color: #FF0000;}

/* Product Image */
.product_image
{
	float: left;
	padding: 0 10px 10 55px;
}

.product_image .thumb
{
	border:					1px #CCC solid; 
	background-color:		#FFF;
	padding:				5px;
	margin:					4px;
}

/* Header/Title of the Product */
.product_header .id,
.header .id
{
	color: #333;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.product_header h2,
.header h2
{
	padding: 3px 0 8px 0;
	margin: 0;

	color: #698694 !important;
	font-size: 18px;
	font-family: Georgia, Tahoma, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.product_header h2
{
	padding: 3px 0 0px 0;
}

.product_body
{
	padding: 5px 50px 20px 225px;
	background-color: #FFF;
}

.product_body td,
.text
{
	font-size: 11px;
	line-height: 1.5em;
}

input, .input
{
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 0;
	border: 1px solid #999;
}

.hidden
{
	display: none;
}

p
{
	margin: 0 0 8px 0;
	padding: 0 0 0px 0;
}








a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.a1
{
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.a1:hover
{
	color: #000000;
	text-decoration: none;
}

.menu
{
	display: block;
	margin: 3px 3px 0 4px;

	color: #BA0F22;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	
	text-decoration: none;
}

.menu:hover
{
	color: #000000;
	text-decoration: none;
}

.a3
{
	padding-left: 2px;
	color: #ffffff;
	text-decoration: none;
}

.a3:hover
{
	color: #dddddd;
	text-decoration: none;
}

.a4
{
	padding-left: 2px;
	font-size: 11px;
	color: #cc0000;
	text-decoration: none;
}

.a4:hover
{
	color: #000000;
	text-decoration: underline;
}

.news_section a
{
	color: #EF660D;
}

.button
{
	border-right: #996600 1px solid;
	border-top: #996600 1px solid;
	font-weight: bold;
	font-size: 12px;
	background-image: url("images/button_bg.jpg");
	border-left: #996600 1px solid;
	cursor: hand;
	color: #ffffff;
	text-indent: 2pt;
	line-height: 14px;
	border-bottom: #996600 1px solid;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	height: 18px;
	background-color: #b51019;
}