@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family: 'Tahoma', 'Geneva', sans-serif;
	background-image: url(images/bg-metal-small.jpg);
	background-repeat: repeat;
}
/*Begin Container*/
.container {
	width: 746px;
	margin: 0 auto;
	text-align:left;
}
/*Begin Head*/
.head {
	height: 105px;
	text-align: right;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 2px;
}
.top {
	background-repeat: no-repeat;
	height: 80px;
	width: 746px;
	background-image: url(images/top.png);
}
.nav {
	background: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:27px;
	width: 746px;
}
.nav ul {
	padding: 0px;
	margin: 0px;
}
.head li {
	display: inline;
	padding-right: 20px;
}
.head a:link, .head a:visited, .head a:active {
	color: #ccc;
	text-decoration: none;
}
.head a:hover, #current {
	color: #fff;
	text-decoration: none;			   
}
/*End Head*/
.general-content {
	float: left;
	width: 696px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	padding: 28px 25px 0 25px;
	margin: 0;
}
.bottom {
	background-image: url(images/bottom.png);
	height: 86px;
	width: 746px;
	background-repeat: no-repeat;
	clear: both;
}
.floatfix {
	clear:both;
	height: 0px;
}
.general-left {
	float: left;
	width: 487px;
}
.general-content a {
	color: #0090ff;
}
.general-content a:hover {
	color: #8fceff;
}
.general-content h1, #contact-h1 {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 4px 0;
	color: #0090ff;
	font-size: 1.3em;
}
.general-content h2 {
	padding: 0;
	margin: 3px 0 0 0;
	text-transform: uppercase;
	color: #0090ff;
	font-size: 1.08em;
}
.general-right {
	float: left;
	width: 200px;
	background-image: url(images/column-divider.png);
	background-repeat: no-repeat;
	padding: 0 0 200px 9px;
}
.general-left p {
	margin: 0 8px 10px 0;
}
ul.contact-name {
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 5px;
}
ul.contact-name li {
	padding: 8px 0 5px 38px;
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0% 5px;
}
ul.contact-info li {
	background: none;
	list-style: none;
	padding:0;
	margin: 0;
	margin-left: -35px;
}
#contact {
	padding-right: 20px;
}
#gray {
	color:#666;
}
.box h2 {
	padding-left: 25px;
}
.box_large h2 {
	padding-left: 25px;
}
.store_head {
	text-align:center;
}.advert {
	background-image: url(images/advert-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 -13px;
}
#words {
	width: 300px;
	text-align: right;
	float: right;
	padding: 0 10px 0 0;
	height: 257px;
}
#words h1 {
	padding-top: 40px;
	margin: 0;
	color: #fff;
	font-size: 24pt;
}
#image {
	float: left;
	width: 324px;
	height: 257px;
	text-align: left;
}
/*Begin 3 Column Content*/
.content-wrapper {
	width: 723px;
	background-image: url(../images/content-footer.png);
	background-repeat: no-repeat;
	font-size: 12pt;
	margin: 0 -13px;
}
.content-home {
	text-align: center;
	float: left;
	height: 198px;
	width: 241px;
	overflow: hidden;
}
.content-home p {
	padding: 4px 4px 0 12px;
	text-align: left;
	margin: 0;
	font-size: .9em;
}
.content-home h2 {
	text-align: left;
	padding: 8px 8px 0 20px;
	margin: 0;
	font-size: 1.3em;
	color: #0090ff;
}
#c1 p {
	padding: 4px 4px 0 22px;
}
#c1 h2 {
	padding-left: 21px;	
}
#c2 h2 {
	padding-left: 12px;
}
#c3 p {
	padding: 4px 22px 0 16px;
}
#c3 h2 {
	padding-left: 16px;
}
.content-wrapper img {
	border: none;
	padding-top: 8px;
}
/*Begin Footer*/
.footer {
	font-size: 10px;
	height: 20px;
	width: 343px;
	font-weight: bold;
	position: relative;
}
.footer a {
	color: #0090ff;
}
#left {
	float: left;
	padding-left: 20px;
}
#right {
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 362px;
}
