@charset "utf-8";
body { /* Style definition for the body of the page */
	background-color: #FFFFFF;
	background-image: url(/images/img_background_main.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}

h1 { /* style definition for header 1 text */
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}

h2 { /* style definition for header 2 text */
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

a:link, a:visited, a:active { /* style definition for all hyperlinks */
	color: #6C3;
	text-decoration: none;
}

a:hover { /* style definition for links on rollover */
	text-decoration: underline;
}

#container { /* style definition for the main container */
	width: 810px;
	height: auto;
	background: url(/images/bodyBgShadow.png) repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#subContainer { /* style definition for sub container */
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

#header { /* style for header container with logo and date */
	width: 810px;
	height: 88px;
}

#mainLogo { /* container for main logo */
	width: 250px;
	height: 42px;
	position: relative;
	top: 35px;
	left: 10px;
	float: left;
}

#mainDate { /* container for date in header */
	width: 250px;
	height: 20px;
	position: absolute;
	top: 60px;
	right: 12px;
	float: right;
	font-size: 12px;
	color: #999999;
	text-align: right;
	clear: both;
}

#bigPhone { /* container for phone # in header */
	width: 400px;
	height: 40px;
	position: relative;
	top: 14px;
	right: 10px;
	float: right;
	text-align: right;
}


#subheader { /* style for subheader container with tagline and rmi photos */
	position: relative;
	width: 810px;
	height: 203px;
	background-image: url(/images/img_background_subheader.jpg);
}

#tagline { /* container for tagline image */
	position: relative;
	left: 40px;
	top: 50px;
	float: left;
}

#rmi9subheader { /* container for the rmi9 photos in the subheader */
	position: relative;
	right: 10px;
	top: 0px;
	float: right;
}

#mainMenu { /* container for the main menu */
	position: relative;
	float: left;
	width: 810px;
	height: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}

/* style definitions for main menu */
#cssdropdown, #cssdropdown ul { position: absolute; list-style: none; margin: 0px; padding: 0px; white-space: nowrap; width: auto; z-index: 10000; }
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }

/* Head links */
#cssdropdown li.headlink { width: auto; float: left; background-color: #112335; text-align: center; }
#cssdropdown li { float: left; display: block; background-color: #112335; }
#cssdropdown li a { display: block; padding: 0px; }

/* Child lists and links */
#cssdropdown ul li { width: 160px; }
#cssdropdown li.headlink ul { display: none; text-align: left; white-space: normal; width: 160px; }
#cssdropdown li.headlink:hover ul { display: block;  width: 160px;}
#cssdropdown li.headlink ul li a { padding: 8px; height: auto;  }
#cssdropdown li.headlink ul li a:hover { background-color: #414f5d; }

/* Pretty styling */
#cssdropdown a { color: white; } 
#cssdropdown ul li a:hover { text-decoration: none; }
#cssdropdown li.headlink { background-color: white; }
#cssdropdown .noBg { background:none; }


#breadCrumbs { /* container for navigation bread crumbs */
	position: relative;
	width: auto;
	clear: both;
	padding: 10px;
	font-size: 0.8em;
}

#mainContent { /* style definition for the main content box */
	width: 810px;
	display: block;
	position: relative;
	background-image: url(../images/img_background_content_stripe.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px;
}

#mainContent p {
	font-size: 1.2em;
}

#mainContentBottom { /* container for bottom strip of main content background */
	position: relative;
	width: 810px;
	height: 20px;
	left: -20px;
	top: 40px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/img_background_content.png);
}

#footerBar { /* container for footer links and copyright text */
	font-size: 11px;
	color: #666;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#footerLinks { /* container for text links in footer */
	position: relative;
	float: left;
}

#footerLinks a { /* style for footer navigation */
	padding-right: 10px;
	padding-left: 10px;
	border-right: #999 solid 1px;
}

#footerLinks .footerLinksLast { /* style for last link in footer navigation */
	border-right: none;
}

.footnoteText { /* style for smaller text used for footnotes */
	font-size: 0.9em;
	color: #666;
}

#copyright { /* container for copyright disclaimer */
	position: relative;
	float: right;
}

.contentColumn { /* containers for main content text columns on home page */
	position: relative;
	float: left;
	width: 92%;
	height: auto;
	padding: 10px;
}

.btnReadMore { /* container for the 'Read More' button */
	float: right;
	padding: 5px;
}

.columnDivider { /* container for vertical divider between text columns on home page */
	width: 1px;
	height: 284px;
	padding: 5px;
	position: relative;
	float: left;
}

