/* Global Reset CSS Document */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
	color: #1c1c1c;
}

li,dd {
	margin-left:1em;
}

fieldset{
padding:.5em
}

body {
	font-size:76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg.jpg);
}

a img{border:none}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear{clear:both}

/* Site Specific Stuff*/
a {
	color:#ee4a1e;
	font-weight: bold;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/page-bg.png);
	overflow: hidden;
}
#header{
	overflow: hidden;
	background-image: url(images/tagline.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header img{
	padding-left:0px;
}



#contentwrapper #mainnavigation{
	height:27px;
	color: #FFF;
	background-color: #e1e5e8;
}

#contentwrapper #mainnavigation ul{
	list-style:none;
	margin: 0;
}
#contentwrapper #mainnavigation li{
	float:left;
	font-size: 16px;
	padding-right: 40px;
}
#contentwrapper #mainnavigation li a{
	color:#1c1c1c;
	text-decoration: none;
}

#contentwrapper #mainnavigation li a:hover{
	color:#ee4a1e;
}

#slider{
	height:350px;
	background-image: url(images/sliderbg.jpg);
	background-repeat: repeat-x;
}

#contentwrapper{
	line-height:2em;
	margin:10px 20px;
}


#contentwrapper h1{
	font-size:24px;
	text-transform: uppercase;
	display: inline;
	border-bottom: 1px solid #ee4a1e;
	font-weight: normal;
}

#contentwrapper h1 a{
	font-size:24px;
	text-transform: uppercase;
	display: inline;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}
#contentwrapper.noslider #mainnavigation{
	margin-bottom: 2em;
}

#contentwrapper h2{
	font-size:20px;
	border-bottom: 1px solid #ee4a1e;
	display: inline-block;
	font-weight: normal;
	margin-top: 1em;
}

#contentwrapper h3{
	font-size:18px;
	font-weight: normal;
}

#contentwrapper div.highlight h3{

	text-transform: uppercase;
	letter-spacing: 2px;
}

#contentwrapper p{
	font-size:13px;
	line-height: 2em;
}

#contentwrapper img.right{
	float:right;
	padding-bottom: 5px;
	padding-left: 20px;
}

#contentwrapper ul{
	line-height: 27px;
	margin-left: 1em;
	list-style-image: url(images/bullet.png);
}

#contentwrapper img.supplierlogo{
	float:left;
	padding-right: 20px;
}

#contentwrapper hr {clear:both;
color:#ee4a1e;
}

div.highlight{
	background-color:#e1e5e8;
	margin: 20px;
	padding: 5px;
	border: 1px solid #1c1c1c;
}

#footer{
	clear: both;
	border-top: 3px solid #e3e7ea;
	margin-top: 20px;

}
#footer h5{
	font-weight:normal;
	font-size: 11px;
}

div.customer{
	margin-bottom:2em;
	padding-bottom: 1em;
}

#contentwrapper div.customerlist div.customer h3{
	margin-bottom: 0px;
}

#contentwrapper div.supplier {overflow:hidden}

#contentwrapper div.supplier a img{
	max-width:300px
}

a.facts{
	float:right;
	display: block;
	height: 50px;
	width: 280px;
	margin-top:75px;
}

img.biopic{
	float:left;
	padding-right: 20px;
}
div.funfact{
	padding-left:50px;
	padding-right: 50px;
	padding-top: 20px;
}

span.highlight{
	background-color:#FF9
}


div.services{
	clear:both;
	overflow: hidden;
}

#contentwrapper div.services img{
	float:left;
	padding-right: 20px;
	max-width: 250px;
	max-height: 250px;
	padding-bottom: 20px;
}
