ul.links.inline {
	display: none;
}

body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #f4f3f1 url(images/bg_body2.jpg) top left repeat-x;
	-webkit-text-size-adjust: none;
  margin:0;
	padding:0;
}
a {
	color: #3f5e90;
	text-decoration: none;
}
p {
	margin: 10px 0;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #696969;
	cursor: help;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.nomargin {
	margin: 0;
}
.nobmargin {
	margin-bottom: 0;
}
.bmargin {
	margin-bottom: 15px;
}
.learnmore {
	text-align: right;
}
.grey {
	color: #696969;
}
.small {
	font-size: 0.9em;
}
.divider {
	margin: 0 3px;
}
.registeredtm {
	font-size: 0.46em;
	vertical-align: text-top;
}
.dagger {
	font-size: 0.76em;
	vertical-align: top;
	color: #666;
}
#container {
	width: 534px;
	margin: 0 auto;
	text-align: left;
}
#content {
	margin-top: 14px;
	padding-bottom: 80px;
}
.content {
	width: 762px;
}
.wrapper .content {
	float: left;
	width: 534px;
}
.wrapper #sidenav {
	float: right;
	width: 228px;
}
#page {
	background: url(images/bg_page_withoutsecnav.jpg) top left repeat-x;
}
#page.withsecnav {
	background: url(images/bg_page_withsecnav.jpg) top left repeat-x;
	background-color: #EDFAF6;
}
#header {
	height: 80px;	/* needed to change back to 80px otherwise the menus are not flushed with banner's bottom, why?? - Apr 20, 2011 */ 
	/* height: 65px; 	/* changed to 65px from 80px due to nav menus showing up underneathe the top banner - Jan 27, 2011 */
}
#header p {
	color: #9cb9e7;
	margin: 5px 0 10px 0;
	text-align: right;
}
#header a {
	color: #C5D5F1;
}
#header .divider {
	margin: 0 5px;
}
#header a:hover, #header a:active {
	color: #FFF;
}
#header h2 {
	float: left;
	padding-top: 12px;
  margin:0;
}
#header h2 a {
	margin: 0;
}
#sitesearch {
	text-align: right;
	margin-top: 16px;
}
#searchword {
	width: 130px;
	padding: 3px;
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/bg_input.gif) top left no-repeat;
}
#searchbutton, #sitesearch input.form-submit  {
	background: url(/sites/all/themes/iqair/images/blankbutton.gif) top left no-repeat;
	color: white;
	cursor: hand;
	font-weight: bold;
	height: 21px;
	width: 86px;
}
.form-submit {
	background: url(/sites/all/themes/iqair/images/blankbutton.gif) top left repeat-x;
	color: white;
	cursor: hand;
	font-weight: bold;
	height: 21px;
}

#header p#toplinks {
	padding-left: 35px;
	background: url(images/world.gif) top left no-repeat;
}
a#selectcountry, a#selectlang {
	color: #9cb9e7;
}
a#selectcountry img, a#selectlang img {
	vertical-align: -2px;
}
#countries {
	position: absolute;
	top: 22px;
	margin-left: 44px;
	background: #e2e9f6;
	border: 1px solid #9cb9e7;
	border-bottom: none;
	opacity: .9;
}
#languages {
	position: absolute;
	top: 22px;
	margin-left: 136px;
	background: #e2e9f6;
	border: 1px solid #9cb9e7;
	border-bottom: none;
	opacity: .9;
}
ul#countries, ul#languages {
	list-style: none;
}
ul#countries a, ul#languages a {
	display: block;
	color: #3f5e90;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #9cb9e7;
}
ul#countries a:hover, ul#languages a:hover {
	color: #3f5e90;
	background: #fff;
}
#mainnav {
	clear: both;
	height: 25px;
}
#mainnav ul {
	width: 762px;
	padding: 0;
    margin:0;
	list-style-type: none;
