* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
p {
	margin:10px;
}
h1 {
	font-size:1.5em;
	font-weight: normal;
	color: #000000;
	margin:10px 10px 10px 8px;
	background-color:#E7E7E7;
	padding:5px 10px;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
	color: #000000;
	margin:10px;
}
h3 {
	font-size:1em;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
	margin:10px;
}
ul li h3 {
	font-size:1em;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
	margin:0px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	width:200px;
	float:left;
	vertical-align:middle;
}
textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
}
#satContent a:link {
	font-weight:bold;
	color: #13B168;
	text-decoration: none;
}
#satContent a:hover {
	font-weight:bold;
	color: #99CAF7;
	text-decoration: none;
}
#satContent a:visited {
	font-weight:bold;
	color: #13B168;
	text-decoration: none;
}
#nav a:link {
	font-weight:bold;
	color: #0059AA;
	text-decoration: none;
}
#nav a:hover {
	font-weight:bold;
	color: #99CAF7;
	text-decoration: none;
}
#nav a:visited {
	font-weight:bold;
	color: #0059AA;
	text-decoration: none;
}
#phoneBox {
	position:absolute;
	top:30px;
	right:40px;
	color:#000000; 
	font-size:12px; 
	font-weight:bold; 
	margin:0px; 
	padding:0px
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
/* styles for the computer section start here */
/* Main container for the computer side */
#computerContainer {
	width: 887px;
	margin: 20px auto 0px;
	padding:26px;
	background-color:#CCE5FB;
	position:relative;
}
/* style for the div holding the banner */
#banner {
	margin:0px auto;
	width:887px;
	padding:0px;
}
ul { 
	padding:0px;
	margin:0px;
	text-align:right;
}
li { 
	padding:0px;
	margin:0px;
}
/* style for the div holding the left column, main body and right column in the computer side */
#mainContainer {
	width:887px;
	margin:0px auto 0px;
}
/* styles for the left column start here */
#leftCol {
	width:170px;
	float:left;
	margin:0px 0px 0px 2px;
}
/* style for the div holding the products menu in the left column */
#products {
	margin:0px 0px 0px 0px;
}
#products ul {
	padding-top:10px;
}
#products li {
	font-size:1em;
	list-style-type:none;
	padding:0px 0px 8px 8px;
	font-size:12px;
}
#products ul li ul li {
	padding-left:0px;
	font-size:.75em;
	list-style-type:none;
	padding:0px 0px 2px 5px;
}
#products ul li ul li a:link {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
#products ul li ul li a:hover {
	font-weight:bold;
	color: #8DF71E;
	text-decoration: none;
}
#products ul li ul li a:visited {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
/* styles for the main body start here */
/* style for the div holding the main body (content area) */
#main {
	width:480px;
	padding:0px 12px;
	float:left;
	position:relative;
}
*html #main {
	padding:0px 5px;
}
#main ul { 
	padding:0px;
	margin:10px 0px 10px 60px;
	text-align:left;
}
#main li { 
	padding:5px;
	margin:0px;
}
#nav {
	text-align:right;
	margin:5px 40px 0px 0px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	float:right;
	list-style-type:none;
	padding:0px 3px 8px;
	margin:0px;
	font-size:12px;
}
/* style for the table in the main body used to display the product info and details */
.productTable {
	margin:10px;
	width: 98%;
}
/* styles for the tds and tags in the product table to style the product information start here */
.productTitle {
	background-color: #E7E7E7;
	padding: 5px;
	font-weight:bold;
}
.productPic {
	width:20%;
	padding:10px;
}
.productPicLG {
	width:50%;
	padding:10px;
}
.description {
	width:50%;
	vertical-align:top;
	padding-top:10px;
}
.productDetails {
	padding:10px;
}
.description h1, .productDetails h1 {
	font-weight:bold;
	font-size:1.25em;
	padding:10px 0px;
	background-color:#FFFFFF;
	margin:0px;
}
.price, .promotion {
	width:30%;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	vertical-align:top;
}
.price p, .promotion p {
	padding:0px;
	margin-right:0px;
	color:#000000;
}
.promotion {
	color:#FF0000;
}
.promotion p.crossOutPrice {
	text-decoration:line-through;
}

.priceLG, .promotionLG {
	text-align:left;
	font-weight:bold;
	padding:0px;
}
.priceLG p, .promotionLG p, .description p, .productDetails p {
	padding:5px 0px;
	margin:0px;
	color:#000000;
}
.promotionLG {
	color:#FF0000;
}
.promotionLG p.crossOutPrice {
	text-decoration:line-through;
}
/* styles for the right column of the computer side start here */
#rightCol {
	width:204px;
	float:left;
}
#rightCol p {
	padding:3px;
}
#featuredProd {
	width:195px;
	margin:3px 5px 3px 3px;
	text-align:center;
}
/* style for the promo pics randomly displayed in the right column */
#curPromotionPics {
	margin: 10px 5px 0px 0px;
	text-align:left;
}
#curPromotionPics img {
	display:block;
}
#footer {
	text-align:center;
	font-size:.80em;
	padding-top:5px;
	background-color:#FFFFFF;
}
#footer img {
	border: none;
}
/* style to create the top background on the satellite side and hold the content */
#satContent {
	background-color:#FFFFFF;
}
/* styles for news titles */
.titleOne {
	font-size:1.2em;
	font-weight: bold;
	color: #000000;
	margin:10px;
}
.titleTwo {
	font-size:1.2em;
	font-weight: bold;
	font-style:italic;
	color: #94CB5B;
	margin:10px;
}
.titleThree {
	font-size:1.2em;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
	color: #0059AA;
	margin:10px;
}