/* @override 
	http://www.kelleyxray.pioneerdesign.net/css/mobile.css
	http://www.kelleyxray.pioneerdesign.net/css/stylesheet.css
	http://kelleyxray.pioneerdesign.net/css/stylesheet.css
	http://www.kelleyxray.com/css/stylesheet.css
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a	{
	color: #315782;
	text-decoration: none;}

.footer-right-column a	{
	color: #315782;
	color: #6f84ab;
	font-weight: bold;
	text-decoration: none;}

.footer-right-column a:hover	{
	color: #546b96;}

a:hover	{color: #467cb9;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

main {
	display:block;
}

/* end Resets */




/* GLOBAL */

.clear-fix	{
	clear: both;
}

body	{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 15px;
}

.spacer-60	{
	height: 60px;
}

/* My Comment */


/* end Global */




/* WRAPPERS */

.page-wrapper	{
	width: 980px;
	margin: 0 auto;
}

.section-wrapper	{
	width: 940px;
	margin: 0 auto;
}

.content-wrapper	{
	width: 930px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.main-content-wrapper	{
	width: 637px;
	float: left;
	padding-left: 25px;
	padding-right: 40px;
}

.sidebar-wrapper	{
	width: 238px;
	height: 100%;
	float: left;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

/* end Wrappers */




/* BARS AND BANDS */

.headerbar	{
	background-color: #040404;
	height: 10px;
}

.bannerband	{
	height: 320px;
	background-color: #6088b5;
}

.bannerbar	{
	height: 10px;
	background-color: #6088b5;
}

.sectionbar	{
	height: 9px;
	background-color: #c2cbcf;
}




/* BUTTONS */

.learn-more-button	{
	background-color: #6088b5;
	border-radius: 5px 5px;
	padding: 8px 20px;
	margin: 20px auto 20px auto;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.learn-more-button:hover	{
	background-color: #7ba2cd;
}

.overview-learn-more-button	{
	background-color: #6088b5;
	border-radius: 5px 5px;
	padding: 8px 20px;
	margin: 20px 0;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.overview-learn-more-button:hover	{
	background-color: #7ba2cd;
}

.footer-button	{
	background-color: #454647;
	border-radius: 5px 5px;
	padding: 8px 20px;
	margin-top: 20px;
	margin-left: 0px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	outline: none;
}

.footer-button:hover	{
	background-color: #515354;
}

/* end Buttons */




/* HOME SLIDER */

.home-slider	{
	background-color: #303030;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	padding-bottom: 6px;
	margin-top: -320px;
}

.slider	{
	float: left;
	width: 702px;
	height: 336px;
}

.slider-wrapper	{
	width: 702px;
	height: 336px;
	float: left;
}

.slider-image-block	{
	position: relative;
}

.slider-text	{
	background-image: url("/img/slidertxt_bkg.png");
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 250px;
	left: 40px;
	float2:left;
	margin-top2: -90px;
	margin-left2: 30px;
	padding: 15px 25px;
}

ul.bxslider	{
	float: left;
	width: 702px;
}

ul.bxslider li	{
	width: 702px;
}

/* end Home Slider */




/* HEADER SECTION */

#header	{
	margin: 0 auto;
}

.header-content	{
	width: 920px;
	margin: 10px auto 10px auto;
	position: relative;
}

.header-logo	{
	float: left;
	margin-right: 20px;
}

.header-motto	{
	width: 360px;
	height: 60px;
	float: left;
	border-left: 2px solid #030303;
	padding-left: 20px;
	color: #424242;
	margin-top: 16px;
	line-height: 1.45;
	font-size: 14px;
	font-weight: normal;
}

.nhd-header	{
	position: absolute;
	top: 58px;
	left: 165px;
}

.nhd-logo-footer	{
	margin-top: 20px;
}

.header-right	{
	float: right;
}

.header-contact-phone	{
	margin-top: 47px;
	margin-bottom: 10px;
	margin-right: 15px;
	font-weight: normal;
	text-align: right;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 15px;
	color: #315782;
}

.header-contact-phone span	{
	padding-right: 10px;
	color: #1c1c1c;
}

.callus	{
	margin-bottom: 5px;
	margin-top: 0px;
}

.header-contact-phone-linked span	{
	margin-right: 10px;
}

.header-contact-phone-linked	{
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 15px;
	font-weight: normal;
	text-align: right;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 15px;
	float: left;
	display: none;
	
}

.header-contact-phone-linked span	{
	margin-right: 10px;
	float: left;
}

.header-contact	{
	margin-top: 10px;
	margin-right: 15px;
	font-weight: normal;
	text-align: right;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 15px;
}

.header-contact span	{
	color: #a4acaf;
	margin-left: 5px;
	margin-right: 5px;
}

/* end Header Section */



/* MAIN NAVIGATIN SECTION */

#menu	{
	background-color: #303030;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px;
}

#menu a	{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 17px;
}

#menu a:hover	{
	color: #d6d6d2;
}

