@charset "utf-8";
/* CSS Document */
img{
	border:none;
}
.menu_list {	
	width: 220px;
}
.menu_head {
	padding: 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
}
.menu_body {
	display:none;
	background: url() bottom repeat-x;

	
}
.menu_body a{
  display:block;
  color:#000;
  background-color:#fff;
  padding-left:0px;
  font-weight:;
  text-align:left;
  text-decoration:none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  padding:4px;

}
.menu_body a:hover{
  color: #333333;
  text-decoration:;
}
#subscribe_box{
	text-align:left;
}
#subscribe_input{
	float:left;
	background-image:url(../images/subscribeBg.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:40px;
	margin-bottom:5px;
}
.subscribe_text{
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:205px;
	border:none;
	border-color: transparent;
	background:none;
	background-color:none;
}

#contact_left{
	float:left;
	width:320px;
}
#contact_right{
	float:left;
	width:150px;
}
.contact_text1{
	font-size:18px;
	font-weight:bold;
}
.contact_text2{
	font-size:24px;
	font-weight:bold;
}
#contact_title{
	float:left;
	width:312px;
	font-size:14px;
	font-weight:bold;
}

#contact_input{
	float:left;
	background-image:url(../images/subscribeBg1.jpg);
	background-repeat:no-repeat;
	width:312px;
	height:44px;
	margin-bottom:5px;
}
.contact_text{
	float:left;
	margin-left:5px;
	margin-top:10px;
	font-size:14px;
	width:298px;
	border-color: transparent;
	border:none;
}

#contact_input_textarea{
	float:left;
	background-image:url(../images/subscribeBg2.jpg);
	background-repeat:no-repeat;
	width:312px;
	height:104px;
	margin-bottom:5px;
}
.contact_textarea{
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-size:14px;
	height:85px;
	width:298px;
	border:none;
	border-color: transparent;

}

#contact_submit{
	float:left;
	width:123px;
}
#social{
	margin-left:500px;
	display:none;
}

