/* Universal Styles ________________________________________________*/
* {
	margin: 0;
	padding: 0;
}

html, body {
        height: 100%;
}

body {
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	background-image: url(/themes/site_themes/rocvent/images/bg_body.jpg);
	background-repeat: repeat-x;
}

p, li, table, label {
	font-size: .75em;
	color: #fff;
	line-height: 20px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}

h2 {
	margin: 25px 0 10px 0;
}

img {
	border: none;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover, a:active {
	color: #996600;
}

.button {
	background-color: #656d7b;
	border: 1px solid #a1a5ad;
	padding: 3px 30px 3px 5px;
	font-size: .85em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
	background-image: url(/themes/site_themes/rocvent/images/btn_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.button {
        color: #fff !important;
}

.button:hover {
	border: 1px solid #996600 !important;
	color: #996600 !important;
}





/* Page Container Used to Center the Page ________________________________________________*/
#container {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}









/* Logo ________________________________________________*/
h1#logo {
	width: 361px;
	height: 92px;
	margin-top: 15px;
        margin-bottom: 25px;
	text-indent: -9999em;
	background-image: url(/themes/site_themes/rocvent/images/logo_wbigcircle.gif);
	background-repeat: no-repeat;
}












/* Global Navigation ________________________________________________*/
div#globalNav {
	width: 100%;
	height: 24px;
	margin: 35px 0 20px 0;
	display: block;
	border: 1px solid #4f5664;
	background-image: url(/themes/site_themes/rocvent/images/bg_navbar.jpg);
	background-repeat: repeat-x;
}

#globalNav ul {
	width: 710px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#globalNav ul li {
	float: left;
	text-indent: -9999em;
}

#globalNav ul li a {
 	display: block;
	background: transparent url(/themes/site_themes/rocvent/images/navbar.jpg) no-repeat;
}

#globalNav ul li a:link, #globalNav ul li a:visited {
	text-transform: uppercase;
	color: #fff;
}

#globalNav ul li a:hover, #globalNav ul li a:active {
	color: #058eff;
}

li#subHome a {
	width: 90px;
	height: 24px;
}

li#subProducts a {
	width: 130px;
	height: 24px;
}

li#subServices a {
	width: 120px;
	height: 24px;
}

li#subAbout a {
	width: 260px;
	height: 24px;
}

li#subContact a {
	width: 106px;
	height: 24px;
}

li#subHome a:link, li#subHome a:visited {
	background-position: 0 0;
}

li#subProducts a:link, li#subProducts a:visited {
	background-position: -90px 0;
}

li#subServices a:link, li#subServices a:visited {
	background-position: -220px 0;
}

li#subAbout a:link, li#subAbout a:visited {
	background-position: -340px 0;
}

li#subContact a:link, li#subContact a:visited {
	background-position: -600px 0;
}

li#subHome a:hover, li#subHome a:active, #pageHome li#subHome a {
	background-position: 0 -25px;
}

li#subProducts a:hover, li#subProducts a:active, #pageProducts li#subProducts a {
	background-position: -90px -25px;
}

li#subServices a:hover, li#subServices a:active, #pageServices li#subServices a {
	background-position: -220px -25px;
}

li#subAbout a:hover, li#subAbout a:active, #pageAbout li#subAbout a {
	background-position: -340px -25px;
}

li#subContact a:hover, li#subContact a:active, #pageContact li#subContact a {
	background-position: -600px -25px;
}











/* Product Category List on Homepage  ________________________________________________*/
#productCategories {
	float: left;
	width: 300px;
}

#productCategories h3 {
	margin: 5px 10px 10px 10px;
	width: 101px;
	height: 20px;
	background-image: url(/themes/site_themes/rocvent/images/title_product_categories.gif);
	text-indent: -9999em;
}

#productCategories ul {
	list-style: none;
	margin: 10px;
}

#productCategories ul li {
	border-top: 1px solid #656d7b;
	margin: 0;
}

#productCategories ul li a {
	font-weight: normal;
	display: block;
	padding: 5px 0;
	overflow: auto;
}





