/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/body_bg.gif) 0 0 repeat-x #FFFFF2; 
	color:#676749;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body--------------------*/
#top{
	width:1005px;
	height:70px;
	margin:0 auto;
	padding:8px 0px 0 0px;
	position:relative;
}
#top img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 15px 0 0;
	margin-left:15px;
	float:left;
}
#top p.topDiv{
	display:block;
	width:1px;
	height:46px;
	background:url(../images/top_div.gif) 0 0 repeat-y;
	float:left;
	margin:0 10px 0 10px;
}
#top p.navLeft{
	background:url(../images/nav_left.gif) 0 0 no-repeat;
	width:7px;
	height:24px;
	float:left;
	margin:12px 0 0 0;
}
#top ul{
	width:300px;
	height:24px;
	background:url(../images/nav_bg.gif) 0 0 repeat-x;
	float:left;
	margin:12px 0 0 0;
}
#top ul li{
	float:left;
	border-right:#F8F6B2 solid 1px;
}
#top ul li a{
	display:block;
	padding:0 12px 0 12px;
	font:bold 10px/24px  "Trebuchet MS", vernada, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
}
#top ul li a:hover{
	background:url(../images/nav_arrow.gif) center top no-repeat;
	color:#fff;
	background-color:inherit;
}
#top ul li a.hover{
	display:block;
	padding:0 12px 0 12px;
	font:bold 10px/24px  "Trebuchet MS", vernada, Helvetica, sans-serif;
	background:url(../images/nav_arrow.gif) center top no-repeat;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
}
#top ul li.noBdr{
	border:none;
}
#top p.navRight{
	background:url(../images/nav_right.gif) 0 0 no-repeat;
	width:7px;
	height:24px;
	float:left;
	margin:12px 29px 0 0;
}
#top form{
	width:389px;
	height:53px;
	background:url(../images/serch_bg.gif) 0 0 no-repeat;
	float:left;
	margin:0px 0 0 0;
	padding:0 0 0 10px;
}
#top form input.txtBox{
	width:191px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	float:left;
	font:normal 10px/19px vernada, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	padding:0 0 0 11px;
	margin:16px 0 0 46px;
}
#top form input.go{
	background:url(../images/btn_go.gif) 0 0 no-repeat;
	width:50px;
	height:21px;
	float:left;
	font:bold 10px/21px "Trebuchet MS",vernada, Helvetica, sans-serif;
	color:#fff;
	background-color:#F7F4A1;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	margin:16px 0 0 36px;
}
/*------------------------------------------------top--------------------*/
/*------------------------------------------------header start--------------------*/
#header{
	background:url(../images/header.gif) 0 0 no-repeat;
	width:1005px;
	height:208px;
	margin:0 auto;
	padding:7px 0 0 0;
	position:relative;
}
#header ul{
	width:800px;
	height:38px;
	margin:0 auto;
	padding:0;
}
#header ul li{
	float:left;
}
#header ul li a{
	display:block;
	padding:0 16px 0 16px;
	font:bold 10px/38px  Verdana;
	color:#fff;
	background-color:#2A2A2A;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
#header ul li a:hover{
	background:url(../images/nav_hover.gif) 0 0 repeat-x #330A0A;
	padding:0 15px 0 15px;
	border-left:#D63030 solid 1px;
	border-right:#D63030 solid 1px;
	color:#ECE8C3;
}
#header ul li.home a{
	float:left;
	font:bold 10px/38px  Verdana;
	color:#ECE8C3;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/nav_hover.gif) 0 0 repeat-x #330A0A;
	padding:0 15px 0 15px;
	border-left:#D63030 solid 1px;
	border-right:#D63030 solid 1px;
}
#header ul li.home a:hover{
	display:block;
	padding:0 15px 0 15px;
	font:bold 10px/38px  Verdana;
	color:#fff;
	background-color:#2A2A2A;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
