body {
	background-color: #000033;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header {
	background-image: url(../images/topcellbgrd.jpg);
	background-repeat: repeat;
	width: 100%;
}
#content_wrapper {
	float: left;
	width: 100%;
	min-width:500px;
}
#left_nav {
	float: left;
	width: 159px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -100%;
	margin-top: 10px;
}
#left_nav ul {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
}
#left_nav ul li {
}
#left_nav ul li a {
	text-decoration: none;
	background-color: #6C9DCE;
	width: 149px;
	float: left;
	margin-bottom: 2px;
	color: #000033;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
	padding-bottom: 5px;
}

#left_nav ul li a.active_link {
	background-color: #CCCCCC;
}

#left_nav ul li a.special {
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 0% 1%;
	text-indent: 30px;
}

#left_nav ul li a:hover {
	background-color: #CCC;
}

#content {
	background-color: #FFF;
	margin-left: 161px;
	margin-right: 100px;
	margin-top: 2px;
	margin-bottom: 10px;
	min-width:500px;
	min-height:460px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 5px;
}
#content h1 {
	color: #133793;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	clear: both;
	float: left;
}
#content dl a {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content dl dt {
	background-color: #6C9DCE;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003;
	float: left;
	clear: left;
	padding: 5px;
}
#content dl dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
#content table {
	font-weight: normal;
}

#content ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
}
#content ol li a {
	text-decoration: none;
}
#content ol li a:hover {
	text-decoration: underline;
}
#content .table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #3366CC;
}
#content .hardware_box {
	clear: left;
	width: 95%;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003;
	padding-bottom: 5px;
}
#content .hardware_box img{
	float: left;
	display: block;
	margin: 5px;
	clear: left;
}
#content .hardware_box dl{
	clear: none;
	float: left;
	display: block;
	width: 65%;
	margin: 0px;
}
#content .hardware_box dl dt{
	clear: none;
	float: left;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content .hardware_box dl dd{
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .hardware_box p {
	float: left;
	width: 100%;
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#content .product_box {
	clear: left;
	width: 95%;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003;
	padding-bottom: 5px;
}
#content .product_box .price {
	float: left;
	width: 100px;
}
#content .product_box .product {
	float: left;
	width: 540px;
}
#content .product_box img{
	float: left;
	display: block;
	margin: 5px;
	clear: left;
}
#content .product_box .product h4 a {
	text-decoration: none;
	background-color: #6C9DCE;
	width: 200px;
	float: left;
	margin-bottom: 2px;
	color: #000033;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
	text-indent: 5px;
	padding-bottom: 5px;
	border: 1px solid #003;
}

#content .product_box .product h4 a:hover {
	background-color: #CCC;
}
#content .product_box h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #133793;
	width: 400px;
}
#content .product_box h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	text-indent: 5px;
	font-style: italic;
	font-weight: normal;
}
#content .product_box dl{
	clear: none;
	float: left;
	display: block;
	width: 540px;
	margin: 0px;
}
#content .product_box dl dt{
	clear: none;
	float: left;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content .product_box dl dd{
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .product_box p {
	float: left;
	width: 100%;
	clear: left;
	padding: 0px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .product_box table {
	clear: left;
	float: left;
}
#content .product_box table, th,td {
	border: 1px solid #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content .product_box a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#content .product_box ul {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .product_box .product_image_container {
	clear: left;
	float: left;
	height: auto;
	width: 162px;
}
#content .new_product_container  {
	float: left;
	height: 250px;
	width: 235px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003;
	padding: 0px;
	margin-top: 2px;
}
#content .new_product_container h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#content .new_product_container h4 {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .new_product_container h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #6C9DCE;
	text-align: center;
	clear: left;
	width: 200px;
	border: 1px solid #000;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
#content .new_product_container h4 a:hover {
	background-color: #CCC;
}
#content .new_product_container img {
	padding: 0px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
#content #slideshow {
	height: 250px;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#checkout_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
#checkout_form label {
	float: left;
	width: 85px;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
#checkout_form input {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
#checkout_form select {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
#checkout_form textarea {
	clear: left;
	float: left;
}
#checkout_form p {
	display: block;
	clear: left;
	float: left;
}
#checkout_form hr {
	width: 600px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#page_links ol {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 500px;
}
#page_links {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#whatsnew{
	background-color: #FFFFFF;
	width: 250px;
	margin-left: -250px;
	float: left;
	margin-top: 10px;
}
#whatsnew h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #336666;
	color: #FFF;
	padding-left: 4px;
	margin: 0px;
}
#whatsnew ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#whatsnew li {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 100%;
	margin-top: 5px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #330006;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #330006;
	margin-right: 10px;
	display: block;
	text-align: center;
}
#footer a {
	color: #555556;
	text-decoration: none;
}
.propellor_list {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
.propellor_list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.propellor_list ul {
	list-style-image: url(../images/prop_bullet_2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.propellor_list ul li {
	margin-top: 5px;
	padding-bottom: 5px;
}
.links_list {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
.links_list a {
	text-decoration: none;
	background-image: url(../images/icon_external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
.links_list ul {
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
}
.links_list ul li {
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.img_container {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: left;
}
.img_inner {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.image_box {
	text-align: center;
	margin-right: 11%;
	margin-left: 12%;
	width: 200px;
	float: left;
}

.image_multi_box {
	height: auto;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}

.image_box label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
}
.image_center {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
}
.img_border {
	border: 1px solid #000;
}

.alert {
	color: #F00;
}
.required {
	display: block;
	clear: none;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: normal;
	color: #F00;
	padding-top: 2px;
	padding-bottom: 2px;
}
.note {
	font-style: italic;
	font-weight: normal;
}
.title {
	color: #133793;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}
.products {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.products ul {
	margin: 0px;
	padding: 0px;
}
.products ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
.products img {
	border: 1px solid #000;
}
.cc {
	clear: left;
	float: left;
	width: 55px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-right: 2px;
	margin-left: 2px;
}
.ci {
	clear: none;
	float: left;
	width: 55px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.hardware_popup {
	color: #000;
}

.hardware_popup a, a:visited {
	text-decoration: none;
	color: #000;
}

.hardware_popup a:hover{
	text-decoration: underline;
}
.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-style: none;
}

.no_border th, td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-style: none;
}

