﻿@import url("Reset.css");

/* SYSTEM TAGS */
html, body
{
    height: 100%;
    width: 100%;
}
body 
{
	font-size: 62.5%;
    line-height: 1.5em;     
	
	font-family: Verdana, Sans-Serif;
	color: #000000;
	
	background-color: #030d53;
	background-image: url(Images/background_gradient.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
form
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	font-size: 1.0em;
}
div, p
{
	font-family: Verdana, Sans-Serif;
	color: #000000;
}
p
{
	margin-bottom: 10px;
}
li
{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 16px;
}
ul
{
	margin-bottom: 15px;
}

img
{
	border: 0;
}
h1
{
	color: #0074d9;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}
h1.runon
{
	margin-bottom: 0px;
}
h2
{
	color: #666666;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 8px;
}
h3
{
	color: #666666;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 15px;
}
h4
{
	font-size: 1.0em;
	margin-bottom: 10px;
	font-weight: normal;
}
a:link,
a:hover,
a:active,
a:visited
{
	font-family: Verdana, Sans-Serif;
	color: #0074d9;
	text-decoration: underline;
}

/* MASTER PAGE */
.outerframe
{
	padding: 7px 30px 10px 30px;	
	border-top: solid 11px #094ba6;
}
.siteheader
{
}
.clear
{
	clear: both;
}
.mainmenu
{
	margin-top: 21px;
	border: solid 1px white;
}
.contentframe
{
	margin-top: 25px;
	margin-bottom: 70px;
}
.footer_frame
{
	width: 974px;
	border-bottom: solid 11px #030d53;
	text-align: right;
	padding-bottom: 11px;
	color: #004b8d;
	bottom: 0;
	background-color: #ffffff;
}
a.BreadCrumb
{
	color: #666666;
}
a.BreadCrumbSelectedPage
{
	color:#000000;
	text-decoration:none;	
}

/* HOMEPAGE */
.category_menu
{
	float: left;
	width: 175px;
	margin-right: 24px;
}
.homepage_content
{
	float: left;
}
.homepage_welcome
{
	float: left;
	width: 385px;
	margin-right: 19px;
	margin-top: 25px;
}
.rotating_images
{
	float: left;
	margin-top: 25px;
	height: 230px;
}
.rotation_control
{
	width: 306px; 
	height: 230px;
}
.latest_news
{
	padding-top: 5px; 
	width: 302px;
}
.category_menu_item
{
	margin-bottom: 3px;
}
.menu_bottom
{
	background-image: url(Images/menu_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 254px;
}

/* CONTENT PAGES */
.standard_left
{
	float: left;
	width: 475px;
	margin-right: 166px;
}
.standard_right
{
	float: left;
}

/* MENU */
.main_menu_item
{
	padding-right: 10px;
}

/* HEADER */
.hygrade_logo
{
	float: left;
	width: 297px;
	padding-top: 60px;
}
.water_banner
{
	float: left;
}

/* SEARCH */
.search_field
{
	width: 116px;
	height: 16px;
	font-family: Verdana, Sans-Serif;
	padding-top: 1px;
	border: solid 1px #7f9db9;
}
.search_area
{
	padding-top: 24px;
}
.search_offset
{
	position: relative;
	bottom: -17px;
}

/* CONTACT US */
.contact_form th
{
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
.contact_form td
{
	vertical-align: top;
}

.required_field
{
	color: #3285c6;
	font-weight: bold;
	font-size: 1.2em;
}
.contact_field
{
	width: 229px;
	height: 16px;
	font-family: Verdana, Sans-Serif;
	padding-top: 3px;
	border: solid 1px #7f9db9;
	margin-bottom: 3px;
}
.contact_textarea
{
	width: 229px;
	font-family: Verdana, Sans-Serif;
	padding-top: 3px;
	border: solid 1px #7f9db9;
}

/* PARTNER LINKS */
.link_area
{
	width: 200px;
	margin-right: 37px;
	margin-top: 20px;
	padding-bottom: 10px;
	float: left;
}

/* LATEST NEWS */
.news_left
{
	float:left;
	width: 320px;
	margin-right: 20px;
}
.news_right
{
	float: left;
}

/* CATEGORIES/PRODUCTS/DOWNLOADS */
.product_box
{
	float: left;
	width: 130px;
	margin-right: 47px;
	margin-top: 10px;
	height: 200px;
}
.product_description
{
	float: left;
	width: 420px;
	margin-right: 20px;
}
.product_image
{
	float: left;
	width: 290px;
}
.product_downloads
{
	float: left;
}
.downloads_box
{
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 40px;
}


