/* Recaptcha Color Settings */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FE5A1D !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #000 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border: #000 !important; //Text input field border color
   background-color:#F000 !important; //Text input field background color
 }
 


/* This rule resets a core set of elements so that they will appear consistent across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #ECECEC url("../images/bg-bodyFiber.jpg") repeat-x scroll top left; 
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}

a:active {
  color: #000;
}
#outerWrapper {
	margin: -3px auto 0 auto;
	text-align: left;
	width: 1040px;
	position: relative;
}
#outerWrapper #header {
	font-weight: bold;
	padding: 0px;
	margin: 15px 30px;
	height: 70px;
	width: 100%;
}
#outerWrapper #topNavigation {
	height: 25px;
	padding: 10px;
	color: #FFF;
	width: 800px;
	position: absolute;
	left: 440px;
	top: 70px;
	top: 50px !important;	/*background-color: #FE5A1D;
	border: 1px solid #fff;*/
}
#outerWrapper #topNavigation ul {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #topNavigation ul li {
	list-style-type: none;
	display: inline;
}
#outerWrapper #topNavigation ul li a {
	color: #FFF;
	margin-right: 15px;
	padding: 5px 10px;
}
#outerWrapper #topNavigation ul li a:hover {
	background-color: #FE5A1D;
	text-decoration: none;
}
.subNav {
	width: 700px;
	position: absolute;
	top:120px;
	right: 5px;
}
.subNav ul{
	list-style:none;		
}
.subNav li{
	padding: 0;
	margin: 0;
	display: inline;
}
.subNav a {
	line-height: 30px;
	padding:5px 10px;
	background-color: #FE5A1D;
	border:1px solid #666;
	color: #FFF;
	margin-right: 20px;
}
.subNav a:hover, {
	background-color: #666;	
}
.logoSub {
	position: absolute;
	top: 10px;
	left:125px;
	width: 600px;
	height: 40px;
	/*background-color:#C00;
	border: 1px solid #CC3;*/
}
#contentWrapper {
	border:1px solid #333;
	margin: 0px 20px 0px 20px
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-right: solid 1px #666;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 0px;
}

#outerWrapper #contentWrapper #content {
	background: #FFFFFF url("../images/bg-content.jpg") repeat-x left top;
	margin: 0;
	padding: 15px 10px 10px 10px;
}
.productClass {
	width: 187px;
	height: 235px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	border-bottom: 8px solid #ccc;
}
/*.productClass img {
	border-bottom: 2px solid #FE5A1D;
}*/
#center {
	height: auto;
	width: 645px;
	margin-right: auto;
	margin-left: auto;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  position: relative;
  background: #FFF url("../images/bg-footer.jpg") repeat-x center bottom;
  padding: 20px 40px;
}
#content .product li  {
	list-style-type: none;
	padding-bottom: 10px;
}
#content .product li img{
	float: left;
	padding: 5px;
	margin: 0px 20px 10px 0px;
	border: 1px solid #ccc;
}
#content .product li img:hover{
	background-color: #ccc;
}
#content .product h2 a{
	padding:1px 5px;
	background-color: #FE5A1D;
	border:1px solid #666;
}
#content .product h2 a:hover{
	background-color: #666;
}
.productDetail img{
	clear: left;
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #ccc;
}
.productDetail li{
	list-style-type: none;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.orange{
	color: #FE5A1D;
}
.pdetailHeader {
	font-size: 2.5em;	
}

.noBorder img{
	border: none;	
}
