/* ---------------------------------------------------------------------------------------------- fonts ---------- */


html {
	margin: 0px;
	padding: 0px;
	}
body {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	}

p {
	font-family: "Trebuchet MS", Arial;
	color: #993300;
	margin: 0px 0px 10px;
	font-size: 11px;
	line-height: 1.4em;
	}
h1 {
	color: #993300;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial;
	margin: 0px 0px 10px;
	}	
h2 {
	color: #993300;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial;
	margin: 0px 0px 10px;
	}
h3 {
	color: #993300;
	font-size: 1.2em;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial;
	margin: 0px 0px 10px;
	}
.body_highlight {
	color: #FFcc00;
	}
.body_white {
	color: #FFFFFF;
	}
img {
	border: 0px;
	padding: 0px;
}

a { outline:none } /* Gets rid of Firefox's dotted borders */

/* ------------------------------------------------------------------------------------------- General ---------- */
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	clear: none;
	float: none;
	padding-right: 30px;
	padding-left: 30px;
}
#header {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	height: 120px;
}
#navigation {
	clear: right;
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 60px;
}
#navconatiner {
	clear: right;
	float: right;
	width: 400px;
}
#logo {
	clear: left;
	float: left;
	width: 300px;
	padding-top: 30px;
}
#contact {
	height: 2px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #993300;
	background-image: url(../images/fade1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contact_tab {
	clear: right;
	float: right;
	background-repeat: no-repeat;
	height: 24px;
	width: 111px;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 10px;
}

#contactwrap {
	padding: 20px;
	clear: left;
	float: left;
	width: 450px;
}
#contactwrap2 {
	padding: 20px;
	clear: right;
	float: right;
	width: 200px;
	text-align: right;
}
#contact p {
	color: #FFFFFF;
	}
#contact h1 {
	color:#FFFFFF;
	}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
	padding-bottom: 15px;
}
#footer p {
	font-size: 10px;	
	}

/* ------------------------------------------------------------------------------------------- Content ---------- */
#content {
	height: auto;
	background-color: #993300;
	padding: 20px;
	background-image: url(../images/fade1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	margin-bottom: 10px;
}
#content #pic1 {
	clear: both;
	float: left;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}
#content2 {
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
}
#leftflash {
	clear: left;
	float: left;
	width: 360px;
}
#rightflash {
	clear: right;
	float: right;
	width: 360px;
}
/* ------------------------------------------------------------------------------------------- Linking ---------- */

a {
	color:#993300;
	text-decoration:none;
	}
a:hover {
	color: #FFCC00;
	}
#navigation p {
	color:#330000;
	font-size: 14px;
	}
#navigation a {
	color:#993300;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	}
#navigation a:hover {
	color: #FFCC00;
	}
#contact a {
	color: #FFFFFF
	}
#contact a:hover {
	color: #FFCC00
	}
#contact_tab a {
	color:#993300;
	text-decoration:none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	}
.sectionHome #navigation #navHome a,
.sectionProducts #navigation #navProducts a,
.sectionMarkets #navigation #navMarkets a,
.sectionAbout #navigation #navAbout a {
	color:#FFcc00;
	}
#content a{
	color: #FFCC00;
	}
#content a:hover{
	color: #FFFF66;
	}
	
.floatleft {
	clear: both;
	float: left;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
	}
.sectionProducts #container #content #article1 .floatleft {
	height: 340px;
	width: 250px;
}
