/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p, img { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/

/*General*/
body	{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	line-height:18px;
	background-image:url(../images/bkgd-page.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}
a:link {
	color:#00847d;
	text-decoration:none;
	}
a:visited {
	color:#00847d;
	text-decoration:none;
	}
a:hover {
	color:#84ccda;
	text-decoration:underline;
	}
a:active {
	color:#84ccda;
	text-decoration:underline;
	}	

ul.nav1 a:link {
	color:#000;
	text-decoration:none;
	}
ul.nav1 a:visited {
	color:#000;
	text-decoration:none;
	}
ul.nav1 a:hover {
	color:#fff;
	text-decoration:underline;
	}
ul.nav1 a:active {
	color:#fff;
	text-decoration:underline;
	}
ul.nav2 a:link {
	color:#000;
	text-decoration:none;
	}
ul.nav2 a:visited {
	color:#000;
	text-decoration:none;
	}
ul.nav2 a:hover {
	color:#fff;
	text-decoration:underline;
	}
ul.nav2 a:active {
	color:#fff;
	text-decoration:underline;
	}

#frameHP {
	width:860px;
	margin:0 auto;
	background-image:url(../images/bkgd-frameHP.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
#frame {
	width:860px;
	margin:0 auto;
	background-image:url(../images/bkgd-frame.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
img.logo {
	float:right;
	}
h1 {
	font-size:48px;
	line-height:50px;
	color:#00847d;
	font-weight:normal;
	letter-spacing:9px;
	padding-top:100px;
	}
h2 {
	font-size:19px;
	line-height:24px;
	color:#a2a5aa;
	font-weight:normal;
	padding-bottom:3px;
	}

ul.nav1 {
	display:none;
	}
ul.nav1 li {
	display:none;
	}	
	
ul.nav2 {
	display:none;
	}	
ul.nav2 li {
	display:none;
	}
#prodline1 {
	float:left;
	text-align:center;
	width:195px;
	font-size:12px;
	line-height:18px;
	padding-top:34px;
	padding-left:61px;
	}
#prodline1 img {
	border:10px solid #00847d;
	}
	
#prodline2 {
	float:left;
	text-align:center;
	width:254px;
	font-size:12px;
	line-height:18px;
	padding-top:94px;
	padding-left:47px;
	}
#prodline2 img {
	border:10px solid #00847d;
	}
#prodline2 p {
	padding-left:27px;
	padding-right:27px;
	}
	
#prodline3 {
	float:left;
	text-align:center;
	width:195px;
	font-size:12px;
	line-height:18px;
	padding-top:34px;
	padding-left:47px;
	padding-bottom:20px;
	}
#prodline3 img {
	border:10px solid #00847d;
	}
#content {
	width:760px;
	padding:57px 50px;
	}
#content h3 {
	font-weight:bold;
	color:#00847d;
	}
#content p {
	padding-bottom:15px;
	}
#content ul {
	padding-left:40px;
	padding-bottom:15px;
	}
#content ul.sub {
	padding-left:40px;
	padding-bottom:0;
	}
#sidebar {
	width:300px;
	float:left;
	}
#sidebar img {
	border:5px solid #00847d;
	margin-bottom:10px;
	}
#sidebar address {
	clear:both;
	font-style:normal;
	text-align:left;
	color:#696b6e;
	border-top:none;
	padding-top:10px;
	margin-left:0;
	margin-right:0;
	width:auto;
	letter-spacing:normal;
	font-size:14px;
	line-height:18px;
	}
#maintext {
	float:left;
	padding-left:20px;
	width:440px;
	}
table {
	margin-top:20px;
	border:1px solid #696b6e;
	font-size:12px;
	line-height:14px;
	clear:both;
	width:440px;
	margin-bottom:15px;
	}
th {
	text-align:center;
	vertical-align:top;
	border:1px solid #696b6e;
	padding:2px;
	background-color:#696b6e;
	color:#fff;
	}
td {
	text-align:center;
	vertical-align:top;
	border:1px solid #696b6e;
	padding:2px;
	}
table.form {
	margin-top:20px;
	border:none;
	font-size:12px;
	line-height:14px;
	clear:both;
	width:440px;
	margin-bottom:15px;
	}
table.form td {
	text-align:center;
	vertical-align:top;
	border:none;
	padding:4px;
	}
label{
	background-color:#ced3d6;
	float:left;
	width:200px;
	padding:4px;
	border:1px solid #000;
	font-weight:bold;
	text-align:right;
	color:#00847D;
	font-size:13px;
	}
address {
	clear:both;
	font-style:normal;
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#696b6e;
	border-top:4px solid #00847d;
	padding-top:10px;
	margin-left:110px;
	margin-right:110px;
	width:640px;
	letter-spacing:1px;
	}