/* author: Phuc Thieu */
body{
	background-color: #993300;
	margin: 0px;
	height: 100%;
	font-family: arial, verdana;
	font-size: 12px;
	padding: 0px;

}
.masterbody{
	width:800px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;

	border-left: solid 10px #000000;
	border-right: solid 10px #000000;
	background-color: #ffffff;

}


.banner{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}


.masterbody div{
	margin-left: auto;
	margin-right: auto;

}

.leftcol{
	position: relative;
	float: left;
	width: 40% !important;
	/*padding: 25px 15px 10px 15px;
	background-color: #ccffcc;*/
	font-size: 14px;
}
.leftcol img{
	margin-bottom: 20px
}

.rightcol{
	float: right;
	width: 50% !important;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}

.rightcol img{
	margin-right: auto;
	margin-left: auto;
	
	display: block;
}

.internalRoundDiv{
	background-color: #ccffcc;
	width: 100%;
	
}

/* TEST
.leftcol, .rightcol{	border: solid 1px yellow;}*/


.content{
	padding: 10px;
	width: 740px;
}



a{text-decoration: none; color:#993300 }
a:hover{cursor: pointer; color: #669966;}

.menu{
	font-size: 20px;
	padding: 10px 0px 25px 10px;
}

.menu a, .footer a{
	margin-right: 15px;
}

ul{
 margin-top: 0px;
 padding-top: 0px;
}

ul li{
	 margin-left: -10px;
}

.tlcorner{
	background: url('./images/backintouchtlcorner.gif');
	position: absolute; top: 0;	left: 0;
}
.trcorner{
	background: url('./images/backintouchtrcorner.gif');
	position: absolute;	top: 0;  right: 0;
}
.blcorner{
	background: url('./images/backintouchblcorner.gif');
	position: absolute;
	bottom : 0;
  	left : 0;
}
.brcorner{
	background: url('./images/backintouchbrcorner.gif');
	position: absolute;
	right : 0;
  	bottom : 0;
}
.tlcorner, .trcorner, .blcorner, .brcorner{
	background-repeat: no-repeat;background-color: #fff; display: block;
	width: 20px; height: 20px;

	/*margin-bottom: -1px;  IE */

}
.trcorner, .brcorner{
	/*margin-right: -1px;  IE */
}

.centerWithinCol{

}

.footer{
	margin: 50px auto 15px auto;
	text-align: center;
}

.testimonialSampleDiv{
	font-style: italic; font-size: 18px; font-family: Times New Roman;
}

.roundboxContent{
padding: 25px 15px 20px 15px;
}

.minCol{
width: 40%;
float: left;
clear: both;
}

.priceCol{

width: 20%;
float: left;
}