#header img{
	position:absolute;
	left:588px;
	top:50px;
}
#header h1{
    font:bold 16px/30px  Verdana;
	display:block;
	width:560px;
	color:#124E8B;
	height:39px;
	position:absolute;
	top:55px;
	left:17px;
}
#header a.click{
    font:bold 11px/20px Verdana;
	display:block;
	width:560px;
	height:auto;
	color:#666;
	position:absolute;
	left:17px;
	top:80px;
	padding:0;
	margin:0;
}
#header a.click:hover{
	font:bold 11px/20px Verdana;
	color:#454545;
}
/*------------------------------------------------header end--------------------*/

/*------------------------------------------------body start--------------------*/
#body{
	width:1000px;
	margin:0 auto;
	padding:10px 0 0px 0px;
}
/*------------------------------------------------left panel start--------------------*/
#left{
	width:282px;
	border-left:#D4D0C8 solid 1px;
	border-top:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	padding:6px;
	float:left;
}
#left h2{
	display:block;
	width:278px;
	height:auto;
	margin:0 0 9px 0;
	padding:0;
	float:left;
	border-bottom:#D4D0C8 solid 1px;
}
#left p.pic1{
	width:95px;
	height:75px;
	margin:0 8px 13px 0;
	float:left;
}
#left p.pic1 a{
	display:block;
	width:95px;
	height:75px;
	background:url(../images/pic1.gif) 0 0 no-repeat;
}
#left p.pic1 a:hover{
	background:url(../images/pic1_hover.gif) 0 0 no-repeat;
}
#left p.pic2{
	width:95px;
	height:75px;
	margin:0 8px 13px 0;
	float:left;
}
#left p.pic2 a{
	display:block;
	background:url(../images/pic2.gif) 0 0 no-repeat;
	width:95px;
	height:75px;
}
#left p.pic2 a:hover{
	background:url(../images/pic2_hover.gif) 0 0 no-repeat;
}
#left p.pic3{
	width:95px;
	height:75px;
	margin:0 8px 13px 0;
	float:left;
}
#left p.pic3 a{
	display:block;
	background:url(../images/pic3.gif) 0 0 no-repeat;
	width:95px;
	height:75px;
}
#left p.pic3 a:hover{
	background:url(../images/pic3_hover.gif) 0 0 no-repeat;
}
#left p.pic4{
	width:95px;
	height:75px;
	margin:0 8px 13px 0;
	float:left;
}
#left p.pic4 a{
	display:block;
	background:url(../images/pic4.gif) 0 0 no-repeat;
	width:95px;
	height:75px;
}
#left p.pic4 a:hover{
	background:url(../images/pic4_hover.gif) 0 0 no-repeat;
}
#left p.textbox{
	display:block;
	width:152px;
	height:auto;
	padding:10px 10px 0 11px;
	margin:0 0 13px 0;
	float:left;
	background-color:#F5F5E2;
	font:normal 12px/16px  Verdana;
	color:#1D1D1B;
}
#left p.textbox a{
	width:150px;
	background-color:#F5F5E2;
	font:bold 12px/16px  Verdana;
	color:#5F7006;
	text-decoration:underline;
	float:left;
}
#left p.textbox a:hover{
	background-color:#ECECB9;
	color:#1D1D1B;
	text-decoration:none;
}
#left p.textbox1{
	display:block;
	height:auto;
	padding:10px 10px 10px 10px;
	margin:0 0 13px 0;
	float:left;
	background-color:#F5F5E2;
	font:normal 11px/19px  Verdana;
	color:#1D1D1B;
}
#left p.textbox1 a{
	background-color:#F5F5E2;
	font:bold 11px/19px  Verdana;
	color:#5F7006;
	text-decoration:underline;
	float:left;
}
#left p.textbox1 a:hover{
	background-color:#ECECB9;
	color:#1D1D1B;
	text-decoration:none;
}
#left h2.idea{
	display:block;
	background:url(../images/few_ideas.gif) 0 0 no-repeat;
	width:278px;
	height:40px;
	margin:0 0 13px 0;
	padding:0;
	float:left;
}
#left ul{
	width:266px;
	margin:0;
	padding:0;
}
#left ul li{
	background:url(../images/bullet.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	float:left;
}
#left ul li a.link{
	display:block;
	width:255px;
	font:bold 12px/20px  Verdana;
	color:#333;
	background-color:#FFFFF2;
	text-decoration:none;
}
#left ul li a.link:hover{
	color:#1D1D1B;
	background-color:#F5F5E2;
	text-decoration:none;
}
#left ul li a.link1{
	display:block;
	width:255px;
	font:12px/20px  Verdana;
	color:#666;
	background-color:#FFFFF2;
	text-decoration:none;
}
#left ul li a.link1:hover{
	color:#1D1D1B;
	background-color:#F5F5E2;
	text-decoration:none;
}
#left form{
	width:232px;
	height:131px;
	border:#DCDCC1 solid 1px;
	background-color:#fff;
	color:#000;
	padding:0 20px 0 22px;
	margin:35px 0 0 0;
	float:left;
}
#left form h2.mem{
	display:block;
	width:223px;
	font:bold 13px/38px Verdana;
	color:#083F78;
	background-color:#fff;
	background-image:none;
	padding:0;
	margin:0;
	float:left;
}
#left form input{
	width:169px;
	height:16px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	background-color:#fff;
	color:#000;
	margin:0 0 6px 0;
	float:right;
}
#left form label{
	width:48px;
	font:normal 11px/22px Verdana;
	float:left;
}
#left form a.register{
	width:87px;
	font:bold 10px/12px Verdana;
	color:#5F7006;
	background-color:#fff;
	text-decoration:underline;
	float:left;
	margin:3px 0 0 0;
	padding:0;
}
#left form a.register:hover{
	text-decoration:none;
}
#left form p.div{
	display:block;
	width:111px;
	height:10px;
	font-size:0;
	background:url(../images/form_div.gif) 0 0 repeat-x;
	float:left;
}
#left form input.login{
	background:url(../images/btn_login.gif) 0 0 no-repeat;
	width:26px;
	height:10px;
	margin:3px 0 0 0;
	border:none;
	cursor:pointer;
	float:right;
}
	
