@charset "UTF-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #FFFFFF;*/
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	position:relative;
	min-height: 400px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#FFFFFF;*/
	/* simeli */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	position: relative;
	/*min-height: 145px;*/
}
.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: 0px 0;
	
}
#Logo {
	width:165px;
	height:58px;
	float:right;
	padding-top: 10px;
}


/* */
/* start main navigation */
/* */

.main-nav{
	margin:0;
	padding:40px 0 0 0;
	list-style:none;
	text-align:bottom;
}
.main-nav li a.current{
		color: #B80000;
}
.main-nav li a{
	color: #000;
	padding: 0 20px 0 0;
	text-decoration: none;
	font:13px;
	font-weight: bold;
	float:left;
}
.main-nav li a:hover{color: #B80000;}

/* pipe navigation separator */
.main-nav li.pipe{
	color: #000;
	padding: 0 20px 0 0;
	font:13px;
	font-weight: bold;
	float:left;
}

/* */
/* end main navigation */
/* */

/* */
/* start images bottom */
/* */

ul.images{
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	/*bottom:19px;*/
	left:0px;
	overflow:hidden;
	/*width:463px;*/
	list-style:none;
}
ul.images li{
	float:left;
	margin:18px 16px 0 1px;
}
ul.images img{
	display:block;
	
}
ul.images table {
	border:1px solid #C0C0C0;
	padding: 0px;
}

/* */
/* end images bottom */
/* */

/* */
/* start views */
/* */

ul.views{
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	/*bottom:19px;*/
	left:0px;
	overflow:hidden;
	/*width:463px;*/
	list-style:none;
}
ul.views li{
	float:left;
	margin:16px 0px 0 1px;
}
ul.views img{
	display:block;
	border:1px solid #C0C0C0;
}
ul.views table {
	border:1px solid #C0C0C0;
	padding: 0px;
}

/* */
/* end images bottom */
/* */


/* */
/* start text styles */
/* */

h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:10px;
	
}

a {
	color: #000;
	text-decoration: none;
	font:10px;
	font-weight: bold;
	float:left;
}
a:hover {
	color: #B80000;
}
a.current{
	color: #B80000;
}


/* */
/* end text styles */
/* */



#red-separator {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	padding-top: 25px;
}
#description {
	width: 300px;
	padding-top: 0px;
	border: 0px solid #00FF00;
	float: left;
}
#description p {
	color:#333333;
	font-size:10px;
	margin:0px;
}
#description ul {
	list-style:none;
	list-style-position:outside;
	margin:0px;
}
#image_container {
	width: 300px;
	padding-top: 0px;
	border: 0px solid #00FFCC;
	float: left;
}
#views_container {
	float: left;
	height: auto;
	width: 133px;
	border: 0px solid #33CC33;
}
#product_selector {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	position: relative;
	min-height: 145px;
}
#ComingSoon {
	float: left;
	height: auto;
	width: 800px;
}
h1 {
	font-size:11px;
	color:#CC0033;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-size:10px;
	color:#000000;
	margin-top:10px;
	margin-bottom:0px;
}