@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position: relative;
}
.thrColLiqHdr #container {
	width: 85%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header {
	background: #C0C0C0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
	padding: 0px 0px 40px 0px;
	z-index: 1;
	float: none;
	margin-left: 0px;
} 

.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0 75px 5px;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0 75px 5px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColLiqHdr #title {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 35%; /* since this element is floated, a width must be given */
	background: #C0C0C0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*extra*/

div.title {
	font:Arial, Helvetica, sans-serif;
	float: right;
	width: 25%;
	z-index: -1;
}

.clearer {
	
	clear:both;
	height: 1px;
	overflow: hidden;
	top:-1px;
	
	visibility:hidden;
	
}


body div a.cta:hover {
	color:#000000;
	}

div.contentPage {
	clear:left;
	}

div.contentPage div.col1 {
	width:513px;
	float:left;
	clear:left;
	}
	
div.contentPage div.col2 {
	width:257px;
	float:right;
	
	}
div.contentPage div.col1 .padding {
	padding:0px 7px 15px 14px;
	}

div.col1 .padding {
	padding:15px 7px 15px 14px;
	}
	

	
div.col2 .padding {
	padding:35px 15px 15px 6px;
	}

div.box {
	position:relative;
	z-index: 5000;
	}
	
div.box div.bg {
	background-color:#ffffff;
	}

div.box div.bg div.padding {
	padding:20px;
	}
	


div.col1 .box {
	}
	
div.col1 .box .sides {
	background-image:url(images/bg/cp_col1_box_sides.gif);
	background-repeat:repeat-y;
	}
	
