/* global */
body	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background: url(../images/bg4.gif) top left repeat-x #fff;
}

html>body	{
	font-size: small;
}

a	img	{
	border-style: none;
}

p	{
	margin:0.375em 0;
}

label, select	{
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

select	{
	color: #B1B1BC;
	background-color: #131313;
	border: 1px solid #b1b1bc;
}

iframe	{
	border: none;
	background: #3a3a3a;
	width: 100%;
	height: 365px;
	border: solid 1px #404040;
}

noscript	h1	{
	margin: 10px 25px;
	text-align: left;
	color: #094e26;
}
/* global end */


#wrap	{
	width: 100%;
	padding: 0 0 11px;
	margin: 0 0 20px;
	text-align: center;
	background: url(../images/container-bg.gif) bottom center no-repeat transparent;
}

#container	{
	width: 760px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #077033;
	border-right: 1px solid #077033;
}

#codesample	#wrap	{
	width: auto;
}


#header	{
	margin: 0; 
	text-align: left; 
	width: 760px;
}

#header	h1	{
	margin: 0; 
	padding: 0; 
	float: left;
}

#header	h1	a	{
	display: block; 
	width: 350px; 
	height: 50px; 
	background: url(../images/anemometers-logo.gif) top left no-repeat transparent; 
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
}

#header	ul	{
	list-style-type: none; 
	margin: 0 1em; 
	padding: 0; 
	float: right;
}

#header	ul	li	{
	float: left; 
	font-size: 0.1em;
}

#da-navigation	{
	clear: both;
	background: url(../images/da-navigation-bg.gif) top left repeat-x #13870A;
	height: 35px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

#da-navigation	ul	{
	list-style-type: none;
	padding: 0;
	margin: 0 15px;
}

#da-navigation	ul	li	{
	float: left;
}

#da-navigation	ul	li	a	{
	float: left;
	display: block;
	height: 27px;
	padding: 8px 15px 0;
	color: #fff;
	text-decoration: none;
}

#da-navigation	ul	li	a:hover	{
	background: url(../images/da-navigation-bg-o.gif) top left repeat-x transparent;
	text-decoration: none;
}

#LeftColumn	{
	margin:0 10px 0 0;
	padding: 0;
	width: 200px;
	float: left;
}

#LeftColumn, #articles	{
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

#articles	{
	margin-bottom: 10px;
}

#RightColumn	{
	margin: 0;
	padding: 0;
	height: 600px;
	float: left;
	width: 750px;
}

#content, #sidebar	{
	float: left;
	text-align: left;
}

#content	{
	width: 530px;
	margin-right: 15px;
	padding: 0;
}

#sidebar	{
	width: 200px;
	padding: 0;
}

a#viewcart	{
	display: block; 
	width: 80px; 
	height: 26px; 
	background: url(../images/viewcart.gif) top left no-repeat transparent; 
	text-indent: -9999px;
}

a#myaccount	{
	display: block; 
	width: 70px; 
	height: 26px; 
	background: url(../images/myaccount.gif) top left no-repeat transparent;
	text-indent: -9999px;
}


#products	{
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 15px 15px;
	border: 5px solid #e5ffe4;
}

#products	th	{
	padding: 6px 0.25em;
	color: #fff;
	background-color: #2d7f1a;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	border-bottom: solid 1px #0a3d09;
}

#products	th.infocus	{
	background-color: #e1f9e1;
}

#products	th.selected	{
	color: #EAEAEA;
}

#products	td, #products	th	{
	margin: 0;
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}

#products	tr	{
	-moz-user-select: none;
	-khtml-user-select: none;
}

#products	tr.infocus	{
	background-color: #e5ffe4;
	cursor: pointer;
}

#products	tr.notinfocus	{
	background-color: #fff;
}

#products	tr.selected	{
	color: #333;
}

#products	tbody	{
	margin-top: 0;
}

#mainContent	{
	text-align: left;
	padding: 5px 25px 20px;
	color: #094e26;
	line-height: 1.4em;
}

#mainContent	h1	{
	margin: 5px -3px 15px;
	padding: 0;
	font-size: 2em;
	font-style: italic;
	border-bottom: 1px solid #009e43;
	color: #009e43;
	letter-spacing: -1px;
	line-height: 1em;
}

#mainContent	h2	{
	margin: 7px 0;
	padding: 0;
	letter-spacing: -1px;
}

#mainContent	h3	{
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 0;
	line-height: 1.2em;
}

#mainContent	h4	{
	margin: 5px -3px 10px;
	padding: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #009e43;
	color: #009e43;
	letter-spacing: -1px;
	line-height: 1em;
}

#mainContent	strong	{
	color: #043a1b;
}

