@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#e9e9e9;
}
h2 {
	font-size:28px;
	font-family:"Trebuchet MS";
	text-transform:lowercase;
	font-style:italic;
	color:#4c4c4c;
}
.smallh2 {
	font-size:22px;
}
.clear{clear:both}
.borderEdges{
	background-image:url(../images/borderEdges.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:977px;
}
.container {
	width:886px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
/*       HEADER SECTION       */
.header {
	
}
.headerLeft {
	padding-top:20px;
	width:auto;
	height:auto;
	float:left;
}
.headerRight {
	padding-top:60px;
	width:auto;
	height:auto;
	float:right;
}
/*       NAVIGATION SECTION       */
.navBar{
	width:886px;
	background-color:#cbcbcb;
	height:34px;
	background-image:url(../images/navImage.jpg);
	background-repeat:no-repeat;
}
.navItems {
	padding-right:150px;
}

.navBar a {
	float:right;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
.navBar a:hover {
	background-image:url(../images/active.gif);
	background-repeat:no-repeat;
	background-position:center;	
	background-position:bottom;
}
#active {
	background-image:url(../images/active.gif);
	background-repeat:no-repeat;
	background-position:center;	
	background-position:bottom;	
}
/*       FLASH IMAGE       */
.flash {
	width:100%;
	height:133px;
	background-color:#4aace1;
}
/*       MAIN CONTENT       */
.mainContent p {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#5e5e5e;
	padding-left:20px;
	padding-right:20px;
	line-height:20px;
}
.mainContent p a{
	color:#5e5e5e;
	text-decoration:none;
	font-weight:bold;
}
.mainContent p a:hover{
	text-decoration:underline;
}


.mainContent{
	padding-top:20px;
	height:auto;
}
.leftContent{
	float:left;
	width:550px;
	height:auto;
}
.rightContent{
	float:right;
	width:335px;
	height:auto;
}
.blueText {
	padding-top:10px;
	text-align:right;
}
.blueText a {
	font-family:'Trebuchet MS'; 
	font-size:17px; 
	font-style:italic;
	color:#007dc4;
	text-decoration:none;
}

.blueText a:hover{
	text-decoration:underline;
}


/*       FOOTER       */
.footer {
	padding-top:35px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#737373;
}
.footer a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#737373;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footerLine{
	border-top: 1px solid #b2d6ec;
	height:5px;
}


/*       PRODUCTS PAGE       */
.subContent{
	padding-top:20px;
	height:auto;
	background-color:#FFFFFF;
}
.subleftContent{
	float:left;
	width:135px;
	height:420px;
	padding-right:40px;
	background-image:url(../images/divider.jpg);
	background-repeat:no-repeat;
}
.subleftContent a{ 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
.subleftContent a:hover{ 
	text-decoration:underline;
}
.subrightContent{
	float:right;
	width:708px;
	height:auto;
}
.productItem {
	padding-top:20px;
	float:left;
}
.itemImage {
	width:125px;
	height:auto;
	float:left;
}
.itemDesc {
	width:555px;
	height:auto;
	float:left;
	font-family:'Trebuchet MS'; 
	font-size:12px; 
	color:#5e5e5e;
}
.itemDesc p{
	width:560px;
	height:auto;
	float:left;
	padding-right:20px;
	font-family:'Trebuchet MS'; 
	font-size:12px; 
	color:#5e5e5e;
}
.itemDesc p a{
	color:#5e5e5e;
	text-decoration:none;
	font-weight:bold;
}
.itemDesc p a:hover{
	text-decoration:underline;
}


.hline {
	background-image:url(../images/line.gif);
	background-repeat:no-repeat;
	height:10px;
	width:560px
}
.backtoTop a{
	color:#4aace1;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-decoration:none;
}
.backtoTop a:hover {
	text-decoration:underline;
}
.bottomCopy {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-family:'Trebuchet MS'; 
	font-size:12px; 
	color:#5e5e5e;
	font-weight:bold;
}


/*       CONTACT PAGE       */

.form {
	font-family:'Trebuchet MS'; 
	font-size:12px; 
	color:#5e5e5e;
	padding-left:25px;
}