div.col1 .box .topCap {
	background-image:url(images/bg/cp_col1_box_top_cap.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
div.col1 .box .bottomCap {
	background-image:url(images/bg/cp_col1_box_bottom_cap.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	
	
div.col2 .box .sides {
	background-image:url(images/bg/cp_col2_box_sides.gif);
	background-repeat:repeat-y;
	}
	
div.col2 .box .topCap {
	background-image:url(images/bg/cp_col2_box_top_cap.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
div.col2 .box .bottomCap {
	background-image:url(images/bg/cp_col2_box_bottom_cap.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
div.col1 a:hover {
	color:#000000;
	}
div.catLogo {
	position:relative;
	height:60px;
	
	}	
	
div.productList {
	position:relative;
	border-top:1px solid #eeeeee;
	width:auto;
	}
	
div.productList div.item {
	border:1px solid #ffffff;
	border-bottom:1px solid #eeeeee;
	padding:15px 15px 35px 15px;
	cursor:pointer;
	}



div.productList div.item:hover {
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	background-image:url(images/bg/listing_gradient_bg_2.jpg);
	background-repeat:repeat-y;
	background-position:left;
	
	
	}
	
div.productList div.item:hover h3 a {color:#487C87;}

div.productList div.thumb  {
	position:relative;
	float:right;
	margin:0 0 10px 10px;
	}
	
	
div.productList h3 {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:1.7em;
	margin-bottom:0.6em;
	
	}
	
div.productList h4 {
	margin-bottom:1em;
	color:#333333;
	} 
	
div.productList p {
	margin-bottom:1em;
	}
	
div.productList h3 a {
	color:#999999;
	text-decoration:none;
	}
	
	
div.productList div.more {
	margin-top:1.8em;
	position:absolute;
	left: 5px;
	}
	
div.productList div.more a {
	position:relative;
	}

		
/* rest */
/* CSS Document */

div.contentPage {
	margin:0px;
	padding:0px;
	/*font-size:62.5%;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
	color:#666666;
	text-align:left;
	background-image:url(images/bg/body_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}

/*unneeded */
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#f7f7f7;*/
	background: #666666;
	color:#666666;
	text-align:left;
	/*background-image:url(images/bg/body_bg.gif);*/
	background-repeat:repeat-y;
	background-position:left;
	
}

p,h1,h2,h3,h4,ul {
	margin:0px;
	padding:0px;
	margin-bottom:1.6em;
	
	position:relative;
	z-index:1;
	}
	
p {
	line-height:1.6em;
	
	}

img {
	border:0px;
	position:relative;
	}

p,li,td {
	font-size:1.1em;
	}
	
li li {font-size:1em;}


a {
	color:#487C87;
	font-weight:bold;
	}


h1 {
	font-size:2.1em;
	color:#487C87;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	margin-bottom:1.1em;
	}

h2 {
	font-size:1.6em;
	margin-bottom:1.1em;
	padding-top:.5em;
	}

hr {
	color:#eeeeee;
	margin:0 0px 1.6em 0px;
	padding:0px;
	height:1px;
	background-color: #eeeeee;
	border:0px;
	line-height:1px;
	clear:both;
	}

hr.nobottom {
	margin-bottom:0px;
	}
	
hr.topmargin {
	margin-top:1.6em;
	}

.sub {
	font-size:0.8em
	}
	
h3 {
	font-size:1.3em;
	}
	
h4 {
	font-size:1.1em;
	}
	

ul {
	list-style:none;
	list-style-type:none;
	}
	
li {
	margin:0 0 1em 0 ;
	}
	

ul li {
	list-style:none;
	list-style-type:none;
	padding:0 0 0 20px;
	background-image:url(images/arrows/arrow_bullet.gif);
	background-repeat:no-repeat;
	background-position:0em .3em;
	}
	
ul li ul {
	margin-top:1em;
	margin-bottom:0;
	}
	
ul li ul li {
	background-image:url(images/arrows/arrow_bullet_light.gif);
	}

form {
	margin:0px;
	padding:0px;
	}

imput {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
input.button {
	background-image:url(images/bg/button_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f7f7f7;
	border:1px solid #ffffff;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	}

select {
	font-size:1em;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}

select option {
	padding:2px;
	font-size:1em;
	}



.clearer {
	
	clear:both;
	height: 1px;
	overflow: hidden;
	top:-1px;
	
	visibility:hidden;
	
}

#dropMenus {
	display:none;
	}
	
#dropMenus.nav {
	display:block;
	}

	
#container {
	width:996px;
	}

#pageContainer {
	background-color:#f7f7f7;
	width:770px;
	float:left;
	
	}
	
#advertContainer {
	width:225px;
	float:right;
	}

/*.color {color:#5ABED3}*/
.color {color:#487C87}
	
.header {
	height:63px;
	background-image:url(images/bg/header_bg.jpg);
	background-repeat:repeat-x;
	}
	
.header .logo {
	padding:20px 0px 0px 25px;
	}
	
.nav {
	background-image:url(images/bg/nav_grad.jpg);
	background-repeat:repeat-y;
	padding:0px 0px 0px 20px;
	background-color:#5abed3;
	}


.nav ul {
	margin:0px;
	padding: 0px;
	width:590px;
	z-index:10;
} 


body div a.cta {
	background-image:url(images/bg/button_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f7f7f7;
	border:1px solid #ffffff;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:5px 10px 5px 10px;
	color:#333333;
	font-weight:normal;
	font-size:1.1em;
	text-decoration:none;
	}
div.title h1 {
	font:Arial, Helvetica, sans-serif;
	color: #0033CC;
}
div.productOverlay {
	width:195px;
	height:195px;
	text-align:center;
	position:absolute;
	z-index:10000;
	right: 18%;
	top: 65px;
	}
	
div.productOverlay img {
	display:block;
	}
	
html > body div.productOverlay img {
	display:block;
	}
div.titleOverlay {
	height:70px;
	text-align:center;
	position:absolute;
	z-index:9000;
	right: 20%;
	top: 10px;
}
div.titleOverlay img {
	display:block;
}
html > body div.titleOverlay img {
	display:block;
}
div.arrowOverlay {
	height:70px;
	text-align:center;
	position:absolute;
	z-index:0;
	right: 10%;
	top: 140px;
}
div.arrowOverlay img {
	display:block;
}
html > body div.arrowOverlay img {
	display:block;
}
/*News Item Stuff */

	
div.newsList {
	position:relative;
	border-top:1px solid #eeeeee;
	width:auto;
	}
	
div.newsList div.item {
	border:1px solid #ffffff;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
	padding:15px 15px 35px 15px;

	}
	
div.newsList div.item:hover h3 a {
color:#487C87;

}

div.newsList div.thumb  {
	position:relative;
	float:right;
	margin:0 0 10px 10px;
	}
	
	
div.newsList h3 {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:1.7em;
	margin-bottom:0.6em;
	
	}
	
div.newsList h4 {
	margin-bottom:1em;
	color:#333333;
	} 
	
div.newsList p {
	margin-bottom:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div.newsList h3 a {
	text-decoration:none;
	}
div.newsList div.item:hover h4 {
	margin-bottom:1em;
	color:#000000;
}
div.newsList div.item:hover p {
	margin-bottom:1em;
	color:#333333;
	font-colour:#333333;
}
div.newsList  div.item h3  {
	color:#999999;
}
div.newsList div.item:hover h3 {
	color:#487C87;
}
div.productList div.moreright {
	margin-top:1.8em;
	position:absolute;
	right: 5px;
	display: inline;
	padding: -50px 25px 25px 1px;
}
div.productList div.moreright a {
	position:relative;
}
html > body div.moreright {
	display:inline;
}
div.productList .padding {
	padding:35px 15px 15px 6px;
}

.imgborder{
	border-color: #999999;
	border-width:1px;
	border-style: dashed;
      }
div.newsList div.moreright {
	margin-top:1.8em;
	position:absolute;
	right: 90px;
	display: inline;
	padding: -50px 25px 25px 1px;
}
div.newsList div.moreright a {
	position:relative;
}
div.newsList .padding {
	padding:35px 15px 15px 6px;
}
div.newsList div.more {
	margin-top:1.8em;
	position:absolute;
	left: 10%;
}
div.newsList div.more a {
	position:relative;
}
div.contactForm {
	position:relative;
	border-top:1px solid #eeeeee;
	width:auto;
}
div.contactForm div.item {
	border:1px solid #ffffff;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
	padding:30px 20px 20px 60px;
}
div.contactForm h3 {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin-bottom:0.6em;
}
div.contactForm h4 {
	margin-bottom:1em;
	color:#333333;
}
div.contactForm p {
	margin-bottom:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.contactForm div.item h3 {
	color:#666666;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

formGroup {
	padding-bottom:16px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:1.8em;
	}

.formGroup h2 {margin-top:1.3em;}

.formElement {
	margin-bottom:1em;
	font-size:1em;
	}

.formElement .label {
	color:#487C87;
	font-weight:bold;
	margin-bottom:3px;
	font-size:1.1em;
	
	}
	
.formElement .element {
	font-size:1em;
	}
	
.formElement .element input , .formElement .element textarea , input.text {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-size:1.2em;
	padding:2px 5px;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-right:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	color:#666666;
	}

.formElement select {
	width:300px;
	font-size:1.2em;
	}


.formElement .element textarea {
	height:100px;
	}

.formCheckbox {clear:both;}

.formCheckbox .label {float:left;padding:3px;}
	
.formCheckbox .element {float:left;clear:left;}


div.blankList div.moreright {
	margin-top:1.8em;
	position:absolute;
	right: 90px;
	display: inline;
	padding: -50px 25px 25px 1px;
}
div.blankList div.moreright a {
	position:relative;
}
div.blankList .padding {
	padding:35px 15px 15px 6px;
}
div.blankList div.more {
	margin-top:1.8em;
	position:absolute;
	left: 10%;
}
div.blankList div.more a {
	position:relative;
}
div.blankList div.item {
	border:1px solid #ffffff;
	border-bottom:1px solid #eeeeee;
	cursor:text;
	padding:15px 15px 65px 15px;
}
div.blankList h3 {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:1.8em;
	margin-bottom:0.6em;
}
div.blankList h4 {
	margin-bottom:1em;
	color:#333333;
}
div.blankList {
	position:relative;
	border-top:1px solid #eeeeee;
	width:auto;
}
div.blankList  div.item  ul li {
	cursor:text;
	background-image: url();
	list-style-type: square;
	list-style-position: inside;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.style2 {color: #423C23}