/*------------------------------------------------left panel end--------------------*/

/*------------------------------------------------right panel start--------------------*/
#right{
	width:692px;
	padding:0 0 0 12px;
	float:left;
}
#right h2{
	width:686px;
	height:40px;
	margin:0 0 12px 0;
	float:left;
	border-bottom:#D4D0C8 solid 1px;
}
#right p.text1{
	width:686px;
	font:normal 12px/16px Verdana;
	margin:0 0 15px 0;
}
#right p.text2{
	width:686px;
	font:normal 12px/16px Verdana;
	margin:0 0 10px 0;
}
#right ul{
	width:686px;
	margin:0;
	padding:0 0 35px 0;
	float:left;
}
#right ul li{
	padding:0;
	float:left;
}
#right ul li a{
	display:block;
	width:686px;
	font:bold 12px/20px  Verdana;
	color:#930000;
	background-color:#FFFFF2;
	text-decoration:underline;
}
#right ul li a:hover{
	color:#1D1D1B;
	background-color:#F5F5E2;
	text-decoration:none;
}
#event{
	width:325px;
	background-color:#fff;
	color:#737373;
	border:#DCDCC1 solid 1px;
	padding:13px 0 18px 12px;
	margin:4px 0 0 0;
	float:left;
}
#event h2{
	display:block;
	border-bottom:#D4D0C8 solid 1px;
	width:315px;
	height:29px;
	margin:0 0 3px 0;
}
#event h3{
	display:block;
	width:320px;
	font:bold 11px/22px  Verdana;
	color:#5F7006;
	background-color:#fff;
	float:left;
	margin-bottom:4px;
	border-bottom:#D4D0C8 dashed 1px;
}
#event p{
	width:320px;
	font:normal 11px/15px  Verdana;
	float:left;
}
#event p.t2{
	width:320px;
	font:normal 11px/14px  Verdana;
	float:left;
	margin:12px 0 8px 0;
}
#event p.t2 a.link2{
	width:75px;
	height:13px;
	font:normal 11px/15px  Verdana;
	margin:0;
	text-decoration:underline;
	color:#737373;
	background-color:#fff;
}
#event p.t2 a.link2:hover{
	color:#000;
	background-color:#FBFBE6;
	text-decoration:none;
}
#event p.more{
	display:block;
	width:30px;
	height:15px;
	background:url(../images/event_div.gif) 0 0 repeat-x;
	padding:0 0 0 239px;
	margin:0 0 0 0;
	border:none;
	float:left;
}
#event p.more a.more-link{
	width:300px;
	height:15px;
	font:bold 10px/15px Verdana;
	color:#930000;
	background-color:#fff;
	text-decoration:none;
	text-align:right;
}
#event p.more a.more-link:hover{
	color:#000;
	background-color:#fff;
}
#event form{
	width:310px;
	margin:0;
	padding:0 0 0 0;
	font-size:0;
}
#event form h2.news{
	width:310px;
	height:30px;
	font:bold 13px/30px  Verdana;
	color:#083F78;
	background-color:#fff;
	text-transform:capitalize;
	background-image:none;
	margin:0;
}
#event form input{
	width:162px;
	height:16px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	background-color:#fff;
	color:#000;
	font:normal 11px/16px  Verdana;
	padding:0 0 0 7px;
	margin:0 0 7px 0;
	float:left;
}
#event form p.div2{
	display:block;
	width:157px;
	height:6px;
	font-size:0;
	background:url(../images/n_letter_div.gif) 0 0 repeat-x;
	float:left;
}
#event form input.go{
	width:12px;
	height:7px;
	background:url(../images/btn_go.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}
