body {
	font-family: verdana, sans-serif;
	font-size: 62.5%;
	margin: 10px 0 0 0; padding: 0;
	background: #dedede url(../../img/main_bg.gif) repeat-x center top;
	overflow-y: scroll;
}
img {
	border: 0;
}

#container {
	width: 760px;
	margin: 20px auto 0;
	background-color: #fff;
	border: 1px solid #ddd;
}

a {
	color: #009;
}
a:hover {
	color: #33c;
}

#head {
	margin: 10px;
}
#main {
	overflow: hidden;
	_zoom: 1;
	margin: 10px;
}

#head a.logo {
	float: left;
}

#nav {
	margin: 0;
	list-style: none;
	font-size: 1.4em;
}
#nav li {
	float: left;
	margin-top: 40px;
	padding-right: 23px;
	position: relative;
	z-index: 1000;
	list-style: none;
}
#nav li a {
	text-decoration: none;
	display: block;
	text-indent: -999em;
	height: 44px;
	background: no-repeat left center;
}
#nav ul {
	font-size: 90%;
	padding: 9px 0;
	margin: 0;
	width: 161px;
	min-width: 0;
	position: absolute;
	z-index: 2;
	display: none;
	background: url(../../img/nav/subnav_bg.png) no-repeat right bottom;
	opacity: .95;
}
#nav ul li {
	width: 151px;
	margin: 5px 0 8px 13px;
	padding: 0;
	float: none;
}
#nav ul li a {
	background: none!important;
	text-indent: 0;
	color: #666;
	display: inline;
}
#nav ul li a:hover {
	color: #333;
}

#nav li:hover ul {
	display: block;
}

#nav li.more {
	background: url(../../img/nav/nav_arrow.gif) no-repeat right 23px;
}
#nav li.more:hover {
	background: url(../../img/nav/more_over_right.gif) right top;
}

#nav li.products {
	margin-left: 20px;
}
#nav li.products a {
	background-image: url(../../img/nav/products_off.gif); 
	width: 106px;
}
#nav li.products:hover a {
	background-image: url(../../img/nav/products_over.gif)
}
#nav li.news a {
	background-image: url(../../img/nav/news_off.gif); 
	width: 69px;
}
#nav li.news a:hover {
	background-image: url(../../img/nav/news_over.gif); 
}
#nav li.blog a {
	background-image: url(../../img/nav/blog_off.gif); 
	width: 69px;
}
#nav li.blog a:hover {
	background-image: url(../../img/nav/blog_over.gif); 
}
#nav li.literature a {
	background-image: url(../../img/nav/literature_off.gif); 
	width: 114px;
}
#nav li.literature:hover a {
	background-image: url(../../img/nav/literature_over.gif); 
}
#nav li.distributors a {
	background-image: url(../../img/nav/distributors_off.gif); 
	width: 138px;
}
#nav li.distributors:hover a {
	background-image: url(../../img/nav/distributors_over.gif); 
}

#nav li.products ul {
	background: url(../../img/nav/subnav_bg_wide.png) no-repeat right bottom;
	width: 270px;
}
#nav li.products ul li {
	width: 260px;
}

h1 {
	margin: 10px 0 5px;
	font-weight: normal;
	font-size: 2em;
	background: url(../../img/elements/h1_arrow.gif) no-repeat right center;
	padding: 3px 22px 3px 0;
	float: left;
}
h1 span {
	background-color: #c5c7c6;
	display: block;
	padding: 0 5px;
	color: #fff;
}

h1.home {
	background: url(../../img/elements/home_h1.gif) no-repeat right center;
	height: 29px;
	text-indent: -999em;
	float: none;
	margin: 15px 37px; 
	padding: 0;
}

#main {
	clear: both;
	margin-bottom: 30px;
}
#main .homePromo {
	float: left;
	min-width: 0;
	width: 410px;
	margin-top: 10px;
	margin-right: 30px;
	padding-top: 13px;
	position: relative;
}
#main .homePromo h2 {
	margin: 0;
	position: absolute;
	top: 0;
	background-color: #666;
	color: #fff;
	font-weight: normal;
	padding: 3px 8px;
}
#main .homePromo img {
	margin-left: 10px;
}
#main .homePromo p {
	font-size: 1.0909em;
	margin-left: 10px;
}
#main .homePromo p.cta {
	font-size: 1.2em;
	text-align: center;
	margin: 15px 30px 0;
}
#main .homePromo p a.homeEmail {
	display: block;
	color: #0069a8;
	margin: 5px 0 0;
	font-size: 2em;
	text-decoration: none;
}
#main .homePromo p a.homeEmail:hover {
	text-decoration: underline;
}


