body {
	font: 100% arial;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {border:none;}
.title {
	color:#009bd0;
	font-size:24px;
}
#search-results a {
	color:#fff;
}
#mainContent_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.links {
	margin-left:100px;
}
.links_spacer {width:50px;}

.links a {
	color:#000;
	text-decoration:none;
}
.links a:hover {
	color:#009bd0;
	text-decoration:none;
}
.sub {color:#FFFF33;}			
.sub a {
	font-size:11px;
	color:#FFFF33;
	text-decoration:none;
}
.sub a:hover {
	color:#009bd0;
	font-size:11px;
	text-decoration:none;
}

.oneColFixCtrHdr .clear {clear:both;}

.oneColFixCtrHdr #container {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width: 1000px; 
	text-align: left;
}
.oneColFixCtrHdr #header {
	float:left;
	width:749px;
	margin-left:34px;
	margin-top:15px;
}
.oneColFixCtrHdr #search_bkg {
	float:right;
	top:20px;
	background: url(images/search_bkg.jpg) no-repeat left;
	width:205px;
	height:32px;
	margin-right:12px;
	margin-top: 15px;
	text-align:right;
}
.oneColFixCtrHdr #search_bar {
	margin-top:5px;
	margin-left:25px;
}
#cntnt01searchinput {
	width:120px;
	border:1px solid #999;
	margin-left:30px;
	display:inline;
	float:left;
}
.sp2_btn {display:none;}
.oneColFixCtrHdr #mainContent_header {
	width:931px;
	height:11px;
	margin-left:33px;
	margin-top:-10px;
	clear:both;
	background:#232124 url(images/black_bkg_header.jpg) no-repeat bottom;
}
.oneColFixCtrHdr #mainContent {
	width:931px;
	margin-left:33px;
	clear:both;
	overflow:hidden;
	background:#232124 url(images/black_bkg.jpg) repeat-y center;
}
.oneColFixCtrHdr #mainContent_text {
	width:447px;
	margin-left:40px;
	padding-bottom:4px;
	float:left;
	color:#FFFFFF;
}
.oneColFixCtrHdr #mainContent_img {
	width:424px;
	float:right;
	text-align:right;
	padding:0 10px 0;
}
.oneColFixCtrHdr #mainContent_img p {
	margin:0;
	padding:0;
}
.oneColFixCtrHdr #mainContent_footer {
	width:931px;
	height:11px;
	margin-left:33px;
	clear:both;
	background:#232124 url(images/black_bkg_footer.jpg) no-repeat top;
}
.oneColFixCtrHdr .footer {
	width:931px;
	margin-left:33px;
	margin-top:10px;
	height:26px;
	background: url(/css/images/footer_bkg.jpg) no-repeat top left;
	clear:both;
}
.oneColFixCtrHdr .footer_content {
	width:915px;
	height:15px;
	margin-left:9px;
	padding:7px 0 0;
}
.oneColFixCtrHdr .footer_content h6 {
	margin:0;
	padding:0;
	float:left;
}					
.oneColFixCtrHdr .cont_details {
	float:left;
	text-align:left;
	margin-left:9px;
}
.oneColFixCtrHdr .footer a {
	margin: 0;
	padding: 10px 0;
	text-decoration:none;
	color:#000000;
}
.oneColFixCtrHdr .footer_content h6.flaming {float:right;}
.oneColFixCtrHdr .footer a:hover {color:#CC0000;}
.section {
	width:930px;
	background: #ffffff url(images/grad.gif) repeat-x top left;
	margin:0 auto;
}
.section_top_left {
	background: url(images/topleft.gif) no-repeat top left;
	width: 400px;
	height: 10px;
	font-size: 1px;
	float:left
}
.section_top {
	background: transparent url(images/topright.gif) no-repeat top right;
	width: 300px;
	height: 10px;
	font-size: 1px;
	float:right;
}
.section_bottom div {
	background: url(images/bottomleft.gif) no-repeat bottom left;
	width: 931px;
	height: 10px;
	font-size: 1px;
}
.section_bottom {
	background: transparent url(images/bottomright.gif) no-repeat bottom right;
	width: 931px;
	height: 10px;
	font-size: 1px;
}
.section_content {
	margin-top:25px;
	margin:0 40px;
	clear:both;
}
.sitemap-page .menuwrapper a {
	color:#fff;
	text-decoration:none;
}
.sitemap-page .menuwrapper a:hover {
	text-decoration:underline;
}
.prod_name {
	vertical-align:top;
	width:200px;
}
td {padding-bottom:15px;}
.info {border-bottom: 1px dotted #000;}
th {
	width:250px;
	text-align:left;
	padding-bottom:10px;
}

/* ################## */
/* EDIT BUTTON STYLES */
/* ###################*/
p#cmsedit {
	font-size: 80%;
	left: 0;
	line-height: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	width: 10em;
}
p#cmsedit a {
	background: white;
	color: #666666;
	display: block;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity:0.7;
}
p#cmsedit a:hover {
	color: black;
	opacity: 1;
	-moz-opacity:1;
}
