/*
--------------------------------------------------------------------------------------------------------------------------
 CSS DOCUMENT STARTS HERE
--------------------------------------------------------------------------------------------------------------------------
 */
body,html{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
	}
#wrapper{
	width:100%;
	}
#page{
	width:900px;
	margin:auto;
	}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	}		
/*
--------------------------------------------------------------------------------------------------------------------------
 HEADER CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------
 */
#header{
	float:left;
	margin-top:12px;
	
	}
#logo{
	float:left;
	margin-bottom:12px;
	}
	
#banner{
	float:right;
	width:450px;
	height:60px;
	text-align:right;
	margin:10px 0 0 0;
	padding-right:20px;
	}

/*
--------------------------------------------------------------------------------------------------------------------------
 HEADER MENU, LINKS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------
 */
 
 /*NAVIGATION_MENU*/

#navigation {
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:37px;
	line-height:37px;
	vertical-align:middle;	
	}
#navigation ul{
	margin:0 0 0 15px;
	padding:0;
	padding-top:0px;
	float:left;
	}
* html #navigation ul{
	margin:0px 0 0 10px;
	padding:0;
	padding-top:0px;
	float:left;
	}
* + html #navigation ul{
	margin:0px 0 0 10px;
	padding:0;
	padding-top:5px;
	float:left;
	}		
#navigation ul li{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	display:inline;
	text-decoration:none;	
	}
#navigation ul li a{
	padding:0px 11px 0 11px;
	color:#fff;
	text-decoration:none;
	}
#navigation ul li a:hover{
	color:#cbfaad;
	text-decoration:none;
	}
#navigation ul li.selected a{
	background-image:url(../images/selected_bg.gif);
	height:37px; 
	background-repeat:repeat-x;
	color:#0b2e52;
	text-decoration:none;
	padding:3px 12px 12px 12px;
	line-height:37px;
	}
* html #navigation ul li.selected a{
	background-image:url(../images/selected_bg.gif);
	height:37px;
	margin-top:4px;	
	background-repeat:repeat-x;
	color:#0b2e52;
	text-decoration:none;
	padding:1px 12px 12px 12px;	
	line-height:37px;
	}
* html #navigation ul li.selected a:hover{
	background-image:url(../images/selected_bg.gif);
	height:37px;
	margin-top:4px;	
	background-repeat:repeat-x;
	color:#0b2e52;
	text-decoration:none;
	padding:1px 12px 12px 12px;	
	line-height:37px;
	}		
#login{
	float:right;
	padding:8px 8px 0  0;
	}
* + html #login{
	float:right;
	padding:2px 8px 0  0;
	}

.arrow_right{
	float:right; 
	padding-right:5px; 
	margin-top:-17px;
	}
* html .arrow_right{
	float:right; 
	padding-right:5px; 
	margin-top:-23px;
	}
* + html .arrow_right{
	float:right; 
	padding-right:5px; 
	margin-top:-23px;
	}


/*
--------------------------------------------------------------------------------------------------------------------------
 BODY CONTENT CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------
 */
#content_area{
	margin:12px 0 0 0;
	}
	
#content{
	width:479px;
	float:left;
	}
	
	* html #content{
	width:459px;
	float:left;
	}
#green_box{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:161px;
	padding-top:7px;
	vertical-align:top;
	}
* html #green_box{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:168px;
	padding-top:0px;
	vertical-align:top;
	}
* + html #green_box{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:169px;
	padding-top:0px;
	vertical-align:top;	
	}
.green_box_padding{
margin-top:0px; 
margin-bottom:0px;
}
* html .green_box_padding{
margin-top:-20px; 
margin-bottom:-22px;
}
* + html .green_box_padding{
margin-top:0px; 
margin-bottom:-6px; 
}
.green_box_padding2{
padding-bottom:10px;
}
* html .green_box_padding2{
padding-bottom:10px;
}
* + html .green_box_padding2{
padding-bottom:4px;
}
.green_box_padding3{
margin-top:0px; 
margin-bottom:-9px; 
}
* html .green_box_padding3{
margin-top:-20px; 
margin-bottom:-22px;
}
* + html .green_box_padding3{
margin-top:0px; 
margin-bottom:-6px; 
}
.height3{
height:53px;
}
* html .height3{
height:53px;
}
* + html .height3{
height:90px;
}
.height4{
height:169px;
}
* html .height4{
height:169px
}
* + html .height4{
height:280px;
}
		