#support{
	width:310px;
	background-color:#fff;
	color:#737373;
	border:#DCDCC1 solid 1px;
	padding:10px 12px 15px 12px;
	margin:4px 0 3px 0;
	float:right;
}
#support h2{
	display:block;
	border-bottom:#D4D0C8 solid 1px;
	width:315px;
	height:29px;
	margin:4px 0 3px 0;
}
#support h3{
	display:block;
	width:315px;
	font:bold 11px/22px  Verdana;
	color:#5F7006;
	background-color:#fff;
	float:left;
	margin-bottom:4px;
	border-bottom:#D4D0C8 dashed 1px;
}
#support p{
	display:block;
	width:315px;
	font:normal 11px/15px  Verdana;
	float:left;
	padding:0 0 5px 0;

}
#support p.r-text{
	display:block;
	width:315px;
	font:normal 11px/15px  Verdana;
	border-bottom:none;
	float:left;
	

}
#support p.more-right{
	display:block;
	width:30px;
	height:15px;
	background:url(../images/event_div.gif) 0 0 repeat-x;
	padding:0 0 0 260px;
	margin:0 0 0 0;
	border:none;
	float:left;
}
#support p.more-right a.more-link2{
	width:25px;
	height:15px;
	font:bold 10px/15px  Verdana;
	color:#930000;
	background-color:#fff;
	text-decoration:none;
	display:block;
	float:left;
}
#support p.more-right a.more-link2:hover{
	color:#000;
	background-color:#fff;
}
#support img.banner{
	margin:0;
	padding:0;
	float:left;
    display:block;
}
#support p.banner a.ban-link{
	padding:0;
	margin:0;
}
#support p.banner a.ban-link:hover{
	padding:0;
	margin:0;
}
#event1{
	width:190px;
	background-color:#fff;
	color:#737373;
	border:#DCDCC1 solid 1px;
	padding:13px 0 18px 12px;
	margin:10px 10px 10px 10px;
	float:left;
}
#event1 h2{
	display:block;
	background:url(../images/events.gif) 0 0 no-repeat;
	width:174px;
	height:29px;
	margin:0 0 3px 0;
}
#event1 h3{
	display:block;
	width:180px;
	font:bold 11px/30px  Verdana;
	color:#5F7006;
	background-color:#fff;
	float:left;
	margin:0;
}
#event1 p{
	width:180px;
	font:normal 11px/15px  Verdana;
	float:left;
}
#event1 p.t2{
	width:180px;
	font:normal 11px/14px  Verdana;
	float:left;
	margin:12px 0 8px 0;
}
#event1 p.t2 a.link2{
	width:75px;
	height:13px;
	font:normal 11px/15px  Verdana;
	margin:0;
	text-decoration:underline;
	color:#737373;
	background-color:#fff;
}
#event1 p.t2 a.link2:hover{
	color:#000;
	background-color:#FBFBE6;
	text-decoration:none;
}
#event1 p.more{
	display:block;
	width:25px;
	height:15px;
	background:url(../images/event_div.gif) 0 0 repeat-x;
	padding:0 0 0 144px;
	margin:5px 0 8px 0;
}
#event1 p.more a.more-link{
	width:25px;
	height:15px;
	font:bold 10px/15px  Verdana;
	color:#930000;
	background-color:#fff;
	text-decoration:none;
}
#event1 p.more a.more-link:hover{
	color:#000;
	background-color:#fff;
}
#event1 form{
	width:180px;
	margin:0;
	padding:0 0 0 0;
	font-size:0;
}
#event1 form h2.news{
	width:180px;
	height:30px;
	font:bold 13px/30px  Verdana;
	color:#083F78;
	background-color:#fff;
	text-transform:capitalize;
	background-image:none;
	margin:0;
}
#event1 form input{
	width:162px;
	height:16px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	background-color:#fff;
	color:#000;
	font:normal 11px/16px  Verdana;
	padding:0 0 0 7px;
	margin:0 0 7px 0;
	float:left;
}
#event1 form p.div2{
	display:block;
	width:157px;
	height:6px;
	font-size:0;
	background:url(../images/n_letter_div.gif) 0 0 repeat-x;
	float:left;
}
#event1 form input.go{
	width:12px;
	height:7px;
	background:url(../images/btn_go.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}
