@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;
}

body h1 {
	color: #996600;
	font-size: 16px;
	margin: 0.5em 0 0.5em 0;
}

body h2 {
	color: #996600;
	font-size: 16px;
	margin: 0.5em 0 0 0;
}

img {
	border: 0;
}


div#wrapper {
	width: 100%; 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 {
	width: 929px;
	height: 128px;
	position: relative;
	background: url(../../images/headerbkg.jpg) no-repeat top;
	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. */ 

}

#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;
}


#content {
	width: 100%;
	padding-top: 1em;
	padding-bottom: -1em;
	top: -1em;
	background: #FFFFFF url(../../images/flashbkg.jpg) left repeat-y;
	color: #666666;
	text-align: left;
	border-top: #8F8F8F solid;
	border-bottom: #8F8F8F solid;

}

#content p {
	margin: -0.5em 0 0.5em 0;
}

#content a {
	color: #996600;
	text-decoration:none;
}

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

#items {
	width: 890px; margin: 0 auto 0; padding: 0; 
	text-align: left;  
}


#items P{
	padding-top: 1em;
}

#photos {
	font-size: 11px;
}

#pricelist {
	float:left;
	width: 100%;
	background: #000000;
	color: #999999;
	position: relative;
	clear: both;
	margin-top: 1em;
	padding: 0.5em 0 0.5em 0;
}

#price {
	float: left;
	width:50%;
	background:  #000000;
	padding-bottom: 1em;
	padding-left: 1em;
	border-right: 1px solid #999999;
}

#order {
	float:right;
	width: 47%;
	background:  #000000;
	padding-left: 0.5em;
	padding-bottom: 1em;

}

#footer {
	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. */ 
	
}

#foottxt, #footimg {
	width: 929px;
	padding-top: 1em;
	padding-bottom: 1em;
}

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

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

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

#footimg {
	text-align: center;
}

.pricedescription {
	color: #FFFFFF;
}

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

#apDiv1 {
	position:absolute;
	width:138px;
	height:139px;
	z-index:1;
	top: 26px;
	left: 727px;
}

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

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