#menu ul	{
	margin-left: 0px;
}

#menu ul li	{
	display: inline-block;
	background-color2: red;
	padding: 10px 20px 10px 20px;
}

.selected	{
	background-color: #6088b5;
	background-color: #666769;
	border-top-left-radius: 10px;
	padding: 10px 20px 10px px;
}

.active	{
	background-color: #6088b5;
}


/* end Main Navigation Section */




/* COMPANY PURPOSE SECTION */

.purpose-section	{
	padding: 30px 30px 30px 20px;
	line-height: 1.5;
}

.purpose-img	{
	float: left;
	margin-right: 20px;
	margin-top: -23px;
}

.purpose-section p	{
	margin-top: 0px;
	font-weight: 300;
	color: #424242;
}

.purpose-section p span {
	color: #000000;
	font-weight: bold;
}

/* end Company Purpose Section */




/* FEATURED PRODUCT SECTION */

#featured-products	{
	margin-top: 40px;
}

.featured-product-image-block	{
	height: 200px;
	position: relative;
}

.fproduct-img	{
	margin-left: 15px;
	width: 150px;
	max-height: 200px;
	position: absolute;
	bottom: 0;
}

#featured-products h1	{
	font-size: 36px;
	color: #1c1c1c;
}

.featured-product-content	{
	min-height: 120px;
}

#featured-products .featured-product-content h2	{
	font-size: 18px;
	color: #0a3666;
	color: #000000;
	text-align: center;
	width: 180px;
	min-height2: 60px;
	margin-top: 10px;
}

#featured-products p	{
	text-align: center;
	width: 180px;
	min-height2: 75px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #424242;
}

.featured-product	{
	margin-top: 20px;
	margin-bottom: 60px;
	width: 180px;
	float: left;
	margin-right: 70px;
	margin-left: 0px;
}

.featured-product:last-child	{
	margin-right: 0px;
}

.featured-button-mobile	{
	display: none;
}

/* end Featured Product Section */



/* OVERVIEW PRODUCT SECTION */

.overview-products	{
	margin-top: 0px;
}

