/* ------------------------------------------------------------

  	* EVS
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

	Colors: 
	Medium Green - #8ba752
	Light Blue - #dfe9ed
	Passionate Blue - #3c7a99

------------------------------------------------------------ */

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}

body { 
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 37px 0 5px 0;
}

#header {
	position: relative;
	width: 970px;
	margin-bottom: 8px;
	z-index: 1;
}

#content { 
	width: 970px;
	position: relative;
	clear: both;
	background: url(/images/layout/content/background-tile.gif) repeat-y left top;
	z-index: 0;
}

.outter-wrap { 
	position: relative;
	background: url(/images/layout/content/background-bottom.gif) no-repeat left bottom;
}

.inner-wrap { 
	position: relative;
	padding: 8px 9px;
	background: url(/images/layout/content/background-top.gif) no-repeat left top;
}

.wrap {
	position: relative;
	width: 952px;
	min-height: 450px;
}
.home .wrap { 
	min-height: 450px;
	padding-bottom: 40px;
	background: url(/images/layout/content/home-bg.jpg) no-repeat bottom left; 
}
.sub .wrap { 
	background: url(/images/layout/content/sub-bg.jpg) no-repeat bottom left; 
}

#footer { 
	position: relative;
	clear: both;
	width: 950px;
	padding: 0 10px;
	z-index: 0;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h1 { 
	font-size: 20px;
}

h2 { 
	font-size: 17px;
}

h3 { 
	font-size: 15px;
}

h4 { 
	font-size: 13px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 15px;
}

input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #7CA8C7;
	text-decoration: none;
}

a:visited { 
	color: #55A8C7;
}

a:hover { 
	color: #4E7C9C;
	text-decoration: underline;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

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

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

img.external {
	vertical-align: -10%;
	padding-bottom: 2px;
}

img.external, 
a.button img.external, 
#sidebar img.external, 
#footer img.external { 
	display: none !important;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* =Forms 
------------------------------------------------------------ */ 

.sub.lead .forms {
	padding-top: 30px;
} 

.forms p { 
	position: relative;
	padding: 0 0 12px 0;
}
	
.forms p.terms { 
	padding-left: 150px;
}
	
.forms p.terms a { 
	color: #79A24B;
}

.forms p.terms input { 
	margin-top: 5px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
}	

.forms p label.name strong { 
	font-size: 13px;
	color: #3c7a99;
}

.forms span.error { 
	display: block;
	position: absolute;
	right: -22px;
	top: 1px;
	width: 135px;
	color: #355A99 !important;
	font-weight: bold;
	font-size: 11px;
	background: transparent;
	padding: 6px 3px 4px 5px;
	border: 0;
	line-height: 1em;
}
#contact .forms span.error { 
	right: 178px;
}

.forms p input, 
.forms p textarea, 
.forms p select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	border-color: #B9D0DC;
	color: #555;
	background: #fff url(/images/layout/form-bg.gif) no-repeat left top;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.forms p input:focus, 
.forms p textarea:focus, 
.forms p select:focus {
	background: #e7f1f6;
	border-color: #9DBFCF;
	color: #444;
}

.forms p input { 
	width: 300px;
}

.forms p sup {
	font-size: 15px;
	padding-right: 5px;
}

.forms p .small { width: 80px; }
.forms p select.small { width: 125px; }
.forms p .mid { width: 140px; }
.forms p select.medium { width: 255px; }
.forms p .medium { width: 255px; }
.forms p .large { width: 360px; }

.forms p input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
	margin: 7px 0 0 0 !important;
}

.forms p textarea { 
	width: 300px;
	height: 100px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	margin: 0 2px 0 10px;
	background: #f3f3f3;
}

.forms p.info { 
	line-height: 1.8;
}

.forms p em.note {
	padding-left: 10px;
}

.forms p label.descript {
	display: block;
}

.forms p label.overlayed {
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	white-space: nowrap;
	color: #666;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Pre Header
------------------------------------------------------------ */

#pre-head {
	position: absolute;
	width: 380px;
	right: 0;
	top: 0;
}