#green_box2{
	background-image:url(../images/green.jpg);
	width:100%;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	min-height:161px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
	}
* html #green_box2{
	background-image:url(../images/green.jpg);
	width:100%;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:161px;
	padding-top:0px;
	padding-bottom:7px;
	vertical-align:top;
	}
#green_box3{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:161px;
	padding-top:7px;
	vertical-align:top;
	}
* html #green_box3{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:161px;
	padding-top:0px;
	vertical-align:top;
	}
* + html #green_box3{
	background-image:url(../images/green.jpg);
	width:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#7caf4e;
	height:169px;
	padding-top:0px;
	vertical-align:top;	
	}		
	
.text_field1{
	margin-right:5px;
	width:170px;
	}
.text_field2{
	margin-right:5px;
	width:230px;
	}
/*.text_field{
	width:190px;
	height:29px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	padding-top:0px;
	margin:5px 5px 5px 0;
	line-height:45px;
	}
* html .text_field{
	width:190px;
	height:45px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	margin:5px 5px 5px 0;
	}
	
* + html .text_field{
	width:190px;
	height:45px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	margin:5px 5px 5px 0;
	background-image:url(../images/bg_dropdown.jpg);
	background-repeat:no-repeat;
	height:31px;
	
	}
.text_field1{
	width:190px;
	height:20px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	padding-top:4px;
	margin:5px 5px 5px 0;
	}
* html .text_field1{
	width:190px;
	height:19px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	padding-top:4px;
	margin:5px 5px 5px 0;
	}	
.text_field2{
	width:280px;
	height:20px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	padding-top:4px;
	margin:5px 5px 5px 0;
	}
* html .text_field2{
	width:280px;
	height:19px;
	border:2px solid #c5e5a8;
	color:#676767;
	font-size:12px;
	padding-top:4px;
	margin:5px 5px 5px 0;
	}	*/
h1{
	font-size:26px;
	color:#071e36;
	font-weight:normal;
	line-height:24px;
	}
h2{
	font-weight:bold;
	color:#003c7b;
	font-size:16px;
	margin:0;
	padding:0;
	}
h3{
	font-weight:bold;
	color:#2154A7;
	font-size:12pt;
	margin:0;
	padding:0;
	}
.grn_text{
	font-weight:bold;
	color:#326f07;
	font-size:12pt;
	margin:0;
	padding:0;
}	
.text1{
	padding-right:20px;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	}
.text2{	
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	}
.text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}		
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;
}

.text4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.text5{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:inherit
}
.text_border{
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
}			
.text_box{
	background-color:#EEF6FF;
	padding:1px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.box_header{
	background-color:#BFD4EA;
	padding:6px 10px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.box_header2{
	background-color:#5b9139;
	padding:6px 0px 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
}
.box_body{
	background-color:#EEF6FF;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.img_left{
	float:left;
	padding-right:10px;
	padding-bottom:20px;
}
.img_left2{
	float:left;
	padding-right:5px;		
}
.img_left3{
	float:left;
	padding-right:5px;
	padding-top:6px;	
}
.prod_cat{
	padding-bottom:4px; 
	color:#2c6902; 
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}		
	
/*LEFT_PANEL CSS*/
#left_panel{
	float:left;
	width:188px;
	margin-right:12px;
	margin-top:-5px;
	}
* html #left_panel{
	float:left;
	width:188px;
	margin-right:12px;
	margin-top:0px;
	}	

#navigation_left{
	/*background-image:url(../images/left_menu_bg.jpg);*/
	height:102px;
	/*background-repeat:repeat-x;*/
	}
#navigation_left ul{
	margin:0;
	padding:0;
	margin-right:12px;
	}
	
#navigation_left ul li{
	display:block;
	height:25px;
	width:168px;
	list-style-type:none;
	font-size:16px;
	color:#fff;
	margin-left:-10px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-weight:bold;	
	}
