@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: auto;
	font-size:14px;
	}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	cursor: pointer;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FBDA8C;
	text-decoration:none;
	font-size:14px;
	cursor: pointer;
	}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	cursor: pointer;
	}
	
/* Design specific styles */
#mainContainer {
	margin:auto;
	}
	
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:150px;
	}

#mainBanner {
	background-image: url(../images/banner1.jpg);
	background-repeat:no-repeat;
	height:296px;
	width:870px;
	}
	
#navigation {
	/*background-image:url(../images/navigationBG.jpg);
	background-repeat:no-repeat;*/
	width:870px;
	height:55px;
	}

#homeContent {
	background-image:url(../images/welcomeContent.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	width:870px;
	height:200px;
	}
#homeTXT {
	width:500px;
	float:right;
	margin-right: 60px;
	margin-top: 50px;
	text-align:justify;
	}
	
#contentArea {
	background-image:url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:430px;
	}
#contentTXT {
	width: 540px;
	margin-left: 10px;
	padding-top: 30px;
	text-align:justify;
	}
#servicesTXT {
	width: 810px;
	margin-left: 30px;
	padding-top: 30px;
	text-align:justify;
	}

#otherTXT {
	width: 425px;
	margin-left: 10px;
	padding-top: 30px;
	text-align:justify;
	}	
	
.txtHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#80ADF9;
	}

#aboutLogos {
	width:270px;
	margin-right:0px;
	padding-top:30px;
	float:right;
	}

#onemillion {
	width:400px;
	margin-right:0px;
	padding-top:30px;
	float:right;
	text-align: left;
	}
	
.txtQuote {
	text-align:right;
	}

#footer {
	
	}
	

/* BUTTONS */
#naviLeftSpacer {
	width:84px;
	height:55px;
	float:left;
	}

/*#naviRightSpacer {
	width:74px;
	height:55px;
	float:left;
	}

#homeBTN {
	background-image:url(../images/navi_home.jpg);
	background-repeat:no-repeat;
	width:96px;
	height:55px;
	float:left;
	}
	
#aboutBTN {
	background-image:url(../images/navi_about.jpg);
	background-repeat:no-repeat;
	width:105px;
	height:55px;
	float:left;
	}

#servicesBTN {
	background-image:url(../images/navi_services.jpg);
	background-repeat:no-repeat;
	width:132px;
	height:55px;
	float:left;
	}

#productsBTN {
	background-image:url(../images/navi_products.jpg);
	background-repeat:no-repeat;
	width:151px;
	height:55px;
	float:left;
	}
	
#contactBTN {
	background-image:url(../images/navi_contact.jpg);
	background-repeat:no-repeat;
	width:138px;
	height:55px;
	float:left;
	}

#blogBTN {
	background-image:url(../images/navi_blog.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:55px;
	float:left;
	}*/