#pre-head p#search-site {
	float: right;
	width: 190px;
	padding-top: 6px;
}

#pre-head p#search-site * {
	vertical-align: middle;
}

#pre-head p#search-site input {
	width: 143px;
	margin: 0;
	padding: 5px 5px 6px 7px;
	border: 0;
	color: #777;
	font-style: italic;
	background: transparent url(/images/layout/header/search-bg.gif) no-repeat left top;
}
#pre-head p#search-site input:focus {
	color: #000;
}

#pre-head p#search-site input.submit {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 0 2px;
	border: 0;
	background: transparent;
	vertical-align: top;
}

	/* =Top Navigation 
------------------------------------------------------------ */

.top-navigation {
	position: relative;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 11px;
}

.top-navigation ul {
	position: relative;
	float: left;
}

.top-navigation ul li {
	position: relative;
	float: left;
	border-right: 1px solid #fff;
}

.top-navigation ul li a {
	padding: 0 7px;
	display: block;
	color: #00679a;
	border-right: 1px solid #c6c6c6;
}

.top-navigation ul li.last, 
.top-navigation ul li.last a {
	border: 0;
}

.top-navigation ul li a * {
	vertical-align: middle;
}

.top-navigation ul li a img {
	margin-left: 3px;
}

.top-navigation ul li a:hover {
	text-decoration: none;
	color: #333;
}

	/* =Header 
------------------------------------------------------------ */ 

#header {
	background: url(/images/layout/header/header-bg.gif) no-repeat left top;
}

#header .header-wrap {
	padding: 4px 0;
	background: url(/images/layout/header/header-bottom-bg.gif) no-repeat left bottom;	
}

#header strong { 
	float: left;
	display: block;
	width: 180px;
	height: 42px;
	text-indent: -9999px;
	background: url(/images/layout/title.png) no-repeat 22px bottom;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%; 
}

		/* =Navigation 
------------------------------------------------------------ */

#header ul#nav {
	float: left;
	width: 775px;
	border-right: 1px solid #fff;
	border-left: 1px solid #cfcfcf;
}

#header ul#nav li {
	position: relative;
	float: left;
	background: url(/images/layout/header/nav-hover.gif) repeat-x left top;
}

#header ul#nav li a {
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #cfcfcf;
	font-size: 13px;
	padding: 17px 0;
	color: #555;
	text-align: center;
	text-decoration: none;
	background: url(/images/layout/header/nav-bg.gif) repeat-x left top;
}

/*

Keeping these navigation widths for when we reactivate "Online Ordering"

#header ul#nav li.item1 a { width: 105px; }
#header ul#nav li.item2 a { width: 140px; }
#header ul#nav li.item3 a { width: 102px; }
#header ul#nav li.item4 a { width: 174px; }
#header ul#nav li.item5 a { width: 138px; }
#header ul#nav li.item6 a { width: 104px; }

And these are temporary while that section is disabled:

*/

/*#header ul#nav li.item1 a { width: 132px; }
#header ul#nav li.item2 a { width: 130px; }
#header ul#nav li.item3 a { width: 195px; }
#header ul#nav li.item4 a { width: 166px; }
#header ul#nav li.item5 a { width: 142px; }
*/

/*#header ul#nav li.item1 a { width: 111px; }
#header ul#nav li.item2 a { width: 115px; }
#header ul#nav li.item3 a { width: 107px; }
#header ul#nav li.item4 a { width: 188px; }
#header ul#nav li.item5 a { width: 138px; }
#header ul#nav li.item6 a { width: 104px; }
*/


