body {
	padding: 0;
	margin: 0;
	background-color: #d0e8e8;
}

body, p, td {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

td {
	line-height: 20px;
}

a:link,
a:active,
a:visited {
	color: #0073CD;
	font-weight: bold;
}

a:hover {
	color: #005151;
}

a img {
	border: 0;
}

.strikeout {
	text-decoration: line-through;
}

#frame {
	width: 984px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 984px;
	height: 270px;
	background: url("../images/header_bg.jpg") no-repeat top left;
	position: relative;
}
	
	ul#nav {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 229px;
		left: 12px;
	}
	
	ul#nav li {
		float: left;
	}
	
	ul#nav li a {
		display: block;
		margin: 10px 10px 2px 10px;
		font-weight: bold;
		text-decoration: none;
		color: #005151;
	}
	
	ul#nav li a.current {
		border-bottom: 3px solid #005151;
/*					text-decoration: underline;*/
	}
	
	ul#nav li a.current:hover {
		border-color: #005151;
	}
	
	ul#nav li a:hover {
		border-bottom: 3px solid #acd6d5;
/*					text-decoration: underline;*/
	}
	
#body {
	float: left;
	width: 984px;
	background: url("../images/body_bg.jpg") repeat-y top left;
}

#content {
	float: left;
	width: 667px;
	padding-left: 27px;
	padding-top: 15px
}

#sidebar {
	padding-left: 709px;
}

#footer {
	float: left;
	width: 984px;
	height: 88px;
	background: url("../images/footer_bg.jpg") no-repeat top left;
	text-align: center;
	padding-top: 75px;
}

#footer p {
	color:#5B8A8A;
}

/* --- HEADER STYLES --- */

h1 {
	color: #005151;
	font-size: 22px;
}

/* --- TEXT STYLES --- */

.NormalText, body, td {color: #000; font-size: 14px; font-family: Arial, "Times New Roman";}
.CategoryHeader {font-size: 18px;color: #4265CD; font-weight: bold}
.SmallText		{font-size: 13px;}
.GreenText		{color: #197270;}
.WatermelonText	{color: #FF7F81;}
.PinkText		{color: #ff00cc;}
td.Blank			{background-image: none;}
td.ContactUs {
	text-align: left;
	background: #fff url(../images/phone_guyFLIP.gif) no-repeat 90% 10px;
}

/* --- FORM STYLES --- */

.button {
  width: 120px;
  height: 40px;
  padding: 0 0 3px 0;
  background: #E4E9F8;
  border: 2px solid #70B770;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #197270;
}

#geotrust {
	position: absolute;
	right: 30px;
	top: 10px;
}

#input_code {
	font-size: 11px;
}
#apply_code {
	font-size: 11px;
}

div#constant_contact {
	text-align: center;
	width: 220px;
}

a.productColorsLink { font-size: 14px; font-weight: normal; text-transform: capitalize; }