@charset "utf-8";
/* CSS Document */

/* removes all image borders */
img {
	border:0;
	margin: 0px;
}
a {
    outline: none;
 }
a img {
    border:none;
 }
#content a img {
	border:none;
}
 /* end image border removal */
 
  /*image preload style */
 .hiddenPic {display:none;}
 /*end image preload */
 
 /* basic typography */
 
 body {
	 font-size: 78%;
	 font-family:Tahoma, Geneva, sans-serif;
	 line-height:1.3;
	 margin:1em 0;
 }
 a {
	 color:#8b0f04;
 }
 a:hover {
	color:#FFF; 
 }
 h1, .componentheading {
	 font-size:1.7em;
 }
 h2, .contentheading{
	 font-size:1.5em;
 }
 h3{
	 font-size:1.3em;
 }
 h4{
	 font-size:1.2em;
 }
 h5{
	font-size:1.1em;
 }
 h6{
	 font-size:1em;
	 font-weight:bold;
 }

#wrapper {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #faf07b;
	font-family: Tahoma, Geneva, sans-serif;
}
.clear {
	clear: both;
}
.inner {
	padding-left: 5px;
}
.inner p{
	padding-right:12px;
}
#headMain {
	background-image: url(../images/mainImages/bannerBackground.jpg);
	height: 162px;
	width: 787px;
	padding: 9px;
	background-repeat: no-repeat;
}
.imagePlacement {
	margin: 0px;
	float: left;
}
#navMain {
	float: right;
	height: 76px;
	width: 541px;
	background-image: url(../images/mainImages/Nav_MainANDSub.png);
	background-repeat: no-repeat;
	margin-top: 82px;
}
#navMain2 {
	float: right;
	height: 76px;
	width: 541px;
	background-image: url(../images/Nav_MainONLY.png);
	background-repeat: no-repeat;
	margin-top: 82px;
}


#fauxColumn {
	background-image: url(../images/mainImages/leftCol.png);
	background-repeat: repeat-y;
	width: 803px;
}
#fauxColumn #leftCol {
	float: left;
	width: 186px;
}
#leftCol img {
	margin-left: 7px;
	margin-bottom: 2px;
}
#footer {
	background-image: url(../images/mainImages/Footer.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 803px;
}
#footer #footerContent {
	float: right;
	width: 617px;
	text-align: center;
	font-size: 10px;
}
#footer a{
	color:#000;
}
#footer a:hover{
	color:#8bdaf0;
}
#bodyMain {
	width: 803px;
}
#footerContent .bottomLinks {
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footerContent a:hover{
	color: #2097b8;
}
/* module styles for left column */

.module_rounded h3{
	padding:0;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.module_rounded {
	background-color:#8bdaf0;
	width: 161px;
	margin-left: 7px;
	margin-top: 20px;
}

.module_rounded div {
	background:url(../images/ModuleHead.png);
	background-position:top;
	background-repeat:no-repeat;	
}

.module_rounded div div {
	background:url(../images/ModuleBottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.module_rounded div div div {
	padding:5px;
	background-image:url(blank.gif);
}

/*module for relaated prooddcts in content */
.module_related h3{
	padding:0;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	color: #FFF;
}

.module_related {
	background-color:#8bdaf0;
	width: 539px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.module_related div {
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(../images/relatedBox_r1_c1.png);
}

.module_related div div {
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(../images/relatedBox_r2_c1.png);
}
.module_related div div div {
	padding:5px;
	background-image:url(blank.gif);
}

/*adds bottom border to table on product pages */
#productTable tr td{
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #0055a5;
}