height: 25px;
}
#mainnav ul li {
	width: 150px;
	height: 25px;

}
#mainnav ul li a {
	float: left;
	display: block;
	width: 150px;
	height: 19px;
	padding-top: 5px;
	margin-right: 3px;
	background-image: url(images/navtab.gif);
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
#mainnav ul li:hover {
	background: url(images/navtab.gif) 0 -25px no-repeat;
}
#mainnav ul li a#nav_a5 {
	background: url(images/navtab.gif) 0 0 no-repeat;
	margin-right: 0;
}
#mainnav ul li a:hover {
	background: url(images/navtab.gif) 0 -25px no-repeat;
}
#mainnav ul li a#nav_a5:hover {
	margin-right: 0;
}
#mainnav ul li.active-trail a, #mainnav ul li a.active, #mainnav ul li a.active:hover {
	background: url(images/navtab_active2.gif) no-repeat;
	color: #454a4e;
	padding-top: 6px;
}
#mainnav ul li a.active#nav_a4 {
	background: url(images/navtab4_active.gif) no-repeat;
	color: #454a4e;
}
#mainnav ul li a.active#nav_a5 {
	background: url(images/navtab_active2.gif) no-repeat;
	margin-right: 0;
}
#secondnav {
	height: 23px;
	padding-top: 9px;
	text-align: center;
}
#secondnav ul {
	list-style-type: none;
  margin:0;
}
#secondnav ul li {
	display: inline;
}

/* German Site 2nd Nav - no uppercase, per Frank. Dec 2010. */
.i18n-de #secondnav ul li a{
	margin: 0 10px;
	color: #454a4e;
	font-size: 0.9em;
	/* text-transform: uppercase; */
}

.i18n-it #secondnav ul li a {
	margin: 0 10px;
	color: #454a4e;
	font-size: 0.9em;
	text-transform: uppercase;
}
#secondnav ul li a:hover, #secondnav ul li a.active, #secondnav ul li.active-trail a {
	color: #CC0000;
}
#secondnav ul li a#first {
	margin-left: 0;
}
#secondnav ul li a#last {
	margin-right: 0;
}
.wrapper {
}
p#breadcrumbnav {
	font-size: 0.9em;
	color: #72777b;
	margin: 0;
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 23px;
	padding-right: 3px;
}
#breadcrumbnav a {
	color: #72777b;
}
#breadcrumbnav a:hover {
	color: #333;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
	padding: 15px 0 10px 0;
	float: left;
	width: 450px;
	padding: 10px 0 15px 3px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}
