/* HEADERS */

h1 { 
	margin: 3px 0 3px 0;
	height: 0;
	width: 780px;		/* image width */
	padding-top: 150px;	/* image height */
	overflow: hidden;
	background: url(../images/home_banner_white.jpg) no-repeat;
	font-size: 1px;
	border: none;
}

.home h1 {
	margin: 10px 0;
}


/* ABOUT US */

#management {
	margin: 4px 0;
}

#management li {
	padding: 2px 0;
}

.about #secondary {
	padding-top: 16px;
}

.about #secondary img {
	padding-top: 4px;
}

/* PRODUCTS */

.products #secondary a {
	font-size: 1.1em;
	padding-bottom: 1px;
	color: #105B78;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #479EC9;
}

.products #secondary a:hover {
	color: #3380BD;
	border-bottom: 1px solid #479EC9;
}


/* CONTACT */

.contact #secondary a {
	font-size: 1.1em;
	padding-bottom: 1px;
	color: #105B78;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #479EC9;
}

.contact #secondary a:hover {
	color: #3380BD;
	border-bottom: 1px solid #479EC9;
}


/* CONTACT FORM */

.contact form {
	margin: 10px 10px 10px 0;
	padding: 20px 0 20px 20px;
	background: #fcfef7 url(../images/form_bkdg.gif) repeat-x;
	border: 1px solid #e8e8e8;
}

.contact select {
	float: left;
}

.contact input, textarea {
	display: block;
	margin: 10px 0 0 0;
	border: 1px solid #bcc4b3;
}

.contact input {
	width: 290px;
}

textarea {
	width: 482px;
}

.contact #submit_btn {
	width: 130px;
	margin: 12px 0 0 352px
}

a#copyright {
	display: block;
	padding-bottom: 3px;
	text-align: right;
	font: 9px arial, sans-serif;
	color: #ccc;
	text-decoration: none;
}

a:hover#copyright {
	color: #999;
}

/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f6faee;
	font: .7em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: left;
	color: #777;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 12px;
}

/* LAYOUT */

.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top {
	border-top: 14px solid #519aab;
	background: #fff;
}

.home #top { 
	padding-top: 4px;
}

#header { 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mid {
	background: #fff url('../images/global_mid_bg.gif') repeat-x;
}

#bottom {
	border-top: 1px solid #e8e8e8;
}

#primary {
	float: right;
	width: 536px;
	margin-bottom: 26px;
	padding-bottom: 54px;
}

#primary p {
	width: 514px;
}

#secondary {
	float: left;
	width: 230px;
}

/* CONTENT */

#primary a {
	color: #105B78;
	text-decoration: none;
	border-bottom: 1px dotted #479EC9;
}

#primary a:hover {
	color: #3380BD;
	border-bottom: 1px solid #479EC9;
}

.bullets li {
	padding: 0 0 4px 16px;
	background: url('../images/tick.gif') 0 .2em no-repeat;
}


/* FOOTER */

.footnoteaddress {
	float: left;
	margin-top: 14px;
	font-size: .9em;
}

#address {
	width: 350px;
}

.footnoteemail {
	float: right;
	margin-top: 14px;
	font-size: .9em;
	text-align:right; 
}

#email {
	width: 300px;
}

#footer a {
	color: #105B78;
	text-decoration: none;
	border-bottom: 1px dotted #479EC9;
}

#footer a:hover {
	color: #3380BD;
	border-bottom: 1px solid #479EC9;
}

/* MISCELLANEOUS */

.clear {
	clear: both;
}

.floatbox {
	float: left;
	width: 240px;
	margin-right: 26px;
}


/* NAVBAR */

#navbar {
	float: right;
	list-style: none;
	height: 27px;
	margin-bottom: 50px;
}

#navbar li {
	float: left;
}

#navbar a {
	display: block;
	height: 0;
	width: 108px;
	padding-top: 27px;
	border: none;
	font-size: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

li.home, li.home a {
	width: 108px;
	background-image: url(../images/buttons/home_nav.gif);
}

li.about, li.about a {
	background-image: url(../images/buttons/about_nav.gif);
}

li.products, li.products a {
	background-image: url(../images/buttons/products_nav.gif);
}

li.contact, li.contact a {
	width: 108px;
	background-image: url(../images/buttons/contact_nav.gif);
}

#navbar li {
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#navbar a:hover {
	background: none;
}

.home li.home a,
.about li.about a,
.products li.products a,
.contact li.contact a {
	background: none;
}

/* SUB NAVBAR */

#sub_navbar {
	width: 232px;
	height: 294px;
	margin-top: -18px;
	padding-top: 20px;
	background: url(../images/subnav_bg.gif) top right no-repeat;
}

#sub_navbar a {
	display: block;
	height: 3em;
	padding: 5px 0 5px 8px;
	line-height: 3em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#sub_navbar .metalstone a {
	line-height: 1.5em;
}

#sub_navbar a:hover {
	background: #fff url(../images/subnav_hover_bg.gif) repeat-y;
	color: #9caf71;
}