#header ul#nav li.item1 a { width: 83px; }
#header ul#nav li.item2 a { width: 95px; }
#header ul#nav li.item3 a { width: 100px; }
#header ul#nav li.item4 a { width: 97px; }
#header ul#nav li.item5 a { width: 163px; }
#header ul#nav li.item6 a { width: 128px; }
#header ul#nav li.item7 a { width: 94px; }


			/* = DropDown Navigation
------------------------------------------------------------ */

		#header ul#nav li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 180px;
			background: #ececec;
		}

		#header ul#nav li:hover ul, 
		#header ul#nav li.over ul /* class over is used to target IE6 via /includes/js/dropdown.js */ { 
			display: block;
			width: 180px;
			left: -1px;
			top: 100%;
			padding: 0;
			position: absolute;
			z-index: 4000;
			margin: 0;
			border-top: 1px solid #ccc;
		}
		
		#header ul#nav li.item7:hover ul,
		#header ul#nav li.item7.over ul {
			left: auto;
			right: 0;
		}

		#header ul#nav li ul li { 
			width: 180px;
			background: transparent;
			border: 0;
			font-size: 12px;
			padding: 0;
			border: 0;
			height: auto;
			border-top: 1px solid #efefef;
		}

		#header ul#nav li:hover ul li a, 
		#header ul#nav li.over ul li a { 
			display: block;
			background: transparent;
			height: auto;
			text-decoration: none;
			padding: 6px 10px;
			cursor: pointer;
			text-align: left;
			color: #888;
			width: auto;
			border-bottom: 1px solid #D7D7D7;
		}

		#header ul#nav li#active ul li a:hover,
		#header ul#nav li ul li a:hover { 
			background: #9DBC73;
			color: #fff;
		}


#header ul#nav li a:hover, 
#header ul#nav li:hover a, 
#header ul#nav li.over a, 
#header ul#nav li#active a { 
	background: transparent;
}

	/* =Content
------------------------------------------------------------ */	

		/* =Homepage
------------------------------------------------------------ */

.home #content #main {
	position: relative;
	float: left;
	width: 560px;
	height: 460px;
	padding: 0;
	margin: 0;
}

.home #content #main a {
	position: absolute;
	display: none;
}

.home #content #sidebar {
	position: relative;
	float: right;
	margin: 0 12px 0 0;
	width: 380px;
}

.home #content #sidebar .intro {
	position: relative;
	width: 324px;
	padding: 70px 20px 5px 20px;
	margin-bottom: 20px;
	background: transparent url(/images/layout/content/intro-bg.png) no-repeat left bottom;
}

.home #content #sidebar .intro h2 {
	width: 233px;
	height: 59px;
	background: url(/images/layout/content/who-is-evs.png) no-repeat left top;
	text-indent: -9999px;
}

.home #content #sidebar ul#teasers {
	clear: both;
	position: relative;
	height: 100px;
	width: 380px;
	margin-left: -5px;
}

.home #content #sidebar ul#teasers li {
	float: left;
	padding-right: 4px;
}

.home #content #sidebar ul#teasers li img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
}

.home #content #sidebar ul#teasers li a.activeSlide img {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.home #content .sub-section {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/images/layout/content/news-bg.jpg) no-repeat left bottom;
	padding: 8px 12px;
	width: 928px;
}

.home #content .sub-section p {
	float: left;
	padding: 0;
}

.home #content .sub-section p#ticker {
	width: 800px;
}

.home #content .sub-section p#ticker span  {
	float: left;
	display: block;
	width: 780px;
}

.home #content .sub-section p strong {
	display: block;
	float: left;
	width: 50px;
	padding-right: 12px;
	margin-right: 22px;
	text-align: center;
}

.home #content .sub-section p em {
	padding-right: 12px;
}

.home #content .sub-section p a {
	color: #888;
}

		/* =Subpage
------------------------------------------------------------ */

.sub #content h1.title { 
	width: 588px;
	background: url(/images/layout/content/sub-header-bg.jpg) no-repeat 0 50%;
	font-size: 24px;
	color: #fff;
	padding: 8px 10px 8px 20px;
}

.sub #content #main { 
	position: relative;
	float: left;
	width: 583px;
	padding: 20px 25px 5px 20px;
}

.sub #content #main strong { 
	color: #000;
}