h3.alt {
	margin-bottom: 15px;
}
h3.airy {
	line-height: 130%;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
	line-height: 130%;
}
#content .box a {
	text-decoration: underline;
}
#content .box a:hover {
	color: #5779AF;
}
#content .box a.image:hover {
	border: none;
}
.box_content {
	margin-bottom: 14px;
	background-color: transparent;
}
.box_content h2 {
	width: 500px;
	height: 19px;
	background: url(images/box_content4.gif) top left no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #cfcdc8;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
.box_content div.box {
	width: 468px;
	background-color: #FFF;
	border-left: 1px solid #cfcdc8;
	border-right: 1px solid #cfcdc8;
	padding: 20px 25px 25px;
	float:left;
}

/*div.c2 a{
	border-left: 1px solid #cfcdc8;
	border-right: 1px solid #cfcdc8;
	width: 720px;
}*/

.box_content p {
	line-height: 150%;
	margin: 0 0 15px 0;
}
.box_content p.nomargin {
	margin: 0;
}
.box_content ul.nomargin {
	margin-bottom: 0;
}
.box_content ol.nomargin {
	margin-bottom: 0;
}
.box_content ul {
	line-height: 150%;
	margin: 0 0 15px 20px;
}
.box_content ol {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 150%;
	margin: 0 0 15px 0;
}
.box_content ol li {
	margin-bottom: 10px;
	margin-left: 25px;
}
.box_content ol li.last {
	margin-bottom: 0;
}
.box_content div.box_bottom {
	width: 520px;
	height: 20px;
	background: url(images/box_content2.gif) bottom left no-repeat;
	background-color: transparent;
	clear: both;
}
.box_content img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.box_content img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.box_full {
	margin-bottom: 14px;
	background-color: transparent;
	clear: both;
}
.box_full h2 {
	width: 742px;
	height: 19px;
	background: url(images/box_full2.gif) top left no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #cfcdc8;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
.box_full div.box_top {
	width: 762px;
	height: 9px;
	background: url(images/box_full_top.gif) top left no-repeat;
	background-color: transparent;
	padding: 0;
	font-size: 0;
}
.box_full div.box {
	width: 710px;
	background-color: #FFF;
	border-left: 1px solid #cfcdc8;
	border-right: 1px solid #cfcdc8;
	padding: 20px 25px 0 25px;
}
.box_full div.withoutheader {
	padding-top: 12px;
}
.box_full div.box_bottom {
	width: 762px;
	height: 20px;
	background: url(images/box_full.gif) bottom left no-repeat;
	background-color: transparent;
}
.box_full p {
	line-height: 150%;
	margin: 0 0 15px 0;
}
.box_full p.nomargin {
	margin: 0;
}
.box_full ul.nomargin {
	margin-bottom: 0;
}
.box_full ul {
	line-height: 150%;
	margin: 0 0 15px 20px;
}
.box_full ul.airy {
	line-height: 175%;
	margin: 10px 0 15px 20px;
}
.box_full ol {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 150%;
	margin: 0 0 15px 20px;
}
.box_full img.alignright {
	float: right;
	margin: 2px 0 10px 20px;
}
.box_full img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.box_half {
	margin-bottom: 14px;
	background-color: transparent;
}
.box_half h2 {
	width: 354px;
	height: 19px;
	background: url(images/box_half2.gif) top left no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #cfcdc8;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
.box_half div.box {
	width: 322px;
	background-color: #FFF;
	border-left: 1px solid #cfcdc8;
	border-right: 1px solid #cfcdc8;
	padding: 20px 25px 0 25px;
	float: left;
}
.box_half div.box_bottom {
	width: 374px;
	height: 20px;
	background: url(images/box_half.gif) bottom left no-repeat;
	background-color: transparent;
	clear: both;
}
.box_half p {
	line-height: 150%;
	margin: 0 0 15px 0;
}
.box_half p.nomargin {
	margin: 0;
}
.box_half ul {
	line-height: 150%;
	margin: 0 0 15px 20px;
}
.box_half ol {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 150%;
	margin: 0 0 15px 20px;
}
.box_half img.alignright {
	float: right;
	margin: 2px 0 10px 20px;
}
.box_half img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
img.imagebox {
	margin-bottom: 14px;
}
img.bordered {
	padding: 3px;
	border: 1px solid #cfcdc8;
}
img.overview {
	float: left;
	margin: 0px 10px 10px 0;
	padding: 3px;
	border: 1px solid #cfcdc8;
}
img.overview2 {
	float: left;
	margin: 0px 7px 20px 0;
}
img.overview3 {
	float: left;
	margin: 0px 7px 0 0;
}
.overview h3 {
	padding-top: 1px;
}
div.half {
	width: 345px;
}
div.flashbox_full {
	margin-bottom: 14px;
}
.features p {
	color: #696969;
}
.content .features img.alignleft {
	margin: 2px 8px 0 0;
}
.content .features img.alignright {
	margin: 1px 0 0 8px;
}
.features h3 {
	line-height: 130%;
}
.imagebox_full {
	margin-bottom: 14px;
}
#content ul.caption {
	float: left;
	margin: 0;
}
#content ul.caption li {
	margin-left: 25px;
}
ul.gallery, .gallery li {
	display: inline;
	list-style: none;
}
.gallery li {
	float: left;
}
.gallery li a {
	display: block;
	width: 218px;
	height: 68px;
	padding: 2px;
	border: 1px solid #cfcdc8;
	margin: 0 0 18px 18px;
}
.gallery li a.first {
	margin: 0 0 18px 0;
}
.gallery a:hover {
	border: 1px solid #3f5e90;
}
ul.photogallery, .photogallery li {
	display: inline;
	list-style: none;
}
.photogallery li {
	float: left;
}
.photogallery li a {
	display: block;
	width: 160px;
	height: 100px;
	padding: 2px;
	border: 1px solid #cfcdc8;
	margin: 0 0 15px 15px;
}
.photogallery li a.first {
	margin: 0 0 15px 0;
}
.photogallery a:hover {
	border: 1px solid #3f5e90;
}
.photogallery h3 {
	padding-left: 15px;
}
.photogallery h3.first {
	padding-left: 0;
}
select#helpmechoose {
	width: 140px;
	padding: 2px;
	color: #333;
	border: 1px solid #999;
	font: 1em Arial, Helvetica, sans-serif;
}
input#gohelp {
	width: 40px;
	height: 21px;
	background: url(images/gobutton.gif) top center no-repeat;
	border: 0;
	vertical-align: bottom;
	text-indent: -50000px;
}
input#gohelp:hover {
	cursor: pointer;
}
/* =Start
=======================================================================*/
	
