@charset "utf-8";
#header #topnav {
	width: 50%;
	height: 80px;
	float: right;
}
body {
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	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: #e0e0e0;
	background-color: #f6f6f6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	line-height: 15pt;
}

#wrapper {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	width: 820px;
	margin: 0 auto;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-left: 9px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.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 {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #292c25;
}
.oneColFixCtrHdr #mainContenthome {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #292c25;
}
.oneColFixCtrHdr #mainContentla {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #292c25;
	background-image: url(images/la2.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	margin-bottom: 20px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bottom-shadow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #logo {
	float: left;
}
#leftnav {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 5px;
}

#leftnav .selected {
	color: #0099FF;
	list-style-image: url(images/leftnav-marker.gif);
}
#leftnav .selected a:link {
	color: #0099FF;
}
#leftnav li {
	font-size: 10pt;
	list-style-type: none;
}
#leftnav li a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	height: 30px;
	display: block;
}
#leftnav li a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	height: 30px;
}
#leftnav li a:hover {
	color: #0099FF;

}
#leftnav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
}
#maintext {
	width: 550px;
	margin-left: 200px;
	padding-bottom: 20px;
}
#maintext2 {
	width: 550px;
	margin-left: 230px;
	padding-bottom: 20px;
}
#maintexthome {
	width: 205px;
	padding-bottom: 20px;
	margin-left: 525px;
	padding-top: 20px;
	line-height: 20pt;
}
#maintext li {
	list-style-image: url(images/bullet-arrow.gif);
	margin: 0px;
	padding-bottom: 5px;
}
#maintext ul {
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#maintext p {
	margin-top: 10px;
}
#maintext .product {
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	padding: 13px;
	margin-top: 10px;
}
#maintext .product .productphoto {
	float: left;
}
#maintext .product .producttext {
	width: 390px;
	color: #767676;
	margin-left: 125px;
}
h1 {
	color: #0099FF;
	font-size: 100%;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
h2 {
	color: #FFFFFF;
	font-size: 100%;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

.producttext a:link {
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}
.producttext a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
#maintext #nextbut {
	float: none;
	width: 54px;
	margin-left: 490px;
	margin-top: 20px;
}

#footer #footercontent {
	height: 28px;
	background-color: #E1E1E1;
	width: 780px;
	margin-left: 9px;
	color: #818181;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	font-size: 90%;
}
#footerlinks {
	height: 28px;
	width: 580px;
	background-color: #B5B5C1;
	padding-top: 8px;
	padding-left: 20px;
	position: relative;
	left: 200px;
}
#footerlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #0093DD;
	text-decoration: none;
}

#maintext a:link {
	color: #00AFFF;
	text-decoration: none;
}
#maintext a:hover {
	color: #00AFFF;
	text-decoration: none;
	font-weight: bold;
}
#maintext a:visited {
	color: #00AFFF;
	text-decoration: none;
	font-weight: bold;
}
#leftnav img {
	margin-bottom: 8px;
}
#homebackground {
	background-image: url(images/la.jpg);
	background-repeat: no-repeat;
}
#maintext2 #sales {
	float: right;
	width: 150px;
	margin-right: 120px;
	margin-top: 12px;
}
#maintext2 a:link {
	color: #0099FF;
	text-decoration: none;
}
#maintext2 a:visited {
	color: #0099FF;
	text-decoration: none;
}

#maintext2 a:hover {
	color: #FFFFFF;
	}
.download {
	margin-top: 10px;
	margin-bottom: 20px;
}
