div.btn{
	float: left;
	width: 17px;
	
}
div.email{
	clear: both;
	float: left;
	padding: 10px 0px 0px 0px;
}
div.email_arrow{
	float: left;
	width: 5px;
	padding-top:5px;
	padding-left: 5px;	
}
div.email_input{
	float:left;
	padding-left: 2px;
	padding-top:8px;
}
div.email_input #textbox{
	width: 160px;
	height: 16px;
	font-size: 11px;
	text-align: center;
}
div.email_img{
	float:right;
	width:46px;
	padding-top:8px;
	padding-right:5px;
}
div.email_text{
	float: left;
	color: #ffffff;
	height: 25px;
	font-size: 11px;
	padding-left:5px;
}

/******** middle1 **********/
div.middle_left{
	float:left; 
	padding: 10px 0 0 15px;
}
div.middle_right{
	float:left; 
	padding-left: 10px;
	padding-top: 10px;
}
div.middle_right2{
	float:left; 
	padding-top: 20px;
}

/******** middle2 **********/
div.middle2_left{
	clear: both;
	float: left; 
	width: 46%;
}
div.middle2_center{
	float: left;
	width: 4%;
}

div.middle2_right{
	float:left;
	width: 46%;
	
}
.middle2_right_text a{
	padding:0 0 0 10px;
	margin: 0;
	color: #c8c8c8;
	font-size: 11px;
	text-decoration: none;	
	list-style: none;
	background:url(../images/bullet5.gif) 0em 0.5em no-repeat; /* change background em accordingly */
}
.middle2_right_text  a:hover {
	padding:0 0 0 10px;
	margin: 0;
	color: #F92088;
	font-size: 11px;
	text-decoration: none;
	background:url(../images/bullet4.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	list-style: none;
}
.middle2_right_text  br {
	clear:both;
}
.middle2_right_text li{
	margin-top: -3px;
	list-style: none;
	padding:0;
	border:0;
	float:left;
}
.middle_left_text{
	color: #c8c8c8;
	font-size: 12px;
}
.middle_left_text_link{
	color: #FED700;
	font-size: 10px;
}
.middle2_title{
	float:left;
	color: #ffffff;
	font-size: 16px;
	padding:0px;
	border-bottom: 1px solid;
}
.middle2_img{
	float: left; 
	width: 2px;
	height: 2px;
	background-image:url("../images/bullet4.gif");
}
.title_img{
	float: left; 
	width: 10px;
	margin-top: 3px;
}

/************ main_head *************/
div.main_head{
	float:right;
	padding-bottom: 70px;
	padding-right: 20px;
	height: 10px;
}

a.head_text:hover span,a.head_text:hover{
	color: #FFFFFF;
	background:#26A1DC;
}
a.head_text span{
	color: #26A1DC;
	padding-top: 0px;
	text-decoration: none;
	height: 25px;
	font-size: 12px;
}
.head_text{
	color: #26A1DC;
	padding-top: 0px;
	text-decoration: none;
	height: 25px;
	font-size: 12px;
	cursor: pointer;
	
}
.inter_text{
	color: #FFFFFF;
	padding-top: 0px;
	text-decoration: none;
	height: 25px;
	font-size: 12px;	
}
/********* Home menu ***********/
.home_menu {
	clear: both;
	line-height: normal;
	font-size: 13px;
	float:left;
}

.home_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home_menu li {
	clear: both;
	margin: 0;
	padding: 2px 0 0 0 ;
}

.home_menu a, .home_menu a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 0 0 8px;
	font-weight: bolder;
}

.home_menu a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */  
	position: relative;
    top: 1px;
    z-index: 2;	
}

.home_menu a:link, .home_menu a:visited {
    color: #5F5F5F;
}

.home_menu a:hover {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #ffffff;
	text-decoration: none;
}

.home_menu a span.menu2 {
	padding: 1px 0 0 0;
    height: 32px;
	line-height: 28px;
    background: url(../images/button_unclick_bg.jpg) repeat-x;
	width: 220px;
}

.home_menu a:hover span.menu2 {
    padding: 1px 0 0 0;
    height: 32px;
    color: #ffffff;
	line-height: 28px;
	background: url(../images/button_click_bg.jpg) repeat-x;
	width: 220px;
}
.home_menu a span.menu1 {
    padding: 1px 0 0 0;
    width:25px;
    height: 32px;
    background: url(../images/button_unclick_front.gif) no-repeat;
}

.home_menu a:hover span.menu1 {
    padding: 1px 0 0 0;
    height: 32px;
	width:25px;
    color: #ffffff;
	background: url(../images/button_click_front.gif) no-repeat;
}
.home_menu a span.menu3 {
	padding: 1px 0 0 0;
    height: 32px;
	width: 15px;
    background:  url(../images/button_unclick_back.gif) no-repeat;
}
.home_menu a:hover span.menu3 {
    padding: 1px 0 0 0;
    height: 32px;
	width: 15px;
    color: #ffffff;
	background:  url(../images/button_click_back.gif) no-repeat;
}

.home_menu a:hover, .home_menu a:focus, .home_menu a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.middle_bg{ 
background: url(../images/bg.jpg) repeat-x top center #767678;
}