@charset "utf-8";
/* CSS Document */

#wrapperMain {
	position: relative;
	width: 1000px;
	margin: auto;
}
#wrapperPage {
	position:relative;
	padding: 8px;
	padding-top:11px;
}
#topBar {
	position:relative;
	height: 53px;
	width:994px;
	margin: auto;
	margin-top: 6px;
	background-image:url(/images/page/bg_main_topBar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#topBar H1 {
	position:absolute;
	font-size:10pt;
	margin-top:28px; 
	margin-bottom:0px;
	margin-left:105px;
	color:white; 
}
#banner {
	background-image:url(/images/bannerBG.jpg);
	position:absolute;
	top: 10px;
	left: 12px;
	width: 975px;
	height: 181px;
	margin: auto;
	padding: 0px;
}
#menuMain {
	position:relative;
	width: 975px;
	height: 48px;
	margin: auto;
	margin-top:169px;
	background-image:url(/images/page/menu_bg.gif);
}
#contentBorderTop {
	position:relative;
	width: 1000px;
	background:url(/images/page/bg_main_borderTop.gif) top;
	background-image: url(/images/page/bg_main_borderTop.gif);
	background-position: top;
}
#contentBorderBottom {
	position:relative;
	width: 1000px;
	background:url(/images/page/bg_main_borderBottom.gif) bottom no-repeat;
	background-image: url(/images/page/bg_main_borderBottom.gif);
	background-position: bottom;
}
#contentMain {
	margin: 5px;
	margin-top: -3px;
}
#footer {
	height:72px;
	margin:3px;
	margin-bottom: 2px;
	background:url(/images/page/footer_bg.gif);

}
.clear {
	clear: both;
}

/* Content Panel */
.cColumnL {
	position: relative;
	float: left;
	margin-right:5px;
}
.cColumnR {
	position: relative;
	float: right;
	margin-left:5px;
}
.cPanelMain H1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11pt;
	color: #ba1c1c;
	font-family: Arial, Helvetica, sans-serif;
}
.cPanelMain H2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11pt;
	color: #ba1c1c;
	font-family: Arial, Helvetica, sans-serif;
}
.cPanelMain .BottomRightButton {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:10px;
	margin-top:25px;
	margin-bottom: 7px;
}
.cPanelMain {
	position: relative;
	margin-top: 15px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	background:url(/images/page/contentPanel/head_bg.gif) repeat-x;
}
.cPanelMain .tl {
	margin: -1px;
	background:url(/images/page/contentPanel/head_left.gif) 0 0 no-repeat;
}
.cPanelMain .tr {
	background:url(/images/page/contentPanel/head_right.gif) 100% 0 no-repeat;
}
.cPanelMain .bl {
	background:url(/images/page/contentPanel/bottom_left.gif) 0 100% no-repeat;
}
.cPanelMain .br {
	background:url(/images/page/contentPanel/bottom_right.gif) 100% 100% no-repeat;
}
/* //Content Panel */

/* Contact Us Page */
.c-wrapper {
	width: 238px;
	height: 220px;
	float:left;
}
.c-details {
	clear: both;
}

/* Product Page */

#productIntro H2 {
	position:relative;
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: 17pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 3px double #bc0001;
	width: 100%;
}

#productIndex H2 {
	position:relative;
	float: left;
	padding-left: 25px;
	background:url(/images/elements/bullet1.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #bc0001;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 15px;
	margin-bottom: -4px;
	margin-right: 5px;
	padding-bottom: 0px;
	width: 90%;
}
a.productIndex {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	position: relative;
	float: left;
	margin: 10px 0px 0px 27px;;
	padding-left: 15px;
	background: url(/images/elements/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.productIndex:HOVER {
	text-decoration: underline;
}

#productDetails H1 {
	position:relative;
	float: left;
	color: #333333;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
	margin: 0px 0px 0px 0px;
}
#productDetails H2 {
	position:relative;
	float: left;
	color: #CB0F10;
	width: 100%;
	border-bottom: 1px solid #CB0F10;
	font-weight: bold;
	font-size: 15pt;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
}
#productDetails p {
	position:relative;
	float: left;
	margin: 10px 0 0 0;
	font-size: 11pt;
}

#techSpecs {
	position:relative;
	float:left;
	width: 100%;
}
#techSpecs .Head {
	position:relative;
	float:left;
	width: 100%;
	padding: 3px 0 3px 5px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
#techSpecs .Row {
		position:relative;
	float:left;
	width: 100%;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #333333;
}


/* // Product Page */

