/* @override 
	http://dev.facilitydude.com/css/facilitydude.css
	http://facilitydude.com/css/facilitydude.css
*/

body {
	background: url(../images/bkg.gif) repeat-x;
	font: 15px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

body#home,
body#four-oh-four {
	background: url(../images/bkg-home.gif) repeat-x;
}

body#products {
	background: url(../images/bkg-products.gif) repeat-x;
}

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	margin-bottom: -550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

.wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: right;
	width: 685px;
	padding-top: 50px;
}

#center-content {
	float: left;
	width: 410px;
}

#sidebar {
	float: left;
	width: 235px;
	background: url(../images/sidebar.gif) repeat-y 207px;
	position: relative;
	margin-top: 3px;
	padding-bottom: 55px;
	padding-top: 25px;
}

#content img {
	float: left;
	border: 3px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content img.right {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

#content img.full {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.clear {
	clear: both;
}

.nomargin {
	margin: 0px;
}

.hide {
	display: none;
	height: 0px;
}

/* @group Header */

#header {
	margin-top: 30px;
	float: left;
	margin-bottom: 13px;
	width: 940px;
	height: 76px;
	overflow: hidden;
}

#logo {
	float: left;
	width: 400px;
}

#logo h1 {
	margin-bottom: 0px;
}

#logo h1 a {
	background: url(../images/logo.png) no-repeat;
	width: 208px;
	height: 67px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}

#search-contact {
	float: right;
	width: 205px;
}

#search-contact h2 {
	width: 205px;
	height: 22px;
	background: url(../images/phonenumber.png) no-repeat;
	display: block;
	overflow: hidden;
	float: right;
	text-indent: -1000px;
	margin-bottom: 3px;
}

#search-contact p {
	float: right;
	letter-spacing: 8px;
	font: 11px Verdana, sans-serif;
	text-align: center;
	width: 80px;
}

#banner {
	clear: both;
	background: url(../images/billboardbkg.jpg) no-repeat;
	height: 84px;
	float: left;
	width: 940px;
	margin-top: -3px;
	position: relative;
}

#banner h3 {
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 400px;
	text-shadow: 0 -1px 0 #0f315c;
	margin-left: 20px;
	display: inline;
	margin-bottom: 0px;
	font: bold 25px/25px quatro-1,quatro-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 33px;
	letter-spacing: 1px;
}

#banner a.button2 {
	float: right;
	margin-right: 20px;
	display: inline;
	margin-top: 23px;
}



#banner #indicator {
	width: 43px;
	height: 20px;
	background: url(../images/banner-indicator.png) no-repeat;
	position: absolute;
	bottom: -20px;
	left: 75px;
}

/* @group Search */


div#searchbox {
	width: 205px;
	float: right;
	margin-bottom: 10px;
}

div#searchbox input#search {
	color: #636363;
	background: url(../images/search.gif) no-repeat left top;
	border: 0;
	width: 169px; /* width of text-display area */	padding: 3px 10px 3px 26px;
	font-size: 13px;
	height: 16px;
	overflow: hidden;
}

div#searchbox input#search[type="search"] {
	width: 205px;
	font-size: 17px;
}

* html div#searchbox input#search {
	background-attachment: fixed;
}


/* @end */

/* @group Navigation
 */

#nav {
	clear: both;
	float: left;
	width: 940px;
	position: relative;
	height: 33px;
	z-index: 1;
}


#nav li {
	display: inline;
}

#nav li a {
	width: 132px;
	height: 30px;
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	background: url(../images/nav.gif) no-repeat;
	text-align: center;
	line-height: 30px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-shadow: #f2f2f2 1px 1px 0;
	
}

#nav li a:hover {
	background-position: 0 -30px;
}

#nav li a.current,
#nav li a.current:hover,
#nav li.current a,
#nav li.current a:hover,
#nav li.current a.login,
#nav li.current a.login:hover {
	background-position: 0 -60px;
	color: #fff;
	text-shadow: #1c4161 -1px -1px 0;
	border-bottom: 3px solid #00539b;
}

#nav li a.login {
	background-position: 0 -90px;
}

#nav li a.login:hover {
	background-position: 0 -120px;
}

/* @end */


/* @end */

/* @group Buttons */


a.button {
	background: transparent url(../images/button1-right.png) no-repeat scroll right top;
	display: block;
    float: left;
    height: 35px;
    padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
    background: transparent url(../images/button1-left.png) no-repeat;
    display: block;
    padding-left: 20px;
    padding-right: 14px;
    white-space: nowrap;
    font: bold 14px/35px "Helvetica Neue", Arial, Helvetica, 
        Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #4f6c0d -1px -1px 0;
}


a.button:hover {
	background-position: right -35px;
}

a.button:hover span {
	background-position: left -35px;
}

a.button:active {
    background-position: right bottom;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: left bottom;
	color: #333;
	text-shadow: #bcd2e5 1px 1px 0;
}



a.button2 {
	background: transparent url(../images/button2-right.png) no-repeat scroll right top;
	display: block;
    float: left;
    height: 43px;
    padding-right: 9px; /* sliding doors padding */
	text-decoration: none;
}
a.button2 span {
    background: transparent url(../images/button2-left.png) no-repeat;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    white-space: nowrap;
    font: bold 14px/43px "Helvetica Neue", Arial, Helvetica, 
        Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #4f6c0d -1px -1px 0;
}

a.button2:hover {
	background-position: right -43px;
}

a.button2:hover span {
	background-position: left -43px;
}