#main .homeFeatured {
	float: left;
	width: 289px;
	margin-top: 10px;
	padding: 13px 0 0 0;
	position: relative;
}
#main .homeFeatured img, 
#main .homeFeatured div {
	margin: 0 0 0 10px;
}
#main .homeFeatured div {
	background-color: #666;
	color: #fff;
	margin-top: -2px;
	padding: 5px 10px;
}
#main .homeFeatured div p {
	font-size: 1.2em;
	margin-top: 0;
}

#main div.homeFeatured div.subtitle {
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 230px;
}
#main div.homeFeatured div.subtitle span {
	background-color: #2a6ca8;
	font-size: 1.5em;
	font-weight: bold;
	padding: 3px 8px;
	line-height: 24px;
}
#main div.homeFeatured h2 {
	background: #2a6ca8;
	color: #fff;
	margin: 0;
	padding: 3px 8px 5px;
	font-weight: normal;
}

a.more {
	display: block;
	margin-top: 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	background: url(../../img/elements/cta_arrow_on_grey.gif) no-repeat left .2em;
	
}
#main .homeFeatured div a.more:hover {	
	text-decoration: underline;
}

#main .content {
	width: 430px;
	float: left;
	clear: left;
}	
#main div.content_wide {
    width: 700px;
}
#main .content img {
	float: left;
	margin: 10px 10px 10px 0;
}
#main .content p {
	font-size: 1.2em;
	margin: 10px 0;
}

#main .content p.pdf strong {
    float: left;
}
#main .content p.pdf a.pdf img {
    float: none;
    margin-top: 0;
    margin-left: 10px;
}

/*** blog added 03/03/11 ***/

#main .content ul.hfeed {
	list-style: none;
	padding-left: 0;
}
#main .content ul.hfeed li.hentry {
	clear: left;
}
#main .content ul.hfeed h2 {
	margin-bottom: 5px;
}
#main .content ul.hfeed h2 a {
	text-decoration: none;
}
#main .content ul.hfeed p.date {
	margin-top: 0;
	font-weight: bold;
}
#main .content ul.hfeed div.description {
	font-size: 1em;
}

#main .content div.hentry div.description {
	margin-bottom: 20px;
}
#main .content div.share {
	margin-bottom: 50px;
}
#main .content div.share ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}
#main .content div.share ul li {
	float: left;
	margin-right: 10px;
}

#main .content .hentry div img {
	max-width: 430px;
	margin: 0 0 10px 0;
}
#main .content .hentry ul {
	font-size: 1.2em;
	padding-left: 25px;
}
#main .content .hentry ul li {
	line-height: 18px;
}

/*** end blog ***/

#main .extras {
	float: left;
	margin-left: 40px;
}
#main .extras h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

#main .content .links,
#main .extras .links {
	margin: 0 0 10px 0;
	padding: 15px 0;
	font-size: 1.2em;
	list-style: none;
}
#main .content .cats .links,
#main .content .tags .links {
	padding: 0;
}
#main .content .links li,
#main .extras .links li {
	background: url(../../img/elements/cta_arrow.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 2px;
}
#main .content .links li a,
#main .extras .links li a {
	text-decoration: none;
}

#main .extras .related {
	width: 260px;
	overflow: hidden;
	position: relative;
	_zoom: 1;
}
#main .extras .related h3 {
	margin: 0;
	background: url(../../img/elements/related_product.gif) no-repeat left center;
	text-indent: -999em;
	width: 137px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}
#main .extras .related img {
	margin: 10px 0 0 10px;
}
#main .extras .related div {
	padding: 5px 2px;
	margin-left: 10px;
	background-color: #666;
}	
#main .extras .related div p {
	font-size: 1.2em;
	color: #fff;
	margin: 0 2px;
}

#main .extras .feed {
	font-size: 1.2em;
	margin-bottom: 20px;
	overflow: hidden;
	_zoom: 1;
}
#main .extras .feed a.icon {
	float: left;
	margin-right: 10px;
}

