/* This section contains the global styles */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, arial, sans-serif;
}

h1, h2, h3{
	color: #287382;
}

p, li{
	font-size: .8em;
}

li{
	list-style-type: none;
}

a:link{
	text-decoration: none;
}

/* This section contains the styles for the CONTAINER and CONTENTWRAP tags*/

#container{
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
}

#contentwrap{
	background: url('../assets/Image/page-bg.gif') repeat-y top left;
}

/* This section contains the styles for the HEADER div tag*/
#header{
	background: #fff url('../assets/Image/logo.gif') no-repeat top left;
	width: 1000px;
	height: 124px;
	position: relative;
	border-bottom: 8px solid #287382;
}

#header h1 span{
	display: none;
}

#header h1 a{
	width: 390px;
	height: 124px;
	display: block;
}

#header #phone{
	width: 300px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50px;
	color: #287382;
}

p#phone{
	font-size: 1.5em;
	font-weight: bold;
}

/* This section contains the styles for the TOPNAV navigation bar */
#topnav{
	width: 1000px;
	height: 143px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#topnav li{
	display: inline;
}

#topnav li span{
	display: none;
}

#topnav a{
	width: 200px;
	height: 143px;
	display: block;
	float: left;
}

#topnav a#auto{
	background: #287382 url('../assets/Image/nav-auto-bg.jpg') no-repeat left top;
}

#topnav a#auto:hover{
	background: #287382 url('../assets/Image/nav-auto-hover.jpg') no-repeat left top;
}

#topnav a#medical{
	background: #287382 url('../assets/Image/nav-medical-bg.jpg') no-repeat left top;
}

#topnav a#medical:hover{
	background: #287382 url('../assets/Image/nav-medical-hover.jpg') no-repeat left top;
}

#topnav a#aero{
	background: #287382 url('../assets/Image/nav-aero-bg.jpg') no-repeat left top;
}

#topnav a#aero:hover{
	background: #287382 url('../assets/Image/nav-aero-hover.jpg') no-repeat left top;
}

#topnav a#storage{
	background: #287382 url('../assets/Image/nav-storage-bg.jpg') no-repeat left top;
}

#topnav a#storage:hover{
	background: #287382 url('../assets/Image/nav-storage-hover.jpg') no-repeat left top;
}

#topnav a#finished{
	background: #287382 url('../assets/Image/nav-finish-bg.jpg') no-repeat left top;
}

#topnav a#finished:hover{
	background: #287382 url('../assets/Image/nav-finish-hover.jpg') no-repeat left top;
}

/* This section contains the styles for the small central navigation bar */
#centrenav {
	width: 700px;
	height: 59px;
	margin: 0 150px 0 150px;
	background-color: #287382;
}

#centrenav li{
	display: inline;
}

#centrenav a{
	height: 39px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0 0 60px;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}

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

#centrenav a#about{
	background: url('../assets/Image/nav-about-bg.gif') no-repeat left top;
}

#centrenav a#contact{
	background: url('../assets/Image/nav-contactus-bg.gif') no-repeat left top;
}

#centrenav a#location{
	background: url('../assets/Image/nav-location-bg.gif') no-repeat left top;
}

#centrenav a#company{
	background: url('../assets/Image/nav-press-bg.gif') no-repeat left top;
}

/* This section contains the styles for the right-hand NEWS section */
#news{
	float: right;
}

#news, #featured{
	background-color: #e8e8e8;
	width: 150px;
	text-align: left;
	margin-top: -59px;
	padding-bottom: 30px;
}

#news h3#news-header, #featured h3{
	color: white;
	height: 19px;
	padding-top: 40px;
	background-color: #88aeb5;
	font-size: .8em;
	text-align: center;
}

#news a{
	color: #287382;
	text-decoration: none;
	padding-top: 5px;
}

#news h2.date{
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	width: 135px;
	text-align: left;
	padding: 20px 5px 3px 7px;
}

#news h2.date a{
	color: #6c6c6c;
}

#news h3.article{
	font-size: 0.8em;
	padding-left: 8px;
}

#news h3.article a{
	text-decoration: none;
}

#news h3.article a:hover{
	text-decoration: underline;
}

#news p{
	font-size: .7em;
	font-weight: bold;
	width: 135px;
	color: #000;
	text-align: justify;
	padding: 0 5px 20px 7px;
}

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

/* This section contains the styles for the left-hand FEATURED section except the search form which has seperate styles that can be

found later in this style sheet under the heading form#searchbox */
#featured{
	float: left;
	width: 150px;
}

#featured ul{
	margin-top: 25px;
}

#featured li{
	list-style-type: none;
	background: url('../assets/Image/nav-featured-bg.gif') no-repeat top left;
	margin-top: 10px;
	padding-left: 20px;
}

#featured a{
	color: #6c6c6c;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

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

/* This section contains the styles applied to the page content text and images */

#content{
	width: 675px;
	padding: 20px 10px 20px 15px;
	float: left;
	overflow: hidden;
}

.text-block{
	width: 480px;
}

#content h2{
	text-align: left;
}

#content ul {
	margin: 20px;
}

#content ul li{
	list-style-type: disc;
}

body#automotive .image-strip{
	width: 675px;
	height: 130px;
	text-align: justify;
}

body#automotive .image-strip img{
	border: 1px solid #287382;
	margin-right: 3px;
}

body#automotive .image-strip2{
	width: 675px;
	text-align: justify;
}

body#automotive .image-strip2 img{
	border: 1px solid #287382;
	margin: 0 21px 20px 0;
}

body#automotive .image-strip img.last{
	margin: 0 0 0 1px;
}