a.button2:active {
    background-position: right bottom;
    outline: none; /* hide dotted outline in Firefox */
}
a.button2:active span {
    background-position: left bottom;
	color: #333;
	text-shadow: #c2e95f 1px 1px 0;
}


a.button3 {
	width: 404px;
	height: 52px;
	display: block;
	overflow: hidden;
	background: url(../images/button-home.png) no-repeat;
	float: right;
	font: bold 18px/52px "Helvetica Neue", Arial, Helvetica, 
        Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #4f6c0d -1px -1px 0;
	text-align: center;
}

a.button3:hover {
	background-position: 0 -52px;
}

a.button3:active {
	background-position: 0 bottom;
	color: #333;
	text-shadow: #c2e95f 1px 1px 0;
}


span.button4 {
    background: transparent url(../images/button1-right.png) 
        no-repeat scroll right top;
    display: block;
    float: left;
    height: 35px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    line-height: 35px;
    clear: left;
}

span.button4  input.form_but {
    background: transparent url(../images/button1-left.png) no-repeat;
    display: block;
    white-space: nowrap;
	color: #fff;
	text-shadow: #4f6c0d -1px -1px 0;
	height: 35px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	border: 0;
	font: bold 14px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 0;
	text-transform: uppercase;
	padding: 0px 15px 0px 20px;
}

span.button4:hover,
span.button4 input.form_but:hover {
	cursor: pointer;
	background-position: right -35px;
}

span.button4 input.form_but:hover {
	background-position: left -35px;
}

/* @end */

/* @group Content */

.article {
	float: left;
	width: 685px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-image {
	float: left;
	width: 66px;
}

.article-content {
	float: right;
	width: 600px;
}

.article-content-wide {
	width: 100%;
}

h2.partners {
	padding-top: 30px;
}

.partner-article .article-image {
	width: 166px;
}

.partner-article .article-content {
	width: 505px;
}

.columns1, .columns2 {
	width: 208px;
	float: left;
	padding-right: 20px;
}

.columns1 .article-image {
	float: none;
	width: 208px;
}

.columns1 .article-content {
	float: none;
	width: 200px;
}

#blog .article-content {
	width: 370px;
}

#blog #article,
#blog #article-list,
#blog .article {
	width: 465px;
	float: left;
}

#blog .article {
	border-top: 0;
	border-bottom: 1px solid #ccc;
}

#blog .sidebar2 {
	margin-top: 40px;
	padding-left: 20px;
}

.contact-sidebar {
	width: 190px;
	margin-bottom: 30px;
}

.contact-sidebar p {
	font-size: 14px;
	margin-bottom: 10px;
}

/* @end */

/* @group Typography */

a {
	color: #a21e18;
}

p {
	margin-bottom: 20px;
}

p a {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}

p a:hover {
	background-color: #a21e18;
	color: #fff;
}

b, strong {
	color: #333;
	font-weight: bold;
}

em, i {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

blockquote {
	background: url(../images/blockquote-top.gif) no-repeat left top;
	clear: both;
}

blockquote p {
	padding: 20px;
	background: url(../images/blockquote-bottom.gif) no-repeat 0 bottom;
	color: #1d66ac;
	font: italic 16px/23px Georgia, "Times New Roman", Times, serif;
}

#content ul, ol {
	margin-left: 10px;
	color: #828282;
	margin-bottom: 20px;
}

#content ol {
	margin-left: 30px;
}

#content li {
	background: url(../images/icon-arrow.gif) no-repeat 0 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content ol li {
	list-style-type: decimal;
	background-image: none;
	padding-left: 0px;
}


h1 {
	color: #a21e18;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 15px;
	clear: both;
}

#content h1 {
	font-family: quatro-1,quatro-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 0 #ffffff;
}

#content h1 a {
	color: #a21e18;
	text-decoration: none;
}

#content h1 a:hover {
	color: #4d4d4d;
}

h2 {
	color: #93ba31;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

#content h2 a {
	color: #93ba31;
	text-decoration: none;
}

#content h2 a:hover {
	color: #4d4d4d;
}

h3 {
	color: #1d66ac;
	font: normal normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	clear: both;
}

h4 {
	color: #4d4d4d;
	font-size: 18px;
	clear: both;
}

/* @end */

/* @group Sidebar */

#sidebar-top {
	background: url(../images/sidebar-top.gif) no-repeat right;
	width: 212px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#sidebar-bottom {
	width: 5px;
	height: 35px;
	background: url(../images/sidebar-bottom.gif) no-repeat 0 bottom;
	position: absolute;
	right: 23px;
	bottom: 0px;
}

#sidebar h3,
.sidebar2 h3 {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 2px;
	color: #538bbd;
}

.sidebar2 h3 {
	float: left;
	width: 100%;
}

.sidebar2 h3,
.sidebar2 p {
	padding-left: 5px;
	clear: both;
	padding-right: 10px;
}

#sec-nav-indicator {
	width: 43px;
	height: 20px;
	background: url(../images/sec-nav-indicator.png) no-repeat;
	position: absolute;
	top: -20px;
	left: 75px;
}

#sidebar ul,
.sidebar2 ul {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 14px;
}

#sidebar li,
.sidebar2 li {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 190px;
}

#sidebar li a,
.sidebar2 li a {
	color: #666;
	text-decoration: none;
	background: url(../images/icon-arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
	display: block;
}

#sidebar li a:hover,
#content .sidebar2 li a:hover {
	text-decoration: underline;
	color: #93ba31;
}

#sidebar #sec-nav {
	margin-left: -5px;
}

#sidebar #sec-nav li {
	padding: 0px;
}