#event2{
	width:670px;
	background-color:#fff;
	color:#737373;
	border:#DCDCC1 solid 1px;
	padding:13px 0 18px 12px;
	margin:4px 0 0 0;
	float:left;
}
#event2 h2{
	display:block;
	border-bottom:#D4D0C8 solid 1px;
	width:660px;
	height:29px;
	margin:0 0 3px 0;
}
#event2 h3{
	display:block;
	width:660px;
	font:bold 11px/22px  Verdana;
	color:#5F7006;
	background-color:#fff;
	float:left;
	margin-bottom:4px;
	border-bottom:#D4D0C8 dashed 1px;
}
#event2 p{
	width:660px;
	font:normal 11px/15px  Verdana;
	float:left;
}
#event2 p.t2{
	width:660px;
	font:normal 11px/14px  Verdana;
	float:left;
	margin:12px 0 8px 0;
}
#event2 p.t2 a.link2{
	width:75px;
	height:13px;
	font:normal 11px/15px  Verdana;
	margin:0;
	text-decoration:underline;
	color:#737373;
	background-color:#fff;
}
#event2 p.t2 a.link2:hover{
	color:#000;
	background-color:#FBFBE6;
	text-decoration:none;
}
#event2 p.more{
	display:block;
	width:30px;
	height:15px;
	background:url(../images/event_div.gif) 0 0 repeat-x;
	padding:0 0 0 620px;
	margin:0 0 0 0;
	border:none;
	float:left;
}
#event2 p.more a.more-link{
	width:670px;
	height:15px;
	font:bold 10px/15px Verdana;
	color:#930000;
	background-color:#fff;
	text-decoration:none;
	text-align:right;
}
#event2 p.more a.more-link:hover{
	color:#000;
	background-color:#fff;
}
#event2 form{
	width:310px;
	margin:0;
	padding:0 0 0 0;
	font-size:0;
}
#event2 form h2.news{
	width:310px;
	height:30px;
	font:bold 13px/30px  Verdana;
	color:#083F78;
	background-color:#fff;
	text-transform:capitalize;
	background-image:none;
	margin:0;
}
#event2 form input{
	width:162px;
	height:16px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	background-color:#fff;
	color:#000;
	font:normal 11px/16px  Verdana;
	padding:0 0 0 7px;
	margin:0 0 7px 0;
	float:left;
}
#event2 form p.div2{
	display:block;
	width:157px;
	height:6px;
	font-size:0;
	background:url(../images/n_letter_div.gif) 0 0 repeat-x;
	float:left;
}
#event2 form input.go{
	width:12px;
	height:7px;
	background:url(../images/btn_go.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}
