﻿body 
{
	font-family: Arial, Sans-Serif;
}

div.page-container 
{
	margin-top:-20px;
	width:1000px;
    height:auto;
	margin-left:auto;
    margin-right:auto;
}

div.header 
{
	width:1000px;
	height:145px;
    background-image:url('images/header.gif');
    background-repeat:no-repeat;
}

div.leftContent 
{
	float:left;
	width:185px;
	height:auto;
	padding-top:46px;
	background-image:url('images/products_menu/products_header.gif');
	background-repeat:no-repeat;
}

div.searchBox 
{
	width:173px;
	height:30px;
	background-color: #848484;
	font-size:8pt;
	float:left;
	padding-left:3px;
}

div.search_button
{       	
	width:25px;
	height:25px;
	border-style:none;
	cursor:pointer;
	float:left;
	margin-top:4px;
	margin-left:3px;
	background-color:Transparent;
	 
}

div.search_textbox
{
	 margin-top:6px;
	 float:left;
	 width:140px;
	 height:25px;
	 font-size:8pt;
	 background-color:Transparent;
}

.categories_menu
{
	width:185px;
    height:auto;
    float:left;
}

div.mainMenu 
{
	width:811px;
	height:37px;
	float:left;
}

div.main-content 
{
	width:649px;
	height:600px;
	margin-top:10px;
	float:left;
}

div#rightContent
{
	width:153px;
	height:auto;
	float:right;
	margin-top:10px;
}

div.footer 
{
	float:left;
	width:1000px;
    height:850px;
    text-align:right;
    margin-bottom:10px;
    margin-top:20px;
    font-size:12pt;
}

div.heading
{	
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	padding-top:6px;
	font-family:  Verdana, Arial, Sans-Serif;
	color: Black;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 10pt;
	font-weight:bold;
	
	height:35px;
	margin-left:-1px;
}