* html #navigation_left ul li{
	display:block;
	height:25px;
	width:168px;
	list-style-type:none;
	font-size:16px;
	color:#fff;
	margin-left:-10px;
	margin-right:-25px;	
	padding:0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;	
	}	
#navigation_left ul li a{
	display:block;
	width:178px;
	padding-left:10px;
	background-image:url(../images/left_menu_bg_normal.jpg);
	background-repeat:repeat-x;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
	}
#navigation_left ul li a:hover{
	display:block;
	width:178px;
	padding-left:10px;
	background-image:url(../images/left_menu_bg_hover.jpg);
	background-repeat:repeat-x;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	color:#cbeaff;
	text-decoration:none;
	}
#navigation_left ul li a.selected{
	display:block;
	width:178px;
	padding-left:10px;
	background-image:url(../images/left_menu_bg_hover.jpg);
	background-repeat:repeat-x;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	font-size:16px;	
	color:#cbeaff;
	text-decoration:none;
	}
.bg_blue{
    position:relative;
    z-index:0;	
	background-image:url(../images/bg_blue.gif);
	background-repeat:repeat-x;
	color:#003c7b;
	font-size:18px;
	margin-top:5px;
	padding:9px 0 0 15px;
	background-color:#f4f9ff;
	}
* html .bg_blue{
    position:relative;
    z-index:0;	
	background-image:url(../images/bg_blue.gif);
	background-repeat:repeat-x;
	color:#003c7b;
	font-size:18px;
	margin-top:5px;
	padding:5px 0 0 15px;
	background-color:#f4f9ff;
	}	
.left_link ul{
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
	z-index:100;
	}
.left_link ul li{
	list-style-type:none;
	font-size:13px;
	font-weight:bold;
	line-height:12px;
	padding-bottom:5px;
	}
	
	
/*RIGHT_PANEL CSS*/
#right_panel{
	border-left:1px solid #cdcdcd;
	float:left;
	width:220px;
	}
* + html #right_panel{
	border-left:1px solid #cdcdcd;
	float:left;
	width:218px;
	border-top:1px solid #edf5ea;
	}
	
#right_panel_padding{
	padding:12px 0 0 13px;
}
a.link{
	color:#ffffff;
	text-decoration:none;
}
a.link:hover{
	color:#ffffff;
	text-decoration:underline;
}
a.remove_photo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#2154A7;
}
a.remove_photo:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#2154A7;
}	
a.news_link{
	color:#999999;
	text-decoration:underline;
}
a.news_link:hover{
	color:#6c6c6c;
	text-decoration:none;
}

a.left_parent_link{
	font-size:12px;
	text-decoration:none;
	color:#333333;
}
a.left_parent_link:hover{
	font-size:12px;
	text-decoration:underline;
	color:#333333;
}
	
a.small_link{
	font-size:11px;
	text-decoration:none;
	color:#000000;
	font-weight:normal
}
a.small_link:hover{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
}

a.small_link5{
	font-size:11px;
	text-decoration:none;
	color:#2154a7;
	font-weight:normal
}
a.small_link:hover5{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
}

a.small_link1{
	font-size:11px;
	text-decoration:underline;
	color:#000000;
	font-weight:normal
}
a.small_link1:hover{
	font-size:11px;
	text-decoration:underline;
	color:#1d429a;
	font-weight:normal;
}

a.heading_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:normal
}
a.heading_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
}

.small_link2{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
}
a.small_link2{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
}
a.small_link2:hover{
	font-size:11px;
	text-decoration:underline;
	color:#1d429a;
	font-weight:normal;
}	
a.link5{
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:normal
	}
a.link5:hover{
	font-size:12px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
	}	
		
a.selected{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal;
	
	}
a.selected:hover{
	font-size:11px;
	text-decoration:none;
	color:#1d429a;
	font-weight:normal
	}
	