.productIntro { /* container for intro paragraph on products */
	position: relative;
	float: left;
	width: 92%;
	height: auto;
	padding: 10px;
}

.productInfo { /* container for product info box */
	position: relative;
	float: left;
	width: 92%;
	height: auto;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
}

.productInfo li { /* style for list items in productInfo layer */
	padding-bottom: 10px;
}

.productInfo li ul li { /* style for sub list items in productInfo layer */
	padding-bottom: 0px;
}

.productSelect { /* container for product selection layer */
	position: relative;
	float: left;
	width: 200px;
	height: auto;
	padding: 20px;
	margin: 0px;
	text-align: center;
}

.productSelect img {
	padding-bottom: 10px;
}

#mediaBox { /* container for media */
	width: 400px;
	height: auto;
	padding: 10px;
	margin-left: 10px;
	position: relative;
	float: right;
	right: 0px;
	background-color: #EEE;
	text-align: center;
}

#mediaView { /* container for media */
	width: 400px;
	height: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #EEE;
}

#mediaView img {
	border: none;
}

#mediaThumb { /* container for media thumbnails */
	width: 100%;
	white-space: nowrap;
	height: 80px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: auto;
}

#mediaThumb img { /* style for thumbnail images in mediaBox */
	border: none;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}


.specsBox { /* container for product specs */
	position: relative;
	float: left;
	width: 80%;
	height: auto;
	padding: 10px;
	clear: both;
}

.specsBox li { /* style for text in specs lists */
	font-size: 1.2em;
	padding-bottom: 5px;
}

.specsBox img { /* style for images in specs box */
	float: right;
}

#contactIntro { /* container for intro paragraph on contacts page */
	position: relative;
	float: left;
	width: 92%;
	height: auto;
	padding: 10px;
}

#contactInfo { /* container for contact info box */
	position: relative;
	float: left;
	width: 200px;
	height: auto;
	padding: 10px;
	padding-top: 0px;
	margin: -10px 0px 0px 0px;
	clear: both;
}

#contactFormDiv { /* container for contact form */
	position: relative;
	float: right;
	width: 540px;
	right: 50px;
	height: auto;
	padding: 10px;
	margin: 0px;
	background-color: #FEFEFE;
}

/* styling for contact form */
#contactFormDiv label { display: inline-block; line-height: 1.8; vertical-align: top; width: 120px; color: #900; }
#contactFormDiv ol { margin: 0; padding: 0; border: none; }
#contactFormDiv li { list-style: none; padding: 5px; margin: 0; font-size: 0.8em;}
#contactFormDiv span { position: relative; display: block; padding: 5px; clear: both; font-size: 1.0em; color: #666; }
#contactFormDiv input, #contactFormDiv textarea { display: inline; position: relative; font-size: 1.4em; color: #666; margin: 0px 15px 0px 5px; }
#contactFormDiv b {	font-size: 1.4em; color: #666; }
#contactFormDiv em { font-size: 1.2em; color: #0C3; }
#contactFormDiv submit { display: block; position: relative; margin: 5px 0px; }

#contactMap { /* container for contact map */
	position: relative;
	float: left;
	width: 400px;
	height: auto;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
}

#feedbackInfoBox { /* container for feedback info box */
	position: relative;
	float: left;
	width: 320px;
	height: auto;
	padding-top: 15px;
}

#feedbackCommentsBox { /* container for feedback comments box */
	position: relative;
	float: left;
	width: 360px;
	height: auto;
}

#flashcontent { /* container for add-ons slideshow */
	margin-left: 20px;
}

.newProducts { /* container for new products info */
	width: 18%;
	height: 200px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	position: relative;
	float: left;
	text-align: left;
}

.newProducts h4 {
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	display: block;
	height: 16px;
}

.newProducts span { /* style for text in new products section */
	position: relative;
	display: block;
	clear: both;
	font-size: 0.9em;
}

.newProducts img { /* style for images in new products section */
	border: 4px solid #FFF;
	padding: 5px;
	margin: 5px 10px 10px 10px;
}

.newProducts img:hover {
	border: 4px solid #DDD;
}

/* styles for success message on contact form */
.contactSuccess { /* container for contact form */
	position: relative;
	float: right;
	width: 500px;
	height: auto;
	padding: 10px;
	padding-top: 2px;
	margin: 0px;
	font-size: 1.2em;
	color: #6C3;
	font-style: italic;
}