body {
	background-color: #FFF;
	margin: 10px 10px 0 10px;
	padding: 0;
}
#container {
/*	width: 940px;		*/
	background-image: url(../images/design/bkg_2col.gif);
	background-repeat: repeat-y;
	background-position:left;
}
#containerAsset {
	width: 730px;
}

/* header */

#headerPrint {
	display: none;
}
#header {
	height: 68px;
}

#headerAssets {
	height: 68px;
}
#headerAssets div#number{
	float: left;
}
#headerAssets div#logo{
	float: right;
	padding: 5px 10px 0 0;
}

/* banner */

#banner {
	clear: both;
	height: 40px;
	background-color: #66664C;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #FFF;
}

#banner div#section {
	float: left;
	width: 250px;
	padding: 9px 0 0 0;
}
#banner div#subsection {
	float: left;
	width: 250px;
	padding: 9px 0 0 0;
}

#banner div#assetClose {
	float: right;
	width: 110px;
	padding-top: 13px;
}
#banner div#assetClose a {
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/design/close_window.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
}
#banner div#assetClose a:hover {
	color: #E2A700;
}

#banner form#frm_search {
	float: left;
	width: 190px;
	margin: 0;
	padding: 9px 0 0 0;
}
#banner form#frm_search input.text {
	background-color: #CBCED3;
	border: 1px solid #000;
	width: 98px;
	height: 16px;
	padding-top: 2px;
}
#banner form#frm_search input.button {
	background-color: #66664C;
	border: 1px solid #66664C;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(../images/design/nav_plus.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 10px;
	width: 58px;
}

#banner div#print {
	float: left;
	width: 100px;
	padding: 13px 0 0 140px;
}
#banner div#print a:link {
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/design/nav_plus.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
}
#banner div#print a:hover {
	color: #E2A700;
}

#assetNav {
	clear: both;
	height: 36px;
	background-image: url(../images/design/bkg_menubase.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#assetNav h1 {
	float: left;
	margin: 5px 0 0 131px;
}

#assetNav div#photos {
	float: right;
	padding: 10px 14px 0 0;
	font: bold 0.7em Arial, Helvetica, sans-serif;
}
#assetNav div#photos a {
	float: left;
	padding: 0 2px 0 2px;
	display: block;
	text-decoration: underline;
}
#assetNav div#photos a:hover {
	text-decoration: none;
}
#assetNav div#photos a.next {
	padding: 0 20px 0 15px;
	background-image: url(../images/design/nav_arrow_black.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}
#assetNav div#photos a.prev {
	padding: 0 15px 0 20px;
	background-image: url(../images/design/nav_arrow_black_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* home animation	*/
#animation {
	clear: both;
}

/* home boxes */
.homeBox {
	float: left;
/*	width: 233px;			*/
	width: 178px;
	height: 240px;
	padding: 0 25px 0 28px;
	border-right: 1px solid #CBCED3;
}
.homeBox h2 {
	text-decoration: none;
}

#homeAccreditations {
	border-top: 1px solid #cbced3;
	margin: 12px 10px 0 0;
}
#homeAccreditations table {
	margin: 0;
	padding: 0;
}
#homeAccreditations table td {
	padding: 4px 30px 0 30px;
}
#homeAccreditations th {
	padding: 6px 15px 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}

/* 3 x col boxes */

#content {
	float: left;
	width: 477px;
}
#downloads {
	float: left;
	width: 180px;
	margin: 0 5px 0 21px;
/*	padding: 70px 0 0 0;			*/
	padding: 49px 0 0 0;
}
html> body #downloads {
	margin-right: 10px;
}
#downloads a:link {
	text-decoration: none;
}

#downloads ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	list-style-image: none;
}
#downloads ul li {
	margin: 0;
	padding: 0;
}
#downloads ul li img.icon {
	margin: 0 5px -2px 0;
}
#downloads ul li img.arrow {
	margin: 0 0 0 5px;
}

/* 2 col boxes	*/

#contentFull {
	float: left;
	width: 680px;
}

/* asset content */

#assetGlossary {
	padding: 15px 10px 30px 10px;
}
#assetGlossary p {
	padding: 0;
	margin: 0;
}
#assetGlossary p span {
	width: 44px;
	display: block;
	float: left;
}

#assetPhotoVisual {
	padding: 40px 0 60px 0;
	text-align: center;
}
#asset3DVisual {
	padding: 0 0 0 0;
	text-align: center;
}

#tableAccreditation th {
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 0;
	font-weight: normal;
}

/* footer */

#footer {
	clear: both;
	border-top: 40px solid #EBECEE;
	padding: 1px 120px 0 0;
