@charset "utf-8";

/* -- BEGIN VERTICAL ALIGN -- */
html, body, #wrapper {
margin: 0;
padding: 0;
border: none;
text-align: center;
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 920px;
margin-top: 0px;
}

/* -- END VERTICAL ALIGN -- */

body{
	background: url(images/sitebg.jpg) top center repeat-x #111111;
	color:#747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


#header{
	margin: 0px;
	width: 920px;
}

		#logo{
			float:left;
			width:350px;
			height:100px;
			text-align:left;
			margin-top: 0px;
		}
		
		#nav{
			float:right;
			text-align:right;
			margin-top:25px;
		}
		#livehelp{
			float:right;
			text-align:right;
			margin-top: 35px;
		}

#content_home{
	width:940px;
	background-repeat:no-repeat;
	background-position:left top;
}
#content_wrap {
	background-color: #fff;	
}
#content{
	min-height:431px;
	width:920px;
	background-repeat:no-repeat;
	background-position:left top;
	text-align: left;
}
	#content_right{
		width:430px;
		float:right;
		padding:10px;
		text-align:justify;
		line-height:18px;
	}
	#content_contact_left{
	width:360px;
	float:left;
	text-align:left;
	line-height:18px;
	margin-left: 10px;
	}
	#content_contact_right{
	width:500px;
	float:right;
	text-align:left;
	line-height:18px;
	}
	
	#content_testi_left{
		width:460px;
		float:left;
		text-align:center;
	}
	#content_testi_right{
		width:460px;
		float:right;
		text-align:center;
	}
	


#footer{
	margin:0px;
}

		#lhgmotp{
	float:left;
	width:400px;
	text-align:left;
		}
		
		#slogan{
			float:right;
			text-align:right;
			background-image:url(images/slogan.png);
			width:304px;
			height:28px;
		}
		
		
		#foot_left{
	float:left;
	text-align:left;
	margin: 10px;
	width:400px;
		}
		
		#foot_right{
	float:right;
	text-align:right;
	margin-top:0px;
	width:320px;
		}
		
/*****************       TEXT AND LINK STYLES          *************************/



.heading_text{
		font-family: 'Yellowtail', Arial, Helvetica, sans-serif;
		color:#600662;
		font-size:26px;
}

.sub_heading {
	color: #600662;
	font-size: 15px;
	font-style: italic;
}

.contact_largetext{
		color:#747474;
		font-size:16px;
}

.foot_text{
			color:#666;
			font-size:10px;
		}

a.text_link:link, a.text_link:visited {
	color: #666;
	text-decoration: none;
}
a.text_link:hover {
	color:#999;
	text-decoration: none;
}

a.footer_link:link, a.footer_link:visited {
	color: #222;
	text-decoration:none;
}
a.footer_link:hover {
	color: #999;
	text-decoration:none;
}

.imgGal {
	width: 90px;
	height: 80px;
	border: 1px solid #cecece;
	padding: 2px;
}
