/* Use for text and etc. */
body {
	background:#DEBB5C url(../imgs/common/background_gradient.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

/* NAVIGATION LINKS */
.navigation-links1 {font-size: 12px}

a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}

a:hover { text-decoration: underline; }


/* BODY TEXT ELEMENTS */
.firstpageline1 {font-size: 11px}

.home-statement1 {
	font-size: 14px;
	font-weight:bold;
	line-height:250%;
	color:#000000;
}

.body-text1 {font-size: 12px}
.body-text2 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.body-heading1 {font-size: 18px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
.body-sub-heading1 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }


/* BODY BACKGROUND */


.home-powered-by-tech1 {
	background: #F5F5F5;
	border: 1px solid #999999;
}

.home-service-heading-section1 {
	background: #FFFFFF;
	border: 1px solid #999999;
}
.home-service-section1 {
	background: #EEDFE6;
	border: 3px solid #999999;
}

.prices-body-heading1 {
	background: #C9B58D;
	border: 1px solid #666666;
}

.prices-body-contentpad1 {
	background: #D8CFBE;
	border: 1px solid #666666;
}

.prices-body-contentpad2 {
	background: #E4DED3;
	border: 1px solid #666666;
}
/* HOME PAGE BULLETS */
#home_bullets1 ul {
	padding-left: 5px;
	margin: 0px 5px 15px 5px;
}

#home_bullets1 li {
	font-size: 13px;
	font-weight:bold;
	list-style-type: none;  
	color:#333333;
	background: url(images/bullets/checkmark_red_1.gif) left center no-repeat;
	line-height:220%;
	padding-left: 30px;
	margin-top: 4px;
}