/************************************
*  (c) 2009 East End Computers, LLC
*  Designed by: Fg Designs
************************************/

/*** General ***/
body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
a, a:link, a:visited, a:active {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

/*** Frame ***/
#frame {
	width: 800px;
	background-color: #d8d8d8;
	background-image: url(template/images/bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #1d4052;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*** Header ***/
#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#logo {
	width: 427px;
	height: 77px;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	background-image: url(template/images/logo.png);
	background-repeat: no-repeat;
	float: left;
}
#title {
	width: 335px;
	height: 75px;
	margin: 16px 15px 0px 0px;
	padding: 0px;
	background-image: url(template/images/header_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
#title h1 {
	color: #015079;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 30px 0px 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	float: right;
}
span.num {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 45px 0px 0px;
	padding: 0px;
	text-align: center;
	float: right;
}

/*** Navigation ***/
#navigation {
	width: 750px;
	height: 35px;
	margin: 0px auto 10px auto;
	padding: 0px;
	background-color: #adc2d7;
	border: 1px solid #1d4052;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
#navigation ul li {
	height: 35px;
	margin: 0px;
	padding: 0px 14px 0px 9px;
	background-image: url(template/images/nav_div.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	font-size: 18px;
	color: #1d4052;
}
#navigation ul li.last {
	background-image: none;
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color: #1d4052;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
}

/*** Content ***/
/* Home */
.homepage {
	width: 750px;
	padding: 0px;
	margin: 10px 25px 0px 25px;
	background-image: url(template/images/home_pic.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
.homeSide {
	width: 525px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.block1 {
	width: 525px;
	border: 1px solid #e9edef;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(template/images/block1_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000000;
	float: right;
}
.block1 p {
	margin: 5px;
	padding: 0px 0px 5px 0px;
}
.block2 {
	width: 525px;
	border: 1px solid #e9edef;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(template/images/block2_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #000000;
	float: right;
}
.block2 p {
	margin: 5px;
	padding: 0px 0px 5px 0px;
}

/*** Content ***/
#content {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#content h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	color: #000066;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#content p {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Products Page */
#content p.products {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.product {
	width: 750px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
}
.product img {
	float: left;
	padding: 10px;
}
#content .product p {
	float: left;
	color: #000000;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
	
/* About Us & BIO */
.bio {
	width: 750px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
}
.bio img {
	float: left;
	padding: 10px;
	margin: 0px;
}
#content .bio h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 75%;
}
#content .bio p.position {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
#content .bio p {
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}

/* Contact Us */
#content .contact p {
	color: #000066;
	margin: 0px;
	padding: 0px;
}
.contactInfo {
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: left;
}
table {
	float: left;
}
img.map {
	float: right;
}
p.onsite {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Testimonial */
.testimonial {
	width: 750px;
	border-top: 2px solid #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.testimonial p.quote {
	font-size: 14px;
	font-style: italic;
	margin: 10px;
	padding: 0px;
	float: left;
	text-indent: 10px;
}
p.author {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 50px 0px 0px;
	padding: 0px;
	color: #666666;
}

/*** Support ***/
p.assitance {
	font-size: 18px;
	text-align: center;
}
h1.assitance {
	color: #000000;
}

/*** Services ***/
ul.services {
	color: #000000;
}

/*** Footer ***/
#footer {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-color: #999999;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 10px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #2D637F;
	text-decoration: none;
}
#footer a:hover {
	color: #3366FF;
}