/*
STYLE SHEET FOR MAXELL PLASTIC MOULDING SERVICES
Created by Stylus
www.xxxxxxxx.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}


body {
	width: auto;
	height: auto;
	background-color: #646567;
	font-size: 80%;
	text-align: center;
}

/* ------- 2. structure ------- */

#wrapper {
	margin: 0 auto;
	height: 100%;
	min-height: 820px;
	width: 950px;
	background-color: #ffffff;
	overflow: hidden;
}


#navContainer { /* left column including logo, nav and call to action */
width: 220px;
margin-left: 15px;
height: 790px;
float: left;
background-color: #ffffff;
}

#logoContainer {
float: left;
margin-top: 24px;
}

#callContainer {
background: url(../images/call-background-1.jpg) no-repeat;
width: 220px;
height: 113px;
text-align: center;
float: left;
padding-top: 14px;
margin-top: 20px;
}

#newsContainer{
	border: solid 1px #646567;
	position:relative;
	top:10px;
	background-color:#FFFFFF;
}
#newsContainer h2 {
	background: url(../images/news-header.jpg) no-repeat;
	height: 31px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:normal;
	text-indent: 20px;
	padding-top: 18px;
}
#newsContainer h3 {
	padding: 10px 0; 
	font-size: 13px;
	color: #000000;
	border-bottom: solid 1px #646567;
	width: 200px;
	margin: 0 auto;
}
#newsContainer p{
	font-size:11px;
	margin:10px;
	color:#646567;
}
#newsContainer img{
	margin-left:10px;
}

#email { /* email link in bottom right of page */
float: left;
margin-top: 40px;
color: #646567;
}

#content {  /*  Main content box  */
float: left;
margin-left: 20px;
background-color: #ffffff;
height: 100%;

}


#header { /* main tagline */
width: 680px;
margin-top:50px;
}


#boxContainer { /* area containing boxes on home page */
width: 690px;
margin-top:50px;
}

.box { /* boxes on home page */
height: 335px;
width: 210px;
border: solid 1px #646567;
float: left;
margin-right: 15px;
overflow: hidden;
}

#intro { /* introductory text on home page */
width: 690px;
height: 350px;
float: left;
clear: both;
background: url(../images/intro-background.jpg) no-repeat bottom right;
}

#contentContainer { /* area containing actual content on automtive.php, pharmaceutical.php and contract.php */
width: 690px;
float: left;
margin-top:50px;
font-size: 12px;
color: #646567;
}
.content_head{
	font-weight:bold;
	font-size:13px;
}

.contentBox { /* box for each subject area on automtive.php, pharmaceutical.php and contract.php */
width: 650px;
border: solid 1px #646567;
margin-bottom: 20px;
padding-bottom: 10px;
}

#footer {
float: left;
clear: both;
background: url(../images/footer-background.jpg) repeat-x;
height: 23px;
width: 930px;
text-align:right;
color:white;
font-family:Arial, Helvetica, sans-serif;
padding-top:7px;
padding-right:20px;
font-size:11px;
}
#footer a{
	color:white;
}

#stylus { /*stylus credit */
padding: 10px;
width: 920px;
margin:0 auto;
text-align: left;
}

.seperator {
	clear: both;
	height: 0;
}
.image_border_left{
	float:left; 
	padding:5px; 
	border:1px solid #bbb; 
	margin-right:10px;
}
.image_border_right{
	float:right; 
	padding:5px; 
	border:1px solid #bbb; 
	margin-left:10px;
}
.image_left{
	float:left; 
	margin-right:10px;
}
.image_right{
	float:right; 
	margin-left:10px;
}

/* ------- 3. links and navigation ------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	color:#DD0000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
}

a:hover {
	color:black;
}

a:active {
}

#email a {
color: #646567;
text-decoration: none;
}

#email a:hover {
color: #d62223;
}

.box a { /* 'more' links at bottom of each box */
float: right;
color: #646567;
text-decoration: none;
background: url(../images/content-arrow.jpg) no-repeat 29px 2px;
padding-right: 30px;
font-size: 11px;
}

.box a:hover {
color: #d62223;
}

.contentBox a.top {
float: right;
color: #646567;
text-decoration: none;
background: url(../images/content-arrowup.jpg) no-repeat 65px 2px;
padding-right: 30px;
font-size: 12px;
}

.contentBox a.top:hover {
color: #d62223;
}

#stylus a { /*stylus credit */
color:#999999;
text-decoration: none;
}

#stylus a:hover {
color: #ffffff;
}

