body {
    background: url(images/grad_bg.jpg) fixed;
    margin: 0px;
    padding: 0px;
    
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    width: 100%;
    border-bottom: 1px dotted #888;
    padding-bottom: .1em;
}

h1.faq {
    text-align: left;
    font-variant: small-caps;
}

h2 {
    margin-top: 10;
    padding: 0;
    font-size: 12pt;
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    width: 100%;
    border-bottom: 1px dotted #888;
    padding-bottom: .1em;
    font-variant: small-caps;
    text-align: left;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    width:0;
    text-indent: 20px;
    font-variant: small-caps;
    text-align: left;
}

a h3:hover {color: #E2144A;}

p{
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    text-align: left;
}

ul, ol, li {
    text-align: left;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888;
}

p.desc {
    padding-top:0;
    padding-bottom: 10px;
    text-indent: 30px;
}

p.faq {
    padding-top: 0;
    padding-bottom: 20px;
    text-indent: 20px;
}

a {text-decoration: none; color: #777; font-weight: bold;}
a:hover { color: #E2144A;}

img {border: none;}

#container {
    width: 790px;
    height: 100%;
    border: none;
    margin: 0 auto;
    padding: 0;
}

#header {
    background: url(images/header.jpg);
    border: none;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 80px;
}

#headline {
    border: none;
    width: 550px;
    height: 50px;
    margin-left: 200px;
    padding-top: 27px;
}

#headline h1 {
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    font-size: 20pt;
    text-align: center;
    border: none;
}

#body {
    background: url(images/bodybg.jpg) repeat;
    margin: 0px;
    padding: 0px;
    width: 790px;
    min-height: 500px;
    float: left;
}

/*The following section is all about the LEFT SIDEBAR */
#sidebar {
    border: none;
    width: 150px;
    margin-top: 10px;
    margin-left: 15px;
    padding: 0px;
    float: left;
}

#nav {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 8pt;
    width: 150px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-weight: normal;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
#nav li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
#nav li:hover ul, li.over ul { display: block; } /* The magic */

#adbox {
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    font-style: Small-Caps;
    background: #fff;
    border: 1px solid #ccc;
    width: 150px;
    min-height: 200px;
    margin-top: 10px;
    text-align: center;
    padding-top: 1px;
}

#adbox p {
    font-family: Georgia, Times New Roman, Serif;
    text-align: center;
    font-style: small-caps;
    font-size: 12pt;
    margin: 10px;
}

#adbox p a {
    font-weight: normal;
}
#firefox {
    border: none;
    text-align: center;
    margin: 0px;
    padding: 10px 0;
    width: 150px;
    height: 60px;
}

#firefox img {
    border: 0;
}
/* ending of the LEFT SIDEBAR */

#content {
    border: none;
    width: 600px;
    min-height: 470px;
    margin: 0;
    padding: 10px;
    float: left;
    text-align: center;
}

#homeCol1 {
    width: 45%;
    min-height: 260px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin-top: 10px;
}

#homeCol2 {
    width: 46%;
    min-height: 260px;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin-top: 10px;
}

.system {
    width: 100%;
    height: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px dashed #888;
    padding-bottom: 10px;
    padding-top: 10px;
}

.systemName {
    width: 69%;
    height: 40px;
    float: left;
    clear: both;
}

.systemName h1 {
    margin: 0px;
    padding: 0px;
    font-size: 20pt;
    font-family: Georgia, Times New Roman, Serif;
    color: #5d6871;
    Text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #888;
}

.systemImage {
    background: #fff;
    width: 175px;
    height: 175px;
    float: right;
}

.systemClass {
    width: 70%;
    height: 20px;
    float: left;
}

.systemClass h2 {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
    letter-spacing: .1em;
    color: #5d6871;
    Text-align: left;
    padding-left: 10px;
    border: none;
}

.systemInfo {
    width: 70%;
    height: 110px;
    float: left;
}

#systemParts {
    float: left;
    width: 100%;
    text-align: left;
}

.item {
    border: 1px solid #888;
    text-align: left;
    margin: 10px 0;
}

.itemImage {
    background: #fff;
    width: 75px;
    height: 75px;
    border-right: 1px solid #888;
}

.item h1 {
    border: none;
    margin: 5px 10px 0px 5px;
    text-indent: 5px;
}

.item small{
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #777;
    font-style: oblique;
    text-align: left;
}

.itemName {
    width: 150px;
    border-bottom: 1px solid #888;
}

.itemInfo {
    border-bottom: 1px solid #888;
    height: 25px;
}

.itemChoice {
    text-align: left;
    padding-left: 30px;

}

fieldset{
    border: 1px dotted #888;
    padding: 10px;
}

legend {
    font-family: Georgia, Times New Roman, serif;
    font-size: 12px;
    font-style: oblique;
    color:#5d6871;
}

select, option {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #5d6871;
    background: #fff;
    border: none;
}

select { border: 1px solid #888;}
option:hover { font-style: oblique; }

.field {
    border: 1px solid #888;
    background: #eee;
    font-family: Georgia, Times New Roman, serif;
    font-size: 10px;
    font-style: oblique;
    color: #5d6871;
    padding: 5px;
}

.field:hover { border: 1px solid #ccc; background: #fff; color:#5d6871; }
.field:focus { background: #fff; color: #E2144A; font-style: normal;}

#submitDiv{
    margin: 10px auto;
}

#submit {
    border: 1px solid #888;
    font-family: Georgia, Times New Roman, serif;
    font-size: 10px;
    color: #888;
    background: #eee;
    padding: 5px;
}

#submit:hover {background: #fff; border: 1px solid #ccc;}
#submit:focus {background: #ccc;}    

.red {
    color: #F03;
}

#footer {
    background: url(images/footer.jpg);
    border: none;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 40px;
    float: left;
    clear: both;
}

#footer p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    text-align: center;
    color: white;
    padding-top: 8px;
}