@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0; padding: 0; text-align: center; /* using text align center acts as an centering tool for IE5 */ 
  color: #FFF; background: #000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; z-index:
}

body h1 {
	color: #996600;
	font-size: 16px;
}

div#wrapper {
	width: 928px; margin: 0 auto 0; padding: 0; 
	text-align: left; /* using text align here does not affect the text align in the body tag its just algns the text in the container */ 
	position: relative; /* sets the coordinates 0,0 within the container div and not the page. */ 
}

div#header, #footerimg, #footertxt , #content2{ 
	padding-top: 1px; padding-bottom: 1px; /* this joins the divs together as it give the divs a fence so that the ems on paragraphs and ul's are not bleeding over the div*/ 	
}

#header {
	float:left;
	width: 929px;
	height: 128px;
	position: relative;
	background: url(../../images/headerbkg.jpg) no-repeat top;
	z-index: 104;
}

#header a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}

#headertxt {
	float: left;
	width: 75%;
	text-align: right;
	padding-top: 2em;
	padding-left: 1.8em;
}

#headertxt p {
	margin: 0 0 0.5em 0;
}

#logo {
	position:absolute;
	width:122px;
	height:137px;
	z-index:103;
	left: 730px;
	top: 25px;
	
}

#logo2 {
	position:absolute;
	width:148px;
	height:141px;
	left: 714px;
	top: 26px;
	z-index: 104;

}

#content2 {
	float: left;
	width:929px;
	position: relative;
	z-index: 100;
	background-color:#FFFFFF;
	color: #666666;
}

#contenthome {
	float: left;
	width:890px;
	margin-top: 5px;
	margin-bottom: 6px;
	height: 538px;
	position: relative;
	z-index: 100;
	background-color:#FFFFFF;
	color: #666666;
}

#contenthome2 {
	float: left;
	width:890px;
	margin-top: 5px;
	margin-bottom: 6px;
	height: 405px;
	position: relative;
	z-index: 100;
	background-color:#FFFFFF;
	color: #666666;
}


#contenthome h1 { margin-top: 0;}

#content2 p, h1, h2, h3 {
	padding: 0.5em 0 0 1.5em;
}



#flashhome {
	position:absolute;
	width:100%;
	height:543px;
	z-index:101;
	left: -1px;
	top: 130px;
	border-bottom: #8F8F8F solid;
}
#flashhome2 {
	position:absolute;
	width:100%;
	height:410px;
	z-index:101;
	left: -1px;
	top: 130px;
	border-bottom: #8F8F8F solid;
}

#flashbkg2 {
	position:absolute;
	width:100%;
	height:410px;
	z-index:0;
	left: -1px;
	top: 130px;
	background: url(../../images/flashbkg.jpg) repeat-y #FFF;
	border-top: #8F8F8F solid;
	border-bottom: #8F8F8F solid;
}


#flashbkg {
	position:absolute;
	width:100%;
	height:543px;
	z-index:0;
	left: -1px;
	top: 130px;
	background: url(../../images/flashbkg.jpg) repeat-y #FFF;
	border-top: #8F8F8F solid;
	border-bottom: #8F8F8F solid;
}

#content100 {
	position:absolute;
	width:100%;
	z-index:100;
	left: -70px;
	top: -5px;
	background: #FFFFFF url(../../images/flashbkg.jpg) left repeat-y;
	border-top: #8F8F8F solid;
	border-bottom: #8F8F8F solid;
}

#txtbox {	
	float: right;
	width: 282px;
	margin-top: 0.3em;
	
}

#txtbox p {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-left: 1em;

}

#txtbox ul {
	margin-top: 0;
}

#txtbox2 {	
	float: right;
	width: 282px;
	margin-top: 13.5em;
}

#txtbox2 p {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-left: 0.5em;

}

#txtbox2 ul {
	margin-top: 0;
}

#supply p {
	margin-top: -0.3em;
}

#pricelist {
	float: left;
	width: 100%;
}

#price {
	float: left;
	width: 50%;
}

#order {
	float: right;
	width: 45%;
}

#footertxt, #footerimg {
	float: left;
	width: 929px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footertxt {
	background: url(../../images/footerbkg.jpg) top no-repeat;
	text-align: center;
	font-size: 10px;
}

#footertxt a {
	color: #FFFFFF;
	text-decoration: none;
}

#footertxt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerimg {
	text-align: center;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}

.phonenumber {
	font-size: 14px;
	font-weight: bold;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

