/* Versatile Building Products */

@import"../css/global.css";
@import"../css/tabular.css";
@import"../css/standard.css";

/* Wrap */

#wrap {
	width: 770px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

/* Header */

#header {
	width: 740px;
	height: auto;
	padding: 15px;
	color: #2E4385;
	font-size: 1.3em;
	position: relative;
}

#header div.logo {
	width: 276px;
	height: 48px;
}

#header div.contact  {
	position: absolute; right: 15px; bottom: 20px;
}

#header div.contact ul li {
	display: inline;
	margin-left: 15px;
	padding: 10px 0 10px 30px;
}

#header div.contact ul li a {
	color: #2E4385;
	text-decoration: underline;
}	

#header div.contact ul li a:hover {
	color: #DC2D29;
}	

#header div.contact ul li.phone {
	background: url('../images/core/icon-phone.jpg') left center no-repeat;
}

#header div.contact ul li.email {
	background: url('../images/core/icon-email.jpg') left center no-repeat;
}

/* Banner */

#banner {
	width: 770px;
	height: auto;
}

#banner img {
	float: left;
}

div.navigation,
#flash {
	float: left;
	height: auto;
}

/* Navigation */

div.navigation {
	width: 202px;
	font-size: 1em;
	padding: 4px 0;
	background: #DC2D29;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li a {
	display: block;
	width: 167px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 20px 4px 15px;
	background: #DC2D29 url('../images/core/nav-arrow-off.jpg') 180px center no-repeat;
}

div.navigation ul li a:hover {
	color: #000;
	font-weight: bold;
	background: #FFFF37 url('../images/core/nav-arrow-on.jpg') 180px center no-repeat;
}

/* Content */

#content {
	width: 740px;
	height: auto;
	padding: 15px;
}

div.left-column,
div.right-column {
	float: left;
	height: auto;
}

/* Left Column */

div.left-column {
	width: 440px;
	padding-right: 20px;
}

/* Right Column */

div.right-column {
	width: 248px;
	font-size: 1.1em;
	padding: 0 15px;
	border-left: 2px dashed #E9E2D7;
}

div.right-column hr {
	border: 0;
	height: 3px;
	border-bottom: 3px solid #E9E2D7;
}

/* Coporate */

div.corporate {
	padding: 10px 0;
}

div.corporate img {
	float: right;
	padding: 10px 10px 0 10px;
}

div.corporate table {
	clear: both;
}

div.corporate table td {
	line-height: 1.7em;
}

div.corporate p {
	line-height: 1.7em;
	margin-bottom: 10px;
}

div.corporate a.more {
	color: #2E4385;
	padding-right: 10px;
	text-decoration: underline;
	background: url('../images/core/icon-arrow.jpg') right center no-repeat;
}

div.corporate a:hover {
	color: #DC2D29;
}

/* Members */

#members {
	width: 740px;
	height: auto;
	padding: 15px;
}

#members ul li {
	display: inline;
	margin-left: 13px;
}

#members ul li img {
	vertical-align: middle;
}

/* Product Category */

div.product-category ul {
	list-style-type: none;
}

div.product-category ul li {
	line-height: 1.5em;
	border-top: 1px solid #E9E2D7;
}

div.product-category ul li a {
	display: block;
	width: 210px;
	color: #2E4385;
	padding: 5px;
	text-decoration: underline;
}

div.product-category ul li a:hover {
	color: #DC2D29;
}

div.product-category ul ul li a {
	width: 205px;
	padding-left: 10px;
	background: #F7F4F0;
}

ul.hidden,
div.hidden {
	border: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
	display: none;
}


/* Footer */

#footer {
	width: 740px;
	height: auto;
	color: #8B8B8B;
	font-size: 0.9em;
	padding: 15px;
	position: relative;
	border-top: 1px solid #E9E2D7;
}

#footer div.hia {
	position: absolute; top: 15px; right: 15px;
}

#footer p {
	line-height: 1.5em;
	margin: 5px 0;
}

#footer a {
	color: #8B8B8B;
	text-decoration: underline;
}	

#footer a:hover {
	color: #717171;
}



