* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#EEE;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:120px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#37A13C;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#095BA3;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#095BA3;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#662400;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:926px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	margin-top:10px;
}

#header {
	height:156px;
	margin:0px;
	padding:0;
	
	position:relative;
	border-top:3px solid #FFFFFF;
	
}

#body {
	margin:0 3px;
	padding-top:0px;
	background-repeat:no-repeat;
}

#content {
	width:500px; /* 2px less due to IE bug with overflowing <em>s */
	_width:480px; /*IE6*/
	padding:0 15px 15px 15px;
	float:left;
	_float:none;
}

#sidebar-left {
	width:160px;
	padding:0px 10px 10px 10px;
	margin-top:25px;
	float:left;
}

#sidebar-left-no-sub {
	width:160px;
	padding:0px 10px 10px 10px;
	margin-top:25px;
	float:left;
}

#sidebar-left-top {
	width:180px;
	height:47px;
	background-image:url(../images/sidebar-top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:-25px -10px 0 -10px;
}

#sidebar-left img {
	padding-bottom:20px;
}

#sidebar-left-no-sub img {
	padding-bottom:20px;
}

#sidebar-right {
	float:right;
	font-size:90%;
	width:198px;
	padding:0px 5px 0px 5px;
	margin-top:25px;
}



#sidebar-right-top {
	margin:-25px -5px 0 0px;
	width:203px;
	height:28px;
	background-image:url(../images/sidebar-right-top.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#footer {
	padding:0 10px;
	height:44px;
	_height:14px;
	clear:both;
	position:relative;

}

#clear {
	clear:both;
	border-bottom:4px solid #D4E0EA;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:50px;
	top:54px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:124px;
	display:block;
	padding-top:102px;
	height:0px !important; /* for most browsers */
	height /**/:102px; /* for IE5.5's bad box model */
	overflow:hidden;
}

a.subscribe {
	position:absolute;
	top:5px;
	right:4px;
	width:177px;
	height:28px;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar-left {
	color:#666;
	font-size:90%;
}

/* Headings within the Sidebar */

#sidebar-left h2 {
	width:170px;
	color:#1B4B1E;
	margin:0 0px 6px 0px;
	padding:4px 0px;
	font-size:120%;
	background-image:url(../images/sidebar-left-h2.png);
	background-position:right top;
	background-repeat:repeat-y;
}

#sidebar-right h2 {
	width:168px;
	color:#1B4B1E;
	margin:0px -7px 6px -10px;
	padding:4px 0px;
	padding-left:10px;
	font-size:120%;
	background-image:url(../images/sidebar-right-h2.png);
	background-position:right top;
	background-repeat:repeat-y;
}

#site-search  {
	padding-left:40px;
	position:absolute;
	width:185px;
	left:693px;
	top:154px;
}

#site-search input.btn {
	width:16px;
	height:17px;
	position:absolute;
	right:0;
	top:1px;

}

#site-search input #search {
	width:150px;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#9A9A9A;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:20px;
    _padding-top:20px;
	_margin-top:20px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#9A9A9A;
	font-size:90%;
	margin:0;
	padding-top:9px;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	height:27px;
	position:absolute;
	top:114px; 
	left:195px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	padding-top:27px;
	height:0px !important; /* for most browsers */
	height /**/:27px; /* for IE5.5's bad box model */
	overflow:hidden;
}



#main-nav-products a {		background-image:url(../images/main-nav/products.png); width:88px; }
#main-nav-downloads a {		background-image:url(../images/main-nav/downloads.png); width:94px; }
#main-nav-request-a-quote a {		background-image:url(../images/main-nav/request-quote.png); width:113px; }
#main-nav-contact a {		background-image:url(../images/main-nav/contact.png); width:83px; }
#main-nav-distributor-locator a {		background-image:url(../images/main-nav/distributor-locator.png); width:94px; }


#main-nav li a:hover {
	background-position:0 -27px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -27px;
}
		


/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin-left:0;
	padding:0;
        margin-bottom:20px;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0 -10px;
	margin-left:-9px;
	width:160px;
}

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	color:#297276;
	text-decoration:none;
	width:159px;
	border-bottom:1px solid #E3EEE6;  
	
	
}

#sub-nav li a:hover {
	background-color:#E3EEE6;
	color:#074887;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	background-color:#E3EEE6;
	text-decoration:none;
	font-weight:bold;
	color:#074887;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#074887;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
}

#crumbs a {
	color:#074887;
}



#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#BDDFC8;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

table.agents {
	width:100%;
	border-right:none;
}



table.agents td {
	width:33%;
	padding:0.5em;
	padding-top:1.0em;
	padding-bottom:0;
	border-right:1px solid #ddd;
	vertical-align:top;
}

ul.contact {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.contact li {
	font-size:11px;
	padding-left:20px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

ul.contact li.contact { background-image:url(../images/icon-contact.gif); }
ul.contact li.phone { background-image:url(../images/icon-phone.gif); }
ul.contact li.fax { background-image:url(../images/icon-fax.gif); }
ul.contact li.website { background-image:url(../images/icon-website.gif); }
ul.contact li.email { background-image:url(../images/icon-email.gif); }

/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
	font-size:85%;
    border:1px solid #A1B6C8;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
	color:#074986;
    background-color:#D6E1EF;
    border-bottom:1px solid #A1B6C8;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #A1B6C8;
}

p.selector-disclaimer {
	padding:0.5em;
	color:#c00;
	background-color:#fc9;
	border:1px solid #f00;
}

div.warning {
	margin-bottom:1.0em;
	padding:10px;
	background-color:#FFF79F;
	color:#BF0000;
	border:solid 2px #BF0000;
	text-align:center;
}

#cp-model-downloads {
	font-size:85%;
	width:190px;
	margin:0 0 15px 15px;
	clear:right;
	float:right;
}

table.dnl {
	margin-top:10px;
	margin-left:5px;
	color:#1B4B1E;
	border:1px solid #A1C8AD;
	width:190px;
	
}

table.dnl th {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	background-color:#DBE6DE;
	border:1px solid #A1C8AD;
	
}

table.dnl td {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	background-color:#fff;
}

fieldset table {
	border:1px solid #A1B6C8;
}

fieldset table th,
fieldset table td {
	border-bottom:1px solid #A1B6C8;
}

fieldset table th {
	background-color:#D6E1EF;
	border-right:1px solid #A1B6C8;
}

label {
	color:#074986;
}

/* CONTENT COLUMNS */

div.left-col {
	float:left;
	width:49%;
}

div.right-col {
	float:right;
	width:49%;
}