.i18n-it #rescom {
	background: url(/lang/sites/default/files/gfx/homepage/rescom.jpg) no-repeat left top;
	width: 762px;
	height: 216px;
	margin-bottom: 14px;
}

.i18n-it #rescom .res, .i18n-it #rescom .com {
	display: block;
	width: 381px;
	height: 216px;
	float: left;
	text-indent: -50000px;
}
.i18n-it #rescom a.res:hover, .i18n-it #rescom a.res:active {
	background: url(/sites/default/files/gfx/homepage/res_hover.jpg) no-repeat 1px 32px;
}
.i18n-it #rescom a.com:hover, .i18n-it #rescom a.com:active {
	background: url(/sites/default/files/gfx/homepage/com_hover.jpg) no-repeat 2px 32px;
}

#res_text, #com_text {
	display: none;
}

/* German site frontpage graphic */
.i18n-de #rescom {
	background: url(/lang/sites/default/files/gfx-de/homepage/rescom.jpg) no-repeat left top;
	width: 762px;
	height: 216px;
	margin-bottom: 14px;
}

.i18n-de #rescom .res, .i18n-de #rescom .com {
	display: block;
	width: 381px;
	height: 216px;
	float: left;
	text-indent: -50000px;
}

.i18n-de #rescom a.res:hover, .i18n-de #rescom a.res:active {
	background: url(/lang/sites/default/files/gfx-de/homepage/res_hover.jpg) no-repeat 0px 20px;
}
.i18n-de #rescom a.com:hover, .i18n-de #rescom a.com:active {
	background: url(/lang/sites/default/files/gfx-de/homepage/com_hover.jpg) no-repeat 0px 20px;
}
/* End German site frontpage graphic */

.box_news div.box_bottom {
	background: url(/lang/sites/default/files/gfx/layout/box_full2.gif) no-repeat left bottom;
	height: 12px;
}
.box_news div.box {
	padding: 12px 20px 0 20px;
	width: 720px;
}
ul#latestnews {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 480px;
	float: left;
	font-size: 1em;
	line-height: 140%;
}
ul#latestnews li {
	margin-top: 0;
}
.postdate {
	color: #666;
	margin-right: 3px;
}
.teaserbox {
	width: 242px;
	float: left;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 14px;
}
.teaserbox div.top {
	width: 242px;
	height: 8px;
	background: url(/sites/default/files/gfx/homepage/bg_teaserbox_top.gif) top left no-repeat;
}
.teaserbox h2 a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 15px 7px 15px;
	padding: 5px 0 0 0;
	text-decoration: underline;
}
.teaserbox p {
	line-height: 140%;
	margin: 0 15px 0 15px;
	padding: 0 0 13px 0;
	width: 130px;
}
.teaser {
	background: url(/sites/default/files/gfx/homepage/bg_teaserbox_01.gif) bottom left no-repeat;
}
#hpp .teaser {
	background: url(/sites/default/files/gfx/homepage/bg_teaserbox_hpp.gif) bottom left no-repeat;
}
#hpp .teaser p {
}
#p16 .teaser {
	background: url(/sites/default/files/gfx/homepage/bg_teaserbox_p16.gif) bottom left no-repeat;
}
#p16 .teaser p {
}
#psc .teaser {
	background: url(/sites/default/files/gfx/homepage/bg_teaserbox_psc.gif) bottom left no-repeat;
}
#psc .teaser p {
	width: 145px;
}
/* =Where to Buy
=======================================================================*/			
		