#callContainer a { /* email link in call to action */
color: #ffffff;
font-weight: 500;
}

#navigation #callContainer a:hover {
background: none;
color: #FFCCcc;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul, blockquote {
font-family: Arial, Helvetica, sans-serif;
}

#callContainer h1 {
color: #ffffff;
font-size: 26px;
line-height: 33px;
font-weight:normal;
}

#header h1 {
color: #87888a;
font-size: 32px;
font-weight:normal;
}

h1 {
}

#callContainer h2 {
color: #FFFFFF;
font-size: 18px;
line-height: 21px;
font-weight:normal;
}



.box h2 {
background: url(../images/box-header.jpg) no-repeat;
height: 31px;
color: #FFFFFF;
font-size: 18px;
font-weight:normal;
text-indent: 20px;
padding-top: 18px;
}

#contentContainer h2 {
color: #87888a;
font-size: 28px;
font-weight:normal;
padding-bottom: 10px;
}

.box h3 {
padding: 10px 0; 
font-size: 13px;
color: #000000;
border-bottom: solid 1px #646567;
width: 190px;
margin: 0 auto;
}

.contentBox h3 {
background: url(../images/contentBox-header.jpg) no-repeat;
height: 31px;
color: #FFFFFF;
font-size: 18px;
font-weight:normal;
text-indent: 20px;
padding-top: 18px;
}

h3 {
}

h4{
}

#contentContainer p {
padding-bottom: 10px;
width: 600px;
}

.contentBox p {
font-size: 12px;
color: #646567;
width: 190px;
padding: 10px 0 0 0;
margin: 0 auto;
}
.contentBox table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	padding:10px;
}
.contentBox label{
	width:100px;
	float:left;
	margin-top:3px;
}
.textfield{
	background-image:url(../images/textfieldback.gif);
	font-size:11px;
	width:150px;
	border:1px solid #646567;
	font-weight:bold;
	color:#646567;
	margin-top:5px;
}
.textfield_error{
	background-image:url(../images/textfieldback.gif);
	font-size:11px;
	width:150px;
	border:2px solid #FF0000;
	font-weight:bold;
	color:#FF0000;
}
.textarea{
	background-image:url(../images/textareaback.gif);
	width:150px;
	height:50px;
	border:1px solid #646567;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646567;
	font-weight:bold;
}
.checkbox{
	margin-top:5px;
}
.file{
	background-image:url(../images/textfieldback.gif);
	font-size:11px;
	width:150px;
	border:1px solid #646567;
	font-weight:bold;
	color:#646567;
	margin-top:5px;
}
.required{
	font-size:16px;
	font-weight:bold;
	color:red;
	margin-left:5px;
	position:relative;
	top:4px;
}
.radio{
	margin-top:5px;
}
.button{
	background-image:url(../images/button.gif);
	width:134px;
	height:25px;
	color:white;
	font-weight:bold;
	border:0px;
	font-size:11px;
	margin-top:5px;
}
.enquiry_left{
	float:left;
	width:300px;
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.enquiry_right{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.box p {
font-size: 11px;
color: #646567;
width: 190px;
padding: 10px 0 0 0;
margin: 0 auto;
}

#intro p {
font-size: 12px;
color: #646567;
width: 390px;
line-height: 17px;
}

p {
}


blockquote { /* appears in #intro on home page */
font-size: 16px;
font-weight:normal;
color: #646567;
line-height: 22px;
padding: 18px 0;
}

#contentContainer ul {
padding-bottom: 10px;
margin-left: 40px;
font-size: 12px;
color: #646567;
}

#contentContainer ul li {
}

ol {
}

hr {
}

/* ------- 5. images ------- */

a img {
	border: 0;
}


/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

* html #navContainer { /* left column including logo, nav and call to action */
margin-left: 7.5px;
height: 900px;
}

* html #boxContainer {
margin-top: 50px;
}

* html #contentContainer {
margin-top: 50px;
}

.enquiry {
	float:right;
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:-23px;
	left:-10px;
} 
.enquiry a{
	text-decoration:none;
	color:white;
}
.enquiry a:hover{
	color:#FFCCcc;
}
#gmapinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#map{
	margin-left:20px;
	border:1px solid #666;
}
#plantList{

}
#plantList td{
	padding:5px;
	border-bottom:1px solid black;
}
#plantList th{
	padding:4px;
	background-color:#666666;
	color:#FFFFFF;
}
#plantList .pl1{
	background-color:#EEE;
}
#plantList .pl2{
	background-color:#DDD;
}