<!--

html, body{
	height:100%;
}

body { 
	min-width:1000px; 
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 23px;
    color:#7b858e;
	background: url(../images/body_bg.png) repeat-y center #fafafa;
	margin: 0; 
}

form {
	margin:0;
}

@font-face {
    font-family: 'FullerSansDTBold';
    src: url('fonts/fullersansdt-bold-webfont.eot');
    src: url('fonts/fullersansdt-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/fullersansdt-bold-webfont.woff') format('woff'),
         url('fonts/fullersansdt-bold-webfont.ttf') format('truetype'),
         url('fonts/fullersansdt-bold-webfont.svg#FullerSansDTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FullerSansDTRegular';
    src: url('fonts/fullersansdt-regular-webfont.eot');
    src: url('fonts/fullersansdt-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/fullersansdt-regular-webfont.woff') format('woff'),
         url('fonts/fullersansdt-regular-webfont.ttf') format('truetype'),
         url('fonts/fullersansdt-regular-webfont.svg#FullerSansDTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
	body:first-of-type .ir {overflow:visible}
	.scroll-pane {position: relative}
	.scroll-pane a,.scroll-pane p{-webkit-backface-visibility: visible}
}

h1, h2, h3, h4, h5 { margin:0 0 10px; color: #333; }

#printLogo {
	display:none;
}

p { margin: 0 0 15px; }

p.intro { font-weight: bold; line-height: 1.67; }

a { color: #1393c8; text-decoration: none; }

ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list ul li {
	background-image: url(../images/bullet.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	padding-left:15px;
}

.small {
	font-size:14px;
    line-height:1.5;
    padding:8px 0px 0px 22px;
}

.small ul li {
	margin-bottom:8px;
	background-position: 0px 7px;
}

.bold {
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
}


.linkCircleArrow {
	background-image: url(../images/arrow_circle.png);
	background-repeat: no-repeat;
	text-indent:25px;
	line-height:16px;
	display:block;
	color: #FFFFFF;
	font-size:14px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.linkCircleArrow:hover {
	background-image: url(../images/arrow_circle_over.png);
	background-repeat: no-repeat;
}

.linkGrayArrow {
	background-image: url(../images/arrow_gray.png);
	background-repeat: no-repeat;
	text-indent:-4px;
	line-height:10px;
	display:block;
	color: #7b858e;
	font-size:14px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-left:20px;
}

.linkGrayArrow:hover {
	background-image: url(../images/arrow_orange.png);
	background-repeat: no-repeat;
	color:#ffa02f;
}



.fieldset {
	-moz-border-radius: 5px;  
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding:20px;
	margin:0px 15px 15px 15px;
	background-color:#fbfbfb;
	
}

.fieldset th {
	font-size: 12px;
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:normal;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: right;
	border-style: none;
}

.fieldset td {
	color: #161616;
	padding-bottom: 2px;
	border-style: none;
}

.field {
	color: #161616;
	font: 12px "Lucida Sans",Arial,sans-serif;
	padding: 2px;
	border: 1px solid #bcbcbc;
	width:225px;
}

#mainContainer {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
}

#contentContainer {
	min-height:680px;
}

.bgHome {
	background: #ecf2f3;
}

.bgContent {
	background: #FFFFFF;
}

.red {
	color:#FF0000;
}

.green {
	color:#72bc53;
}

.blue {
	color:#21C2E9;
}

#headerContainer {
	background: #FFFFFF;
	height:110px;	
	padding-top:23px;
	padding-left:20px;
	padding-right:18px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
    display:block;
    width:368px;
    height:84px;
    text-indent:-9999px;
    float:left;
}

#headerContainer .navLinks{
	clear:right;
	float:right;
	height:23px;
	padding-top:50px;
}

#headerContainer .navLinks {
	float:right;
}

#headerContainer .navLinks li {
	margin-left: 0px;
	display:block;
	float:left;

}

#headerContainer .navLinks li a {
	color:#9da6ae;
	font-family: "FullerSansDTBold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular',  Helvetica, Arial, sans-serif;
	letter-spacing:.09em;
	font-size: 12px;
	line-height:20px;
	text-transform: uppercase;
	padding:5px 10px 5px 10px;
	height:12px;
}

#headerContainer .navLinks .active {
	background: #ecf2f3;	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url('PIE.htc');
}

#headerContainer .navLinks .active a {
	text-align: center;
	color:#3d4247;
} 

#headerContainer .navLinks .orange a {
	color:#ffa02f;	
}

#headerContainer .navLinks .orange a:hover {
	color:#ffa02f;
}


#headerContainer .navLinks .active:hover {
	color:#3d4247;
}

#headerContainer .navLinks a:hover {
	color:#3d4247;
}

#headerContainer .navLinks a,
a p{
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
/*	-webkit-perspective: 1000;*/
/*	-webkit-backface-visibility: hidden;*/
}

#footerContainer {
	width:1000px;
	height:30px;
	margin:-30px auto;
	position:relative;
	display:block;
	clear: both;
	background:#9da6ae;
	font-size:12px;
	padding-top: 15px;
}

#footerContainer a {
	color: #dbe3e5;
}

#footerContainer .active {
	color: #FFFFFF;
}

#footerContainer a:hover {
	color:#FFFFFF;
}

#footerContainer ul {
	position:relative;
	padding-left: 20px;
	padding-right: 20px;
}

#footerContainer li {
	padding: 0px 5px 2px 5px;
	float: left;
	line-height:11px;
}

#footerContainer .copyright {
	color: #dbe3e5;
	float: right;
	padding-right:20px;
	margin-top:-5px;
}

#mainBannerContainer {
	background-color:#5296bd;
	background-image: url(../images/content_banner1.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:115px;
	padding-left:25px;
}

#footerContactContainer {
	margin-left:20px;
	height:120px;
	width:300px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ffa02f;
	position:relative;
	margin-top:-120px;
}


#mainBannerContainer h1 {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #FFFFFF;
	font-size:36px;
    font-weight:300;
	padding-top:45px;
}

#mainBodyContainer {
	margin-top:35px;
	margin-left:20px;
	margin-right:30px;
}

#mainSideNav {
	float:left;
}

#mainSideNav li {
	background-image: url(../images/nav_dotline.png);
	background-repeat: no-repeat;
}

#mainSideNav a {
	background-image: url(../images/nav_arrow_off.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
	display:block;
	width:300px;
	height:35px;
	font-size:19px;
	padding-left:34px;
	line-height:38px;
	color:#9da6ae;
}

#mainSideNav .active {
	background-image: url(../images/nav_arrow_on.png);
	color:#00bae6;
}

#mainSideNav a:hover {
	background-image: url(../images/nav_arrow_hover.png);
	color:#3d4247;
}

#mainBodyRightContainer {
	float:right;
	width:610px;
}

#mainBodyRightContainer h1 {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:22px;
	line-height:27px;
	color:#72bc53;
    font-weight:600;
    padding-bottom:20px;
}

#mainBodyRightContainer h2 {
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:18px;
    line-height:22px;
    font-weight:300;
	color:#72bc53;
}

.products {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:18px;
	text-align:center;
}

.products li {
	float: left;
}

.products a {
	margin-top:30px;
	margin-bottom:30px;
	color:#ff9b47;
	width:300px;
	height:240px;
	display:block;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
/*	-webkit-perspective: 1000;*/
/*	-webkit-backface-visibility: hidden;*/
}

.products a:hover {
	color:#3d4247;
}

.products .prodBranded {
	background-image:url(../images/home_prod_branded.png);
}

.products .prodPriv {
	background-image:url(../images/home_prod_private.png);
}

.marketingAreaLogoSlides {
	margin-top:15px;
	margin-left:100px;
	width:190px;
	height:140px;
	overflow:hidden;
}

.marketingAreaLogoSlides img {
	left:0; 
	top:0; 
}

#mktArea {
	padding-top:15px;
}

table {
	-moz-border-radius: 5px;  
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding:10px 20px 15px 20px;
	background-color:#fbfbfb;
	font-size:13px;
}

table th {
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;	
	text-align:left;
	font-weight:300;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}

table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}

.column {
	float:left;
	width:240px;
}

#centerBox {
	padding-left:110px;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dcdcdc;
}

#centerList {
	margin-left:90px;
}

-->