/* Promo Area on the Homepage _______________________________________________________*/
#promo {
	float: right;
	width: 610px;
	height: 295px;
	margin-bottom: 20px;
	border: 1px solid #a1a5ad;
	background-image: url(/themes/site_themes/rocvent/images/promo_ducts.jpg);
}

#promo h2 {
	color: #fff;
	text-indent: -9999em;
}





/* Callouts on the Bottom of the Homepage ____________________________________________*/
#callouts {
	clear: both;
	padding: 15px;
	overflow: auto;
	height: 100%;
	border: 1px solid #a1a5ad;
	background-color: #3f495a;
}

#callouts h3 {
	font-size: 12px;
	color: #a1a5ad;
	display: block;
	border-bottom: 1px solid #656d7b;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

#callout1, #callout2, #callout3 {
        float: left;
}

#callout1 {
	width: 425px;
	padding-right: 12px;
}

#callout1 img, #callout2 img, #callout3 img {
	float: right;
	padding: 1px;
	margin: 0 0 5px 5px;
	border: 1px solid #656d7b;
	width: 145px;
	height: 95px;
}

#callout2 img, #callout3 img {
	width: 85px;
	height: 55px;
}

#callout1 img:hover {
	border: 1px solid #fff;
}

#callout2, #callout3 {
	width: 220px;
	padding-left: 18px;
}

#callout2 {
	padding-right: 12px;
}







/* Product Menu on Product Pages _____________________________*/
#productMenu {
	float: left;
	width: 420px;
}

#pageServices #productMenu, #pageAbout #productMenu {
        width: 195px;
}

#productMenu h3 {
	margin: 15px 10px 10px 5px;
	color: #8e949e;
	font-size: .9em;
	font-weight: bold;
}

#productMenu p {
        margin: 0 5px;
}

#productMenu ul {
	position: relative;
	list-style: none;
	margin: 10px 0;
}

#productMenu ul li {
	border-top: 1px solid #4f5664;
        background-color: #656d7b;
	margin: 0 !important;
        padding: 0 !important;
	width: 195px;
        position: relative;
}

#productMenu ul li a {
	font-weight: normal;
	display: block;
	padding: 5px 10px;
}

#productMenu ul li a:hover, #productMenu ul li a:active {
	background-color: #4f5664;
	color: #996600;
}

#productMenu ul li ul {
	left: -9999em;
	position: absolute;
	top: -11px;
	width: 200px;
	padding: 5px 10px 5px 15px;
	background-color: #4f5664;
}

#productMenu ul li:hover ul, #productMenu ul li.sfhover ul {
	left: 195px;
}

#productMenu ul li ul li {
	font-size: 1em;
	border-top: none;
        background-color: #4f5664;
}

#productMenu ul li ul li a {
	line-height: 12px;
}

#productMenu ul li ul li a:hover, #productMenu ul li ul li a:active {
        color: #996600;
}

div#catalogueDownload {
        margin-left: -8px;
}

#pageHome div#catalogueDownload {
        position: absolute;
        right: 17px;
        top: 210px;        
        display: block;
width: 206px;
height: 41px;
background-color: transparent;
}

#pageCatalogue div#catalogueDownload {
        margin-left: 0;
}

div#catalogueDownload  a {
        display: block;
        width: 206px;
        height: 41px;
        background-image: url(/themes/site_themes/rocvent/images/catalogue_button.png);
        background-repeat: no-repeat;
        text-indent: -9999em;
}

#pageHome div#catalogue {
        position: absolute;
        right: 17px;
        top: 242px;
}

div#catalogue {
        width: 178px;
        padding: 0 8px 10px 8px;
        background-color: #4f5664;
        border: 1px solid #a1a5ad;
        overflow: auto;
}

div#catalogue h3 {
        color: #fff;
        font-size: 13px;
}

div#catalogue img {
        float: right;
        margin: 10px 0 5px 5px;
}

div#catalogue p a {
        text-transform: none;
}

div#catalogue form {
        margin-left: 5px;
}

div#catalogue label {
        color: #fff;
        margin-bottom: 0;
}

