*
{
	margin: 0px;
	padding: 0px;
}

body
{
	padding: 1px 0px 25px;
	
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a
{
	/*color: #4e6200;#6f8c00*/
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: #CD2B28;
	text-decoration: none;
}

input:hover
{
	background: #E7E7FF;
	color: Black;
}

img
{
	border: none;
}

ul
{
	list-style-type: none;
}

li
{
	list-style-type: none;
}

p
{
	margin: 6px 0px 10px;
	text-align: justify;
	line-height: 14px;
}

.clearthis
{
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}

input.text
{
	padding: 2px 0px;
	color: #415005; 
	border: #576c04 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.chkBox
{
border :none !important;	
}
#body_wrapper
{
	margin: 0px auto;
	padding: 3px 0px;
	width: 786px;
	background-color: #fff;
	color: inherit;
}
#page_header h1
{
	width: 230px;
	height: 55px;
	background: url(  '../Images/Company_logo22.gif' ) no-repeat 0% 50%;
	float: left;
}

#container
{
	margin: 0px 3px;
	background-color: #90b304;
	color: inherit;
	text-align: left;
}

.thumbnail
{
	margin: 8px 7px 5px 0px;
	float: left;
}


/* Page Header */

#page_header
{
	height: 55px;
	border: solid:3px:red;
	color: inherit;
	overflow: hidden;
	padding: 0px;
}



/* Page Search */

#page_search
{
	margin: 15px 15px;
	width: 200px;
	float: right;
	font-weight: bold;
}

#page_search h3
{
	padding-top: 5px;
	float: left;
	font-size: 11px;
	color: #fff;
}

#page_search input
{
	margin: 2px 3px 0px 7px;
	width: 120px;
	float: left;
}

#page_search input.button
{
	margin: 1px;
	padding: 0px;
	width: 21px;
	height: 19px; /*background:url('Images/search_button.gif') no-repeat; 	background-color:#4E89B7;*/
	border: none;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}


/* Main Area */

#mainarea
{
	width: 780px;
	background: url(  '../Images/main_image.jpg' ) no-repeat;
}

#mainarea_2
{
	margin-top: 260px;
	width: 780px;
	background: url(  '../Images/categorymenu_bg.gif' ) repeat-y 706px 706px;
}


/* Navigational Menu */

#navmenu
{
	width: 780px;
	height: 42px;
	overflow: hidden;
}

#navmenu li
{
	float: left;
	padding-right: 34px;
	height: 42px;
	background: url(  '../Images/navmenu_background.gif' ) no-repeat;
}

#navmenu li#menu_4
{
	padding-right: 26px;
}

#navmenu li#menu_5
{
	padding: 0px;
	background: url(  '../Images/navmenu_background_5.gif' ) no-repeat;
}
/* Main Content */

#maincontent_1
{
	padding: 39px 158px 33px;
	background: url(  '../Images/content_bg_top.jpg' ) no-repeat 158px 28px;
}

#maincontent_2
{
	padding-top: 5px;
	width: 463px;
	background: url(  '../Images/content_bg.jpg' ) repeat-y;
}

#maincontent_3
{
	padding: 0px 18px 10px 23px;
	background: url(  '../Images/content_bg_bot.jpg' ) no-repeat 0px 100%;
	text-align: left;
}

.link_details
{
	font-size: 10px;
	font-weight: bold;
}


/* Featured Products */

#featured
{
	width: 205px;
	float: left;
}

#featured h2
{
	height: 17px;
	background: url(  '../Images/featured_header.gif' ) no-repeat;
}


#designby
{
	margin-top: 12px;
	float: left;
	width: 250px;
	font-size: 10px;
}


.menuItem
{
	border: 1px solid #2F4F4F;
	color: Black; /* background-color: #2E4d7B;*/
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 1px;
	cursor: pointer;
}

.menuItem hover
{
	background-color: #fff;
	text-decoration: underline;
}

.menuItemSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 1px;
	cursor: pointer;
}
/*Textbox Watermark*/

.unwatermarked
{
	background-color: #FFFFFF;
	
}

.watermarked
{
	background-color: #FFFFFF;
	color: gray;
	
}