#event3{
	width:170px;
	background-color:#fff;
	color:#737373;
	border:#DCDCC1 solid 1px;
	padding:13px 0 18px 12px;
	margin:10px 10px 10px 10px;
	float:left;
}
#event3 h2{
	display:block;
	background:url(../images/events.gif) 0 0 no-repeat;
	width:160px;
	height:29px;
	margin:0 0 3px 0;
}
#event3 h3{
	display:block;
	width:160px;
	font:bold 11px/30px  Verdana;
	color:#5F7006;
	background-color:#fff;
	float:left;
	margin:0;
}
#event3 p{
	width:160px;
	font:normal 11px/15px  Verdana;
	float:left;
}
#event3 p.t2{
	width:160px;
	font:normal 11px/14px  Verdana;
	float:left;
	margin:12px 0 8px 0;
}
#event3 p.t2 a.link2{
	width:75px;
	height:13px;
	font:normal 11px/15px  Verdana;
	margin:0;
	text-decoration:underline;
	color:#737373;
	background-color:#fff;
}
#event3 p.t2 a.link2:hover{
	color:#000;
	background-color:#FBFBE6;
	text-decoration:none;
}
#event3 p.more{
	display:block;
	width:25px;
	height:15px;
	background:url(../images/event_div.gif) 0 0 repeat-x;
	padding:0 0 0 144px;
	margin:5px 0 8px 0;
}
#event3 p.more a.more-link{
	width:25px;
	height:15px;
	font:bold 10px/15px  Verdana;
	color:#930000;
	background-color:#fff;
	text-decoration:none;
}
#event3 p.more a.more-link:hover{
	color:#000;
	background-color:#fff;
}
#event3 form{
	width:160px;
	margin:0;
	padding:0 0 0 0;
	font-size:0;
}
#event3 form h2.news{
	width:160px;
	height:30px;
	font:bold 13px/30px  Verdana;
	color:#083F78;
	background-color:#fff;
	text-transform:capitalize;
	background-image:none;
	margin:0;
}
#event3 form input{
	width:160px;
	height:16px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	background-color:#fff;
	color:#000;
	font:normal 11px/16px  Verdana;
	padding:0 0 0 7px;
	margin:0 0 7px 0;
	float:left;
}
#event3 form p.div2{
	display:block;
	width:157px;
	height:6px;
	font-size:0;
	background:url(../images/n_letter_div.gif) 0 0 repeat-x;
	float:left;
}
#event3 form input.go{
	width:12px;
	height:7px;
	background:url(../images/btn_go.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
}
/*------------------------------------------------right panel end--------------------*/
/*------------------------------------------------body end--------------------*/