#mainContent	a	{
	color: #077033;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px dotted #077033;
}

#mainContent	a:hover	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #077033;
	background-color: #09b350;
}

#mainContent	ul	li	{
	padding: 1px;
}

#home-image	{
	width: 700px;
	height: 200px;
	margin: 5px auto;
	background: url(../images/home-image.jpg) top left no-repeat #fff;
}

#home-image	p	{
	text-align: right;
	font-weight: bold;
	padding: 10px 0 0;
	margin: 0 10px auto 200px;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: -1px;
}

#homeproducts	th	{
	font-size: 1.4em;
	text-align: left;
	padding: 5px;
	background-color: #094e26;
	color: #fff;
}

#homeproducts	td	{
	padding: 10px 15px;
	vertical-align: top;
	letter-spacing: -1px;
	line-height: 1.2em;
	border-bottom: 1px solid #09b350;
	border-right: 1px solid #09b350;
}

#homeproducts	td	img	{
	margin: 0 5px 5px;
	border: 1px solid #339e60;
	padding: 5px;
}

#homeproducts	td	a	{
	font-weight: bold;
}

#marketingfhi	{
	background: url(/images/intro24.gif) top left no-repeat #fff;
	padding-left: 260px;
	margin: 15px auto;
}

#marketingfhi	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#marketingfhi	ul	li	{
	background: url(/images/bullet_orange.gif) top left no-repeat #fff;
	padding-left: 12px;
}

.backtotop	{
	text-align: right;
	margin: 20px 0 40px;
}

.desc	{
	margin: 5px 0;
	font-size: 0.8em;
	line-height: 0.9em;
}

.producttable	td	{
	text-align: left;
	padding: 5px 15px;
	vertical-align: top;
}

.producttable	img	{
	margin-right: 15px;
	float: left;
}

.producttable	p	{
	margin: 20px 0;
}

.linksdiv	p	{
	margin: 20px 0;
	border: 1px solid #09b350;
	padding: 6px;
}

.linksdiv	a	{
	font-weight: bold;
}

a.moreinfo	{
	font-weight: bold;
	color: #077033;
	text-decoration: underline;
}

a.moreinfo:hover	{
	color: #077033;
	text-decoration: none;
}

a#buynow	{
	border: none;
	background-color: #fff;
	margin: 2px 0;
}

a#buynow:hover	{
	border: none;
	background-color: #fff;
}

#footer	{
	width: 100%;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #077033;
	font-size: 0.8em;
	color: #666;
}

#footer	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer	li	{
	display: inline;
	margin: 7px;
	padding: 0;
	font-weight: bold;
}

#footer	a	{
	color: #077033;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #fff;
}

#footer	a:hover	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #094e26;
	background-color: #077033;
}

td.rank	{
}

.even	{
	background-color: #f3fff3;
}

.rowHover	{
	color: #0a3d09;
	background-color: #81ce85;
	cursor: pointer;
}

.rowSelected	{
	color: #0a3d09;
	font-weight: bold;
}



/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot	{
	background-color: #fff;
	/* border: 5px solid #EEEEEE; */
	text-align: center;
	margin: 0;
	padding: 3px;
}

.clear	{
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.ClearAll	{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code	{
	color: #000;
}

pre	{
	font-size: small;
	color: #000;
}

.highlightedcode	{
	background-color: #ff9;
}

.sample	{
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion	{
	border: 1px solid #ffeded;
	overflow: hidden;
}

.AccordionPanelLabel	{
	color: #ffc7c7;
	border-top: solid 1px #ff6565;
	border-bottom: solid 1px #400;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #700c0c;
}

.AccordionPanelLabel	h3	{
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
}

.AccordionPanelContent	{
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}

.AccordionPanelContent	ul	{
	margin: 0;
	padding: 1.375em;
}

.AccordionPanelLabelHover	{
	color: #fff;
}

.AccordionPanelClosed	.AccordionPanelLabel	h3	{
	background: url('../images/blt_panel_clps.gif') no-repeat left 50%;
}

.AccordionPanelContent	div	{
	margin: 5px 8px;
}

/* Home Page Classes
----------------------------------------------- */
.screen	{
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em;
	float: left;
	display: block;
	text-decoration: none;
}

.screen:hover	{
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}

.imgcaption	{
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333;
	border: none;
	text-decoration: none;
}
/* Alliances */
#alliances	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 1em auto;
}

#alliances	h2	{
	color: #669;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 1em;
	text-align: center;
}

#alliances	ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#alliances	ul	li	{
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px;
}

#alliances	ul	li	img	{
	float: left;
}

#alliances	ul	li	p	{
	margin-left: 140px;
}
/* Alliances */