form#dealerlocator {
}
input#LocatorPostalCode {
	width: 66px;
	padding: 3px;
	color: #333;
	border: 1px solid #999;
	font: 1em Arial, Helvetica, sans-serif;
}
select#products {
	width: 200px;
	padding: 2px;
	color: #333;
	border: 1px solid #999;
	font: 1em Arial, Helvetica, sans-serif;
}
#FindNearest {
	vertical-align: bottom;
}
#sidenav {
}
#sidenav.alt {
	padding-top: 0;
}
.box_sidenav {
	margin-bottom: 14px;
}
.box_sidenav h2 {
	width: 208px;
	height: 19px;
	background: url(images/box_sidenav3.gif) top left no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #cfcdc8;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
.box_sidenav div.box {
	float: left;
	width: 186px;
	background-color: #FFF;
	border-left: 1px solid #cfcdc8;
	border-right: 1px solid #cfcdc8;
	padding: 15px 20px 0 20px;
}
.box_sidenav h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}
.box_sidenav p {
	line-height: 150%;
	margin: 0 0 5px 0;
}
.box_sidenav p.nomargin {
	margin: 0;
}
.box_sidenav ul, .box_sidenav ol {
	line-height: 150%;
	margin: 0 0 10px 10px;
}
.box_sidenav div.box_bottom {
	clear: both;
	width: 228px;
	height: 17px;
	background: #FFF url(images/box_sidenav2.gif) bottom left no-repeat;
	background-color: transparent;
}
ul#thirdnav {
	list-style: none;
	margin: 0;
	font-weight: bold;
}
ul#thirdnav ul {
	list-style: none;
	margin: 5px 0 10px 0;
	font-weight: normal;
}
#content ul#thirdnav ul a {
	margin-left: 10px;
	padding-left: 16px;
	background: #FFF url(images/swissbullet_grey.gif) 0 1px no-repeat;
	text-decoration: none;
}
#content ul#thirdnav a.discreet {
	color: #333;
	text-decoration: none;
}
#content ul#thirdnav ul a:hover, #content ul#thirdnav ul a.active {
	background: #FFF url(images/swissbullet_red.gif) 0 1px no-repeat;
	border: none;
}
ul#thirdnav ul.last {
	margin-bottom: 0;
	padding-bottom: 5px;
}
#content ul.thirdnav_onelevel {
	list-style: none;
	margin: 0;
	font-weight: normal;
	margin-bottom: 0;
}
#content ul.thirdnav_onelevel a {
	margin-left: 0;
	padding-left: 16px;
	background: #FFF url(images/swissbullet_grey.gif) 0 1px no-repeat;
	text-decoration: none;
}
#content ul.thirdnav_onelevel a:hover, #content ul.thirdnav_onelevel a.active {
	background: #FFF url(images/swissbullet_red.gif) 0 1px no-repeat;
	border: none;
}
ul.checklist {
	list-style: none;
	margin: 0;
}
ul.checklist li {
	background: url(images/check.gif) 0 3px no-repeat;
	margin-left: 0;
	padding-left: 15px;
}
.box_sidenav p.learnmore {
	margin: 0;
}
.box_sidenav p.buynow {
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 15px;
}
.price {
	font-size: 1.26em;
	color: #117c26;
	font-weight: bold;
}
.addtocart {
	float: right;
	margin-top: 2px;
}
#content .addtocart a:hover {
	border: none;
}
.box_sidenav p.buyfromdealer {
}
.buyseries h3 {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cfcdc8;
}
.buyseries p.buynow {
	font-weight: normal;
}
.addtocart_terms {
	margin: 5px 0 10px 0;
}
.depositlink {
	font-size: 1.16em;
	font-weight: bold;
}
.financing {
	padding-top: 2px;
	border-top: 1px solid #cfcdc8;
}
.financing strong {
}
ul.buynowlinks {
	list-style: none;
	margin: 0 0 15px 0;
}
ul.buynowlinks li {
	margin: 0.5em 0;
}
ul.buynowlinks a {
	margin-left: 7px;
	padding-left: 16px;
	text-decoration: none;
	background: #FFF url(images/swissbullet_grey.gif) 0 2px no-repeat;
}
ul.buynowlinks a:hover, ul.buynowlinks a.active {
	background: #FFF url(images/swissbullet_red.gif) 0 1px no-repeat;
	border: none;
}
table.techspecs {
	background-color: #cfcdc8;
	width: 186px;
	margin-bottom: 0;
}
table.techspecs td, table.techspecs th {
	text-align: left;
	background-color: #FFF;
	padding: 4px;
}
table.techspecs td {
}
table.techspecs th {
	font-weight: bold;
	width: 80px;
}
table.techspecs td.center {
	text-align: center;
}
.tooltip {
	padding: 1em;
	background: #f4f4f4;
	width: 200px;
	font-size: 1em;
	border: 1px solid #ccc;
}
.phone {
	text-align: center;
	font-size: 1.5em;
	background-color: #FFFFCC;
	border-top: 1px solid #cfcdc8;
	border-bottom: 1px solid #cfcdc8;
}
select#model {
	width: 220px;
	padding: 2px;
	margin-left: 5px;
	color: #333;
	border: 1px solid #999;
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
ul.topics {
	list-style: none;
	margin: 0 0 20px 0;
}
ul.topics li {
	margin: 0 0 7px 3px;
	padding-left: 16px;
	background: #FFF url(images/swissbullet_grey.gif) 0 2px no-repeat;
	line-height: 1.3em;
}
ul.topics a {
}
ul.topics a:hover, ul.topics a.active {
}
.search_path {
	color: #228635;
}
div.distancebox {
	width: 30px;
	line-height: 150%;
	text-align: center;
	font-size: 0.9em;
	padding-top: 2px;
}
.distancecount {
	font-size: 1.8em;
	color: #008C00;
}
div.viewmap {
	margin-top: 3px;
}
.continuostext p {
	line-height: 150%;
	margin: 0 0 10px 0;
}
p.bottomline {
	color: #696969;
	margin: 0;
}
.datebox {
	width: 40px;
	height: 44px;
	background: url(images/bg_datebox2.jpg) top left repeat-x;
	line-height: 120%;
}
.postsummary {
	width: 415px;
}
.postsummaryfull {
	width: 655px;
	padding-bottom: 10px;
}
.indexitem {
	width: 465px;
}
.month, .day {
	width: 40px;
	text-align: center;
}
.month {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 6px;
}
.day {
	font-size: 1.5em;
}
blockquote {
	margin-left: 10px;
	padding-left: 10px;
	color: #696969;
	border-left: 5px solid #cfcdc8;
}
.postsummary h3 {
	line-height: 130%;
}
.newsnavigation {
	margin-top: 20px;
	padding: 5px 0;
	border-top: 1px solid #cfcdc8;
	line-height: 150%;
	font-size: 1em;
}
.single h3 {
	font-size: 1.4em;
}
.box_sidenav p.rss_buttons {
	margin: 0 0 10px 0;
}
img.feedicon {
	float: left;
	margin: 0 5px 0 0;
}
input#rss_email {
	width: 160px;
	padding: 3px;
	color: #333;
	border: 1px solid #999;
	font: 1em Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