div#catalogue input {
        margin-bottom:  7px;
}

#catalogue input.submit {
	text-transform: uppercase;
	color: #fff;
        border: none;
	font-size: .65em;
        width: 39px;
        height: 19px;
	background-image: url(/themes/site_themes/rocvent/images/btn_go.gif);
        text-indent: -9999em;
        cursor: pointer;
}



/*Catalogue Download Form (revised Apr 22 2010) ________________*/
div#catalogueDownload label {
        margin-bottom: 0;
        display: inline;
        width: 80px !important;
        font-size: 1em;
}

div#catalogueDownload input {
        margin-bottom:  7px;
        margin-left: 30px;
        padding: 2px 3px;
        width: 300px;
        display: inline;
}

div#catalogueDownload input#name {
        margin-left: 25px;
}

div#catalogueDownload input#email {
        margin-left: 27px;
}

p.captcha {
        padding-top: 5px;
        margin-left: 95px!important;
}

p.captcha img {
        margin-bottom: 5px;
}

#catalogueDownload input.submit {
	text-transform: uppercase;
	color: #fff;
        border: none;
	font-size: .65em;
        width: 39px;
        height: 19px;
        margin-left: 95px;
	background-image: url(/themes/site_themes/rocvent/images/btn_go.gif);
        text-indent: -9999em;
        cursor: pointer;
}

#catalogueDownload p.captcha input {
        margin-left: 0 !important;
        margin-top: 2px;
}




/* Content Area and Product Overview Page ____________________________________________*/
#content  {
        margin-top: 15px;
	padding: 15px;
	float: right;
	background-color: #EDEEF2;
	border: 1px solid #a1a5ad;
	width: 500px;
}

#pageServices #content, #pageAbout #content {
        width: 620px;
        padding: 35px;
}

#overview {
        display: block;
        overflow: auto;
	padding: 25px;
	background-color: #414a5b;
	border: 1px solid #4f5664;
}

#content #col1 {
	float: left;
	width: 45%;
}

#content #col2 {
	float: right;
	width: 45%;
}

#content h2 {
	font-size: 1.2em;
	margin: 0 0 15px 0;
        color: #414a5b;
}

#content h3 a:link, #content h3 a:visited {
        text-transform: uppercase;
}

#content p, #content li {
        color: #414a5b;
        font-size: .85em;
}

h2#promo {
        text-indent: -9999em;
        float: right;
        margin: 0;
	background-image: url(/themes/site_themes/rocvent/images/product_promo2.jpg);
        width: 530px; 
        height: 390px;
}

#overview ul {
        list-style: none;
        padding-bottom: 15px;
}

#content ul {
        margin-left: 15px;
}

#content h3, #content h3 a:link, #content h3 a:visited {
	clear: left;
	padding-top: 15px;
	color: #414a5b;
	font-size: .9em;
	font-weight: bold;
        text-decoration: none;
}

#content h3 a:hover, #content h3 a:active {
	color: #996600;
}

#content h3 a  {
        font-size: 1em !important;
        text-transform: uppercase;
}

#overview ul li {
        float: left;
        width: 30%;
        margin-right: 15px;
	color: #8e949e;
	font-size: .9em;
	font-weight: bold;
        text-transform: uppercase;
        line-height: 12px;
}

#content p {
	margin: 0 15px 15px 0;
}

#overview ul li ul {
        padding-top: 8px;
}

#overview ul li ul li {
        float: none;
        width: 100%;
}

#content a:link, #overview a:link, #content a:visited, #overview a:visited {
	text-transform: none;
	font-weight: normal;
	text-decoration: underline;
        color: #414a5b;
}

#content a:hover, #overview a:hover, #content a:active, #overview a:active {
        color: #996600;
}

#content img, #overview img {
	padding: 1px;
	border: 1px solid #a1a5ad;
}

#prodImage {
        float: right;
        margin: 0 0 15px 15px;
}

#content img.mainImage {
	width: 215px;
	height: 160px;
}

#content img.catImage {
        float: right;
        width: 85px;
        height: 65px;
        margin: 5px 0 5px 10px;
}