/*------------------------------------------------footer start--------------------*/
#footer-main{
	width:100%;
	height:130px;
	padding:5px 0 0 0;
	background:url(../images/footer_bg.gif) 0 0 repeat-x #84845F;
	color:#fff;
}
#footer{
	width:1005px;
	height:130px;
	margin:0 auto;
	position:relative;
	background:url(../images/footer_logo.gif) 722px 18px no-repeat;
}
#footer ul{
	width:930px;
	position:absolute;
	left:0px;
	top:10px;
}
#footer ul li{
	float:left;
	font:bold 11px/15px vernaba, Helvetica, sans-serif;
	color:#E4E5A0;
	background-color:inherit;
}
#footer ul li a{
	padding:0 7px;
	font:bold 11px/15px  vernaba, Helvetica, sans-serif;
	color:#E4E5A0;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#footer p.copyright{
	font:normal 12px/15px vernaba, Helvetica, sans-serif;
	position:absolute;
	left:2px;
	top:26px;
	color:#E4E5A0;
	background-color:inherit;
}
#footer p.copyright1{
	display:block;
	width:600px;
	height:60px;
	padding:0;
	position:absolute;
	left:2px;
	top:45px;
	font:bold 13px/19px vernaba;
	color:#9A0124;
	background-color:#8E8E6B;
	text-align:left;
}
#footer a.xhtml{
	display:block;
	width:auto;
	height:17px;
	border:#AFAF79 solid 1px;
	font:bold 11px/17px vernaba, Helvetica, sans-serif;
	color:#FD892B;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	position:absolute;
	left:226px;
	top:110px;
}
#footer a.xhtml:hover{
	color:#596A01;
	background-color:#fff;
}
#footer a.css{
	display:block;
	width:auto;
	height:17px;
	border:#AFAF79 solid 1px;
	font:bold 11px/17px vernaba, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	position:absolute;
	left:336px;
	top:110px;
}

#footer a.css:hover{
	color:#596A01;
	background-color:#fff;
}
#footer a.css1{
	display:block;
	width:auto;
	height:17px;
	border:#AFAF79 solid 1px;
	font:bold 11px/17px vernaba, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	position:absolute;
	left:430px;
	top:110px;
}
#footer a.css1:hover{
	color:#596A01;
	background-color:#fff;
}
#footer p.design{
	display:block;
	width:202px;
	height:19px;
	padding:0;
	position:absolute;
	left:0px;
	top:110px;
	font:bold 13px/19px  vernaba, Helvetica, sans-serif;
	color:#596A01;
	background-color:#97976C;
	text-align:center;
}
#footer p.design a.link{
	font:bold 13px/19px "Trebuchet MS", vernaba, Helvetica, sans-serif;
	color:#596A01;
	background-color:#97976C;
	text-decoration:none;
}
#footer p.design a.link:hover{
	color:#000;
	background-color:#F4F4DA;
}
/*------------------------------------------------footer--------------------*/
/*--------feat_prod_box-----------*/
.feat_prod_box{
padding:3px 0 3px 3px;
margin:0 3px 3px 0;
border-bottom:1px #b2b2b2 dashed;
clear:both;
}
.feat_prod_box_details{
padding:3px 0 3px 0;
margin:0 3px 6px 0;
FONT-SIZE: 11px; 
COLOR: #607211; 
FONT-FAMILY: Verdana;
font-weight:bold;
clear:both;
}
.prod_img{
float:left;
padding:0 5px 0 0;
text-align:center;
}
.prod_det_box{
width:170px;
float:left;
padding:0 0 0 3px;
position:relative;
}
.box_top{
width:170px;
height:3px;
background:url(images/box_top.gif) no-repeat center bottom;
}
.box_center{
width:170px;
height:auto;
background-color:#E7E7E7;
}
.box_center p{
width:170px;
height:auto;
font:bold 10px/15px Verdana;
COLOR: #666;
}
.box_bottom{
width:170px;
height:9px;
background:url(images/box_bottom.gif) no-repeat center top;
}
img.pic{
padding:4px;
margin-right:4px;
border:0px  #D8C6B1 solid;
}
img.pic1{
float:left;
padding:10px;
margin-right:10px;
border:1px  #D8C6B1 solid;
}
img.pic2{
float:left;
padding:0px;
border:1px #D8C6B1 solid;
}
img.pic3{
padding:0px;
margin:0px;
border:0px  #D8C6B1 solid;
}
/*------------------------------------------------Email--------------------*/
.contactTxt{
	display:block;
	width:600px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#646464;
	background-color:#FFF9E5;
	color:#5A5A5A;
	border:#D6CEB3 solid 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.errortext {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

.contactMain{
	width:650px;
	float:left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px dotted #929F4B;
	background-color: #FFFFFF;
	height: auto;
}
.bestcontactTxt2{
	width:100%;
	padding:0 0 20px 0;
	font:normal 15px/23px vernaba, Helvetica, sans-serif;
	color:#363636;
	background-color:#fff;
	display:block;
	float:left;
}
.contact_area {
	float: left;
	padding-left: 30px;
}
.contactformsubmit {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 50%;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
	position:absolute;
	left:119px;
}
/*------------------------------------------------Contact--------------------*/
.contactformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 70%;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin: 5px;
	padding: 5px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 500px;
	border: 1px solid #666600;
}

.contactformmessage {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 70%;
	float: left;
	margin: 3px;
	padding: 3px;
}
.contactbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
}
.contactmessagebox {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 170px;
}
.contacttextarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
}
.contacttext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 140px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contactsubmitbutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/btn_login.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 55px;
}

.contacttextleft {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	float: left;
	width: 540px;
}
.contactindicatestext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
	height: 20px;
	width: 550px;
	float: left;
}

.star {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	margin: 3px;
	padding: 3px;
	height: 5px;
	width: 5px;
}


.contacterrortext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.buttonbg {
	background-attachment: scroll;
	background-image: url(../images/buttonbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #FF9900;
	height: 21px;
	font-family: Verdana;
	color: #FFFFFF;
}

/*------------------------------------------------Contact--------------------*/
.submitbutton
 {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/read_more_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin: 5px;
	padding: 5px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 50px;
}
.submittext {
	height: 30px;
	width: 550px;
}

#submitbutton a.more{
	background:url(../images/more_bg.gif) 0 0 no-repeat;
	float:right;
	width:57px;
	height:18px;
	font:bold 11px/18px vernaba, Helvetica, sans-serif;
	color:#1C0206;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	margin:0;
}
#submitbutton a.more:hover{
	color:#6B1420;
	background-color:inherit;
}
.subbtn {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/submit.png);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px none #E6E9CF;
	margin: 2px;
	padding: 2px;
	height: 31px;
	width: 94px;
}
/*------------------------------------------------Textboxon Email--------------------*/

.borderEffect
{
background-color:#FFFFCC;
color:#7A8639;
margin:0px;
padding:0px;
border:1px solid #FFCC00;
}
.borderEffect:hover
{
background-color:#FFCC89;
color:#A05A3D;
margin:0px;
padding:0px;
border:1px solid #A05A3D;
}
/*------------------------------------------------Textbox on Email--------------------*/
/*------------------------------------------------Textbox --------------------*/

.textboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.textboxEffect:hover
{
background-color:#FFFFFF;
color:#929F4B;
margin:0px;
padding:0px;
border:1px solid #7A8639;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Textbox --------------------*/
/*------------------------------------------------Textboxdropdown --------------------*/

.dropdownEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 262px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.dropdownEffect:hover
{
background-color:#FFFFFF;
color:#929F4B;
margin:0px;
padding:0px;
border:1px solid #7A8639;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Textboxdropdown --------------------*/
/*------------------------------------------------Massagebox --------------------*/

.MassageboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 170px;
	width: 350px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.MassageboxEffect:hover
{
background-color:#FFFFFF;
color:#929F4B;
margin:0px;
padding:0px;
border:1px solid #7A8639;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Massagebox --------------------*/
.contactdropdownformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 68%;
	float: left;
	margin: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.submitbuttonarea {
	margin: 5px;
	float: left;
	height: 50px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 110px;
}