.overview-heading h2	{
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.overview-product-image-block	{
	height: 160px;
	float: left;
	margin-right: 0px;
}

.overproduct-img	{
	margin-left: 15px;
	width: 150px;
	max-height: 160px;
	bottom: 0;
}

.overview-products h2	{
	font-size: 30px;
	color: #1c1c1c;
	margin-top: 40px;
	margin-bottom: 20px;}

.overview-product-content	{
	min-height2: 115px;
	margin-left: 40px;
	float: left;
}

.overview-products .overview-product-content h2	{
	font-size: 18px;
	color: #000000;
	text-align: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.overview-products p	{
	text-align: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #424242;
}

.overview-product	{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 630px;
	float: left;
}

/* end Overview Product Section */




/* COMPANY ATTRIBUTES SECTION */

.sectionband	{
	background-color: #f3f3f3;
}

.company-attributes	{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.company-attributes h1	{
	font-size: 22px;
	color: #1c1c1c;
	margin-bottom: 10px;
}

.company-attributes p	{
	color: #797979;
	line-height: 1.5;
}

/* end Company Attributes Section */



/* FOOTER SECTION */

#footer	{
	background-image: url("/img/footer_bkg.jpg");
	color: #fffefe;
}

.footerbar	{
	height: 10px;
	background-color: #4d4d4d;
}

.footer-left-column	{
	width: 650px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.footer-right-column	{
	width: 250px;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.footer-right-column p	{
	font-size: 24px;
}

.footer-right-column p.footer-address	{
	font-size: 15px;
	color: #bdbdbd;
	margin-top: 5px;
	line-height: 1.25;
}

.footer-project h1	{
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
}

.footer-project-img	{
	width: 170px;
	float: left;
	margin-right: 20px;
	border: 5px solid #ffffff;
}

.footer-project-content	{
	width: 350px;
	float: left;
}

.footer-project-content h2	{
	font-size: 18px;
	margin-bottom: 1px;
}

.footer-project-content p	{
	color: #bdbdbd;
	font-size: 13px;
}

p.project-city	{
	color: #aba76f;
	font-size: 16px;
	margin-bottom: 10px;
}

#footer hr	{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #8a8a8a;
    margin:0 0 15 0;
    padding:0;
}

.copyright	{
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
	color: #7f7f7f;
}

.designer	{
	float: right;
	font-size: 12px;
	margin-bottom: 15px;
	color: #7f7f7f;
}

/* end Footer Section */




/* HOURS WIDGET */

.slider-widget	{
	float: left;
	background-color: #c2cbcf;
	width: 238px;
	height: 336px;
}

.hours-block	{
	background-color: #dee3e6;
	width: 228px;
	height: 326px;
	margin: 0 auto;
}

.hours-block h1	{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
}

.hours-line	{
	margin-bottom: 3px;
}

.office-day	{
	background-color: #ffffff;
	width: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-right: 3px;
	color: #424242;
	font-size: 12px;
	text-align: center;
}

.office-hours	{
	background-color: #ffffff;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	color: #7a7c7d;
	color: #424242;
	font-size: 12px;
	text-align: center;
}

.widget-contact-block	{
	
}

.widget-contact-block hr	{
    display:block;
    height:1px;
    border:0;   
    border-top: 1px solid #ffffff;
    margin:8px 0;
    padding:0;
}

.widget-icon	{
	width: 38px;
	float: left;
	margin-left: 15px;
	margin-right: 18px;
}

.phone-block	{
	
}

.email-block	{
	margin-top: 0px;
	margin-bottom: 0px;
}

.widget-contact-block p	{
	font-size: 17px;
	line-height: 1.1;
	margin-top: 7px;
	margin-bottom: 10px;
}

.widget-contact-block p span	{
	font-size: 13px;
	color: #315782;
}

.widget-contact-block a	{
	font-size: 14px;
	color: #315782;
}

.widget-contact-block a:hover	{
	color: #467cb9;
}

/* end Hours Widget */




/* SEARCH BOX */

.header-search	{
	margin-top: 20px;
}

.header-search-box	{
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
}

input.header-search-submit	{
	margin-top: 12px;
	float: right;
	cursor: pointer;
}

.header-submit-button	{
	background-image: url('/img/header_submit_sprite.jpg');
	background-position: 0px -38px;
	background-repeat: no-repeat;
	background-color: none;
	width: 100px;
	height: 35px;
	cursor: pointer;
	border: 0px;
	outline: 0;
	margin-top: 4px;
	float: right;
}

.header-submit-button:hover	{
	background-position: 0px 0px;
}


.search-heading	{
	float: right;
	margin-left: 10px;
	margin-top: 3px;
	color: #3c3c3c;
}

.search-box	{
	float: right;
	height: 20px;
	width: 200px;
	border: 1px solid #8f8f8f;
}

/* end Search Box */




/* BREADCRUMBS*/

.breadcrumb-block	{
	width: 500px;
	font-weight: bold;
}

a.linked-breadcrumb	{
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
}

.breadcrumbs	{
	color: #6289b4;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Oswald', Arial, sans-serif;
}

/* end Breadcrumbs */




#featured-products hr	{
	margin-bottom: 8px;
}

header.child-page-header hr	{
	margin-bottom: 8px;
}






#child-page-main-content	{
	margin-top: 40px;
}

header.child-page-header h1	{
	font-size: 36px;
	color: #1c1c1c;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
}

header.child-page-header p	{
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 15px;
	color: #424242;
	line-height: 1.25;
}

.spotlight-list	{
	margin-top: 50px;
}

.child-one-third	{
	width: 183px;
	margin-right: 40px;
	float: left;
}

.child-one-third	{
	width: 600px;
	margin-right: 0px;
}

.child-one-third h2	{
	font-size: 20px;
	margin-bottom: 10px;
}

.child-one-third ul	{
	line-height: 20px;
	border-top: 3px solid rgb(194, 203, 207);
	border-bottom: 2px solid rgb(197, 207, 212);
	margin-bottom: 20px;
	list-style: none;
}

.child-one-third ul li	{
	border-top: 1px solid rgb(197, 207, 212);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 26px;
	font-size: 14px;
	background-position: 0px 8px;
	background-image: url('/img/check.png');
	background-repeat: no-repeat;
}

section.solutions-everyone	{
	margin-top: 40px;
	margin-bottom: 40px;
}

header.solutions-everyone-header h1	{
	font-size: 28px;
	color: #1c1c1c;
}

header.solutions-everyone-header p	{
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #424242;
	line-height: 1.25;
}

.solution-image-block2222222222	{
	width: 177px;
	height: 117px;
	margin-top: 20px;
	padding: 4px;
	background-color: #c2cbcf;
}

.solution-image-block	{
	width: 177px;
	height: 117px;
	margin-top: 30px;
	padding: 4px;
	background-color: #c2cbcf;
	float: left;
}

.solution-image	{
	border: 1px solid #ffffff;
}

.adjust-solutions h22222	{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.adjust-solutions h2	{
	text-align: left;
	margin-top: 35px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
	width: 360px;
}

.adjust-solutions p22222222	{
	text-align: center;
	color: #424242;
	font-size: 15px;
	margin-bottom: 20px;
}

.adjust-solutions p	{
	text-align: left;
	color: #424242;
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 380px;
	float: left;
}
.child-one-third.adjust-solutions.centere	{
	margin: 0 auto 0 auto;
	float: none;
	padding-right: 8px;
}

.sidebar-articles	{
	margin-top: 40px;
}

.sidebar-articles h1	{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -5px;
}

.sidebar-articles ul	{
	margin-left: 20px;
}

.sidebar-articles ul li h2	{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 20px;
}

.sidebar-articles ul li p	{
	font-size: 15px;
	color: #424242;
	line-height: 1.1;
}

.one-half	{
	width: 450px;
	margin-right: 30px;
	margin-top: 40px;
	float: left;
}






.contact-form-section h2	{
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-form	{
	margin-bottom: 40px;
}

.contact-form-header p	{
	color: #424242;
}

.form-item	{
	width: 400px;
	margin-top: 20px;
}

.input	{
	float: left;
}

.submit-button	{
	background-image: url('/img/submit_sprite.jpg');
	background-position: 0px -42px;
	background-repeat: no-repeat;
	background-color: none;
	width: 112px;
	height: 44px;
	cursor: pointer;
	border: 0px;
	outline: 0;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: -8px;
}

.submit-button:hover	{
	background-position: 0px 0px;
}

input.contact-search-submit	{
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: -8px;
	cursor: pointer;
}

span.required	{
	color: red;
	float: left;
}

.contact-address p	{
	font-size: 15px;
}

.contact-address p span	{
	font-size: 20px;
	color: #000000;
	line-height: 29px;
	font-family: 'Oswald', Arial, sans-serif;
}

.contact-numbers	{
	margin-top: 10px;
}

.contact-numbers p	{
	font-size: 15px;
}

.contact-numbers a	{
	line-height: 22px;
}

img.googlemap_shadow	{
	margin-top: -3px;
}

.googleportrait	{
	display: none;
}





article.main-project	{
	margin-top: 20px;
}

.main-project-image-block	{
	background-color: #c2cbcf;
	padding: 5px 5px 2px 5px;
}

.main-project-image	{
	width: 625px;
	height: 320px;
	border: 1px solid #ffffff;
}

footer.main-project-footer	{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #c2cbcf;
	border-bottom: 1px solid #c2cbcf;
}

.main-project-footer-date	{
	font-size: 16px;
	font-weight: bold;
	color: #003e67;
	font-family2: 'Oswald', Arial, sans-serif;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #c2cbcf;
}

.main-project-footer-location	{
	font-size: 14px;
	font-family2: 'Oswald', Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #c2cbcf;
}

.main-project-footer-location span	{
	font-weight: normal;
	color: #003e67;
}

.main-project-content-section	{
	margin-bottom: 80px;
}

.main-project-content-section h1	{
	font-size: 24px;
	line-height: 22px;
}

.main-project-content-section h1 span	{
	font-size: 18px;
}

.main-project-content-section p	{
	margin-top: 10px;
	line-height: 1.25;
	color: #424242;
}





section.sidebar-projects h1	{
	font-size: 22px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 6px;
	font-weight: normal;
	font-family: 'Oswald', Arial, sans-serif;
}

.product-categories	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.product-category	{
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 8px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;}



ul.content	{
	list-style: none;
	margin-left: 0px;
	margin-top: -0px
}

ul.content li	{
	background: url('/img/large-arrow.gif') 8px 12px no-repeat;
	color: #424242;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 10px 12px 25px;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 0px;
}

ul.content li:hover	{
	background-color: #ffffff;
}

ul.content li h2	{
	font-size: 13px;
	font-weight: normal;
}

ul.content li.active	{
	color: #6289b4;
	background: url('/img/large-arrow-active-blue.gif') 8px 12px no-repeat;
}

.list-divider	{
	line-height: 16px;
	padding: 10px 0 5px 22px;
	margin-right: 10px;
	border-bottom: 1px solid #c9c9c9;
	margin-top: -10px;
}
	
.list-divider-2	{
	line-height: 16px;
	padding: 10px 0 5px 22px;
	border-top: 1px solid #fff;
	margin-bottom: -20px;
}






article.product-block	{
	margin-top: 30px;
}

.product-image-section	{
	margin-bottom: 40px;
	margin-top: 20px;
}

.product-image-block	{
	border2: 1px solid #c2cbcf;
	float: left;
	width: 204px;
	margin-right: 10px;
}

.product-image	{
	width: 200px;
	height2: 220px;
	border: 1px solid #ffffff;
}

.product-shadow	{
}

.product-header-block	{
	float: left;
	margin-left: 0px;
	width: 370px;
}

.product-header-block h2	{
	font-size: 20px;
}

.product-header-block p	{
	line-height: 1.35;
	font-size: 15px;
	color: #424242;
	margin-top: 10px;
}

.product-header-block ul {
	margin-left: 20px;
	margin-top: 10px;
}

.product-header-block ul li	{
	line-height: 1.5em;
}

.product-index	{
	background-color2: #f2f2f2;
	background-color2: #ebebeb;
}

.product-tab-active	{
	background-color: #dadddd;
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
}

.product-tab-inactive	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
}

.product-tab222	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
}

.product-tab-content	{
	
}



.product-tab-description	{
	border-left: 2px solid #c2cbcf;
	border-right: 2px solid #c2cbcf;
	border-bottom: 2px solid #ebebeb;
	padding: 10px 15px 10px 15px;
	margin-bottom: 60px;
	color: #424242;
	font-size: 15px;
}

a.product-active-link	{
	color: #000000;
}



.product-description-section	{
	margin-bottom: 80px;
}

.product-description-section h1	{
	font-size: 24px;
	line-height: 22px;
}

.product-description-section h1 span	{
	font-size: 18px;
}

.product-description-section p	{
	margin-top: 10px;
	line-height: 1.25;
	color: #424242;
}







#tabs p	{
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 13px;
	color: #424242;
}