body#automotive .image-strip2 img.last{
	margin: 0 0 20px 1px;
}

body#automotive p.list{
	font-weight: bold;
	margin-bottom: 20px;
}

.image-block{
	float: right;
	width: 181px;
	clear: right;
}

.image-block img{
	border: 1px solid #287382;
}

body#about-us .text-block table{
	font-weight: bold;
	margin-bottom: 20px;
}

body#index .image-block img{
	margin-bottom: 13px;
}

body#about-us .image-block img{
	margin-bottom: 100px;
}

body#finished-goods .image-block img{
	margin-bottom: 70px;
}

body#transit-trays .image-block img{
	margin-bottom: 80px;
}

body#boxes .image-block img{
	margin-bottom: 20px;
}

body#box-hire .image-block img{
	margin-bottom: 30px;
}

body#automotive .image-block img{
	margin-bottom: 27px;
}

#content .content-block p, #content .content-block table, #content .content-block li, #content .content-block h3, #content .content-block h4{
	width: 480px;
	float: left;
}

#content .content-block img{
	float: right;
}

#content .content-block img#black-storage{
	margin-top: 50px;
	clear: right;
}

#content .content-block img#icebucket{
	margin-top: 100px;
	clear: right;
}

#content .content-block img#tray{
	clear: right;
}

#content .content-block img#transit-black{
	margin-top: 37px;
	clear: right;
}

#content .content-block img#transit-plane{
	margin-top: 37px;
}

#content .content-block img#moulds-pyramid{
	margin-top: -20px;
}

#content .content-block img#grey-container{
	margin: 10px 0 10px 0;
}

#content .content-block img#red-box{
	margin-top: 10px;
}

#content .content-block img#bluebox{
	margin-top: 250px;
}

#content .content-block-map .address{
	width: 267px;
}

#content .content-block-map img{
	float: right;
	border: 1px solid #287382;
}

#content .shortpara{
	width: 480px;
}

#content .super-shortpara{
	width: 410px;
}

#content .story{
	border-bottom: 1px solid #287382;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content p span{
	font-weight: bold;
	margin-bottom: 10px;
}

#content h2, #content p{
	margin-bottom: 25px;
}

#content h2.date{
	color: #6c6c6c;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
}

#content h3, #content h4{
	margin-bottom: 10px;
}

#content .right-images{
	float: right;
	overflow: hidden;
	width: 183px;
}

#content img.strip{
	float: right;
	overflow: hidden;
	padding-top: 12px;
}

#content .right-images-large{
	float: right;
	overflow: hidden;
	width: 257px;
}

#content .right-images img, #content .right-images-large img{
	border: 1px solid #287382;
}

#content .right-images img.service{
	margin: 0 0 100px 40px;
}

#content .right-images img.hire{
	margin-bottom: 20px;
}

#content .right-images img.magnetic{
	margin-bottom: 90px;
}

#content ul.left, #content ul.right{
	font-weight: bold;
}

#content ul.left{
	float: left;
	margin: 0 40px 25px 30px;
	width: 200px;
}

#content ul.right{
	margin: 0 0 25px 50px;
	overflow: hidden;
}

#content ul.services{
	margin-bottom: 30px;
}

#content ul.services li{
	margin-bottom: 7px;
}

#content table{
	font-size: .8em;
	width: 675px;
}

#content table#moulds{
	font-size: .8em;
	width: 600px;
	margin-bottom: 20px;
}

#content table td{
	padding: 5px 12px 0 0;
}

#content table#moulds td{
	padding: 10px 12px 0 0;
}

#content table#moulds td img{
	border: 1px solid #287382;;
}

#content a{
	color: #287382;
}

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

#content a:visited{
	color: #1c5561;
}

#content ul#prodlist{
	clear: left;
	width: 480px;
	padding-bottom: 50px;
	overflow: hidden;
}

#content ul#prodlist li{
	padding: 5px 0 20px 10px;
	font-weight: bold;
	line-height: 1.5em;
}

#content p.back{
	clear: both;
}

#content .cost{
	border: 1px solid #287382;
	width: 444px;
	padding: 3px;
	background-color: #e8e8e8;
	margin-bottom: 25px;
}

#content .cost p{
	margin-bottom: 0;
	font-weight: bold;
}

#content .cost li{
	margin-left: 10px;
	padding-top: 5px;
}

#content address{
	font-family: verdana;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/* This section contains the styles applied to the page footer */
#footer{
	width: 980px;
	clear: both;
	background-color: #287382;
	padding: 4px 10px 4px 10px;
	font-size: .7em;
	text-align: right;
}

#footer p{
	color: #fff;
}

#footer a{
	color: #e1f0f3;
	font-weight: bold;
	text-decoration: none;
}

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

#footer p#sitemaplink{
	float: left;
}

/* The section contains style info for the search facility under the FEATURED PRODUCTS section */
form#searchbox{
	margin: 20px 5px 0 5px;
	font-family: times;
	font-weight: bold;
}

form#searchbox label{
	color: #287382;
	font-size: 1.2em;
}

form#searchbox #query{
	width: 103px;
	border: 1px solid #287382;
	margin-right: 2px;
	height: 18px;
}

form#searchbox #searchbutton{
	background-color: #287382;
	color: #fff;
	border: 0;
	height: 20px;
	font-weight: bold;
}

body#sitemap #content li{
	margin-bottom: 20px;
	text-decoration: none;
}

body#sitemap #content li a:link, body#sitemap #content li a:active, body#sitemap #content li a:hover, body#sitemap #content li a:visited{
	text-decoration: none;
}

body#sitemap #content b{
	text-decoration: underline;
}

#VacuumFormingProcess {
	margin-bottom: 10px;
}


