/* @group global */

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

body {
	font-family: Arial, sans-serif;
	background-color: #fbfbfb;
	color: #3f3f3f;
	background-image: url('../images/body_gradient.png');
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

h5, h6 {
	background-repeat: no-repeat;
}

/* @end */

/* @group nav */

#nav_wrapper {
	background-color: #90aec5;
	background-image: url('../images/nav_wrapper_gradient.png');
	background-repeat: repeat-x;
	height: 31px;
}

#nav {
	width: 960px;
	margin: auto;
}

#nav ul {
	float: right;
	width: 594px;
	background-image: url('../images/nav_ul_gradient.png');
}

#nav li {
	float: left;
	border-left: 1px solid #afc4d6;
	background-repeat: no-repeat;
}


#nav li a {
	display: block;
	position: relative;
	height: 31px;
	font-size: 11pt;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

li#home, li#home a {
	background-image: url('../images/home.png');
	width: 69px;
}

li#customerlogin, li#customerlogin a {
	background-image: url('../images/customerlogin.png');
	width: 119px;
}

li#deployment, li#deployment a {
	background-image: url('../images/deployment.png');
	width: 140px;
}

li#online, li#online a {
	background-image: url('../images/online.png');
	width: 109px;
}

li#links, li#links a {
	background-image: url('../images/links.png');
	width: 71px;
}

li#contact, li#contact a {
	background-image: url('../images/contact.png');
	width: 79px;
}

li#contact {
	border-right: 1px solid #afc4d6;
}

/* @end */

/* @group header */

#header_wrapper {
	background-color: #bcb5a4;
	background-image: url('../images/header_gradient.png');
	height: 225px; }

#header {
	width: 960px;
	margin: auto;
	color: #3f729f;
}

#logo {
	position: relative;
	top: -22px;
	margin-bottom: -22px;
	font-size: 20pt;
	width: 81px;
	height: 54px;
	background-image: url('../images/logo.png');
}

#logo a {
	color: #3f729f;
	display: block;
	position: relative;
	text-indent: -9999px;
	width: 82px;
	height: 55px;
	overflow: hidden;
}

#welcome {
	width: 411px;
	height: 28px;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 29px;
	background-image: url('../images/welcome.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#we_service {
	width: 424px;
	height: 35px;
	font-size: 9pt;
	margin-top: 25px;
	position: relative;
	background-image: url('../images/we_service.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#call_us {
	width: 257px;
	height: 19px;
	font-size: 9pt;
	margin-top: 27px;
	background-image: url('../images/call_us.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#rotator_wrapper {
	float: right;
	margin-bottom: -131px;
	position: relative;
	top: 26px;
	width: 460px;
	height: 332px;
	padding: 7px 7px 17px 17px;
	background-image: url('../images/rotator_background.png');
	background-repeat: no-repeat;
	z-index: 1;
}

#rotator img {
	width: 460px;
	height: 332px;
}

#rotator {
	position: relative;
	width: 460px;
	height: 332px;
	overflow: hidden;
}

#glow {
	float: right;
	height:  224px;
	width: 50%;
	padding-right: 100px;
	margin-bottom: -224px;
	background-image: url('../images/back_glow.png');
	background-repeat: no-repeat;

}

/* @end */

/* @group page_wrapper */

#page_wrapper {
	width: 960px;
	margin: auto;
}

/* @end */

/* @group quick_links */

#quick_links {
	height: 134px;
	width: 470px;
	position: relative;
	top: -134px;
	margin-bottom: -75px;
	float: left;
}

#quick_links h3 {
	color: #3f729f;
	padding-top: 15px;
	font-size: 14pt;
	font-weight: normal;
}

#quick_links_wrapper {
	background-color: #d0cfcb;
	height: 134px;
	margin-top: 14px;
	width: 100%;
	position: relative;
}

#quick_links_wrapper2 {
	height: 134px;
	width: 503px;
	background-color: #d7d7d7;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	z-index: 0;
}

#quick_links ul {
	float: left;
	line-height: 1.2;
	margin-top: 6px;
}

#quick_links #quick1 {
	width: 140px;
}

#quick_links #quick2 {
	width: 160px;
}

#quick_links #quick3 {
	width:  170px;
}

#quick_links a {
	color: #141414;
	font-size: 9pt;
}

#quick_links a:hover, #quick_links a:focus {
	text-decoration: underline;
}

/* @end */

/* @group content layout */

#sub_content {
	float: left;
	width: 220px;
	clear: left;
}

#main_content {
	float: right;
	width: 650px;
}

/* @end */

/* @group sub_content */

#sub_content h4 {
	color: #3f729f;
	font-size: 14pt;
	font-weight: normal;
	background-color: #bac4cd;
	line-height: 30pt;
	padding-left: 10px;
	margin-bottom: 15px
}

#sub_content a {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	padding-top: .45em;	 
	color: #3f729f;
}

#reman_link {
	margin-top: 12px;
}

#news {
	margin-bottom:  40px;
}

#news img {
	float: left;
	padding-right: 20px;
	margin-top:  .25em;
	margin-bottom: 20px;
}

#news p {
	font-size: 8pt;
	line-height: 1.4;
	margin-bottom: 20px;
}

#repair_services p {
	font-size: 8pt;
	line-height: 1.4;
	padding-bottom: 20px;
}

#repair_services span {
	color: #aea28c;
	display: block;
	font-weight: bold;
	padding-bottom: .2em;
	font-size: 9pt;
}

#testimonials p {
	font-size: 9pt;
	margin-bottom: 20px;
}

#testimonials blockquote p {
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 1.5;
}

#testimonials p span {
	font-size: 8pt;
	color: #3f729f;
	font-weight: bold;
	line-height: 1.6;
}

/* My Comment */

/* @end */

/* @group main_content */
#main_content p {
	font-size: 9pt;
	line-height: 1.6;
}

#main_content h5 {
	text-indent: -999px;
}

#main_content .read_more {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	position: relative;	 
	color: #3f729f;	
}

#who_is {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 20px;
}

#who_is h5 {
	font-size: 12pt;
	font-weight: normal;
	height: 22px;
	width: 314px;
	margin-bottom: 20px;
	background-image: url('../images/what_is.png');
}

#who_is p {
	margin-bottom: 15px;
}

#who_is p#call_today {
	font-weight: bold;
	margin-bottom: 12px;
}

#who_is ul {
	line-height: 1.6;
	color: #3f729f;
	font-size: 10pt;
}

#featured {
	
}

#featured h5 {
	width: 420px;
	height: 22px;
	background-image: url('../images/featured_services.png');
	margin-top: 30px;
}

#featured span {
	display: block;
	margin-top: 25px;
	font-size: 12pt;
}

#featured p {
	font-size: 8pt;
	line-height: 1.5;
}

#featured img {
	float: left;
	padding-right: 15px;
}

#featured .read_more {
	padding-top: 3px;
}
/* @end */

/* @group footer */

#footer_wrapper {
	height: 44px;
	background-image: url('../images/footer_gradient.png');
	background-repeat: repeat-x;
	margin-top: 50px;
}

#footer {
	width: 960px;
	margin: auto;
}

#footer p {
	font-size: 9pt;
	float: right;
	line-height: 44px; 
}

#footer a {
	color: #426f91;
	font-size: 10pt;
}

/* @end */































