<style type="text/css" media="all">

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background:#FFF;
	background-color: #FFF;
	color: #2c2c2e;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	font: normal 30px "Trebuchet MS", Helvetica, sans-serif;;
	color:#29a8e0;
	border-bottom:1px solid #00529f;
	padding:20px 0;
	margin:5px 0 25px 0;
	}	
	
p {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#555;
	padding:0;
	margin:0;
	line-height:1.8em;
}

/* Commonly used to style section titles. */
h2 {
  color: #8281d1;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #045ba4;
}

a:active {
	text-decoration: none;
	color: #333;
}

div.footerLink a:link {
	color: #333;
	text-decoration: none;
}

div.footerLink a:visited {
	text-decoration: none;
	color: #333;
}

div.footerLink a:hover {
	text-decoration: underline;
	color: #045ba4;
}

div.footerLink a:active {
	text-decoration: none;
	color: #333;
}

div.footerLink p {
	line-height:18px;
}

#fullWidthHeader {
	background:#FFF url(images/back.jpg) center top repeat-x;
	border-bottom: solid 1px #FFF; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	}
#fullWidthHeader #topHeader {
	height: 118px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0;
	overflow: hidden;
	padding-top: 0;
	width: 960px;
	margin: 0 auto 0 auto;
}
#fullWidthHeader #topHeader #logo {
  float: left;
  height: 118px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 220px;
}

#fullWidthHeader #topHeader #logo img {
	border:none;
	margin-top:16px;
}

#fullWidthHeader #topHeader #topMenu {
  float: left;
  height: 25px;
  padding: 92px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 525px;
  color: #0961a8;
  text-align:center;
  }
#fullWidthHeader #topHeader #topMenu a, #fullWidthHeader #topHeader #topMenu a:link {
  color: #0961a8;
  font-size: 14px;
  text-decoration: none;
}
#fullWidthHeader #topHeader #topMenu a:hover {
  text-decoration: underline;
}
#fullWidthHeader #topHeader #liveSupport {
  float: right;
  height: 118px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 215px;
}

#fullWidthHeader #topHeader #liveSupport img {
	border:none;
	margin:6px 0 0 3px;
}

#fullWidthHeader #mainMenu {
	height: 42px;
	overflow: visible;
	width: 960px;
	margin: 0 auto 0 auto;
}
#fullWidthHeader #mainMenu #menu {
  float: left;
  height: 42px;
  width: 745px;
}
#fullWidthHeader #mainMenu #search {
	float: right;
	height: 32px;
	width: 215px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	padding: 0;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #homePage {
  height: 840px;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  overflow: hidden;
  padding: 25px 0 0 35px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 925px;
}
#outerWrapper #contentWrapper #homePage #offer {
  float: left;
  height: 250px;
  width: 250px;
}

#offer img {
	border:none;
}

#outerWrapper #contentWrapper #homePage #products {
  float: right;
  height: 775px;
  width: 350px;
}
#outerWrapper #contentWrapper #homePage #products #product1 {
  height: 175px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 350px;
  background: url(images/transparency.png) left top repeat;
  }
div.product2 {
  height: 175px;
  margin: 25px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 350px;
  background: url(images/transparency.png) left top repeat;
}

div.homeprod {
	float:left;
	width:125px;
	height:175px;
	background-color:#FFF;
	border-right:#FFF 1px solid;
	}

#outerWrapper #contentWrapper #homePage #products h2 {
  color: #004a6a;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#outerWrapper #fixedFooter {
  background-color: #FFF;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 960px;
}

div.note {
	background:#FFF url(images/banner-bottom-back.jpg) bottom center repeat-x;
	height: 135px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	}

#outerWrapper #fixedFooter #footerLinks {
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 960px;
}

div.footerLink {
	width:138px;
	float:left;
	line-height: 18px;
	padding: 0 5px;
	margin: 0 0 20px 0;
	}
	
div.footerLink h4 {
	color: #045ba4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 0 0;
	margin:0;
  }
  
div.footerLink p {
	  }

div.logofooter {
	width:217px;
	float:right;
	padding-top:25px;
	}
	
div.logofooter img {
	border:none;
	}

div.footerBottom {
	padding: 0 0 25px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 700px;
	height:15px;
	float:left;
	margin: 1px 0 0 0;
}

div.facebook {
	padding: 0 0 16px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 220px;
	float:right;
	text-align:right;
}

div.facebook-link {
float:right;
padding:2px 2px 9px 2px;
}

.clr {
	clear:both;
	padding:0;
	margin:0;
	}

div.banner-bottom-image {
	float:left;
	width:275px;
}

div.banner-bottom-title {
float:left; width:675px; font-size:24px; color:#045ba4; padding:22px 0 26px 0; overflow:visible;
}

div.banner-bottom-text {
float:left; width:675px; height: 65px;font-size:14px; color:#FFF; line-height:normal;
}

div.prodtitle {
float:right; width:210px; height:18px; font-size:18px; font-weight:bold; margin:10px 5px 0 0;
}

div.proddesc {
float:right; width:210px; height:100px; font-size:13px; margin:10px 5px 0 0; color:#000;
}

div.prodbutton {
float:right; width:99px; font-weight:bold; margin:2px 5px 0 0;
}

div.prodbutton img {
	border:none;
}

.search {
	padding:8px 0 0 0;
	margin:0;
	width:200px;
	float:right;
	}

.search form1 {
		display:block;
		float:right;
		padding:0;
		}
		
.search span {
	display:block;
	float:left;
	width:200px;
	padding:0;
	}
	
.search form .keywords {
	line-height:15px;
	height:15px;
	float:left;
	width:146px;
	border:0;
	padding:6px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
div.prodtitle a:link {
	color: #004a6a;
	text-decoration: none;
	font-weight:bold
}

div.prodtitle a:hover {
	color:#15739b;
}

div.note a:link {
	color: #ffcc00;
	text-decoration: none;
	font-weight:bold
}

div.note a:hover {
	text-decoration:underline;
}