@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #ffffff;
	background-color: #000000;
	height: auto;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	width: 1000px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColElsLtHdr #header {
	height: 90px;
	width: 1000px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: middle;
	margin-top:15px;
} 

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	min-height: 300px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	top: 70px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	left: 0px;
	background-attachment: scroll;
	vertical-align: middle;
} 
.twoColElsLtHdr #footer {
	height: 50px;
	width: 1000px;
	text-align: center;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/footerpad.jpg);
	background-repeat:repeat-x;
} 
#footer.home {
	background:none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #16B1E7;
}
a:active {
	text-decoration: none;
	color: #16B1E7;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.Paragraph, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColElsLtHdr #sitemap {
	width: 763px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* top and bottom padding create visual space within this div */
	background-color: #000000;
	border-right-style: none;
	height: 100px;
	left: 15px;
	top: 80px;
	position: absolute;
	margin: auto;
}
.twoColElsLtHdr  #table {
	width: 750px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	background-color: #000000;
	border-right-style: none;
	height: 200px;
	margin: auto;
}
.twoColElsLtHdr   #mainContentProduct {
	padding: 20px;
	min-height: 360px;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	top: 80px;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	left: 0px;
	background-attachment: scroll;
	float: right;
	overflow: auto;
}
.h1blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #16B1E7;
}
.h2blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #16B1E7;
}
.h3blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #16B1E7;
}
.Paragraphblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #16B1E7;
}
.h1grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

.twoColElsLtHdr #image {
	width: 300px; /* top and bottom padding create visual space within this div */
	background-color: #000000;
	min-height: 300px;
	position: absolute;
	margin: auto;
	left: 463px;
	top: 80px;
}
.twoColElsLtHdr #body {
	width: 463px; /* top and bottom padding create visual space within this div */
	background-color: #000000;
	min-height: 300px;
	position: absolute;
	margin: auto;
	float: left;
	top: 96px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	left: 23px;
}
.twoColElsLtHdr #mainContenttext {
	width:800px;
	min-height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	top: 70px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	left: 0px;
	text-align:left;
	float:right;
}
.twoColElsLtHdr #mainContentimage {
	min-height: 300px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	top: 70px;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	left: 0px;
	background-attachment: scroll;
	vertical-align: middle;
	float: right;
	padding-top: 20px;
}
#buttons {
	float:left;
	width: 200px;
	clear:both;
	text-align:left;
}
#buttons a {
	display:block;
	text-align:left;
	height:20px;
	width:170px;
	font-size:11px;
	line-height:20px;
	padding:0;
	margin:0;
}
#buttons a:hover {
	background-color:#18B5E2;
	color:#1a1a1a;
}
#buttons h2 {
	text-align:left;
	border-bottom:1px solid #333;
	padding-bottom:5px;
}
#buttons p {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#hmbuttons {
	width:1000px;
	height:70px;
	background-image:url(/images/hmnavpad.jpg);
	background-repeat:repeat-x;
}
#hmbuttons div.divider {
	background-image:url(/images/hmnavdiv.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:2px;
	float:left;
}
#hmbuttons a {
	display:block;
	float:left;
	width:198px;
	text-align:left;
}
#hmbuttons a span.heading {
	display:block;
	margin:10px 0 0 10px;
	clear:both;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}
#hmbuttons a span.info {
	display:block;
	margin:0 0 0 10px;
	color:#cccccc;
	font-size:11px;
	font-weight:normal;
}
#hmbuttons a:hover {
	border-top:1px solid #18B5E2;
}
#hmbuttons a:hover span.heading {
	color:#18B5E2;
	margin:9px 0 0 10px;
}
#content {
	background-color:#1a1a1a;
	width:1000px;
	background-image:url(/images/sleepbg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#content.home {
	background:none;
}
#nav {
	float:right;
	margin-top:35px;
}
#nav a {
	display:block;
	float:left;
	font-size:11px;
	color:#999999;
	border-bottom:1px solid #999999;
	padding:0 10px 10px 10px;
}
#nav a.start {
	padding:0 10px 10px 0;
}
#nav a.end {
	padding:0 0 10px 10px;
}
#nav a.active {
	border-bottom:1px solid #18B5E2;
}
#nav a:hover {
	color:#cccccc;
	border-bottom:1px solid #cccccc;
}
ul.listItems {
	list-style-position:outside;
}
ul.listItems li {
	line-height:27px;
	height:27px;
}
#fluidform {
}
#fluidform label {float: left;display: block;width:280px;font-weight: bold;margin-right:10px;font-size:12px;}
#fluidform label.compact {width:90px;text-align:left;font-size:10px;}
#fluidform input, #fluidform select, #fluidform textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 5px;
}
#fluidform .req, .checkout .req {font-size: 8pt;color:#ff0000;font-weight:bold;}
#fluidform button {font-size: 10pt;background-color:#FF9900;border: 1px solid black;margin-top:10px;}
#fluidform .panel {display:block;float:left;margin-bottom:5px;width:450px;}
#fluidform .radio {margin:-2px;border:0px;}
#fluidform .cb, .checkout .cb {margin:0px;border:0px;}
#fluidform h3 {
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	border-bottom:1px solid #fff;
}
.CatContainer h1 {
	font-size:16px;
}
.CatContainer br {
	border-bottom:1px solid #1A1A1A;
}
.CatContainer .category {
	width:240px;
	float:left;
}
.CatContainer .category .image {
	height:105px;
	text-align:center;
}
.buynowbar {
	background-image:url(/images/buynow.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:49px;
	width:100%;
}
.buynowbar .price {
	display:block;
	float:right;
	font-size:20px;
	text-align:center;
	width:175px;
	height:49px;
	line-height:49px;
}
.buynowbar .qty {
	width:110px;
	display:block;
	float:right;
	margin-left:30px;
	font-size:12px;
	padding:14px 0 0 0;
}
.buynowbar .button {
	display:block;
	float:right;
	padding:14px 40px 0 30px;
}
.buynowbar select {
	font-size:12px;
	border:1px solid #cccccc;
}
.buynowbar input, .buynowbar img {
	margin:0 !important;
	padding:0;
	
}
input.page {
	background-image:url(/images/pagebg.gif);
	background-repeat:no-repeat;
	width:27px;
	height:27px;
	text-align:center;
	line-height:27px;
	border:none;
	font-size:18px;
	color:#fff;
	background-color:Transparent;
	margin-right:5px;
}
input.active {
	color:#16B1E7;
}
#images {}
#images .image {
	text-align:center;
	border:1px solid #333;
	width:200px;
}
.action {
	font-size:140%;
	font-weight:bold;
}
.dims {
	float:right;width:220px;font-size:11px;
	background-color:#333;
	border:1px solid #666;
}
.dims h1 {
	margin:0;
	padding:3px;
}
p.quick {
	font-size:13px;
}