.sub #content #main table, 
.sub #content #main ol, 
.sub #content #main ul { 
	margin: 0 0 15px 0;
}

.sub #content #main table { 
	border-collapse: collapse;
	background: #fff;
}

.sub #content #main table tr th { 
	border: 1px solid #b4d1e0;
	padding: 5px 10px;
	background: #E8EFFF;	
	color: #3c7a99;
}

.sub #content #main table tr td { 
	border: 1px solid #b4d1e0;
	padding: 5px 10px;
}

.sub #content #main ul li {
	padding: 0 0 5px 18px;
	background: url(/images/icons/bullet.gif) no-repeat 6px 8px;
}

.sub #content #main ol li {
	padding: 0 0 5px 0;
	list-style: decimal;
	margin-left: 20px;
}

.sub #content #main ul.site-map ul { 
	padding: 0;
	margin: 0;
}

.sub #content #main ul.site-map li { 
	font-size: 14px;
}

.sub #content #main ul.site-map li a { 
	color: #3F75B2;
}

.sub #content #main ul.site-map li li { 
	font-size: 12px;
}

.sub #content #main ul.site-map li li a { 
	color: #7CA8C7;
}

.sub #content #main ul.site-map ul.industries li { 
	background: transparent;
	padding-left: 15px;
}

.sub #content #main ul.site-map h3 { 
	font-size: 12px;
	padding-left: 4px;
}

.sub #content pre {
	font: 13px Monaco, Courier, sans-serif;
	color: #5C76A1;
	border: 1px dashed #b4d1e0;
	background: #fff;	
	margin-bottom: 15px;
}

.sub #content code {
	display: block;
	padding: 15px;
}

.sub #map {
	border: 1px solid #999;
	background: #ddd;
	padding: 5px 4px 0 5px;
}

			/* =Sidebar
------------------------------------------------------------ */

.sub #content #sidebar {
	position: relative;
	float: right;
	width: 322px;
	margin-top: -44px;
}

.sub #content #sidebar .section {
	position: relative;
	float: left;
	width: 314px;
	background: url(/images/layout/content/sidebar/side-bottom.png) no-repeat left bottom;	
	margin-bottom: 12px;
}

.sub #content #sidebar .section .section-wrap {
	position: relative;
	float: left;
	width: 278px;
	padding: 10px 18px 5px 18px;
	background: url(/images/layout/content/sidebar/side-top.gif) no-repeat left top;
}

.sub #content #sidebar .section .section-wrap a {
	color: #888;
}

.sub #content #sidebar .section .section-wrap strong a {
	color: #444;
}

.sub #content #sidebar .section .section-wrap h3 {
	font-size: 13px;
	font-weight: bold;
	color: #8ba752;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 14px;
	margin-bottom: 7px;
	background: url(/images/icons/bullet-dots.gif) no-repeat 0 5px;
}

.sub #content #sidebar .section.order {
	margin-top: 70px;
}

.sub #content #sidebar .section .section-wrap ul {
	padding: 0 0 5px 0;
}

.sub #content #sidebar .section .section-wrap ol li {
	list-style: decimal;
	margin: 0 0 5px 15px;
}

.sub #content #sidebar .section .section-wrap ol li.active {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.sub #content #sidebar .section .section-wrap ul li {
	padding: 0 0 5px 12px;
	background: url(/images/icons/bullet.gif) no-repeat 0 7px;
}

.sub #content #sidebar .section .section-wrap address img.left {
	margin-top: 5px;
	margin-left: -80px;
}

.sub #content #sidebar .section .section-wrap address {
	padding: 5px 0 10px 90px;
	font-style: normal;
}

#stwrapper {
	margin-left: -55px;
}

			/* =Support and Downloads (not logged in)
------------------------------------------------------------ */

.sub#support-overview .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}

.sub#support-overview .wrap #main {
	width: 380px;
	padding: 55px 0 0 0;
}

.sub#support-overview .wrap #main .forms h3 {
	padding: 0 0 15px 150px;
}