input#rss_subscribe {
	width: 85px;
	height: 21px;
	background: url(images/button_subscribe.gif) top center no-repeat;
	border: 0;
	text-indent: -50000px;
}
input#rss_subscribe:hover {
	cursor: pointer;
}
#footer {
	clear: both;
	height: 24px;
	background: #2f3032 url(images/bg_footer.jpg) top left repeat-x;
	color: #9a9fa2;
	text-align: center;
	padding-top: 11px;
	font-size: 0.86em;
	text-transform: uppercase;
}
#footer_content {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 150%;
}
#footer p.floatright {
	text-align: right;
}
#footer p.copyright {
	font-size: 0.9em;
	margin-top: 5px;
}
#footer a {
	color: #9a9fa2;
}
#footer a:hover {
	color: #FFF;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#page {
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -35px;
}

/* new styles */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h3 {
  margin-bottom: 5px;
}

#header input {
  border: none;
}

ul {
  padding-left: 0;
}

#mainnav ul.links li,
#secondnav ul.links li {
  padding: 0;
}

#mainnav ul.links li.last a {
  margin-right: 0;
}

table {
  border-collapse:separate;
}

table.manuals			{ background-color: #FFF; width: 468px; margin: 5px 0 20px 0; }
table.manuals td, 
table.manuals th		{ background-color: #FFF; padding: 10px 3px; text-align: left; vertical-align: middle; border-bottom: 1px solid #cfcdc8; }
table.manuals td		{ text-align: center; width: 70px; }
table.manuals th		{ font-weight: normal; }
table.manuals th.lang	{ text-align: center; }

#content p.sub				{ font-size: 0.9em; }
table.comparison th acronym { cursor: pointer; }

table.comparison			{ background-color: #cfcdc8; width: 322px; margin-bottom: 0; }
table.comparison td, 
table.comparison th			{ background-color: #FFF; padding: 4px; }
table.comparison td			{ text-align: left; }
table.comparison th			{ font-weight: bold; width: 80px; }
table.comparison td.center	{ text-align: center; }
ul#includes					{ margin: 0; padding: 0; list-style: none; }
ul#includes li				{ line-height: 110%; margin: 5px 0; background: url(/sites/default/files/image/gfx/layout/check.gif) 0 1px no-repeat; padding-left: 15px; }

/* Particle Counters tech specs table (... yup... css rules only for Particle Counters... hail Particle Counters) */
table.pc_techspec			{ background-color: #cfcdc8; margin-bottom: 15px; }
table.pc_techspec td, 
table.pc_techspec th			{ background-color: #FFF; padding: 4px; }
table.pc_techspec td			{ text-align: left; }
table.pc_techspec th			{ background-color: #FFF; padding: 4px; font-weight: bold; text-align: left; }
table.pc_techspec td.no			{ color: #CC0000; }
table.pc_techspec td.yes		{ color: #009900; }
/* end tech specs table */

ol {
  padding: 0;
}

.block ul {
  padding: 0;
}

#footer ul.menu {
  margin: 0;
	padding: 0;
}

#footer ul.menu li {
  list-style-image:none;
	list-style-type:none;
}
	
#footer ul.menu li.leaf {
  padding: 0;
	margin: 0;
}

#footer ul.menu  li {
  display: inline;
}

#footer ul.menu li.leaf {
  background: transparent url(images/footermenu-separator.gif) no-repeat 100% 2px;
	padding: 0 7px 0 5px;
}

#footer ul.menu li.leaf.last {
  background-image:none;
}

.webform-component-fieldset legend
{
	color: black;
	font-weight: bold;
	font-size: 11pt;
}

div.wrapper div.content h2.webform, .field-content h3 {
	width: 500px;
	height: 19px;
	background: url(images/box_content4.gif) top left no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #cfcdc8;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}

fieldset.webform-component-fieldset
{
	width: 450px;
}

.view-iqairnews .views-row-odd .box_bottom, .view-iqairnews .views-row-even .box_bottom {
	height:1px;
}

.view-iqairnews .views-row-odd .box_content, .view-iqairnews .views-row-even .box_content {
	margin-bottom: 0;
}

.view-iqairnews .views-row-last .box_bottom {
	height: 12px;
}

.view-iqairnews .views-row-last .box_content {
	margin-bottom: 14px;
}
