/*  menu
--------------------------------*/
#menu a.menuItem#navContact {
	background-position:right -114px;
}

#menu a.menuItem#navContact span {
	color:#ffffff;
	background-position:left -114px;
}

/*  
--------------------------------*/
#contactInfoWrapper {
	float:left;
	width:650px;
}

#contactInfo {
	padding:15px;
	overflow:hidden;
	height:400px;
}

#feedBackContainer {
	/*
margin-top:20px;
*/
	float:right;
	width:320px;
}

#feedBackWrapper {
	height:430px;
}

#feedBackHead {
	font-weight:bold;
	color:#34cb60;
}

#feedBackContainer form label {
	display:block;
	margin-bottom:20px;
}

#feedBackContainer form label span {
	width:80px;
	float:left;
	text-align:justify;
	padding-right:5px;
}

#from, #to, #subject {
	width:200px;
	border:1px solid #e1e1e1;
	display:block;
	clear:both;
}

#emailContent {
	border:1px solid #e1e1e1;
	width:200px;
	height:150px;
}

#submitFeedback {
	font-weight:bold;
	color:#333333;
	float:right;
	height:30px;
	line-height:30px;
	width:56px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:url(../img/ver2/submit.gif) no-repeat top left;
	cursor:pointer;
}

#submitFeedback:hover {
	color:#0085CF;
}

#feedbackForm {
	padding:15px;
	overflow:hidden;
}

#contactImg {
	float:right;
	margin:90px 0 0 30px;
}
		