﻿body 
{
	background-color:#e9e4b6;
	background-image:url("_gfx/background_main.gif");
	background-repeat:repeat-y;
}

p, li
{
	font-family:Estrangelo Edessa;
	font-size:13px;
	text-align:left;
	line-height:18px;
}

h4
{
	font-family:Estrangelo Edessa;
	font-size:15px;
	text-align:left;
	line-height:21px;
}

h3
{
	font-family:Estrangelo Edessa;
	font-size:20px;
	text-align:left;
	line-height:25px;
	color:Blue;
}

*
{
	margin:0;
	padding:0;
}

.Main_bg
{
	margin-left:auto;
	margin-right:auto;
	width:786px;
}

.header
{
	height:124px;
}

.header_left
{
	float:left;
}

.header_right
{
	background-image:url("_gfx/Header_right.jpg");
	width:180px;
	height:124px;
	float:right;
}

.dropdownmenu
{
}

.dropdownmenu img
{
	border:0;
	display:block;
	float:left;
}

.dropdownmenu a
{
	text-decoration:none;
}

.footer
{
	background-image:url("_gfx/footer.jpg");
	width:786px;
	height:78px;
	clear:both;
}

.footer p
{
	margin-top:5px;
	text-align:center;
	color:White;
	font-weight:bold;
}

.footer p a
{
	color:Highlight;
	text-decoration:none;
}

.footer p a:hover
{
	color:Red;
	text-decoration:underline;
}

/* Homepage content section begin...
/* ============================================================*/
.home_container
{
}

.welcome
{
	background-image:url("_gfx/home/welcome_bg.jpg");
	background-repeat:no-repeat;
	width:482px;
	height:381px;
	float:left;
	display:block;
}

.home_content
{
	margin-left:45px;
	margin-right:75px;
	margin-top:100px;
}

.home_content p
{
	padding-bottom:5px;
}

.home_news
{
	background-image:url("_gfx/home/News_bg.jpg");
	background-repeat:no-repeat;
	width:304px;
	height:381px;
	float:right;
}

.home_news_content
{
	margin-left:35px;
	margin-right:45px;
	margin-top:105px;
}

.home_news_content ul, .home_news_content li
{
	padding-top: 0;
	padding-left: 0;
	list-style-type:none;
}

.home_news_content li
{
	background:url("_gfx/News_bullet.jpg") left top no-repeat;
	float:left;
	padding-left:25px;
}

.home_news_item
{
	width:200px;
	padding-bottom:20px;
}

.banners
{
	width:786px;
	height:131px;
	clear:both;
}

/* ...Homepage content section end
/* ============================================================*/

/* LeftNav section begin...
/* ============================================================*/

.leftnav
{
	float:left;
	width:190px;
}

.leftnav_root
{
	display:block;
}

.leftnav_root a
{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	display:block;
	text-decoration:none;
	color:Highlight;
	background-image:url("_gfx/nav/leftnav_bg.jpg");
	background-repeat:repeat-x;
	background-color:#e6d5b5;
}

.leftnav_root a:hover
{
	text-decoration:none;
	background-color:Maroon;
	background-image:none;
	color:White;
}

.leftnav_border_wrapper_root
{
	border-top: 1px solid #6c5e43;
	border-bottom:1px solid #6c5e43;
}

/* ...LeftNav section end
/* ============================================================*/

.container
{
	clear:both;
	width:786px;
	background-color:#eeebbe;
	margin-left:auto;
}

.content
{
	width:556px;
	float:right;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color:#eeebbe;
}

.content p, .content h3, .content h4
{
	padding-bottom:10px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}


/* Product section begin...
/* ============================================================*/

.productContent
{
	margin: 20px 10px 10px 20px;
}

.productItem
{
	padding-bottom:10px;
}

.productTitle, .productTitleLabel
{
	font-family:Estrangelo Edessa;
	font-size:13px;
	text-align:left;
	line-height:18px;
}

.productTitle
{
	font-weight:bold;
}

.productImage
{
	border:solid 1px black;
}

.productbackbutton
{
	margin-top:10px;
	margin-right:10px;
	display:block;
	float:right;
}

.productbackbutton a
{
	color:Highlight;
	text-decoration:none;
}

.productbackbutton a:hover
{
	color:Red;
	text-decoration:underline;
}

/* ...Product section end
/* ============================================================*/