/*==============================================*/
/* MAIN TAG STYLES								*/
/*==============================================*/
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:25px;
	color:#333;
	margin-top:5px;
	}
	
/*==============================================*/
/* CONTAINER STYLES								*/
/*==============================================*/
div#site{
	position:relative;
	margin:0 auto 0 auto;
	width:1000px;
	}



	
div#LHS{
	position:relative;
	float: left;
	/*top: 0px;
	left: 0px;*/
	width:200px;
	height: 150px;
	}
div#RHS{
	position:relative;
	width:800px;
	float: right;
	/*top: 0px;
	left: 201px;*/
	height: 150px;
	background-image:url(/img/rhs-top-800w150h.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*border: 1px solid #aaa;*/
	}
div#content{
	position:relative;
	width:1000px;
	background-image: url(/img/content-bg-drop-shadow1000.jpg);
	clear:both;
	}
div#head-text-1	{
	position:absolute;
	top: 75px;
	left: 268px;
	font-size:50px;
	font-weight:900;
	color:#FFFFFF;
	line-height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
	}
div#head-text-2	{
	position:absolute;
	top: 148px;
	left: 411px;
	font-size:50px;
	font-weight:900;
	color:#6c1d56;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 70px;
	z-index:2;
	}

div#content-LHS-main{
	position:relative;
	float:left;
	width:720px;
	background-image: url(/img/content-bg-drop-shadow.jpg);
	}
div#content-RHS-main{
	position:absolute;
	width:280px;
	left: 720px;
	/*float: right;*/
	}
div#RHS-header{
	position:relative;
	height: 87px;
	background-image:url(/img/280hx87wsky.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	
	}

div#RHS-main{
	position:relative;
	padding-top: 5px;
	}
div#testimonial{
	position:relative;
	padding-top: 40px;
	}
.testimonial-text{
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	}
.pr5{
	padding-right: 5px;
	}

div#content-menu{
	position:relative;
	float:left;
	width:200px;
	}
div#text{
	position:relative;
	float:right;
	width:520px;
	}
div#text-header{
	position:relative;
	width:520px;
	height: 87px;
	background-image:url(img/520hx87wsky.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
div#text-main{
	position:relative;
	width:520px;
	}
div#footer{
	position:relative;
	clear:both;
	width: 1000px;
	height: 50px;
	background-image:url(img/footer-gb.jpg);
	background-repeat:repeat-x;
	background-position: top;
	}
.tr-menu-link{
	background-image:url(img/link-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
.menu-link{
	font-size:14px;
	color:#FFFFFF;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	}
.menu-link:hover{
	font-size:14px;
	color:#CCCCCC;
	text-decoration: underline;
	}
.body-link{
	color:#006600;
	text-decoration: none;
	}
.body-link:hover{
	color:#333333;
	text-decoration: underline;
	}
.pl5{
	padding-left:5px;
	}
.h1{
	font-size:16px;
	color:#333333;
	line-height: 30px;
	font-weight:bold;
	}
.cpy{
	line-height: 40px;
	font-size:9px;
	}
.h2{
	font-size:14px;
	color:#003300;
	font-weight:bold;
	line-height: 25px;
	}
.support{
	color:#003300;
	font-size:11px;
	}
.bullet-line{
	background-image:url(img/bullet.gif);
	background-repeat:no-repeat;
	background-position: left;
	line-height: 30px;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	padding-left: 50px;
	}