.sub#support-overview .wrap #main .forms input.mid {
	width: 190px;
}

.sub#support-overview .wrap #main .forms p a.info {
	position: absolute;
	top: 18px;
	right: 45px;
	padding-left: 20px;
	color: #779931;
	font-style: italic;
}

.sub#support-overview .wrap #sidebar {
	width: 460px;
	margin: 40px 50px 30px 0;
}

.sub#support-overview .wrap #sidebar h3 {
	margin-top: 15px;
}

.sub#support-overview .wrap #sidebar h3 em {
	font-size: 11px;
	padding-left: 35px;
	color: #999;
	background: url(/images/icons/lock.png) no-repeat 20px 1px;
}

.sub#support-overview .wrap #sidebar p {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

.sub#support-overview .wrap #sidebar h3 a {
	color: #555;
}

.sub#support-overview .wrap #sidebar h3 a:hover {
	color: #000;
	text-decoration: none;
}

.sub#support-overview .wrap #sidebar h3 img {
	margin-top: -3px;
	margin-right: 4px;
}

.sub#support-overview .wrap #main .error-wrap {
	position: absolute;
	top: 230px;
	left: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #1F4C99;
}

			/* =Two Column (Support/Downloads and Services)
------------------------------------------------------------ */

.sub#two-col .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}
.sub.services#a .wrap {
	padding-bottom: 40px;
}

.sub#two-col .wrap h1 a.logout {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 12px;
	color: #888;
}

.sub#two-col .wrap h1 a.logout:hover {
	color: #333;
}

.sub#two-col .grid {
	position: relative;
	float: left;
	width: 420px;
	padding: 30px 28px 0 28px;
	cursor: pointer;
}
.sub.services#two-col .grid {
	width: 357px;
	padding-top: 0px;
	border-top: 1px solid #E2E2E2;
	padding-left: 90px;
}

.sub.services#two-col .grid img {
	float: left;
	margin: 20px 0 0 -75px;
	margin-left: -78px;
}

.sub.services#two-col .grid a img {
	margin: 0;
}

.sub#two-col .grid p {
	padding: 0;
}

.sub.services#two-col .grid p {
	padding-bottom: 8px;
}

.sub#two-col .grid:hover p {
	color: #4E6EAA;
}

.sub#two-col .grid p a img {
	padding-bottom: 15px;
}

.sub#two-col .grid h3 img {
	margin-top: -10px;
	margin-right: 9px;
	margin-left: -6px;
}

.sub#two-col .grid h3 {
	font-size: 17px;
	padding-top: 20px;
}
.sub.services#two-col .grid h3 {
	font-size: 16px;
}

.sub#two-col .grid h3 a {
	color: #555;
}

.sub#two-col .grid h3 em {
	font-size: 11px;
	padding-left: 35px;
	background: url(/images/icons/lock.png) no-repeat 20px 1px;
}


.sub#two-col .grid:hover h3 a,
.sub#two-col .grid h3 a:hover {
	color: #333;
	text-decoration: none;
}

			/* =Support and Downloads (terms and conditions)
------------------------------------------------------------ */

.sub.terms-and-conditions  #content #main {
	width: 912px;
}

.sub.terms-and-conditions .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}

.sub.terms-and-conditions #terms-and-conditions {
	height: 250px;
	margin: 0 20px 15px 20px;
	padding: 10px 15px;
	overflow: auto;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 8px #ddd;
}

.sub.terms-and-conditions #content #main #terms-and-conditions p {
	padding-left: 0;
}

.sub.terms-and-conditions #content #main .forms p {
	padding-left: 20px;
}

.sub.terms-and-conditions #main .forms p a.info {
	position: absolute;
	top: 21px;
	left: 98px;
	padding-left: 20px;
	color: #779931;
	font-style: italic;
}

.sub.terms-and-conditions #main .forms p a.info span {
	color: #555;
}

.sub.terms-and-conditions #main .forms p a.info:hover {
	color: #222;
	text-decoration: none;
}

			/* =Video
------------------------------------------------------------ */

