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

body {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #330066;
	text-align: center;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}

.purpleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#333366;
}


#container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	border-left: 3px solid #564e56;
	border-right: 3px solid #564e56;	
	text-align: left;
}
#header {
	padding: 0;
	margin: 0;
	width: 980px;
	height:150px;
	overflow:hidden;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: -400px;
}
#mainContent {
	padding: 0;
	background: #FFFFFF;
	margin: 0;
	width: 980px;
}


#flashcontent {width: 385px; height: 150px; color:#000000;}


#mainContentInside {
	padding: 20px;
	background: #FFFFFF;
	margin: 0;
	width: 940px;
}

#contact {
	padding:0px;
	margin:0;
	width:980px;
	height:160px;
	background-image:url(../images/supportBack.gif);
	background-position:bottom;
}

#support {
	float:left;
	width: 403px;
	padding-left:100px;
}

#sales {
	float:left;
	width: 377px;
	padding-left:100px;
}

#footer {
	padding: 0;
	margin: 0;
	height:77px;
	width:980px;
	background-image:url(../images/footerBack.jpg);
}

#copy {
	font-size:12px;
	float:left;
	width:360px;
	height:52px;
	padding-left:15px;
	padding-top:25px;
}

#bottomNav {
	font-size:12px;
	float:left;
	width:590px;
	height:52px;
	padding-left:15px;
	padding-top:25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

.black {color:#000000;}

a:link { color:#039; text-decoration:underline;}
a:visited { color: #039; text-decoration:underline;}
a:hover { color: #039; text-decoration:none;}
a:active { color: #039; text-decoration:underline;}

#copy  a:link { color: #000000; text-decoration:none;}
#copy  a:visited { color: #000000; text-decoration:none;}
#copy  a:hover { color: #000000; text-decoration:underline;}
#copy  a:active { color: #000000; text-decoration:none;}

#bottomNav a:link { color: #666; text-decoration:none;}
#bottomNav  a:visited { color: #666; text-decoration:none;}
#bottomNav  a:hover { color: #039; text-decoration:none;}
#bottomNav  a:active { color: #039; text-decoration:none;}

