﻿*{
	margin: 0 0 0 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #C4C4C4 url('/styles/pageback.png') repeat-x top;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	margin: 20px 0 0 0;
}

h1 {
	border-left: thick #008080 solid;
	font-size: large;
	text-indent: 10px;
}

h2 {
	font-size: small;
	font-weight: normal;
	text-indent:50px;
}

h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

h4 {
	color: teal;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 18px;
}

img {
	border-style: none;
	margin:0;
}

#pagewrap {
	background-color: #FFFFFF;
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#headerwrap {
	background-color: #000000;
	background: url('/styles/menuback.png') repeat-x top;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
	overflow: auto;
	clear: both;
	width: 900px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#headerwrap a {
	color:white;
	text-decoration:none;
}

#headerwrap a:visited {
	color:white;
	text-decoration:none;
}

#headerwrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#headerleft {
	position: relative;
	z-index: 3;
	top: 0;
	float: left;
	background-color: #000000;
	color:white;
}

#headerleft li{
	display:inline;
}

#headerright {
	position: relative;
	z-index: 2;
	background-color: #000000;
	color: #C0C0C0;
	text-align: right;
}
#headerright li{
	display:inline;
}

* html div#bodywrap { 
   height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* sets min-height for IE6 */
}
   
#bodywrap {
	width: 900px;
	background-color: #FFFFFF;
	clear: both;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	min-height: 600px;
}
#line {
	width: 900px;
	height: 10px;
	background-color: #E6EFEF;
	clear: both;
}
	
#pagetitle {
	width: 704px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
#logo {
	float: right;
	margin: 10px 0 5px 0;
	width: 196px;
}

#leftcolumn {
	float:left;
	width:690px;
	
}

#homeright {
	margin: 10px 0 0 0;
	padding: 0;
	width: 155px;
	height: 415px;
	float: right;
	font-size: 11px;
	background: #D5D9DE;
	overflow: hidden;
}

#rightcolumn {
	background: #D7E3E3;
	border-color: #ECEEF1;
	border-width: 1px;
	border-style: solid;
	width: 175px;
	position: relative;
	float: right;
	padding: 10px;
	font-size: 10px;
}

#rightcolumn p {
	margin-bottom: 5px;
}

#rightcolumn h1, #homeright h1 {
	color: #015558;
	text-indent: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	margin-bottom: 10px;
}

#rightcolumn h2, #homeright h2 {
	color:teal;
	font-size:10px;
	text-indent:0px;
	margin-top:10px;
	margin-bottom:3px;
}

#homeright a, #rightcolumn a {
	text-decoration: none;
	color: #075C5E;
}
#homeright a:visited, #rightcolumn a:visited {
	text-decoration:none;
	color:#075C5E;
}
#homeright a:hover, #rightcolumn a:hover {
	text-decoration:none;
	color: #075C5E;
}

#morenewproducts {
	height:70px;
	background: url('../Images/btnMoreNewProducts.png') no-repeat top; 
	margin: 0 0 20px 0;
}
#morenewproducts p {
	padding:30px 10px 0 20px;
}


#homebanner {
	margin: 0 0 0 -15px;
	width: 930px;
	height: 120px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 0;
}

#timestamp {
	margin-top:30px;
}

.imgr {
	border: 1px #BDC5CC solid;
	margin: 0px 0 15px 10px;
	float: right;
}

.imgl {
	border: 1px #BDC5CC solid;
	margin: 0px 10px 15px 0;
	float: left;
}


.rule {
	height: 1px;
	clear: both;
	margin: 15px 0 15px 0;
	border-bottom: 1px silver solid;
}

table.table-std {
	margin: 10px 20px 20px 20px;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
}

table.table-std a {
	text-decoration:none;
	color:#015558;
}
table.table-std a:visited {
	text-decoration:none;	
	color:#015558;
}
table.table-std a:hover {
	text-decoration:underline;
	color:#015558;
}

