*
{
	font-family: Arial, Helvetica;
	font-size: 100%;
}

BODY
{
	font-size: 70%;
	text-align: center;
	margin: 0px auto;
	width: 800px;
}
h1
{
	font-size:140%;
	color: #377FA2;
	background: transparent;
}
h2
{
	font-size:110%;
	color: #4BAEDE;
	background: transparent;
}
h3
{
	font-size:100%;
	color: #4BAEDE;
	margin-left: 10px;
	background: transparent;
}
p
{
	text-align:justify;
}
/* ################## Global Section Ends ################# */
#main_container
{
 text-align: left;
 min-height : 700px; /* to prevent site jumping in firefox when scrollbar appears/disappears */
}

/* ################## Header Section Starts ################# */
#headder_container
{
	background: url( '../../images/templates/polybags_header.jpg' ) no-repeat;
	height: 120px;
	width: 800px;
}
/* ################## Header Section Ends ################# */

/* ################## Top Navigation Section Starts ################# */
#top_nav
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	color: #ffffff;
	width: 100%;
	font-weight:bold;
	
}
#top_nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_nav ul li
{
	margin: 0px;
	padding: 16px 10px;
	list-style-type: none;
	float: left;
	background-color: Black;
	border-right: 1px solid #ffffff;
}
#top_nav ul li a
{
	text-decoration: none;
	color: #ffffff;
}
#top_nav ul li a:hover
{
	text-decoration:underline;
	color: #ffffff;
	
}


/* ################## Top Navigation Section Ends ################# */

/* ################## Content Section Starts ################# */
#content_area
{
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px; /*border:1px solid red;*/
}
/* ################## Left Content Section Starts ################# */
#left_content
{
	width: 155px; /* was 205 */
	float: left; /*border:1px solid green;*/
}
#nav_left_img
{
	background: url( '../../images/templates/special_range.gif' ) no-repeat;
	width: 154px; /* was 204 */
	height: 72px; /* was 36 */
}
#left_content ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left_li
{
	width: 152px; /* was 202 */
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 0px;
	background: url( '../../images/templates/symbol1.gif' ) no-repeat;
	background-position: 116px 10px; /* was 170 */
}
.left_li_hover
{
	width: 152px; /* was 202 */
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 0px;
	background: url( '../../images/templates/symbol1_hover.gif' ) no-repeat;
	background-position: 118px 8px;  /* was 170px  10px*/
}
#left_content ul li a
{
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}
/* ################## Left Content Ends ################# */

/* ################## Right Content Starts ################# */
#right_content
{
	width: 629px;  /* was 589 */
	float: right; /*border:1px solid red;*/
}
#righ_text
{
	
	width:100%;
}
#righ_text img
{
	margin:5px;
}
/*#right_img
{
	background: url(  '../../images/templates/star_flash.gif'  ) no-repeat top right;
	height: 178px;
	margin-top: 57px;
	border:1px solid red;
	float:right;
}*/
#right_content form
{
	margin: 0px;
	padding: 0px;
}
.instant_quote
{
	background: url( '../../images/templates/btn_quote.gif' ) no-repeat;
	width: 240px;
	height: 40px;
	border: 0px;
}
.quote_hover
{
	background: url( '../../images/templates/btn_quote_hover.gif' ) no-repeat;
	width: 240px;
	height: 40px;
	border: 0px;
}
.quote_click
{
	background: url( '../../images/templates/btn_quote_down.gif' ) no-repeat;
	width: 240px;
	height: 40px;
	border: 0px;
}
.reorder
{
	background: url( '../../images/templates/btn_reorder.gif' ) no-repeat;
	width: 127px;
	height: 40px;
	border: 0px;
}
.reorder_hover
{
	background: url( '../../images/templates/btn_reorder_hover.gif' ) no-repeat;
	width: 127px;
	height: 40px;
	border: 0px;
}

.submit
{
	background: url( '../../images/templates/btn_submit.gif' ) no-repeat;
	width: 100px;
	height: 40px;
	border: 0px;
}
.submit_hover
{
	background: url( '../../images/templates/btn_submit_hover.gif' ) no-repeat;
	width: 100px;
	height: 40px;
	border: 0px;
}

#more
{
	background:url( '../../images/templates/arrow.gif' ) no-repeat;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding:5px 0px 8px 25px;
	
}
/* ################## Right Content Ends ################# */
/* ################## Content Section Ends ################# */

