@charset "utf-8";
body {
	font: 100% 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;
	color: #cccccc;
	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 */
	font-size: 0.8em;
}

a:link {
	color: 	#CC9900;
	text-decoration: none;
}

a:visited {
	color: 	#CC9900;
	text-decoration: none;
}

a:hover {
	color: 	#CC9900;
	text-decoration: underline;
}

a:active {
	color: 	#CC9900;
	text-decoration: underline;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background: #000000;
	margin: 0px;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #996;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	padding: 0px;
	margin: 0 0;
	font-size: small;
	height: auto;
	font-weight: normal;
	color: #CCC;
	text-align: right;
	border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0
	px;
}

.oneColFixCtrHdr #mainContent_company {

}

.company_pg {
	background: #000000 url(../images/companyb.jpg) no-repeat;
	padding: 10px 20px;
	margin: 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	border: 0;
	height: 1000px;
}

.history_pg {
	padding: 10px 20px;
	margin: 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	border: 0;
}

.generic_pg {
	padding: 10px 20px;
	margin: 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	border: 0;
}

.prod_select_pg {
	padding: 10px 0px;
	margin: 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	border: 0;
}

.residuerazor_pg {
	background: #000000 url(../images/residuerazor_bg.jpg) no-repeat;
	padding: 0px 20px;
	margin: 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	border: 0;
	height: 846px;
}

.oneColFixCtrHdr #mainContent_home {
	float: left;
	background: #000000 url(../images/home_iso.jpg) no-repeat;
	padding: 0px;
	margin: 0 0;
	font-size: small;
	height: 432px;
	width: 730px;
	font-weight: normal;
	border: 0;
	padding: 138px 0 0 50px;;
}
.oneColFixCtrHdr #mainContent h1 {
	text-align: left;
	color: #996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: large;
	color: #996;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	border: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.oneColFixCtrHdr #mainContent h4 {
	color: #996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}


.oneColFixCtrHdr #footer_l {
	float: left;
	width: 370px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 11px;
}

.oneColFixCtrHdr #footer_r {
	float: left;
	width: 370px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 11px;
	text-align: right;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.oneColFixCtrHdr #container #mainContent p {
	color: #CCC;
	font-weight: normal;
	font-size: small;

	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
	color: #FFF;
}

/* Nav */

#nav {
	float: left;
	width: 780px;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	margin: 0 0 0px 0;
}

/* tooltip */

img{border:none;}

ul.preview,li.preview{
	margin:0;
	padding:0;
}

li.preview{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* Misc */

select.prod_selector {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 8px;	
	background-color: #ffcc00;
	border: 1px solid #ccc;
}

#prod_selector {
	margin: 0 0 20px0;
}	

#video {
	margin: 0 0 20px 0;
	padding: 150px 0 0 250px;
}	

.bdr_history {
		padding: 4px;
		border: 1px solid #817452;
		margin: 5px;
}