.sub#video .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
	padding-bottom: 22px;
}

.sub#video .wrap #video-player {
	margin: 3px 0 -12px 0;
}

.sub #content #main .video-player {
	clear: both;
	margin-top: 10px;
	width: 570px;
	padding: 7px;
	background: url(/images/layout/content/video-player.png) no-repeat left top;
}

			/* =Product Overview
------------------------------------------------------------ */

.sub#product-overview .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
	padding-bottom: 22px;
}

.sub#product-overview #content .grid p img {
	margin-left: -5px;
}

.sub#product-overview #content .grid p img.right {
	margin-left: 10px;
}

.sub#product-overview #content .grid {
	position: relative;
	float: left;
	width: 230px;
	padding: 15px 24px 5px 24px;
	margin: 10px 5px 0 27px;
	background: url(/images/layout/content/blue-grad-alt.png) no-repeat left bottom;
	min-height: 370px;
}

.sub.industries#product-overview #content .grid {
	min-height: 395px;
}

.sub#product-overview #content .grid p {
	padding: 0 0 10px 0;
	margin: 0;
}

.sub#product-overview #content .grid h2 {
	font-size: 15px;
	color: #333;
	padding: 0 0 8px 0;
}


			/* =Product Overview
------------------------------------------------------------ */
/*
.sub#product-overview .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
	padding-bottom: 22px;
}

.sub#product-overview #content .grid p img {
	margin-left: -5px;
}

.sub#product-overview #content .grid p img.right {
	margin-left: 10px;
}

.sub#product-overview #content .grid {
	position: relative;
	float: left;
	width: 230px;
	padding: 15px 24px 5px 24px;
	margin: 10px 5px 0 27px;
	background: url(/images/layout/content/blue-grad-alt.png) no-repeat left bottom;
	min-height: 370px;
}

.sub#product-overview #content .grid p {
	padding: 0 0 10px 0;
	margin: 0;
}

.sub#product-overview #content .grid h2 {
	font-size: 15px;
	color: #333;
	padding: 0 0 8px 0;
}

.sub#product-overview #content .grid .options p {
	margin: 0;
	padding: 0;
}

.sub#product-overview #content .grid .options p.price {
	padding: 15px 0 15px 15px;
}

.sub#product-overview #content .grid .options p.price img {
	margin: -3px 0 0 10px;
}

.sub#product-overview #content .grid .options p.price strong {
	color: #444;
	font-size: 16px;
}

.sub#product-overview #content .grid .options {
	margin: 0 0 0 -14px;
}
*/
			/* =Product
------------------------------------------------------------ */

.sub#product #content #main .quote {
	margin: 15px 0;
	padding: 15px 20px 0 20px;
	background: url(/images/layout/content/quote-bg.png) no-repeat left bottom;
}

.sub#product #content #main .quote-wrap {
	background: url(/images/layout/content/quote-marks.png) no-repeat left top;
}

.sub#product #content #main .quote {
	color: #5983a1;
	font-size: 15px;
	line-height: 24px;
}

.sub#product #content #main .quote em {
	font-size: 12px;
	line-height: 1.4;
	color: #555;
}

.sub#product #content #main .features {
	padding-top: 20px;
}

.sub#product #content #main .features .section {
	position: relative;
	float: left;
	width: 230px;
	padding: 0 30px 0 0;
}

.sub#product #content #main .features .section h3 {
	color: #333;
	background: url(/images/icons/plus.gif) no-repeat 4px 7px;
	padding-left: 18px;
}

		/* =Order (Catalogue)
------------------------------------------------------------ */

.sub#catalogue .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
	min-height: 0;
}

.sub#catalogue #main {
	padding-top: 2px;
}

.sub#catalogue #main .item {
	position: relative;
	clear: both;
	width: 928px;
	padding-bottom: 8px;
	background: url(/images/layout/content/item-bg-bottom.png) no-repeat left bottom;
	margin: 14px 0 6px -9px ;
}

