body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;

	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: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: #fff;

}

#container {
/*	width: 840px;*/
	min-width:500px;
	max-width:840px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #ffffff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {
	padding-top:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.menuimg {
	padding:0;
	margin:5px 10px 5px 10px;
	/*border: 1px solid #fff;*/
}

.menuimga {
	float:left;
	width:120px;
	height:60px;

}

#prodinfo {
	width:500px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#prodfeatures {
	width:320px;
	max-width:500px;
	min-width: 200px;
	float:left;
	padding-bottom:20px;
}

#prodspectable {
	margin-bottom:20px;
	clear:both;
}

.showI {
	cursor:pointer;
}

h1 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
	}

h2 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
}

h3 {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
}

h4 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

h5 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

h6 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

pre {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1em;
}

table, table table { 
	border-collapse:collapse;
	font-size: 1em;
}

table,tr, thead
{
border: 1px solid #fff;
}

form { margin:0;}
select, input {
	font-size: 1em;
	border:1px solid black;
}

textarea {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1em;
	border:1px solid black;
}

option {
	font-size:1em;
}


hr {
	border-top: 1px solid black;
	color: black;
	clear: both;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

ul, ol {
	margin:0;
	padding-left:15px;
}



a, a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover, a:active {
	color: #fff;
	text-decoration:underline;
}

img {
	border:0;
}



