body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: small;
	color: #000;
	}		
h1 {
	font-size: 160%;
	color: #FF6600;
	font-weight: bold;
	}
h2 {
	font-size: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	}
h4 {
	background-color: #FF6600;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
} 
.imgoffer {
	display: block;
	float: left;
	width: 200px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.imgcaption {
	font-size: 85%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.imginsetL {
	float: left;
	margin-right: 15px;
}
.imginsetR {
	float: right;
	margin-left: 15px;
}
.imgborder {
	border: 1px solid #333333;
}
a {
	text-decoration: underline;
	color: #000;
	}
a:hover {
	color: #FF6600;
	}
img { border: 0; }


#container {
	width: 800px;
	margin: 10px auto 30px auto;
	}
#main {
	background: #fff;
	border-top: 10px solid #000;
	clear:both;
	width: 800px;
	position: relative;
	padding-top: 32px;
	}

/* Header Styles */
#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	font-size: 120%;
	height: 75px;
	background-image: url(../images/global/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
h1#logo {
	padding: 0 0 22px 0;
	margin: 0;
	font-size: 80%;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 0px;
	width: 350px;
	background: url(../images/global/cards.gif) no-repeat;
	background-position: right bottom;
	color: #333333;
	}

.address {
	font-size: 80%;
	font-weight: bold;
	color: #333;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	}
h1#logo a {
	text-decoration: none;
	color: #333333;	
	}

/* MAIN CONTENT AREA */

#content {
	width: 620px;
	float: left;
	background: #fff;
	}
#innercontent {
	margin: 0;
	padding: 0;
	}
	

/* Right Menu Area */
#rightsiders {
	width: 160px;
	float: right;
	text-align: right;
	}
#rightsiders h3 {
	font-size: 120%;
	color: #333;
	line-height: 2em;
	margin: 10px 0 0 0;
	padding: 0 8px;
	font-weight: bold;
	}
ul.rightlinks {
	padding: 0;
	margin: 10px 0 30px 0;
	font-size: 90%;
	}
ul.rightlinks li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.8em;
	}
ul.rightlinks li a {
	padding: 5px 10px;
	color: #444;
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	border-right: 2px solid #444;
	}
ul.rightlinks li a:hover {
    color: #f60;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #f60;
	}
	
/* FOOTER */
#footer {
	clear: both;
	font-size: 85%;
	text-align: right;
	color: #000;
	border-top: 10px solid #FF6600;
	padding-bottom: 30px;
	margin-top: 20px;
	}
.footerinner {
	margin: 2px 10px;
	}
#footer a {
	color: #444;
	text-decoration:none;
	}
#footer a:hover {
	color: #000;
	text-decoration:underline;
	}
.sale {
	font-size: 90%;
	text-align: center;
	display: block;
}
.specsheet {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 40px;
}