table.table-std th {
	background: #505F6E;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	color: white;
}

table.table-std td  {
	border-right: 1px #DEE0E4 solid;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #505F6E;
	border-bottom: 1px #DEE0E4 solid;
}

#newproductbody {
	background: #DEE0E4;
	margin: 15px 0 20px 0;
	float: left;
	overflow: hidden;
	width: 690px;
	padding:0 0 20px 0;
}

#newproductbody p {
	margin: 10px 20px 10px 20px;
	font-size: 11px;
	line-height: 18px;
	color: #313740;
}

#newproductbody li{
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 11px;
	line-height: 15px;
	list-style-position: outside;
}

#newproductbody h1 {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #015558;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border-left:none;
	text-indent: 0;
	background-color: #DEE0E4;
	padding: 20px 0 0 25px;
}

#newproductbody h2 {
	font-size: 13px;
	text-indent: 0;
	margin: 10px 20px 20px 25px;
	line-height: 18px;
	font-weight: normal;
}

#newproductbody h3 {
	color: #FFFFFF;
	text-indent: 15px;
	font-weight: bold;
	background-color: #838E98;
	font-size: 16px;
	line-height: 33px;
	margin: 30px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#newproducttitle {
	background: #838E98 url('../images/NewProductText.png') no-repeat left;
	border-bottom: 1px #A1AEBA solid;
	border-top: 1px #A1AEBA solid;
	height: 30px;
}
#newproducttitle p {
	margin: 5px 10px 0 0;
	float: right;
	color: white;
	font-size: 11px;
}

.floatr {
	float:right;
}

.floatl {
	float:left;
}

.presstable {
	margin:0 0 0 20px;
	font-size:11px;
}

.pressyear {
	font-size: 14px;
	font-weight: bold;
	color: #008080;
	margin: 10px 0 10px 20px;
}

.pressdate {
	width: 80px;
	vertical-align: top;
	padding: 2px 2px 5px 0;
}

.presstitle {
	padding: 2px 2px 5px 2px;
	width: 750px;
	vertical-align: top;
}

.presstitle a {
	text-decoration: none;
	color: #505F6E;
}

.presstitle a:visited {
	text-decoration: none;
	color: #505F6E;
}

.presstitle a:hover {
	text-decoration: underline;
	color: #008080;
}

.pressmore {
	margin: 30px 0 20px 20px;
	font-size: 11px;
}
.pressmore a {
	color: #505F6E;
	text-decoration: none;
}
.pressmore a:visited {
	color: #505F6E;
	text-decoration: none;
}
.pressmore a:hover {
	color: #008080;
	text-decoration: underline;
}

.text {
	margin: 0 0 0 30px;
	width: 600px;
	float: left;
}

.text p {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 15px;
}

.text a {
	color:black;
	text-decoration:none;
}
.text a:visited {
	color:black;
	text-decoration:none;
}
.text a:hover {
	color: #007577;
	text-decoration:underline;
}


.text li{
	margin-left: 50px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 11px;
	line-height: 15px;
}

.separator {
	width: 150px;
	height: 1px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#aboutfooter {
	clear: both;
	margin: 20px -15px -10px -15px;
	padding: 20px 30px 30px 30px;
	background-color: #E6EFEF;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}

#aboutfooter a {
	text-decoration: none;
	color: #2A7775;
	font-size: 12px;
}

#aboutfooter a:visited {
	text-decoration: none;
	color: #2A7775;
	font-size: 12px;
}
#aboutfooter a:hover {
	text-decoration: underline;
	color: #2A7775;
	font-size: 12px;
}
#aboutfooter img {
	float:right;
	margin:10px 20px 10px 30px;
}



#footer {
	height: 15px;
	background-color: #000000;
	background: url('/styles/footerback.png') repeat-x top;
	clear: both;
	width:930px;
	color: silver;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#footer li {
		display:inline;
}

#footer a {
	color:silver;
	text-decoration:none;
}

#footer a:visited {
	color:silver;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