.sub#catalogue #main .item .pricing {
	position: relative;
	float: right;
	width: 140px;
	margin-right: -135px;
	text-align: center;
}

.sub#catalogue #main .item .pricing strong {
	position: relative;
	font-size: 16px;
	color: #333;
}

.sub#catalogue #main .item .item-wrap {
	background: url(/images/layout/content/item-bg-top.png) no-repeat left top;
	padding: 20px 140px 12px 150px;
}

.sub#catalogue #main .item p {
	padding: 0;
	margin: 0 0 5px 0;
}

.sub#catalogue #main .item .product-image {
	display: block;
	width: 110px;
	padding: 0 20px 0 0;
	margin-left: -130px;
	position: relative;
	float: left;
	text-align: center;
}

.sub#catalogue #main .item h4 {
	font-size: 16px;
	color: #00659d;
}

		/* =Order (Cart)
------------------------------------------------------------ */

.sub#cart #content #main h2 {
	background: transparent url(/images/layout/content/heading-top-gray.png) no-repeat left top;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
	width: 558px;
	margin: 0;
}

.sub#cart #content #main .update {
	float: right;
}

.sub#cart #content #main table {
	width: 578px;
	background: transparent;
}

.sub#cart #content #main table tr th {
	padding: 8px 10px;
	text-align: center;
	border-left: 0;
	border-right: 0;
	border-color: #aaa;
	background: transparent;
}

.sub#cart #content #main table tr td {
	padding: 10px;
	background: transparent;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #aaa;
}

.sub#cart #content #main table tr .center {
	text-align: center;
}

.sub#cart #content #main table tr .align-left {
	text-align: left;
}

.sub#cart #content #main table tr .align-right {
	text-align: right;
}

.sub#cart #content #main table tr td img {
	padding-right: 5px;
}

.sub#cart #content #main table tr td input.small {
	width: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	border-color: #B9D0DC;
	color: #555;
	background: #fff url(/images/layout/form-bg.gif) no-repeat left top;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.sub#cart #content #main .continue {
	float: right;
	padding: 0 7px 10px 0;
}

.sub#cart #content #main .continue * {
	vertical-align: middle;
}

.sub#cart #content #main .continue input {
	margin-left: 15px;
}

.sub#cart #content #main .continue a {
	text-decoration: none;
	color: #777;
	padding-left: 18px;
}

.sub#cart #content #main .continue a:hover {
	color: #444;
}

		/* =Order (Billing)
------------------------------------------------------------ */

.sub#billing #content #main select.country {
	width: 308px;
}

.sub#billing #content #main .state {
	width: 174px;
}

.sub#billing #content #main .small {
	width: 60px;
}

.sub#billing #content #main img.card {
	margin-top: -13px;
	padding: 0 0 0 1px;
}

.sub#billing #content #main .credit {
	width: 158px;
}

.sub#billing #content #main .medium {
	width: 165px;
}

.sub#billing #content #main .large {
	width: 265px;
	margin-right: 2px;
}

.sub#billing #content #main #customerNumber.large {
	width: 300px;
}

.sub#billing #content #main span.break {
	display: block;
	padding: 0;
}

.sub#billing #content #main span.note {
	font-size: 12px;
	padding-left: 5px;
	font-style: italic;
}

.sub#billing #content #main span.note strong {
	color: #3466AF;
}

.sub#billing #content #main em {
	font-style: normal;
	padding-left: 10px;
	vertical-align: middle;
}

.sub#billing #content #main p.spacer {
	padding: 15px 0;
	border-top: 1px solid #bbb;
}

#cvv_info, 
#customerNumber_info {
	position: absolute;
	left: auto;
	right: -200px;
	width: 270px;
	padding: 12px;
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

		/* =Order (Confirm)
------------------------------------------------------------ */

.sub#cart #content #main div.confirm {
	background: #fff;
	border: 1px solid #aaa;
	width: 546px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.sub#cart #content #main div.confirm address {
	font-style: normal;
	margin: 0 0 15px 0;
}