#main h2.literatureHead {
	clear: left;
	font-size: 1.5em;
}

#main .map {
	overflow: hidden;
	_zoom: 1;
	clear: left;
}
#main .map img {
	float: left;
}	

.region {
/*	display: none; */
	overflow: hidden;
	font-size: 1.1em;
	_zoom: 1;
}
.region h2 {
	font-size: 1.5em;
}
.region ul {
	float: left;
	width: 400px;
	list-style: none;
	margin: 0 73px 0 0;
	padding: 0;
}
.region ul li {
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100px;
}

.country {
/*	display: none; */
	margin-left: 473px;
}

.country img {
	float: none;
}

.contact ul {
	padding: 0;
	margin: 10px 0 20px;
	list-style: none;
}
.contact ul li {
	float: none;
	margin: 2px 0;
	width: auto;
}

.extras .contact {
	font-size: 1.1em;
}

form {
	margin: 10px 0;
	padding: 0;
}

form span.error {
    display: block;
    margin-left: 110px;
    color: #c00;
    font-size: 0.85em;
}

div.field {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	overflow: hidden;
	_zoom: 1;
}
div.field label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
div.field input,
div.field textarea {
	width: 250px;
}
div.field textarea {
    resize: vertical;
}
div.field input.short {
	width: 100px;
}

div.buttons {
	margin-left: 110px;
}

input.button {
	padding: 0;
	margin: 0;
	height: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	line-height: 0;
}
input.subscribe {
	width: 100px;
	background: transparent url(../../img/elements/btn_subscribe.gif) no-repeat center center;
}
input.submit {
	width: 85px;
	background: transparent url(../../img/elements/btn_submit.gif) no-repeat center center;
}

ul.literature {
    list-style: none;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    width: 700px;
}
ul.literature li {
    padding: 3px;    
}
ul.literature li.alt {
    background-color: #eee;
}
ul.literature a {
    float: left;
    display: block;
    width: 150px;
}

table.literature {
    font-size: 1.1em;
    width: 700px;
}
table.literature tr.alt {
    background-color: #eee;
}
table.literature td {
    padding: 3px;
}


#footer {
	background-color: #eee;
	border-top: 1px solid #ccc;
	color: #999;
	overflow: hidden;
	_zoom: 1;	
	padding: 15px;
}
#footer a {
	color: #666;
}
#footer .iso {
	float: left;
	width: 320px;
	overflow: hidden;
	_zoom: 1;
	margin-bottom: .5em;
}
#footer .iso img {
	float: left;
	margin-right: 10px;
}
#footer .iso a {
	display: block;
}

#footer .copyright {
	float: left;
}

#footer ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	float: left;
	margin-left: 1em;
}

.crumbs {
	margin-top: 0;
}
.accessibility {
	position: absolute!important;
	left: -999em;
}


/* social media icons http://paulrobertlloyd.com/2009/06/social_media_icons */

a.icon {
	width: 32px;
	height: 32px;
	display: block;
	font-size: 0;
}

a.rss {
	width: 48px;
	height: 48px;
	background: url(../../img/icons/feed-48x48.png) no-repeat;
}
a.ln {
	background: url(../../img/icons/linkedin-32x32.png) no-repeat;
}
a.tw {
	background: url(../../img/icons/twitter-32x32.png) no-repeat;
}
a.fb {
	background: url(../../img/icons/facebook-32x32.png) no-repeat;
}
a.de {
	background: url(../../img/icons/delicious-32x32.png) no-repeat;
}

/* new 07/11/11 - webinar signup */

#webinar ul#nav,
#webinar p.crumbs {
    display: none;
}

#webinar div.content {
    float: none;
    width: auto;
}
#webinar div.content form {
    width: 430px;
}

#webinar div.content li {
    font-size: 1.2em;
    margin-bottom: 0.3em;
}
#webinar div.content h1 {
    margin-bottom: 1em;
    margin-left: 110px;
}
#webinar div.field {
    clear: left;

}
#webinar div.instructions {
    margin: 3em 20px 0;
    padding-top: 0.5em;
    border-top: 1px solid #999;
    color: #666;
}
#webinar div.instructions p,
#webinar div.instructions li {
    font-size: 1em;
}