#tabs h2	{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #000000;
}

#tabs h3	{
	font-size: 16px;
	margin-bottom: 0px;
	color: #000000;
}

#tabs h4	{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000000;
}

#tabs h5	{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}





ul.tabs li	{
	display: inline-block;
	padding: 0px 0px;
	font-weight: bold;
	margin-right: 1px;
}

ul.tabs li h3 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 10px 20px 8px 20px;
	font-weight: bold;
	font-size: 15px;
}

ul.tabs li h3 a.active	{
	background-color: #dadddd;
	display: inline-block;
	padding: 10px 20px 8px 20px;
	font-weight: bold;
	color: #000000;
}

#overview, #specifications, #accessories-options, #photos, #pdfs	{
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	padding: 20px 20px 20px 15px;
	margin-bottom: 60px;
	color: #424242;
	font-size: 15px;
}

#specifications table	{
	margin-left: 20px;
	margin-bottom: 60px;
	margin-top: 5px;
}

#specifications table tr td	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

#specifications table th	{
	color: #000000;
	padding-bottom: 10px;
	text-decoration: underline;
}

.product-tab-header	{
	background-color: #dadddd;
	width: 100%;
	height: 5px;
}

#pdfs ul, #accessories-options ul	{
	margin-top: 10px;
	margin-left: 20px;
}