a.header_link{
	font-size:12px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
a.header_link:hover{
	font-size:12px;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	}
	
a.link1{
	font-size:14px;
	text-decoration:none;
	color:#666666;
	font-weight:normal
	}
a.link1:hover{
	font-size:14px;
	text-decoration:none;
	color:#666666;
	font-weight:normal
}

a.link2{
	font-size:14px;
	text-decoration:none;
	color:#2154A7;
	font-weight:bold;
	}
a.link2:hover{	
	font-size:14px;
	text-decoration:none;
	color:#2154A7;
	font-weight:bold;
}		
/*
--------------------------------------------------------------------------------------------------------------------------
 FOOTER CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------
 */
#footer_bg{
	background-image:url(../images/footer_bg.gif);	
	background-repeat:repeat-x;
	background-color:#4d4d4d;	
	}
#footer_menu ul{
	margin:0;
	padding:0;
	}
* html #footer_menu ul{
	margin:0;
	padding-left:15px;
	}	
#footer_menu ul li{
	list-style-type:none;
	color:#fff;
	text-decoration:none;
	padding:12px 10px;
	display:inline;
	float:left;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	}
#footer_menu ul li a{
	color:#fff;
	text-decoration:none;
	}
#footer_menu ul li a:hover{
	color:#fff;
	text-decoration:underline;
	}
/*------------------------*/
#footer_menu2{
	display:block;
	width:900px;
	text-align:center;
	margin:0;
	padding:0 0 10px;	
	}
#footer_menu2 ul{
	margin:0;
	padding:0;
	/*padding-left:8px;*/
	}
* html #footer_menu2 ul{
	margin:0;
	/*padding-left:15px;*/
	}	
#footer_menu2 ul li{
	list-style-type:none;
	color:#fff;
	text-decoration:none;
	padding:2px 2px;
	display:inline;	
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	}
#footer_menu2 ul li a{
	color:#fff;
	text-decoration:none;
	}
#footer_menu2 ul li a:hover{
	color:#fff;
	text-decoration:underline;
	}
.footer_text{
	width:880px;
	margin:10px auto 5px;
	padding:0px 10px 15px;
	font:10px Arial, Helvetica, sans-serif;
	/*color:#D6D6D6;*/
	line-height:16px;
}	
/*--------------------*/		
#copy_right{
	color:#aeaeae;
	text-transform:uppercase;
	float:right;
	margin:12px 10px 0 0;
	}
.height1{
	height:10px;
	width:100%;
	overflow:hidden;
}
.height2{
	height:20px;
	width:100%;
	overflow:hidden;
}
.big_text_green{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #5a9138;
	font-weight:bold;
	}
.big_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight:bold;
	padding-bottom:10px;
	}
.big_text2{	
	padding:2px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	}
* html .big_text2{	
	padding:8px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	}
.big_text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight:normal;
	padding-bottom:0px;
	}
.grn_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2f6e05;
	font-weight:bold;
	text-decoration:none;
	}				
a.grn_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2f6e05;
	font-weight:bold;
	text-decoration:none;
	}
a.grn_text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2f6e05;
	font-weight:bold;
	text-decoration:none;
	}	
/*-----------------------------------------------------------------------------------------------------------------------*/
.btn_back{
background-color:#b2b065;
font:14px Arial, Helvetica, sans-serif;
font-weight:500;
color:#100800;
border:0px;
padding:2px 10px;
margin-right:1px;
cursor:pointer;
}
* html .btn_back{
background-color:#b2b065;
font:14px Arial, Helvetica, sans-serif;
font-weight:500;
color:#100800;
border:0px;
padding:2px 4px;
margin-right:1px;
cursor:pointer;
}
* + html .btn_back{
background-color:#b2b065;
font:14px Arial, Helvetica, sans-serif;
font-weight:500;
color:#100800;
border:0px;
padding:2px 4px;
margin-right:1px;
cursor:pointer;
}
.balance{
 	clear:both;
}
.border_header{
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-color:#6999C9;
color:#fff;
font-weight:bold;
padding:5px 0 5px 5px;
}
.border_header_last{
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-color:#6999C9;
color:#fff;
font-weight:bold;
padding:5px 0 5px 5px;      
}
.border_text{
border-left:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-color:#F1F8FF;
padding:5px 0 5px 5px;
}
.border_text_last{
border-left:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
background-color:#F1F8FF;
padding:5px 0 5px 5px;
}	
