/*Reset all styles. Eric Mayer*/
body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*-----------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 1px;
	background: url(/site/bgstripe.png);
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*----layout-----*/
#main {
	padding: 0;
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

#header {
	width: 900px;
	height:205px;
	background: url(/site/headbg.gif);
}

#menu {
	width: 620px;
	float:left;
	padding-left: 10px;
}

#content {
	clear: both;
	width: 900px;
	background: url(/site/mainbg.gif);
}

#submenu {
	width: 180px;
	float: left;
	background:#999;
}

#maincon {
	width: 720px;
	float: left;
}

.mainpad {
	padding: 10px 10px 0 10px;
	width: 700px;
}

.mainpad1 {
	padding: 10px 10px 0 10px;
	width: 500px;
	float: left;
}

#submenucol {
	float: right;
	width: 190px;
	padding: 15px 10px 0 0;
}

#footer {
	clear: both;
	padding: 0;
	width: 898px;
	margin: 0 auto;
	text-align:left;
	background: #fff;
	border-bottom: 1px solid #999;
	border-top:5px solid #999999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/*---menu ----*/



#menu ul li {
	display: inline;
	float: left;
	text-align:center;
	margin-right: 5px;
}

#menu ul li a {
	color: #fff;
	text-decoration:none;
	display: block;
	text-align:center;
	height: 34px;
	float:left;
	padding: 14px 0 0 0;
	width:80px;
}

#menu ul li a:hover, #menu ul li a.selected {
	height:29px;
	border-bottom: 5px solid #fff;
}

#submenu ul {
}

#submenu ul li {
	border-top: 2px solid #CDCED0;
}

#submenu ul li a {
	display: block;
	padding-left: 5px;
	width: 175px;
	height: 20px;
	padding-top: 4px;
	background: #cdced0;
	text-decoration:none;
}


#submenu ul li.alt a {
	background: #EFEFEF;
}

#submenu ul li a:hover,#submenu ul li a.selected {
	background: #d2222a;
	color: #fff;
}

#submenu ul li ul {

}

#submenu ul li ul li a, #submenu ul li.alt ul li a{
	display: block;
	width: 155px;
	padding-top: 4px;
	border-left:20px solid #CDCED0;
	padding-left: 5px;
	height: 20px;
	background: #db634b;
	color: #fff;
	text-decoration:none;
}

#submenu ul li ul li.alt a, #submenu ul li.alt ul li.alt a{
	background: #d2222a;
}

#submenu ul li ul li.alt a:hover, #submenu ul li.alt ul li.alt a:hover,#submenu ul li ul li a:hover, #submenu ul li.alt ul li a:hover,#submenu ul li ul li.alt a.selected, #submenu ul li.alt ul li.alt a.selected,#submenu ul li ul li a.selected , #submenu ul li.alt ul li a.selected {
	background: #999999;
}
/*---- generic ------ */
strong {
	font-weight: bold;
}
.clear {
	font-size: 0em;
	line-height: 0em;
	clear: both;
	height: 1px;
}

.clearleft {
	font-size: 0em;
	line-height: 0em;
	clear: left;
	height: 1px;
}

.fl {
	float: left;
}

.flp {
	float: left;
	padding: 8px 20px 0 0;
}

.fr {
	float: right;
}

.frp {
	float: right;
	padding: 8px 0 10px 25px;
}

.padding {
padding: 15px;
}

/* ---forms ------ */

#xform {
	margin: 8px 0 0 0;
}

#xform label {
	float: left;
	width: 100px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
}

#xform .inlinelabel {
	width: 300px;
}

#xform input {
	float: left;
	width: 150px;
	margin-bottom:5px;
}
#xform select {
	float: left;
	margin-bottom:5px;
}

#xform .longlabel {
	width: 285px;
	margin-top: 2px;
} 

#xform .ilabel {
	width: 120px;
	float: left;
}

#xform .sm {
	margin-top: 3px;
	width: 120px;
}

#xform .longlabel2 {
	width: 135px;
	margin-top: 2px;
}

#xform .s {
	width: 15px;
	float: left;
}

#xform #ftype {
	width: 623px;
	height: 70px;
}

#xform .r {
	color: #666;
}

.cbox {
	float: left;
	width: 150px;
	padding-bottom:7px;
}


#xform textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom:5px;
}

#xform #xsubmit {
	width: 105px;
	margin: 1px 10px 0 0;
}

/*---- specific -----*/

h1 {
	font-size:2.2em;
	line-height: 1.5em;
	font-weight:normal;
	color: #000;
	display:block;
	width:170px;
	padding: 8px 5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana, "trebuchet ms",arial;
	border-bottom:1px solid #000;
}

h2 {
	font-weight:normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana, "trebuchet ms",arial;
	color: #000;
}

#logo {
	float:left;
	margin: 30px 0 40px 10px;
}

#headerimg {
	float:left;
	margin:25px 0 0 10px;
}

#headlogos {
	float:left;
	margin: 20px 0 0 0;
}

#content p {
	padding: 3px 0 3px 0;
	line-height:1.45em;
	color:#000;
}

#footer p {
	padding: 3px 0 5px 0;
	line-height:1.45em;
	color:#000;
}

#content .big {
	font-size:1.25em;
	line-height: 1.35em;
	padding-right: 50px;
	display:block;
}

#content .medium {
	font-size:1.3em;
	line-height: 1.2em;
}

#content .tiny {
	font-size:0.7em;
	color: #666;
	line-height: 1.4em;
}

#content .black {
	color: #000;
}

#content .red {
	color: #f05452;
}

#content .green {
	color: #8CC63F;
}

#content .orange {
	color: #E36F1E;
}

#content a {
	color: #000;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content .list {
	margin: 0;
	padding:0;
	list-style-type: none;
	color: #000;
}

#content .list li{
	padding: 3px 0 3px 0;
	line-height:1.45em;
}

#footer a {
color: #000;
text-decoration:underline;
}

#footer a:hover, #footer a.selected {
	text-decoration: none;
}

.singleprod {
	width: 300px;
	float: left;
	overflow:none;
	padding: 5px 50px 5px 0;
	text-align:center;
}
.singleprod1 {
	width: 300px;
	float: left;
	overflow:none;
	padding: 5px 0 5px 50px;
	text-align:center;
}

.prodrow {
	width: 700px;
	border-bottom: 1px solid #999;
	background: url(/site/prodbg.gif) repeat-y;
}

.prodrow p {
	text-align:center;
}