#pdfs ul li	{
	margin-bottom: 10px;
	font-size: 14px
}

#accessories-options ul li	{
	margin-bottom: 10px;
	padding-right: 120px;
	font-size: 14px
}

#overview ul 	{
	margin-left: 20px;
}

#overview ul li	{
	margin-bottom: 15px;
	padding-right: 60px;
	font-size: 13px;
	line-height: 1.45;
}

.product-image-block	{
	margin-right: 50px;
}

.product-image-photo	{
	float: left;
	width: 200px;
}

/* My Comment */

.product-image-caption	{
	float: left;
}

table.search-results-headings	{
	margin-top: 25px;
}

table.search-results-headings tr.switch td	{
	padding-bottom: 10px;
	line-height: 1.25;
	font-size: 14px;
}

table.search-results-headings tr.switch td.search-results-link	{
	line-height: 1.25;
	font-size: 18px;
	padding-bottom: 2px;
}

.search-results-block	{
	margin-top: 20px;
}

.search-results-block ul	{
	margin-left: 20px;
}

.search-results-block ul li	{
	margin-bottom: 20px;
}

.search-results-block ul li h2	{
	font-size: 18px;
}

.search-results-block ul li p	{
	font-size: 14px;
	margin-top: 3px;
}



/* ADJUSTMENTS */

.last	{
	margin-right: 0px;
}

.add-margin-bottom-40	{
	margin-bottom: 40px;
}

/* end Adjustments */