#sidebar #sec-nav li a {
	background-image: none;
	border-bottom: 1px solid #cfe3ec;
	display: block;
	padding-bottom: 9px;
	padding-top: 10px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 160px;
}

#sidebar #sec-nav li li a,
#sidebar #sec-nav li.here li a,
#sidebar #sec-nav li.parent-here li a {
	color: #808080;
	font-style: italic;
	border: none;
	padding-top: 10px;
	padding-bottom: 9px;
	background: url(../images/icon-bullet-green.gif) no-repeat 15px center;
	line-height: 14px;
	padding-left: 35px;
	width: 145px;
	font-weight: normal;
	height: 14px;
}

#sidebar #sec-nav li ul {
	margin-bottom: 0px;
}

#sidebar #sec-nav li a:hover {
	background-color: #e9f0f7;
	text-decoration: none;
}

#sidebar #sec-nav li a.current,
#sidebar #sec-nav li a.current:hover,
#sidebar #sec-nav li.here a,
#sidebar #sec-nav li.here a:hover,
#sidebar #sec-nav li.parent-here a,
#sidebar #sec-nav li.parent-here a:hover {
	background: url(../images/sec-nav-current.png) no-repeat;
	border: none;
	color: #a21e18;
	font-weight: bold;
	width: 195px;
	height: 28px;
	line-height: 28px;
}



#sidebar #sec-nav li.here li a:hover,
#sidebar #sec-nav li.parent-here li a:hover {
	background: url(../images/icon-bullet-green.gif) no-repeat 15px center;
	height: 14px;
	padding-top: 10px;
	padding-bottom: 9px;
	line-height: 14px;
	color: #4d4d4d;
	font-size: 14px;
}

#sidebar #sec-nav li li a.current,
#sidebar #sec-nav li li a.current:hover,
#sidebar #sec-nav li li.here a,
#sidebar #sec-nav li li.here a:hover,
#sidebar #sec-nav li.parent-here li.here a,
#sidebar #sec-nav li.parent-here li.here a:hover {
	width: auto;
	height: auto;
	color: #4d4d4d;
	background: url(../images/icon-bullet-green.gif) no-repeat 15px center;
	padding-left: 35px;
	padding-right: 0px;
	font-weight: bold;
}

#sidebar #sec-nav li li a.current,
#sidebar #sec-nav li li a.current:hover {
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar .callout {
	background: url(../images/sidebar-callout-top.gif) no-repeat;
	width: 180px;
	float: left;
	padding-top: 10px;
}

#sidebar .callout img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}

#sidebar .callout h4,
#sidebar .callout p,
#sidebar .callout a.button {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar .callout h4 {
	margin-bottom: 5px;
}

#sidebar .callout p {
	margin-bottom: 10px;
	font-size: 14px;
}

#sidebar .callout a.button {
	width: 155px;
	text-align: center;
	margin-bottom: 5px;
	display: inline;
}

#sidebar .callout-bottom {
	background: url(../images/sidebar-callout-top.gif) no-repeat 0 bottom;
	height: 5px;
	float: left;
	width: 180px;
	font-size:1px;
}



.sidebar2 {
	float: right;
	width: 165px;
	background: url(../images/sidebar-right.gif) repeat-y left;
	padding-left: 30px;
	position: relative;
	display: inline;
	overflow: hidden;
}

.nodivider {
	background-image: none;
}

.sidebar2 ul {
	clear: both;
}

#content .sidebar2 li {
	background-image: none;
	padding-left: 0px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 155px;
}

#content .sidebar2 li a {
	padding-left: 12px;
	display: block;
}

.sidebar2 p {
	font-size: 13px;
	color: #999;
	line-height: 16px;
}

.sidebar2 p a {
	line-height: 30px;
	color: #93ba31;
}

.sidebar2 p a:hover {
	background-color: #93ba31;
	color: #fff;
}

.sidebar2 .sidebar-top {
	width: 5px;
	height: 35px;
	background-image: url(../images/sidebar-right-top.gif);
	position: absolute;
	left: 0;
	top: 0;
}

.sidebar2 .sidebar-bottom {
	width: 5px;
	height: 35px;
	background-image: url(../images/sidebar-right-bottom.gif);
	position: absolute;
	left: 0;
	bottom: 0;
}

.sidebar2 .image {
	background: url(../images/image-bkg.gif) no-repeat;
	width: 135px;
	height: 95px;
	padding: 10px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}

#content .sidebar2 .image img {
	border: none;
	margin-right: 0px;
}

.sidebar2 .image a.gallery {
	background: url(../images/icon-gallery.png) no-repeat;
	width: 39px;
	height: 39px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 60px;
}

.sidebar2 .image a.gallery:hover {
	cursor: pointer;
	background-color: #000;
}

.sidebar2 .image-gallery {
	width: 190px;
	height: 178px;
	background-image: url(../images/image-bkg-gallery.gif);
}

#content .sidebar2 .image-gallery img {
	margin-bottom: 5px;
}

#content .sidebar2 .image-gallery img.thumb {
	margin-right: 5px;
}

#content .sidebar2 .image-gallery img.nomargin {
	margin-right: 0px;
}

.sidebar2 .image-gallery a.gallery {
	top: 70px;
	left: 90px;
}

h3.spacer {
	margin-top: 30px;
}

.sidebar3 {
	width: 220px;
}

.sidebar3 a.button {
	margin-bottom: 30px;
	margin-top: 18px;
}

/* @end */

/* @group Footer */

.clearfooter {
	height: 550px;
	clear: both;
}

#footer {
	height: 470px;
	position: relative;
	background: #474747 url(../images/footer.gif) repeat-x;
	padding-top: 80px;
	font-size: 14px;
}