.sub#cart #content #main div.confirm h5 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #233;
}

.sub.confirm#cart #content #main table {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.sub.confirm#cart #content #main table tr td {
	border: 0;
	padding: 5px 10px;
}

.sub.confirm#cart #content #main table tr.total td {
	border-top: 1px solid #aaa;
	font-weight: bold;
}


		/* =News Overview
------------------------------------------------------------ */

.sub#news-overview #content #main h3 {
	padding: 2px 5px 3px 5px;
	color: #444;
}

.sub#news-overview #content #main h3 a {
	padding-top: 5px;
	padding-right: 7px;
	background: url(/images/icons/bullet-small.gif) no-repeat 100% 10px;
	display: block;
	float: right;
	font-size: 11px;
	color: #888;
}

.sub#news-overview #content #main h3 a:hover {
	color: #333;
	text-decoration: none;
}

.sub#news-overview #content #main ul li {
	background: transparent;
	padding: 0;
}

.sub#news-overview #content #main ul li a { 
	display: block;
	padding: 6px 5px 6px 70px;
	border-top: 1px solid #CBD8F2;
	color: #3c7a99;
}

.sub#news-overview #content #main ul li a em { 
	float: left;
	display: block;
	color: #777;
	margin-left: -65px;
}

.sub#news-overview #content #main ul li a:hover { 
	text-decoration: none;
	color: #555;
}

.sub#news-overview #content #main ul.dropped {
	padding-top: 22px;
}

.sub#news-overview #content #main ul.years {
	position: absolute;
	right: 15px;
	top: 15px;
}

.sub#news-overview #content #main ul.years li {
	float: left;
	border: 0;
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.sub#news-overview #content #main ul.years li.last {
	border: 0;
}

.sub#news-overview #content #main ul.years li a {
	display: inline;
	border: 0;
	font-size: 11px;
	padding: 0;
}

		/* =Search Results
------------------------------------------------------------ */

#results #paging { 
	margin-top: 5px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 7px 12px;
}

#results #main #paging p { 
	padding: 0;
	border: 0;
	margin: 0;
	width: auto;
}

#results #main #paging p a { 
	display: inline;
	margin: 0 2px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 2px 4px;
	background: #fff;
	color: #777;
}

#results #main #paging p a:hover, 
#results #main #paging p a.active { 
	background: #B8C78A;
	color: #fff;
	border: 1px solid #98b460;
}

#results #main p { 
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
}

#results #main p a { 
	display: block;
	text-decoration: none;
}

#results #main p a strong {
	font-size: 14px;
	color: #416173;
}

#results #main p a:hover strong { 
	color: #333;
}

#results #main p strong { 
	font-weight: normal;
	color: #000;
	padding: 0 0 5px 0;
}

#results #main p i { 
	display: block;
	font-size: .9em;
	padding-top: 2px;
	font-family: arial, helvetica, sans-serif;
}

#results #main p i a { 
	color: #98b460;
}

#results #main p i a:hover { 
	color: #555;
}

#results #main p .result-highlight {
	color: #457FD6;
}

		/* =iFrame
------------------------------------------------------------ */

.sub#iframe #content .wrap {
	min-height: 700px;
	padding: 0;
}

.sub#iframe #content .wrap #main {
	line-height: 0;
	width: 952px;
	height: 700px;
	padding: 0;
}

.sub#iframe #content .wrap iframe {
	width: 952px;
	height: 700px;
	margin: 0;
	border: 0;
}


	/* =Footer
------------------------------------------------------------ */	

#footer p, 
#footer address {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	margin-right: 15px;
	color: #888;
}

#footer address {
	font-style: normal;
	float: right;
}

#footer p.nav {
	float: right;
}

#footer p a {
	display: block;
	float: left;
	color: #8ba752;
	border-left: 1px solid #ddd;
	padding-left: 8px;
	margin-left: 8px;
}

#footer p a:hover {
	text-decoration: none;
	color: #555;
}

#footer p a.first {
	border: 0;
}
















