/* Neutralize styling: 
   Elements we want to clean out entirely:*/
html, body, form, fieldset  {
	margin : 0;
	padding : 0;
	font : 100%/120% Tahoma,Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin:*/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address  {
	margin : 1em 0;
	padding : 0;
}

/* Apply left margin:
   Only to the few elements that need it:*/
li, dd, blockquote  {
	margin-left : 2em;
}

/* Miscellaneous conveniences:*/
form label  {
	cursor : pointer;
}

/* jr border padding*/
fieldset  {
	margin : 0;
	border : 0;
	padding : 0;
}

fieldset label  {
	clear : none;
	margin : 0px 0px 0px 0px;
	padding : 4px 0px 0px 0px;
}

form input  {
	clear : left;
	float : left;
}

form label.radioitem  {
	clear : none;
	margin : 0px 0px 0px 0px;
	padding : 4px 0px 0px 0px;
}

/* Form field text-scaling*/
input, select, textarea  {
	font-size : 1em;
}

html {height:100%}
body {height:101%;
 	font-family : Tahoma, Arial, sans-serif;
	font-size : 0.8em;
	color : #006C66;
	font-weight : normal;
	text-align : center;
}

table  {
	color : #006C66;
	font-weight : normal;
	font-size : 1em;
	}

table h3 {
	font-size : 1.1em;
}
div.logo  {
	background-image : url(../images/logo.gif);
	background-repeat : no-repeat;
	background-position : 95% 0%;
	height : 90px;
	background-color : #006C66;
	margin : 10px;
	width : 745px;
}

div.tabmenu  {
	width : 745px;
	margin : 10px 10px 0px 10px;
}

div.main  {
    width : 745px;
	color : #006C66;
	font-weight : normal;
	margin : 0px 10PX 0PX 10PX;
    padding : 1em;

}

div.main H1  {
	color : #006C66;
	text-decoration : underline;
	font-size : 1.2em;
	font-weight : bold;
}

div.main H3  {
	color : #69AAA6;
	font-weight : normal;
	font-style : normal;

}

div.image  {}

div.product  {
	font-size : 0.9em%;
	color : #69AAA6;
	padding-left : 30px;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
}

div.product H1  {
	font-size : 1.1em;
	color : #006C66;
	font-style : italic;
	text-decoration : underline;
	font-weight : normal;
}

div.product H3  {
	color : #69AAA6;
	font-weight : normal;
}

div.quality  {
    float:left;
    width:700px;
	clear:both;
	text-align:center;
	margin:20px 0 0 0;
	background:#fff;
	width : 100%;
}

.image100 {
  border: 1px solid #69AAA6;
  height :75px;
  width : 75px;
}

.imagesmall{
  border: 1px solid #69AAA6;
  height: 50px;
  width : 50px;
  
}

.activetabmiddle  {
	background-color : #69AAA6;
	color : #FFFFFF;
	font-size : 1.2em;
	font-weight : normal;
	width : 100px;
	cursor : pointer;
	border-top : 1px solid #69AAA6;
	border-right : 0.5px solid #699966;
	border-left : 1px solid #699966;
	height : 30px;
	text-align:center;
}

.tabmiddle  {
	background-color : #B2D8C5;
	color : #000000;
	font-size : 1.2em;
	font-weight : normal;
	cursor : pointer;
	width : 100px;
	height : 30px;
	border-top : 1px solid #69AAA6;
	border-right : 1px solid #699966;
	border-bottom : 1px solid #699966;
	border-left : 0.5px solid #699966;
	text-align:center;
	}

.tabbar  {
	background-color : #69AAA6;
	width : 100%;
	border-left : 1px solid #69AAA6;
	border-right : 1px solid #699966;
	border-bottom : 1px solid #699966;
}

.buttonmiddle  {
	background-color : #B2D8C5;
	color : #000000;
	font-size : 1em;
	font-weight : normal;
	border : 1px solid #006C66;
	padding: 2px;
	cursor : pointer;
}

.floatimgright  {
	float : right;
	margin-top : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	height : 200px;
	width : 200px;
}

.whatsnew  {
	float : right;
	width : 45%;
	border-style : solid;
	border-width : 1px;
	margin: 10px;
	padding: 1em;
}

.tableverticaltext  {
	writing-mode : tb-rl;
	filter : flipv fliph;
	font-size : 0.9em;
	height : 200px;
}

.tabletext  {
	font-size : 1em;
}

.prodtable  {
	width : 745px;
}

.prodtableback  {
	width : 150px;
	vertical-align : top;
	text-align : left;
}

.prodtabletitles  {
	width : 150px;
	font-weight : bold;
	font-style : normal;
	vertical-align : top;
	text-align : right;
}

.prodtabledata  {
	width : 450px;
	padding : 3px;
	border-style : none;
	margin : 5px;
	vertical-align : top;
}

#container  {
	width : 760px;
	height:100%;
	margin : 5px auto 11px auto;
	background : #fff;
	text-align : left;
	color : #636963;
	border-top : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	padding: 1em;
}