#footer .utility {
	margin-bottom: 40px;
}

#footer .column {
	float: left;
	width: 202px;
	margin-right: 10px;
	display: inline;
	overflow: hidden;
}

#footer .column li {
	padding-top: 1px;
	padding-bottom: 0px;
}

#footer .column li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .column li a:hover {
	text-decoration: underline;
}

#footer .column li li a {
	color: #9e9e9e;
	font-weight: normal;
	font-style: normal;
	background: url(../images/icon-arrow-footer.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-left: 5px;
}

#footer .column li li li a {
	color: #838383;
	background: url(../images/icon-bullet-footer.gif) no-repeat 0 3px;
	margin-left: 15px;
	padding-left: 12px;
}

#footer h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

a.energystar-footer {
	width: 148px;
	height: 59px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	background: url(../images/energystar.png) no-repeat;
	margin-bottom: 40px;
}

#footer .follow li a {
	color: #999;
	font-weight: normal;
	font-style: normal;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 170px;
}

#footer .follow li a:hover {
	color: #93ba31;
}

#footer li a.rss {
	background: url(../images/icon-footer-rss.gif) no-repeat 0 center;
}

#footer li a.twitter {
	background: url(../images/icon-footer-twitter.gif) no-repeat 0 center;
}

#footer li a.linkedin {
	background: url(../images/icon-footer-linkedin.gif) no-repeat 0 center;
}

#footer .column.last {
	margin-right: 0px;
	width: 302px;
}

#footer a.callout.footer-webcast {
	width: 151px;
	height: 95px;
	display: block;
	background: url(../images/footer-webcast.png) no-repeat;
	padding: 10px 20px 10px 130px;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: #c1d66e 1px 1px 0;
	margin-bottom: 30px;
	text-decoration: none;
	margin-right: 0px;
}

#footer a.callout.footer-webcast span {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: 18px;
	float: left;
	padding-top: 10px;
	width: 150px;
	text-shadow: #4f572d 0 -1px 0;
}

#footer .footer-contact {
	width: 262px;
	height: 117px;
	background: url(../images/footer-contact.png) no-repeat;
	float: left;
	padding: 20px;
	font-size: 13px;
}

#footer .footer-contact h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer .footer-contact p {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0px;
}

.footer-contact p strong {
	color: #fff;
}

.footer-contact p a {
	color: #fff;
}

.footer-contact p a:hover {
	background-color: #93ba31;
	border: none;
}


#utility {
	background: url(../images/utility.gif) repeat-x;
	clear: both;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 40px;
}

#copyright {
	float: left;
	width: 400px;
	color: #666;
	line-height: 40px;
}

#validate {
	float: right;
	width: 400px;
	text-align: right;
	color: #666;
	line-height: 40px;
}

#validate a {
	color: #666;
	text-decoration: none;
}

#validate a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Homepage */

#home #banner,
#four-oh-four #banner {
	height: 230px;
	padding-left: 500px;
	width: 440px;
	float: left;
	text-align: right;
	margin-bottom: 35px;
}

#home #banner.facility {
	background: url(../images/banner-home-facility.jpg) no-repeat;
}

#home #banner.lifesupport {
	background: url(../images/banner-home-lifesupport.jpg) no-repeat;
}

#home #banner.monster,
#four-oh-four #banner.monster {
	background: url(../images/banner-home-monster.jpg) no-repeat;
}

#four-oh-four #banner.monster {
	padding-left: 400px;
	width: 540px;
	margin-bottom: 0px;
}

#home #banner h1,
#four-oh-four #banner h1 {
	color: #fff;
	margin-bottom: 5px;
	margin-top: 40px;
	letter-spacing: 1px;
	text-shadow: 0 -1px 0 #113767;
	font: bold 36px/36px quatro-1,quatro-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#four-oh-four #banner h1 {
	margin-top: 80px;
}

#home #banner p,
#four-oh-four #banner p {
	color: #cfe3ec;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 -1px 0 #113767;
	font: bold 27px quatro-1,quatro-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#welcome {
	clear: both;
}

#welcome h2 {
	text-transform: uppercase;
	color: #a21e18;
	text-shadow: #fff 1px 1px 0;
	font: 25px quatro-1,quatro-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#welcome p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}

#welcome p a {
	color: #1d66ac;
}

#welcome p a:hover {
	background-color: #1d66ac;
	color: #fff;
}

#home .callout {
	width: 300px;
	float: left;
	margin-right: 20px;
	display: inline;
	background: url(../images/callout-grey.gif) center top;
	margin-bottom: 20px;
}

#home .callout-img {
	margin-bottom: 20px;
	float: left;
}

#home .callout-bottom {
	background: url(../images/callout-grey.gif) no-repeat center bottom;
	height: 5px;
	float: left;
	width: 300px;
	font-size:1px;
}

#home .callout.last {
	margin-right: 0px;
}

#home .callout.maintenance {
	background: url(../images/callout-bkgs.jpg) no-repeat 0 top;
	height: 165px;
}

#home .callout.energy {
	background: url(../images/callout-bkgs.jpg) no-repeat 0 -165px;
	height: 165px;
}

#home .callout.inventory {
	background: url(../images/callout-bkgs.jpg) no-repeat 0 -330px;
	height: 165px;
}

#home .product-lineup {
	background: url(../images/callout-bkgs.jpg) no-repeat 0 -495px;
	padding-top: 85px;
	height: 147px;
	margin-bottom: 20px;
}

#home .product-lineup h3, 
#home .product-lineup p, 
#home .product-lineup a.button {
	margin-left: 15px;
	margin-right: 15px;
}

#home .product-lineup h3 {
	color: #fff;
	text-shadow: #1b496d -1px -1px 0;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 15px;
	margin-bottom: 5px;
}

#home .product-lineup p {
	color: #cfe3ec;
}

#home .product-lineup a.button {
	width: 265px;
	display: inline;
	text-align: center;
}

#home .callout.about {
	background: url(../images/callout-bkgs.jpg) no-repeat 0 -727px;
	height: 165px;
}

#home .callout h3, 
#home .callout p, 
#home .callout a.button {
	margin-left: 120px;
	margin-right: 10px;
}

#home .callout a.button {
	display: inline;
}

#home .callout h3 {
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4d4d4d;
	margin-top: 15px;
	margin-bottom: 5px;
	text-shadow: #fff 1px 1px 0;
}

#home .callout p,
#home .product-lineup p {
	line-height: 19px;
	margin-bottom: 15px;
}

#home .callout a.button {
	width: 160px;
	text-align: center;
}

#home-content {
	float: left;
	width: 620px;
	background: url(../images/home-blog-bkg.gif) no-repeat 0 32px;
	margin-top: 10px;
}

#home-content .article {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;
	width: 580px;
	border-top: none;
}

#home .article-image {
	float: left;
	width: 66px;
}

#home .article-image img {
	border: 3px solid #ccc;
}

#home .article-content {
	float: right;
	width: 494px;
}

#home .article h4 {
	color: #1d66ac;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

#home .article h4 a {
	color: #1d66ac;
	text-decoration: none;
}

#home .article h4 a:hover {
	color: #4d4d4d;
}

#home .article p {
	margin-bottom: 10px;
	line-height: 20px;
}

#home .article p .date,
#home .article p .more {
	font-size: 13px;
}

#home .article p .date {
	color: #1d66ac;
	float: left;
}

#home .article p .more {
	float: right;
}

#home-sidebar {
	width: 300px;
	float: right;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
}

#home h5 {
	color: #4d4d4d;
	font-size: 19px;
	margin-bottom: 10px;
}

/* @end */

/* @group Slider */

#home .callout-partners {
	position: relative;	
	width: 300px;
	float: left;
	height: 165px;
	background: url(../images/callout-bkgs.jpg) no-repeat 0 bottom;
}

#home .callout.partners h3 {
	margin-left: 20px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 0px;
}

.slider li a img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

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

.slider li { 
	width:300px;
	height:120px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn { 
	display:block;
	width:23px;
	height:43px;
	position: absolute;
	top: 70px;
	left: 0px;
	visibility: hidden;
}	

#nextBtn { 
	left:277px;
}	
													
#prevBtn a, #nextBtn a {  
	display:block;
	width:23px;
	height:43px;
	background: url(../images/btn-prev.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -1000px;	
}	

#nextBtn a { 
	background:url(../images/btn-next.gif) no-repeat 0 0;	
}

#home .callout-partners p {
	position: relative;
	z-index: 100;
	clear: both;
	top: -20px;
	text-align: center;
	margin: 0px;
	font-size: 13px;
}

#home .callout-partners p a {
	border: none;
	color: #666;
}

#home .callout-partners p a:hover {
	color: #fff;
}

/* @end */

/* @group Product Banner */

#product-banner {
	height: 118px;
	float: left;
	width: 940px;
}

#dock-directions {
	float: left;
	width: 99px;
	height: 52px;
	background: url(../images/product-banner-instruct.png) no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-shadow: #656767 -1px -1px 0;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 18px;
	padding-top: 12px;
	margin-top: 28px;
	margin-left: 30px;
	display: inline;
}

.dock {
	position: relative; 
	height: 65px; 
	text-align: center;
	float: left;
	width: 680px;
	margin-top: 27px;
}

.dock-container2 {
	position: absolute;
	height: 65px;
}

a.dock-item2 {
	display: block; 
	width: 65px; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	margin-left: 20px;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	text-shadow: #000 0 0 8px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}

.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.dock-spacer {
	margin-left: 30px;
}

.dock-spacer2 {
	margin-left: 60px;
}

#product-banner p {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -3px;
}

#product-banner p .product1 {
	margin-right: 110px;
	display: inline;
}

#product-banner p .product2 {
	margin-right: 55px;
	display: inline;
}

#product-banner p .product3 {
	margin-right: 39px;
	display: inline;
}

#product-banner h4 {
	float: left;
	font-weight: bold;
	color: #fff;
	text-indent: -1000px;
	overflow: hidden;
	margin-top: 33px;
	margin-left: 30px;
	display: inline;
}

#product-banner h4.maintenanceedge {
	width: 258px;
	height: 60px;
	background: url(../images/logo-maintenanceedge-arrow.png) no-repeat;
}

#product-banner h4.utilitytrac {
	width: 258px;
	height: 60px;
	background: url(../images/logo-utilitytrac-arrow.png) no-repeat;
}

#product-banner h4.inventoryedge {
	width: 258px;
	height: 60px;
	background: url(../images/logo-inventoryedge-arrow.png) no-repeat;
}

#product-banner #icon-list {
	float: right;
	width: 500px;
	margin-top: 30px;
}

#product-banner #icon-list ul {
	float: right;
	width: 500px;
}

#product-banner #icon-list li {
	width: 65px;
	height: 65px;
	float: right;
	text-indent: -1000px;
	overflow: hidden;
	margin-left: -6px;
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
}

#product-banner #icon-list li a {
	display: block;
	width: 65px;
	height: 65px;
}

#product-banner #icon-list li a.work-order {
	background: url(../images/icon-work-order-sm.png) no-repeat;
}

#product-banner #icon-list li a.planned-maintenance {
	background: url(../images/icon-planned-maintenance-sm.png) no-repeat;
}

#product-banner #icon-list li a.critical-alarm {
	background: url(../images/icon-critical-alarm-sm.png) no-repeat;
}

#product-banner #icon-list li a.work-order-wireless {
	background: url(../images/icon-work-order-wireless-sm.png) no-repeat;
}

#product-banner #icon-list li a.utility-trac-plus {
	background: url(../images/icon-utility-trac-sm.png) no-repeat;
}

#product-banner #icon-list li a.inventory {
	background: url(../images/icon-inventory-sm.png) no-repeat;
}

#product-banner #icon-list li a.inventory-wireless {
	background: url(../images/icon-inventory-wireless-sm.png) no-repeat;
}

#product-banner #icon-list li.current {
	background: url(../images/dock-current.png) no-repeat center bottom;
	padding-bottom: 20px;
}

/* @end */

/* @group Products */

h2.product {
	clear: both;
	border-bottom: 1px solid #cfe3ec;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 10px;
}

h2 a.button {
	float: right;
}

h2.product .maintenanceedge {
	background: url(../images/logo-maintenanceedge.gif) no-repeat;
	width: 229px;
	height: 31px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}

h2.product .utilitytrac {
	background: url(../images/logo-utilitytrac.gif) no-repeat;
	width: 167px;
	height: 31px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}

h2.product .inventoryedge {
	background: url(../images/logo-inventoryedge.gif) no-repeat;
	width: 197px;
	height: 31px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
}

h2.product .product-desc {
	color: #999;
	font: italic 15px/31px Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	float: left;
}

h2.product .product-desc strong {
	text-transform: uppercase;
	font: normal bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f66ac;
}

.product-list {
	float: left;
	width: 465px;
}

.product-logo {
	background: url(../images/product-list-logo-bkg.gif) no-repeat;
	width: 175px;
	height: 85px;
	float: left;
	margin-right: 20px;
}

.product-logo:hover {
	background-position: 0 -85px;
}

.product-logo h3 {
	margin-top: 23px;
	margin-left: 10px;
}

.product-logo h3 a {
	text-indent: -1000px;
	overflow: hidden;
	width: 156px;
	height: 42px;
	display: block;
}

.product-logo h3 a:hover {
	cursor: pointer;
	display: block;
}

.product-logo h3 a.work-order {
	background: url(../images/logo-work-order-sm.png) no-repeat;
}

.product-logo h3 a.planned-maintenance {
	background: url(../images/logo-planned-maintenace-sm.png) no-repeat;
}

.product-logo h3 a.critical-alarm {
	background: url(../images/logo-critical-alarm-sm.png) no-repeat;
}

.product-logo h3 a.work-order-wireless {
	background: url(../images/logo-work-order-wireless-sm.png) no-repeat;
}

.product-logo h3 a.utility-trac-plus {
	background: url(../images/logo-utility-trac-sm.png) no-repeat;
}

.product-logo h3 a.inventory {
	background: url(../images/logo-inventory-sm.png) no-repeat;
}

.product-logo h3 a.inventory-wireless {
	background: url(../images/logo-inventory-wireless-sm.png) no-repeat;
}

.product-logo h3 a.maintenanceedge {
	background: url(../images/logo-maintenanceedge-sm.png) no-repeat;
}

.product-logo h3 a.utilitytrac {
	background: url(../images/logo-utilitytrac-sm.png) no-repeat;
}

.product-logo h3 a.inventoryedge {
	background: url(../images/logo-inventoryedge-sm.png) no-repeat;
}

.product-list p {
	line-height: 16px;
	margin-bottom: 35px;
}

.product-callout {
	width: 645px;
	background: url(../images/product-callout-bkg.gif) no-repeat;
	height: 90px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}

.product-callout h1 {
	width: 220px;
	height: 61px;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 15px;
}

.product-callout h1.work-order {
	background: url(../images/logo-work-order-lg.png) no-repeat;
}

.product-callout h1.planned-maintenance {
	background: url(../images/logo-planned-maintenance-lg.png) no-repeat;
}

.product-callout h1.critical-alarm {
	background: url(../images/logo-critical-alarm-lg.png) no-repeat;
}

.product-callout h1.work-order-wireless {
	background: url(../images/logo-work-order-wireless-lg.png) no-repeat;
}

.product-callout h1.utility-trac-plus {
	background: url(../images/logo-utility-trac-lg.png) no-repeat;
}

.product-callout h1.inventory {
	background: url(../images/logo-inventory-lg.png) no-repeat;
}

.product-callout h1.inventory-wireless {
	background: url(../images/logo-inventory-wireless-lg.png) no-repeat;
}

.product-callout p {
	float: right;
	width: 400px;
	font-size: 17px;
	margin-top: 15px;
}

#content ul.features {
	margin-left: 0px;
}

#content ul.features li {
	border-top: 1px solid #ccc;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#content ul.features li.inbox {
	background: url(../images/icon-inbox.gif) no-repeat 0 13px;
}

#content ul.features li.terminal {
	background: url(../images/icon-terminal.gif) no-repeat 0 13px;
}

#content ul.features li.check {
	background: url(../images/icon-check.gif) no-repeat 0 13px;
}

#content ul.features li.tool {
	background: url(../images/icon-tools.gif) no-repeat 0 13px;
}

#content ul.features li.mobile {
	background: url(../images/icon-mobile.gif) no-repeat 0 13px;
}

#content ul.features li.calculator {
	background: url(../images/icon-calculator.gif) no-repeat 0 13px;
}

#content ul.features li.workorder {
	background: url(../images/icon-work-order-features.gif) no-repeat 0 13px;
}

#content ul.features li.plannedmaintenance {
	background: url(../images/icon-planned-maintenace-features.gif) no-repeat 0 13px;
}

#content ul.features li.inventory {
	background: url(../images/icon-inventory-med-features.gif) no-repeat 0 13px;
}

#content ul.features li.paperclip {
	background: url(../images/icon-paperclip.gif) no-repeat 0 13px;
}

#content ul.features li.clipboard {
	background: url(../images/icon-clipboard.gif) no-repeat 0 13px;
}

#content ul.features li.spreadsheet {
	background: url(../images/icon-spreadsheet.gif) no-repeat 0 13px;
}

#content ul.features li.lightbulb {
	background: url(../images/icon-lightbulb.gif) no-repeat 0 13px;
}

#content ul.features li.email {
	background: url(../images/icon-email.gif) no-repeat 0 13px;
}

#content ul.features li.document {
	background: url(../images/icon-document-text.gif) no-repeat 0 13px;
}

#content ul.features li.dollarsign {
	background: url(../images/icon-dollarsign.gif) no-repeat 0 13px;
}

#content ul.features li.calendar {
	background: url(../images/icon-calendar.gif) no-repeat 0 13px;
}

#content ul.features li.database {
	background: url(../images/icon-database.gif) no-repeat 0 13px;
}

#content ul.features li.sliders {
	background: url(../images/icon-sliders.gif) no-repeat 0 13px;
}

#content ul.features li.chart {
	background: url(../images/icon-chart.gif) no-repeat 0 13px;
}

#content ul.features li.barchart {
	background: url(../images/icon-barchart.gif) no-repeat 0 13px;
}

#content ul.features li.alarm {
	background: url(../images/icon-alarm.gif) no-repeat 0 13px;
}

#content ul.features li.alert {
	background: url(../images/icon-alert.gif) no-repeat 0 13px;
}

#content ul.features li.funnel {
	background: url(../images/icon-funnel.gif) no-repeat 0 13px;
}

#content ul.features li.truck {
	background: url(../images/icon-truck.gif) no-repeat 0 13px;
}

#content ul.features li.dashboard {
	background: url(../images/icon-dashboard.png) no-repeat 0 13px;
}

#content ul.features li.weather {
	background: url(../images/icon-weather.png) no-repeat 0 13px;
}

#content ul.features li.energystar {
	background: url(../images/icon-energystar.gif) no-repeat 0 13px;
}

#products .article {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;
	width: 410px;
}

#products .article-image {
	float: left;
	width: 66px;
}

#products .article-image img {
	border: 3px solid #ccc;
}

#products .article-content {
	float: right;
	width: 324px;
}

#products .article h4 {
	color: #1d66ac;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

#products .article h4 a {
	color: #1d66ac;
	text-decoration: none;
}

#products .article h4 a:hover {
	color: #4d4d4d;
}

#products .article p {
	margin-bottom: 10px;
	line-height: 20px;
}

#products .article p .date,
#products .article p .more,
#blog .article p .more,
#blog .article p .date {
	font-size: 13px;
}

#products .article p .date,
#blog .article p .date {
	color: #1d66ac;
	float: left;
}

#products .article p .more,
#blog .article p .more {
	float: right;
}

#content .sidebar2 li a.doc,
#content li.doc {
	background: url(../images/icon-doc-sm.gif) no-repeat 0 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#content li.doc {
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: 0 9px;
}

/* @end */

/* @group UniTip */


#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: italic normal 13px/13px Georgia, "Times New Roman", Times, serif;
	display: none;
	text-align: center;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 135px;
		height: auto; 
		padding: 5px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

/* @end */

/* @group Blog */

#blog p.info {
	font-size: 11px;
	color: #929292;
	margin-top: -10px;
}

#blog p.info strong {
	color: #737373;
	font-weight: bold;
}

#blog p.info em {
	color: #959595;
}

#blog p.info a {
	color: #737373;
	border: none;
	text-decoration: underline;
}

#blog p.info a:hover {
	color: #fff;
	text-decoration: none;
}

.social_links {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	clear: both;
}

#content .social_links ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#content .social_links li {
	display: inline;
	padding-left: 0px;
	background-image: none;
}

#content .social_links li a {
	line-height: 50px;
	font-size: 13px;
	color: #808080;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#content .social_links li a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

#content .social_links li a.subscribe {
	background: url(../images/icon-rss.gif) no-repeat;
}

#content .social_links li a.email {
	background: url(../images/icon-mail.gif) no-repeat;
}

#content .social_links li a.twitter {
	background: url(../images/icon-twitter.gif) no-repeat;
}

.social_links li#tellfriendhover {
	position: relative;
}

#tellfriend {
	position: absolute;
	margin-top: -300px;
	left: 300px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(../images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 80px;
}



#blog blockquote {
	background: url(../images/blockquote-blog-top.gif) no-repeat left top;
}

#blog blockquote p {
	background: url(../images/blockquote-blog-bottom.gif) no-repeat 0 bottom;
}

.comment-box {
	margin-bottom: 20px;
	float: left;
	width: 465px;
}

.comment-info {
	float: left;
	width: 100px;
}

.alt .comment-info {
	float: right;
}

.comment-info cite {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 15px;
}

.comment-info cite a {
	color: #4d4d4d;
	text-decoration: none;
}

