/*==============================================

Global stylesheet for Metal Interests

Designed and built by Strawberrysoup - www.strawberrysoup.co.uk

==============================================*/

/*==============================================

Color Reference:

Background light Green: #D1F3EB
Bark Text Green :		#259369

==============================================*/

/*==============================================
Main layout components
==============================================*/

body {
	background:#D1F3EB url(../cssimages/bg_page.gif);
}

#page {
	height: 700px;
	width: 780px;
	background: url(../cssimages/globe_bg_faded.gif) no-repeat 50% -100px;
	margin: 0 auto;
	padding: 0 45px 0 45px;
	position: relative;
}

#content {
	clear: both;
}

#sub_content {
	width: 230px;
	float:left;
}

#main_content {
	float: right;
	width: 530px;
}

#made_by {
	clear:both;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
	color: #86BDB0;
}

#made_by a {
	color: #86BDB0;
}

a {
	color: #259369;
}

a:hover {
	text-decoration: underline;
}

/*==============================================
header
==============================================*/

#header {
	margin-bottom: 20px;
}

#logo {
	float: left;
	margin-top: 10px;
}

h1 {
	height: 50px;
	width: 380px;
	margin: 0 0 0 120px;
	padding-top: 30px;
	background:url(../cssimages/general_header.gif) no-repeat 0 30px;
}

#header address {
	float: right;
	color: #259369;
	text-align: right;
	padding-top: 26px;
}


/*==============================================
splash page styles
==============================================*/

#splash #page {
	background: url(../cssimages/bg_globe.gif) no-repeat 50% -100px;
	text-align: center;
	padding: 0 45px 0 45px;
	cursor: pointer;
}

#splash h1 {
	width: 655px;
	height: 87px;
	background:url(../cssimages/splash_header.gif) no-repeat;
	margin: 0 auto;
}

#splash #page {
	padding-top: 60px;
}

#splash_images {
	position: absolute;
	left: 171px;
	top: 565px;
}

#splash_images img {
	margin: 0 10px;
}

#enter_site {
	display: block;
	margin-top: 10px;
	color: #259369;
	font-size: 1.4em;
}

#enter_site:hover, #splash_email:hover {
	text-decoration: underline;
}

#splash_email {
	display: block;
	margin-top: 316px;
		color: #259369;
}

#bmra_logo {
	position: absolute;
	top:742px;
	left: 372px;
}

#bir_logo {
	position: absolute;
	top:721px;
	left: 545px;
	padding: 0 0 10px 0;
}

#queen_logo {
	position: absolute;
	top:708px;
	left: 253px;
	padding: 0 0 10px 0;
}

/*==============================================
main styles
==============================================*/

.sidebar_pic {
	border: 10px solid #FFF;
}

h2 {
	height: 20px;
	width: 400px;
	background-repeat: no-repeat;
	margin: 1.4em 0 1.6em 0;
}

#profile h2 { background-image: url(../images/heading_comp_prof.gif); }

#international_trade h2 { background: url(../cssimages/header_int_trade.gif); }

#quality_control h2 { background: url(../cssimages/header_quality_control.gif); }

#services h2 { background: url(../cssimages/header_services.gif); }

#contact_us h2 { background: url(../cssimages/header_contact_us.gif); }

#collection_services h2 { background: url(../cssimages/header_col_services.gif); }

#dedicated_processing h2 { background: url(../cssimages/header_dedicated_processing.gif); }

#news_flash h2 { background: url(../cssimages/header_news_flash.gif); }

#processing h2 { background: url(../cssimages/header_processing.gif); }

#main_content ul {
	margin-left: 30px;
}

#main_content li {
		padding: 3px 0;
}

h3 {
	height: 40px;
	width: 400px;
	background-repeat: no-repeat;
	margin: 1.4em 0 1.6em 0;
}

#news_flash h3 { background: url(../cssimages/subheader_news_flash.gif); }

/*==============================================
main navigation
==============================================*/

#main_nav {
	color: #259369;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	margin-top: 14px;
	list-style: none;
}

#main_nav a {
	color: #259369;
	padding: 7px 0;
	display: block;
	padding-left: 30px;
	background:url(../cssimages/diamond_bullet.gif) no-repeat 0 50%;
	width:200px;
}

#main_nav a:hover {
	text-decoration: underline;
}

#main_nav li.current a {
	color: #999;
	background:url(../cssimages/diamond_bullet_grey.gif) no-repeat 0 50%;
	cursor: default;
}

#main_nav li.current a:hover {
	text-decoration: none;
}

/*==============================================
contact form
==============================================*/

.contact_form {
	margin: 30px auto 0 auto;
	width: 440px;
	padding-right: 60px;
}

.contact_form dt {
	margin: 4px 0 8px 0;
	padding: 0px;
	width: 90px;
	display: block;
	float: left;
}

.contact_form dd {
	margin: 4px 0 8px 100px;
}

.contact_form input, .contact_form textarea {
	width: 340px;
	background: #E5E5E5;
}

.contact_form input#subbut {
	width: auto;
	float: right;
}

/*****************************************************************
Warning
******************************************************************/
#warning h2 {
	width: auto;
	color: #259369;
}

