* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#555AAC;
	margin:0 0;
	padding:0 0;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:35px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:210%;
	font-weight:bold;
	color:#2F559C;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#2E62C7;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#E47743;
	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:#773833;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:760px;
	margin:0 auto;
	padding:0;
	background-color:#F8F8F8;
	background-image:url("../images/page-bg.gif");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	border-left:4px solid #D6DBE1;
	border-right:4px solid #D6DBE1;
	border-bottom:4px solid #D6DBE1;
}

#header {
	height:188px;
	margin:0px;
	padding:4px;
	background-image:url("../images/header-bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0px;
	padding-top:8px;
	background-repeat:no-repeat;
	background-image:url(../images/body-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:25px;
	_height:25px;
}

#content {
	width:518px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 20px 15px 20px;
	float:left;
}

#sidebar {
	width:190px;
	padding:0px 0px 0px 10px;
	margin-top:20px;
	margin-right:1px;
	_margin-right:0px;
	float:right;
	background-color:#E2E0F5;
	background-image:url(../images/sidebar-bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#footer {
	padding:0 10px;
	height:15px;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:25px;
	top:4px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:133px;
	display:block;
	padding-top:55px;
	height:0px !important; /* for most browsers */
	height /**/:55px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#header-picture {
	position:absolute;
	left:0px;
	top:64px;
}

#privacy-policy {
	position:absolute;
	right:145px;
	top:49px;
}

#privacy-policy a {
	font-size:85%;
	text-decoration:none;
	color:#FFECE5;
}

#sitemap {
	position:absolute;
	right:175px;
	top:49px;
}

#sitemap a {
	font-size:85%;
	text-decoration:none;
	color:#FFECE5;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

#sidebar h2 {
	width:185px;
	color:#FFFFFF;
	background-color:#5C98E1;
	background-image:url(../images/sidebar-h2-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0px 0px -10px;
	padding:3px 5px;
	padding-left:10px;
	font-size:120%;
	border-bottom:1px solid #FFFFFF;
}

#sidebar h3 {
	color:#285696;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#A8AAB7;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#A8AAB7;
	font-size:90%;
	margin:0;
	padding-top:9px;
}

#clear {
	clear:both;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	margin:10px 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;
	width:758px;
	height:33px;
	position:absolute;
	top:168px; 
	left:1px;
	background-image:url(../images/main-nav-bg.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	display:block;
	padding-top:32px;
	height:0px !important; /* for most browsers */
	height /**/:33px; /* for IE5.5's bad box model */
	overflow:hidden;
}


#main-nav-products a {		background-image:url(../images/main-nav/products.png); width:120px; }
#main-nav-image-gallery a {background-image:url(../images/main-nav/image-gallery.png); width:135px; }
#main-nav-bim-revit a {	background-image:url(../images/main-nav/bim-revit.png); width:140px; }
#main-nav-agent-locator a {	background-image:url(../images/main-nav/agent-locator.png); width:120px; }
#main-nav-contact-us a {	background-image:url(../images/main-nav/contact-us.png); width:108px; }
#main-nav-rfq a {	background-image:url(../images/main-nav/rfq.png); width:135px; }
		
#main-nav li a:hover {
	background-position:0 -33px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -33px;
}

/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin-left:0;
	padding:0;
	padding-bottom:20px;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0 -10px;
	margin-right:0;
	border-bottom:1px solid #FFF;
	width:200px;
}

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:10px;
	margin:0px;
	color:#214291;
	width:190px;
}

#sub-nav li a:hover {
	background-color:#F1EFFC;
	color:#CB2A00;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	background-color:#F1EFFC;
	color:#CB2A00;
	text-decoration:none;
	background-image:url(../images/sub-nav-current.png);
	background-position:left 0.7em;
	background-repeat:no-repeat;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#3864A3;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	text-decoration:none;
	color:#3864A3;
}


/* 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 h3 a:hover {
	color:#C16661;
}

.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:#773833;
}

.posts .categories a {
	color:#8CA5C4;
}


/* 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:#773833;
}

.post .categories a {
	color:#8CA5C4;
}


/* 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:#D6DBE1;
	border-width:2px;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#773833;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

table.agents {
	width:100%;
	border-right:none;
}

table.agents td {
	width:50%;
	padding:0.5em;
	padding-top:1.0em;
	padding-bottom:0;
	border-right:1px solid #ddd;
	vertical-align:top;
}

table.agents ul.contact {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

table.agents ul.contact li {
	font-size:11px;
	padding-left:20px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

table.agents ul.contact li.contact { background-image:url(../images/icon-contact.gif); }
table.agents ul.contact li.phone { background-image:url(../images/icon-phone.gif); }
table.agents ul.contact li.fax { background-image:url(../images/icon-fax.gif); }
table.agents ul.contact li.website { background-image:url(../images/icon-website.gif); }
table.agents 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 {
	border:1px solid #ddd;
	border-bottom:none;
	text-align:left;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #ddd;
}

/* Custom Page Formatting */

h2 .small {
	color:#763732;
	font-size:95%;
	font-weight:normal;
}

.product-downloads {
	font-size:80%;
	width:200px;
	margin-left:10px;
	float:right;
	clear:right;
}

/* Picture formatting on the main Products Page */

.matrix div.picture-center img {
	border-color:#D6DBE1;
	border-width:3px;
}

.matrix div.picture-center p {
	font-size:85%;
	color:#060E3D;
	background-color:#D6DBE1;
	margin:0 1px 0 1px;
	padding-bottom:3px;
}