.comment-info cite a:hover {
	text-decoration: underline;
	color: #000;
}

.comment-info p {
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #808080;
}

.comment-box .comment {
	float: right;
	width: 350px;
}

.alt .comment {
	float: left;
}

#blog .comment blockquote p {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
	background-image: none;
	color: #7a7a7a;
	font: normal normal 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#blog .comment blockquote {
	background-image: none;
}

/* @end */

/* @group Forms */


.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

form label.full {
	width: 99%;
}

form label.required {
	font-weight: bold;
}

form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

form label {
	color: #808080;
	font-size: 14px;
}

form input.std_input,
form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

form table {
	width: 100%;
}

form table input.std_input {
	width: 93%;
}

form table.three-col input.std_input {
	width: 90%;
}

form span.button4 {
	margin-top: 10px;
}

form p.captchainstruct {
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ababab;
}

form p.captcha{
	float: left;
	clear: left;
	width: 97%;
	margin-bottom: 0px;
}

form p.captcha img {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

form input.captcha {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
	float: left;
	border: 1px solid #ccc;
}

.login-form {
	float: left;
	width: 180px;
	display: inline;
}

form p.notify {
	margin-bottom: 5px;
}

#webcast-signup .columns1 {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

/* @end */

/* @group Team */

#team #content h1 {
	clear: none;
	float: left;
	width: 465px;
	letter-spacing: 1px;
}

h3.team-title {
	margin-top: -10px;
	clear: none;
	margin-bottom: 20px;
	float: left;
	width: 465px;
}

/* @end */

/* @group Tabs */

.ui-tabs .ui-tabs-hide {
	display: none;
}

#sidebar .ui-tabs-panel {
	float: left;
	width: 260px;
}

@media projection, screen {

.ui-tabs-hide {
	display: none;
}

}

@media print {

.ui-tabs-nav {
	display: none;
}

}

/* Additional IE specific bug fixes... */

* html .ui-tabs-nav {


/* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav {
	

/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#content .tabs {
	float: left;
	width: 685px;
	margin-top: 30px;
}

#content .ui-tabs-panel {
	border-top: 1px solid #ccc;
	margin-top: -1px;
	float: left;
	width: 685px;
	padding-top: 30px;
}

#content .tabs ul.ui-tabs-nav {
	float: left;
	width: 675px;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-left: 10px;
}

#content .tabs ul.ui-tabs-nav li {
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
}

.tabs ul.ui-tabs-nav li a {
	width: 140px;
	height: 27px;
	display: block;
	background: url(../images/tab-nav.gif) no-repeat center -27px;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

.tabs ul.ui-tabs-nav li a:hover {
	background-position: center -54px;
}

.tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.tabs ul.ui-tabs-nav li.ui-tabs-selected a:hover {
	background-position: center top;
}

/* @end */





/* @group Autocomplete */

.ac_results {
	padding: 0px;
	background-color: #e4eef6;
	overflow: hidden;
	z-index: 99999;
	color: #33332e;
	opacity: 0.97;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 9px #666;
	-moz-box-shadow: 0px 5px 9px #666;
	border: 3px solid #fff;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 7px;
	cursor: default;
	display: block;
	font-size: 14px;
	

/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

.ac_results li strong {
	font-weight: bold;
	color: #3a3a53;
}

.ac_loading {
	background: #4d4d4d url(../images/loader.gif) no-repeat center center;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #8ab226;
	color: #d9e6b5;
}

.ac_results  li.ac_over strong {
	color: #fff;
}

/* @end */

/* @group Login */

#login #sidebar {
	background-image: none;
	padding-top: 40px;
}

#login #content {
	padding-top: 30px;
}

#login #content .column {
	float: left;
	width: 325px;
}

#login #content .column-last {
	float: right;
}

#login .product-logo {
	background: none;
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 20px;
}

#login .product-logo h3 {
	margin-top: 0px;
	margin-left: 0px;
}

#login .product-logo h3 a {
	text-indent: -1000px;
	overflow: hidden;
	width: 65px;
	height: 65px;
	display: block;
}

#login .article {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

#login .product-logo h3 a.work-order {
	background: url(../images/icon-work-order-sm.png) no-repeat;
}

#login .product-logo h3 a.planned-maintenance {
	background: url(../images/icon-planned-maintenance-sm.png) no-repeat;
}

#login .product-logo h3 a.critical-alarm {
	background: url(../images/icon-critical-alarm-sm.png) no-repeat;
}

#login .product-logo h3 a.work-order-wireless {
	background: url(../images/icon-work-order-wireless-sm.png) no-repeat;
}

#login .product-logo h3 a.utility-trac-plus {
	background: url(../images/icon-utility-trac-sm.png) no-repeat;
}

#login .product-logo h3 a.inventory {
	background: url(../images/icon-inventory-sm.png) no-repeat;
}

#login .product-logo h3 a.inventory-wireless {
	background: url(../images/icon-inventory-wireless-sm.png) no-repeat;
}

#login .column p {
	float: right;
	width: 240px;
}

#login p a {
	border: none;
}

#login p a:hover {
	background-color: transparent;	
}

#login p.secure {
	background: url(../images/icon-secure.gif) no-repeat;
	clear: both;
	font-size: 15px;
	width: 180px;
	padding-left: 30px;
}

#login p.forgot-password {
	clear: both;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
}

#login p.forgot-password a:hover {
	color: #4d4d4d;
}

/* @end */

/* @group YMCA */

img.ymca-sticker {
	position: relative;
	z-index: 200;
	left: -20px;
}

/* @end */