#content p.enlarge {
	padding-left: 15px;
	color: #a1a5ad;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .7em;
	background-image: url(/themes/site_themes/rocvent/images/icon_magnify.gif);
	background-repeat: no-repeat;
        background-position: 0 3px;
}

#content a.enlarge:hover {
	color: #996600;
}

#content a.installation, #content a.estimate {
	padding-left: 20px;
	background-repeat: no-repeat;
}

#content a.installation {
	background-image: url(/themes/site_themes/rocvent/images/icon_pdf.gif);
}

#content a.estimate {
	background-image: url(/themes/site_themes/rocvent/images/icon_calculate.gif);
}

#content ul#accessories, #content ul#morePhotos {
	list-style: none;
        margin-left: 0;
}

#content ul#accessories li  {
	line-height: 18px;
	margin: 3px 0 8px 0;
	padding-left: 20px;
	background-image: url(/themes/site_themes/rocvent/images/icon_accessory.gif);
	background-repeat: no-repeat;
}

#content ul#morePhotos li {
	float: left;
	margin-right: 3px;
}

#content ul#morePhotos li img {
	width: 85px;
	height: 75px;
}

#content ul#morePhotos li img:hover, #content img.mainImage:hover {
	border: 1px solid #fff;
}	

#content p.prodCategory {
        margin-bottom: 5px !important;
}

p.breadcrumb {
        margin-left: 5px;
        font-size: .7em;
        text-transform: uppercase;
}

.service_image {
        float: right;
        width: 180px;
        margin: 0 0 15px 15px;
}


/* Contact Page ________________________________________________*/
label, input {
        display: block;
}

label {
        color: #4f5664;
}

div.hiddenFields {
        position: absolute;
        top: -9999em;
}

#pageContact input, #pageContact textarea {
        width: 475px;
	border: none;
        font-family: arial, helvetica, sans-serif;
        font-size: .85em;
        padding: 3px;
}

#pageContact textarea {
        height: 100px;
}

#pageContact label {
        margin: 15px 0 0 0;
}

#pageContact input.submit {
        width: 69px;
        height: 19px;
        margin-top: 15px;
	background-image: url(/themes/site_themes/rocvent/images/btn_send.gif);
        text-indent: -9999em;
        cursor: pointer;
}

div#mapsearch input {
       width: auto;
}

#pageContact #productMenu {
        position: static;
}





/* Ventilation Calculator Form ________________________________________________*/
form#ventilation input, form#ventilation textarea {
        width: 95px;
        font-size: 12px !important;
        color: #000033;
}

form#ventilation fieldset {
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #8e949e;
}

form#ventilation fieldset p {
        width: 135px;
        float: left;
}

form#ventilation label {
        font-size: 12px;
        font-weight: bold;
}

form#ventilation fieldset legend {
	color: #8e949e;
	font-size: .9em;
	font-weight: bold;
}

fieldset#vent_details input, form#ventilation textarea {
        width: 400px;
}

fieldset#vent_braking label {
        display: inline;
}



/* Search Box in Header ________________________________________________*/
#search {
        position: absolute;
        top: 25px;
        right: 0px;
	width: 300px;
}

#search form {
	float: right;
}

#search input.button {
	padding: 1px 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: .65em;
        width: 69px;
        height: 19px;
	background-image: url(/themes/site_themes/rocvent/images/btn_search.gif);
        text-indent: -9999em;
        cursor: pointer;
}

#search input {
        display: inline;
        width: 200px;
        padding: 2px;
        height: 10px;
        font-family: arial, helvetica, sans-serif;
}




/* Footer ________________________________________________*/
#footer {
	clear: both;
	width: 970px;
	padding: 45px 0;
}

#footer p {
	font-size: .65em;
	text-transform: uppercase;
	line-height: 12px;
	margin-bottom: 5px;
	color: #656d7b;
}

#footer a {
	color: #656d7b;
	font-weight: normal;
}






/* Lightbox Styles  ________________________________________________*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/themes/site_themes/rocvent/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/themes/site_themes/rocvent/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }