@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#252525;
	background:#700001;
	}

.site-wrap {
	width:100%;
	background-color:#fff;
}

/*  HTML5 ELEMENTS  */
section, article, header, footer, nav, aside, hgroup {	
    display: block;
}

a:link, a:visited {
	color:#4c8c01;
	font-weight:normal;
	text-decoration:underline;
}

a:hover, a:active {
	color:#b9222a;
	font-weight:normal;
	text-decoration:none;
}

a[href^="http"] {
	background:url(../images/outside-link.png) top right no-repeat;
	padding-right:8px;
	margin-right:-2px;
}

.print-header {
	display:none;
}

.header-wrap {
	width:100%;
	height:140px;
	background:#252525 url(/images/masthead-bk.gif) bottom center no-repeat;
	border-bottom:#d4cdb8 solid 1px;
}

header {
	margin:0 auto;
	width:940px;
	height:100px;
	padding:30px 42px 10px;
}

header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header img.logo {
	float:left;
	margin-top:5px;
}

.cta-wrap-480 {
	display:none;
}

a.cta-bttn {
	width:210px;
	height:56px;
	padding:8px 5px;
	display:block;
	border:#252525 solid 1px;
	float:right;
	margin-left:20px;
	font-size:23px;
	line-height:27px;
	color:#E4E0D3;
	text-shadow:0 -1px 1px #333;
	background:#840d14;
	text-align:center;
	letter-spacing:0.5px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	-moz-transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

a.cta-bttn:link, a.cta-bttn:visited {
	text-decoration:none;
	font-weight:normal;
}

a.cta-bttn:hover, a.cta-bttn:active {
	color:#fff;
}

a img {
	border:none;
}



/*  TOP MENU  */

nav {
	width:1024px;
	height:40px;
	background-color:#7b9859;
	margin:0 auto;
	font-size:20px;
	line-height:39px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	background-image:url(/images/menugrad.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

nav ul li {
	list-style: none;
	padding:0;
	margin:0;
	float:left;
}

nav ul li.right_nav {
	float:right;
}


nav a {
	height:40px;
	display: block;
	border-right:#fff dotted 1px;
	padding:0 24px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	background-image:url(/images/menugrad.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#7b9859;
}

nav ul li.right_nav a {
    border-right-stile: none;
    border-left:#fff dotted 1px;
    padding-right: 20px;
}

nav ul li.right_nav a.logout {
    -moz-border-radius:0 0 10px 0;
    -webkit-border-radius:0 0 10px 0;
    -ms-border-radius:0 0 10px 0;
    border-radius:0 0 10px 0;
}

nav a:link, nav a:visited {
	color:#fff;
	text-decoration:none;
}

nav a:hover, nav a:active {
	background-color:#a90000;
}

a.homelink {
	width:19px;
	padding:2px 12px 0;
	height:38px;
	line-height:39px;
	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
	-ms-border-radius:0 0 0 10px;
	border-radius:0 0 0 10px;
}

/*.home a.homelink,*/ .tech a.techlink, .sol a.sollink, .co a.colink {
	background:#a90000 url(/images/topmenu-bk-over.gif) bottom left repeat-x;
	cursor:default;
}



/*  HOME CONTENT  */

section {
	width:940px;
	margin:20px auto 20px;
	position:relative;
}

.home section, .one section {
	margin-top:40px;
}

.home h1 {
	font-size:50px;
	line-height:64px;
	padding:20px 0 80px;
	margin:0;
	background:none;
	width:65%;
	color:#252525;
}

.test h1 {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	font-size:50px;
	line-height:64px;
	color:#252525;
}

a.home-bttn {
	height:60px;
	width:200px;
	padding:0 40px 0 24px;
	display:inline-block;
	font-size:24px;
	line-height:54px;
	color:#E4E0D3;
	text-shadow:0 -1px 1px #333;
	background:url(/images/bttn-arrow-bk.png) top right no-repeat;
	text-align:center;
	letter-spacing:0.5px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	margin:0 0 0 20px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-ms-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
	-moz-transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

a.home-bttn:link, a.home-bttn:visited {
	text-decoration:none;
	font-weight:normal;
}

a.home-bttn:hover, a.home-bttn:active {
	color:#fff;
}


.home h1 img {
	margin:15px 0 0;
}

.home-graphic {
	float:right;
	margin-left:10px;
	width:33.4%;
}

.home h2 {
	font-size:30px;
	color:#252525;
}

h3 {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	font-size:18px;
	margin:20px 0 3px;
	color:#a30001;
}

aside h3 {
	color:#252525;
	margin-top:0;
}

h4 {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	font-size:15px;
	font-style:italic;
	margin:0 0 10px;
}

.left-title {
	float:left;
	width:21%;
	margin-right:2%;
}

a.more {
	display:inline-block;
	background:url(/images/link-arrow.png) left center no-repeat;
	padding-left:16px;
	font-size:17px;
	line-height:1em;
	letter-spacing:.25px;
}

a.more:link, a.more:visited {
	text-decoration:none;
}

.col-wrap {
	float:left;
	width:74.5%;
	padding:2px 0 2px 19px;
}

.col-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

section .col-wrap {
	border-left:#bdbdbd solid 1px;
}

.four-col {
	width:31%;
	margin-left:3.5%;
	float:left;
}

.four-col:first-child {
	margin-left:0;
}

.first-left {
	margin-left:0;
}

.home section .four-col {
	font-size:20px;
	line-height:26px;
}

section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

aside {
	width:940px;
	padding:35px 42px;
	background:url(/images/sub-info-bk.gif) top left repeat;
	margin:0 auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	line-height:23px;
}

aside:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

aside .col-wrap {
	background:url(/images/groove-border.gif) top left repeat-y;
	padding:2px 0 2px 19px;
	width:74.5%;
}

.home aside {
	font-size:14px;
	line-height:20px;
	margin-top:40px;
}

.home aside .left-title {
	text-align:left;
}



/*  SUB NAVIGATION  */

.subnav {
	width:940px;
	margin:20px auto 35px;
	font-size:18px;
}

.subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.subnav li {
	margin:0;
	padding:0 0 0 16px;
	list-style:none;
	float:left;
	border-left:#252525 solid 1px;
}

.subnav a {
	display:block;
	line-height:18px;
	margin-right:16px;
	text-transform:lowercase;
}

.subnav li:first-child {
	padding-left:0;
	border-left:none;
}

.subnav a:link, .subnav a:visited {
	color:#4c8c01;
	text-decoration:none;
}

.subnav a:hover {
	color:#b9222a;
}

.subnav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.one a.onelink, .two a.twolink, .three a.threelink, .four a.fourlink, .five a.fivelink {
	padding-left:15px;
	background:url(/images/link-arrow.png) left center no-repeat;
	color:#252525;
	cursor:pointer;
}



/* LANDING PAGES  */

.one {
	font-size:15px;
	line-height:25px;
}

.heading {
	width:984px;
	padding:30px 20px 0;
	margin:0 auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	display:block;
}

.one .heading {
	padding:30px 20px 50px;
}

.tech .heading {
	background:url(/images/headerbk-tech.jpg) top center no-repeat;
}

.co .heading {
	background:url(/images/headerbk-co.jpg) top center no-repeat;
}

.sol .heading {
	background:url(/images/headerbk-sol.jpg) top center no-repeat;
}

h1 {
	padding:18px 20px 15px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	width:70.4%;
	font-size:24px;
	line-height:34px;
	margin:0;
	background:#fff;
	color:#252525;
	opacity:0.92;
}

.one h1 {
	padding-bottom:18px;
	opacity:1;
}

.customer h1 {
	font-size:30px;
}

h2 {
	font-size:22px;
	line-height:28px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	margin:0 0 10px;
	padding-top:20px;
	color:#a30001;
}

.note {
	font-size:80%;
	color:#252525;
	font-style:italic;
}

.one h2, .home h2 {
	padding-top:0;
}

.intro-txt {
	width:40.4%;
	float:left;
	margin-right:20px;
}

.intro-txt p {
	width:auto;
}

.snippet {
	width:24.3%;
	padding:0 0 0 20px;
	float:left;
	border-left:#bdbdbd solid 1px;
	margin:0 0 40px 20px;
	font-size:18px;
	line-height:26px;
}

/*.tech .snippet {
	height:10em;
}
*/
aside img {
	text-align:center;
	margin:0 auto;
}

aside .left-title {
	text-align:center;
}

aside a.pretty-bttn {
	font-size:20px;
	width:180px;
	height:45px;
	line-height:45px;
	margin:0 0 15px 15px;
	padding:0 10px;
	font-style:normal;
	float:right;
}




/*  INTERIOR PAGES  */

p {
	width:71.3%;
	margin:0 0 15px;
	position:relative;
}

article {
	width:670px;
	margin-bottom:40px;
	float:left;
}

article.fullwidth {
	width:100%;
}

.sidebar {
	width:22.3%;
	padding-left:20px;
	float:right;
	margin:0 0 20px 3.1%;
	border-left:#bdbdbd solid 1px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:18px;
	line-height:28px;
}

.sidebar img {
	margin:20px 0;
	border:#bdbdbd solid 1px;
}

.caption {
	margin:0;
	font-size:12px;
	line-height:18px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

.credit {
	margin:0;
	font-size:11px;
	line-height:14px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style:italic;
}

section ul {
	margin:0 0 20px 15px;
	padding:0 0 0 20px;
	width:68%;
}

li {
	list-style:disc;
	padding:0 0 0 5px;
	margin:0 0 8px 0;
}

a.strong:link, a.strong:visited {
	font-weight:bold;
}

.img-cap {
	width:100%;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	color:#5e5e5e;
	margin:30px 0;
}

.img-cap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img-cap img {
	width:70.2%;
	float:left;
	margin-right:2.6%;
	border:#bdbdbd solid 1px;
	margin-bottom:10px;
}

img.no-border {
	border:none;
}

.img-cap p {
	width:auto;
}


.img-fade {
	width:100%;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	color:#5e5e5e;
	margin:30px 0;
	position:relative;
	display:block;
}

.img-fade:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img-fade img {
	width:auto;
	float:left;
	margin-right:3%;
	border:#bdbdbd solid 1px;
}

.desc-wrap {
	float:left;
	width:40%;
}

.first p, .second p {
	width:auto;
}

.img-fade a.pretty-bttn {
	font-size:20px;
	width:216px;
	height:45px;
	line-height:45px;
	margin:0 0 15px 0;
	padding:0 5px;
	font-style:normal;
}

.first {
	position:absolute;
	background-color:#fff;
	top:0;
	width:100%;
}

.second {
	position:relative;
	background-color:#fff;
	top:0;
	width:100%;
}





/*  PRODUCTS  */

.products h3 {
	margin:20px 0 3px;
	color:#252525;
}

.products .two-col h3 {
	margin:0 0 10px;
}

.license .two-col h3 {
	margin:0 0 10px;
	color:#252525;
}

.sol aside h3, .tech aside h3 {
	margin:0 0 12px;
}

a h3, .products a h3, .license .two-col a h3 {
	color:#4C8C01;
	margin-top:0;
	text-decoration:underline;
}

.emph {
	font-weight:bold;
	text-transform:uppercase;
}

.module {
	width:100%;
	border-top:#BDBDBD dotted 1px;
	padding-top:0;
	margin:30px 0 20px;
}

.simp .module, .flash .module {
	padding-top:15px;
}

.module:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.module-det {
	font-size:12px;
	line-height:17px;
}

.mod-img {
	float:right;
	margin-left:2.1%;
	font-size:12px;
	line-height:16px;
	color:#5E5E5E;
	width:26.6%;
	padding-top:5px;
}

.mod-img img {
	margin-bottom:5px;
	width:100%;
}

a.details-more {
	float:left;
	display:block;
	padding:3px 18px 3px 3px;
	border-top:#A30001 solid 1px;
	background:url(/images/more-arrow.png) right center no-repeat;
}

a.details-less {
	float:left;
	display:block;
	padding:3px 18px 3px 3px;
	border-top:#A30001 solid 1px;
	background:url(/images/less-arrow.png) right center no-repeat;
}

a.details-more:link, a.details-more:visited, a.details-less:link, a.details-less:visited {
	text-decoration:none;
}

.sidebar a:link, .sidebar a:visited {
	text-decoration:none;
}

.simp a.simplink:link, .simp a.simplink:visited,
.hydro a.hydrolink:link, .hydro a.hydrolink:visited,
.flash a.flashlink:link, .flash a.flashlink:visited,
.mod a.modlink:link, .mod a.modlink:visited {
	color:#808080;
	cursor:default;
	font-style:italic;
}





/*  MAP EXAMPLE  */

.mapwrapper {
	width:100%;
}

.mapwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mapsidebar {
	width:250px;
	border-left:none;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	float:right;
}

.map .sidebar h4, #map_select ul li span {
	font-size:16px;
	font-weight:normal;
	margin:0 0 3px;
	font-style:normal;
}

#map_select ul li ul {
	margin:2px 0 10px;
}

.map input[type="text"] {
	font-size:13px;
	height:14px;
	padding-top:2px;
	width:100px;
}

.map input[type="checkbox"] {
    height:auto;
    margin:0 4px 0 0;
    width:auto;
}




/*  SUCCESS STORIES  */

a.details {
	display:inline-block;
	background:url(/images/link-arrow.png) center right no-repeat;
	padding-right:15px;
	cursor:pointer;
	text-transform:uppercase;
	margin-left:5px;
	font-size:16px;
}

a.details:link, a.details:visited, a.next:link, a.next:visited, a.prev:link, a.prev:visited {
	text-decoration:none;
}

a.next {
	float:right;
	text-transform:none;
	display:inline-block;
	background:url(/images/link-arrow.png) center right no-repeat;
	padding-right:15px;
	cursor:pointer;
	font-size:16px;
	position:relative;
}

a.prev {
	float:left;
	text-transform:none;
	display:inline-block;
	background:url(/images/prev-arrow.png) center left no-repeat;
	padding-left:15px;
	cursor:pointer;
	font-size:16px;
	position:relative;
}






/*  REQUEST A LICENSE  */

.formsec {
	margin-bottom:40px;
}

.formsec:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.formcol {
	width:33%;
	margin:10px 0 25px 6.3%;
	font-size:13px;
	line-height:18px;
	float:left;
}

.formcol:nth-child(odd) {
	clear: both;
	margin-left:0;
	width:60%;
}

/*.formsec:nth-child(even) {
	margin-bottom:0;
}*/

.formcol h3 {
	border-top:1px dotted #BDBDBD;
	padding-top:12px;
	clear:both;
}

input, label, textarea {
	margin:0;
	padding:0;
}

label {
	font-size:14px;
	display:block;
	float:none;
	margin:20px 0 4px;
	clear:both;
	font-weight:normal;
	color:#717171;
	padding-left:2px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	height:auto;
	width:99%;
	padding:7px 2px 3px;
	font-size:20px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#252525;
	border:#999 solid 1px;
}

textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	height:100px;
	width:99%;
	padding:2px;
	font-size:14px;
	line-height:18px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#252525;
	border:#999 solid 1px;
}

.wraphalf {
	width:47%;
	margin-right:3.5%;
	float:left
}

.wraphalf:nth-child(odd) {
	margin-right:0;
	float:left;
}

.wrapthreequart {
	width:78%;
	margin-right:3.5%;
	float:left
}

.wrapquart {
	float:left;
	width:17%;
}

.software h3 {
	margin-bottom:24px;
}

input[type="checkbox"] {
	height:20px;
	width:20px;
	margin-right:5px;
}

.software label {
	font-size:18px;
	font-weight:normal;
	color:#252525;
	display:inline;
}

label.numlabel {
	font-size:15px;
}
/*
.pkgdesc {
	margin:0 0 30px 28px;
	font-size:14px;
	line-height:20px;
	color:#696969;
}
*/

.pkgdesc {
	margin:0 0 30px;
	font-size:14px;
	line-height:20px;
	color:#696969;
}

.license h4 {
	margin-bottom:2px;
}

.pkgdesc label {
	float:left;
	margin:5px 5px 0 0;
	color:#252525;
}

.pkgdesc input[type="text"] {
	width:50px;
	height:24px;
	font-size:17px;
	margin-top:4px;
}

a.pretty-bttn {
	height:60px;
	width:200px;
	display:block;
	padding:0 20px;
	font-size:24px;
	line-height:60px;
	color:#E4E0D3;
	text-shadow:0 -1px 1px #333;
	background:url(/images/bttn-bk.png) center left repeat-x;
	text-align:center;
	letter-spacing:0.5px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	margin:30px 0 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	-moz-transition: color 0.15s linear;
	-webkit-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-ms-box-shadow:2px 2px 2px #999;
	box-shadow:2px 2px 2px #999;
}

a.pretty-bttn:link, a.pretty-bttn:visited {
	text-decoration:none;
	font-weight:normal;
}

a.pretty-bttn:hover, a.pretty-bttn:active {
	color:#fff;
}

.license a.pretty-bttn {
	font-size:20px;
	width:100%;
	height:45px;
	line-height:45px;
	margin:0;
	padding-left:0;
	padding-right:0;
	font-style:normal;
}
/*
.license .sidebar {
	border-left:none;
}*/

.sidebttn {
	border-left:none;
}


/*  OUR FOUNDERS  */

.bio {
	width:47%;
	margin:5px 0 25px 4.2%;
	font-size:13px;
	line-height:18px;
	border-top:1px dotted #BDBDBD;
	padding-top:12px;
	float:left;
}

.bio p {
	margin-bottom:15px;
	width:auto;
}

.founders h3 {
	margin:0 0 5px;
	color:#252525;
}

.left {
}

.right {
	float:right;
}

.bio img {
	border:#bdbdbd solid 1px;
	margin:0 20px 10px 0;
	float:left;
}

.bio img.logo {
	border:none;
}

.bio:nth-child(2n) {
	clear: both;
	margin-left:0;
}


/*.bio.odd {
	clear:both;
	margin-left:0;
}
*/





/*  MEDIA  */

.two-col {
	padding-top:10px;
	border-top:1px dotted #BDBDBD;
	width:47%;
	float:left;
	margin: 5px 0 30px 4.2%;
}

.two-col p {
	width:auto;
}

.two-col:nth-child(even) {
	margin-left:0;
	clear:left;
}

.divwrap {
	width:100%;
}

.divwrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.divwrap .two-col:nth-child(even) {
	width:47%;
	float:left;
	margin: 5px 0 30px 4.2%;
	clear:none;
}

.divwrap .two-col:nth-child(odd) {
	margin-left:0;
	clear:left;
}

.two-col:last-child {
	margin-bottom:0;
}

.two-col img {
	float:left;
	border:solid 1px #BDBDBD;
	margin:5px 15px 10px 0;
}

/*.stories .two-col img {
	border:solid 1px #BDBDBD;
	margin:0 0 10px 0;
	max-width:100%;
}*/

.media .four-col {
	padding:10px 0 30px;
	border-top:1px dotted #BDBDBD;
	width:22.4%;
	margin-left:3.2%;
}

.divwrap .four-col:nth-child(4n+1) {
	clear: both;
	margin-left:0;
}


/*.yearwrap .four-col.beginrow {
	clear: both;
	margin-left:0;
}
*/

.divider {
	width:100%;
	border-top:1px dotted #BDBDBD;
	margin-top:10px;
	padding-top:10px;
	clear:both;
}

.media h2 {
	clear:both;
}




/*  FOOTER  */

.footer-wrap {
	width:100%;
	padding:70px 0 30px;
	background:#700001 url(/images/footer-bk.gif) top left repeat-x;
	border-top:#fff solid 1px;
}

footer {
	margin:0 auto;
	width:940px;
	padding:0;
}

footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footercol {
	width:23.2%;
	padding-left:20px;
	border-left:#fff dotted 1px;
	float:left;
	font-size:13px;
	line-height:normal;
	text-transform:lowercase;
	height:125px;
}

.footercol:first-child {
	border-left:none;
	padding-left:0;
	width:23.4%;
}

h5 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
	line-height:normal;
	letter-spacing:0.5px;
}

footer a:link, footer a:visited {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

footer li {
	list-style:none;
	margin:0 0 10px;
	padding:0;
}

.disclaimer {
	float:right;
	text-align:right;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-transform:none;
	margin-right:2px;
	width:210px;
}

footer img.logo {
	float:right;
	margin:0 0 15px;
}



/* CUSTOMER SECTION */

a[href^="http"].logout {
    background:none;
    margin-right:0;
    padding: 0 24px 0 24px;
}

.customer .heading {
	margin:30px auto 10px;
}




.clear-all {
	clear:both;
}

.no-bot-margin {
	margin-bottom:0;
}