/*	margin-top: 20px;				*/
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background-color: #FFFFFF;
	height: 20px;
}
#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer ul li#copyright {
	width: 280px;
}
#footer ul li#copyright a {
	padding: 1px 10px 0 10px;
	display: block;
	float: left;
}
#footer ul li#top {
	float: left;
	padding-left: 288px;
}

#footer ul li a {
	display: block;
	background-image: url(../images/design/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 10px 0 10px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
}

#assetFooter {
	height: 30px;
}
#assetFooter ul {
	background-image: url(../images/design/bkg_menubase.gif);
	background-position: top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
	list-style-image: none;
	background-color: #FFFFFF;
	height: 20px;
}
#assetFooter ul li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	font-weight: bold;
}
#assetFooter ul li a {
	display: block;
	background-image: url(../images/design/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 10px 0 10px;
}
#assetFooter ul li#close {
	float: right;
	padding-right: 20px;
	margin: 0;
}
#assetFooter ul li#close a {
	padding: 0 0 0 11px;
	background-image: url(../images/design/close_window_black.gif);
	background-position: left top;
	background-repeat:no-repeat;
}

/* other styles */

.clear {
	clear: both;
	background-color: #FFF;
}
html>body .clear {
	height: 1px;
	display: block;
}

.spaceGap {
	clear: both;
	height: 20px;
	background-color: #FFFFFF;
}

/* form styling */

form {
	margin: 0 0 16px 0;
	padding: 0;
}

input.text, select, textarea {
	width: 160px;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #CBCED3;
}
input.button, .formLine input.button {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 50px;	
}
input.buttonSmall {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 26px;
	margin: 0 0 -1px 0;	
}
input.buttonLarge {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 210px;
}
label {
	width: 150px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	padding-right: 10px;
}
.formLine {
	height: 24px;
	clear: both;
}
.formLineLarge {
	height: 90px;
	clear: both;
}
.formLine label, .formLineLarge label {
	float: left;
}
.formLine input {
	float: left;
	width: 280px;
}
textarea {
	width: 440px;
	margin: 10px 0;
}
.formLineLarge textarea {
	float: left;
	width: 280px;
	height: 65px;
}

/* news styles */

p.newsStory {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.3em;
	padding-bottom: 7px;
}
p.info {
	display: block;
	margin: 0 0 1.5em 0;
	padding-bottom: 0.5em;
/*	border-bottom: 1px solid #CCC;		*/
	background-image: url(../images/design/bkg_menubase.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
p.info a {
/*	background-image: url(../images/but_next.gif);		*/
	background-image: url(../images/design/nav_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}
p.newsBase {
	font-weight: bold;
	padding-top: 6px;
/*	color: #E2A700;
	border-top: 1px solid #CCC;		*/
	background-image: url(../images/design/bkg_menubase.gif);
	background-position: top;
	background-repeat: repeat-x;
}

p.error {
	color: #FF0000;
}
.normal {
	font-weight: normal;
}

div.searchnav {
	font: bold 0.65em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #666666;
}
div.searchnav a {
/*	color: #206E2E;			*/
}
.photoFeat {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.searchnav {
	border-bottom: 2px solid #666666;
	padding: 0 0 4px 0;
	margin-bottom: 16px;
	text-align: right;
}

.searchTerm {
	color: #E27B01;
}

/* Product page styling */

div.displayProducts {
	clear: left;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
/*	border-bottom: 1px dotted #000;		*/
	background-image: url(../images/design/bkg_menubase.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	height: 100%;
	display: block;
}
div.displayProducts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
div.displayProducts ul li {
	float: left;
	width: 75px;
	margin-right: 10px;
	height: 122px;
}
div.displayProducts ul li.newline {
	clear: left;
	display: block;
}
div.displayProducts ul li img.thumb {
	margin-bottom: 5px;
}
div.displayProducts ul li a {
	padding: 0 0 0 0;
/*	color: #000;				*/
	text-decoration: none;
}

#photoDisplay {
	padding: 0 0 20px 0;
}
h2.products {
	background-image: url(../images/design/bkg_menubase.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 0 0 6px 0;
}
h2.products a:link {
	text-decoration: none;
}

#finishes {
	padding: 0 0 20px 0;
}
#finishes .abbr {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
}
#finishes .abbrSeparator {
	font-weight: bold;
	font-size: 0.7em;
	padding: 0 7px 0 0;
	background-image: url(../images/design/bullet.gif);
	background-position: right;
	background-repeat:no-repeat;
	text-decoration: none;
}

#profile {
	padding: 10px 0 10px 0;
}
#glossaryImage {
	margin: 15px 0 0 0;
}

#breakFix {
	width: 974px;
}
html>body #breakFix {
	width: 970px;
}