/* Duncan Bolt
   Website created by Felicia of Simpson Advertising, Inc. */

#container {
	background: #fff url(images/globebg.gif) no-repeat top right;
	min-height: 500px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* always half of width - go figure */
}

/************** GENERIC STYLES **************/

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0;
}
p {
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
}
h1 {
	color: #EE1E24;
	padding-top: 6px;
	font-size: 14px;
}
h2 {
	color: #007DC3;
	font-size: 16px;
}
h3 {
	color: #007DC3;
}
h4 {
	color: #007DC3;
}
h5 {
	color: #007DC3;
}
h6 {
	font-size: 26px;
	color: #EE1E24;
}
img {
	border: 0;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00A890;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00A890;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.external:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #EB1B21;
}
a.external:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #EB1B21;
}
a.external:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FEBF57;
}
a.external:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FEBF57;
}

/************** HEADER STYLES **************/

#header {
	background: url(images/headerbg.gif) repeat-x top left;
	width: 100%;
	height: 152px;
	padding: 0;
	margin-bottom: 0px;
}
#logo {
	padding: 0;
	margin: 0;
}
#logo h1 {
	background: url(images/duncan_logo.gif) no-repeat top left;
	width: 336px;
	height: 88px;
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}
#logo h1 span {
	display: none;
}
#phone {
	padding: 0;
	margin: 0;
}
#phone h1 {
	background: url(images/header_phone.gif) no-repeat bottom right;
	width: 285px;
	height: 22px;
	margin-top: 97px;
	margin-right: 10px;
	float: right;
}
#phone h1 span {
	display: none;
}
#chinabutton{
	padding-right: 10px;
	padding-top: 55px;
	float: right;
}

/************** NAVIGATION STYLES **************/

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation {
	clear: both;
	margin: 0px 0 0 0;
	padding: 0;
}
#nav {
	float: right;
	background-color: #00A890;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	display: block;
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 4px;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	text-decoration: none;
	background-color: #FEBF57;
}
#nav li li a:link, #nav li li a:visited {
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	font-size: 12px;
	color: #fff;
	background-color: #007DC3;
}
#nav li li a:hover, #nav li li a:active {
	background-color: #FEBF57;
}

li.head {
	float: right;
	position: relative;
	width: auto;
	padding: 0 10px;
	text-align: left;
}
li.foot {
	float: right;
	position: relative;
	width: auto;
	padding: 0 10px;
	text-align: left;
}
li.sub {
	position: relative;
	width: 11em;
	text-align: left;
	margin-left: 10px;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
li<ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	width: absolute;
	float: none;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}

/* Internet Explorer Hack */
* html li.head {
	width: 8em;
	padding: 0;
}
* html li.sub {
	width: 8em;
	margin: 0;
	padding: 0;
}

/* Fix PC IE but hide from Mac IE \*/
* html ul li {
	float: left;
}
* html ul li a {
	height: 1%;
}

/************** SIDE BAR STYLES **************/

#sidebar {
	clear: both;
	float: left;
	width: 120px;
	padding: 0;
	margin: 10px 15px 30px 15px;
}
#supplier-logo {
	clear: left;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#supplier-logo img {
	width: 100px;
}

/************** CONTENT STYLES **************/

#content {
	padding: 45px 0 0 0;
	margin: 0 0 0 75px;
	width: 645px;
}
#main_text {
	padding: 30px 80px 20px 35px;
	margin: 0;
}
#banner h1 {
	background: url(images/homepagebanner.jpg) no-repeat;
	width: 550px;
	height: 227px;
	margin-top: 30px;
	margin-left: 68px;
	float: center;
}
#banner h1 span {
	display: none;
}

/************** FOOTER STYLES **************/

#footer {
	clear: both;
	background: #FEBF57;
	width: 800px;
	height: 55px;
	padding: 0;
	margin: 0px 0 0 0;
	list-style: none;
}