@charset "utf-8";
body {
	background-color: #202020;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #202020;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #202020;
	padding: 20px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent, #mainContentSupport, #mainContentContact {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #222244;*/
}
.oneColFixCtrHdr #mainContentHome {
	/*background-color: #222244;*/
	background-color:#1D1D41;
	padding: 60px 20px 80px 20px;
	font-size:0.9em;
}
.oneColFixCtrHdr #mainContentSupport {
	/*background-color: #222244;*/
	background-image: url(images/support_background.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 180px;
}
.oneColFixCtrHdr #mainContentContact {
	/*background-color: #222244;*/
	background-image: url(images/contact_background.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
.oneColFixCtrHdr #footer {
	background-color:#202020;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size: 0.7em;
}

#menubar
{
	text-align:center;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
}

#menubar img
{
	padding: 0 10px;
	display:inline;
}

.bluebg
{
	background-color:#222244;
}

.clrflt
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
cursor:pointer;
border:outset 1px #CCCCCC;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/buttonbg.jpg) repeat-x left top;
}

/* Menu formatting */
#menu 
{
	width: 800px;
	float: left;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	/*margin-left:50px;*/
	font-size:10px;
	color: #FFFFFF;
	font-weight:normal;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width:16%;
}

#menu a 
{
	display: block;
	margin: 0;
	padding: 0 10px;
	color: #CCCCCC;
	text-decoration: none;
}

#menu .spacer 
{
	display: block;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a#menuheader 
{
	display: block;
	margin: 0;
	/*padding: 12px 15px;*/
	text-decoration: none;
	font-weight:bold;
}

#menu a#menuheader:hover
{
	display: block;
	margin: 0;
	/*padding: 12px 15px;*/
	text-decoration: underline;
	font-weight:bold;
}

#menu ul ul a:hover
{
	/*color:AA0000;*/
	font-weight:bold;
	background-color:#006699;
	padding: 5px 5px;
	height: 10px;
}

#menu ul ul a
{
	/*background-color:#000000;*/
	background-color:#111111;
	padding: 5px 5px;
	height:10px;
}

#menu li 
{
	position: relative;
}

#menu ul ul 
{
	position: absolute;
	width:200px;
	line-height:8px;
	text-align:left;
	z-index:500;
	height:auto;
	top:33px;
	left:25px;
	border: 1px #aaaaaa solid;
	
}

#menu ul ul ul
{
	position: absolute;
	width:200px;
	line-height:8px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:200px;
	border: 1px #aaaaaa solid;
	
}
/*
#menu ul ul li, #menu ul ul ul li
{
	padding-top:10px;
}
*/
div#menu ul ul, div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}

/* ************** mainContent ************** */

#mainContent h1, #mainContentSupport h1, #mainContentContact h1 {
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	padding-left: 145px;
	vertical-align: baseline;
	background-position: left bottom;
	margin-bottom: 40px;
}

#mainContent h1, #mainContentHome h1, #mainContentSupport h1, #mainContentContact h1 {
	color:#CCCCCC;
	font-family: Verdana, Arial;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0px;
}
#mainContent h2 {
	color: #66CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}

#mainContentHome_r li {
	list-style-image: url(images/bullet.jpg);
	margin: 0px 0px 10px 10px;
}
#mainContent_2 li {
	list-style-image: url(images/bullet.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent_2 ul {
	padding-left: 15px;
}


#mainContent {
	font-size: 0.9em;
}
#mainContentHome_l {
	float:left;
	width:360px;
}
#mainContentHome_r {
	float:right;
	width:380px;
}
#video {
	background-color:#000000;
	border:1px solid #CCCCCC;
	width:350px;
	height:300px;
}
#mainContent_2, #mainContent_3 {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent_21 {
	float: left;
	width: 335px;
}
#mainContent_22 {
	float: right;
	width: 335px;
}
#mainContent_31 {
	float: left;
	width: 235px;
	margin-right: 30px;
}
#mainContent_32 {
	float: left;
	width: 235px;
	margin-right: 20px;
}
#mainContent_33 {
	float: right;
	width: 240px;
}
#mainContent a, #mainContentHome a, #mainContentContact a {
	font-weight: bold;
}
#mainContent a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#mainContentHome a:link {
	color: #66CCFF;
	text-decoration: underline;
}
#mainContentContact a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
#mainContent a:visited, #mainContentHome a:visited, #mainContentContact a:visited {
	color: #CCCCCC;
}
#mainContent a:hover, #mainContentHome a:hover, #mainContentContact a:hover {
	color: #66CCFF;
}
#mainContent a:active, #mainContentHome a:active, #mainContentContact a:active {
	color: #66CCFF;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}

#products img {
	margin-top: 10px;
	margin-bottom: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#products td {
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: bold;
}

#contact  {
	font-size: 0.9em;
	text-align: right;
	vertical-align: bottom;
}
#clrfloat {
	clear:both;
}
#request {
	background-color: #1D1D41;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-top: 10px;
}


/* ************ Contact Form ************ */

#request fieldset {
	width: 650px;
	margin-bottom: 20px;
	padding: 20px;
	color: #CCCCCC;
	border: medium outset #FFFFFF;
	color: #CCCCCC;
	border: medium outset #999999;
}
#request legend {
	font-weight: bold;
	margin: 10px;
}
#request label {
	padding-left: 20px;
	color: #CCCCCC;
}

/* ************** Classes ************** */

.bluefont {
	color: #66CCFF;
}
.bluefontbig {
	color: #66CCFF;
	font-size: 1.2em;
}
.centered {
	text-align: center;
}
.righta {
	text-align: right;
}
.space {
	margin-top: 160px;
	text-align: right;
}
.boldfont {
	font-weight:bold;
}
.italicfont {
	font-style:italic;
}

.imgplace_ab {
	position: relative;
	top: -40px;
}
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
