@charset "UTF-8";
/* setup Home page and base CSS */
body {
	background: #9DAEB6;
	margin-top: 15px;
}
#wrapper {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	background: #47555e;
}
#wrapper #header {
	height: 237px;
	background: url(../images/headerBg2.jpg) no-repeat left top;
	position: relative;
}
#header h1 {
	text-indent: -2000px;
}
#header h2 {
	text-indent: -2000px;
}
#headNav {
	background: url(../images/navBg.jpg) no-repeat left top;
	height: 237px;
	width: 195px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 38px;
}

#headNav ul {
	text-transform: uppercase;
	list-style: none;
	margin-left: 32px;
}
#headNav ul li a {
	color: #F7921E;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#headNav ul li a:hover {
	color: #9FADB6;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}


#intro {
	padding: 15px 463px 10px 30px;
	font-size: 90%;
	line-height: 1.2;
	color: #FFF;
}
#footer {
	color: #FFF;
	padding-left: 30px;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
}
.footLabel {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
}

/* CSS for rest of site */

#contLeft {
	float: left;
	width: 341px;
	padding-top: 56px;
	padding-left: 30px;
}
#contLeft #postAdd {
	color: #f0801d;
	font-size: 120%;
	text-transform: uppercase;
}
#contLeft #postAdd a {
	text-transform: lowercase;
	color: #f0801d;
	text-decoration: none;
}
#contLeft #postAdd a:hover {
	color: #8F9DA6;
}


#contLeft #directions {
	margin-top: 16px;
	color: #FFF;
}
#contLeft #directions b {
	font-weight: bold;
	text-transform: uppercase;
}
#contLeft #directions p {
	padding-bottom: 8px;
}
#shopBox {
	background: url(../images/shopBg2.jpg) no-repeat center top;
	height: 478px;
	width: 996px;
	padding-bottom: 25px;
}
#shopInner  {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	position: relative;
}
#shopInner #topLine {
	height: 22px;
}

.name {
	font-size: 130%;
	text-transform: uppercase;
	color: #93dcfc;
	font-weight: bold;
	padding-left: 5px;
}
.name p {
	display: inline;
}

.summary {
	display: inline;
	color: #DBE6EC;
}
.summary p {
	display: inline;
}
#pics {
	padding-top: 5px;
	padding-left: 10px;
}
#description {
	height: 93px;
	width: 288px;
	position: absolute;
	right: 5px;
	top: 292px;
	color: #DBE6EC;
	line-height: 1.2;
	font-size: 11px;
}
#shopAdd {
	position: absolute;
	color: #f0801d;
	text-transform: uppercase;
	left: 5px;
	top: 297px;
}

#shopAdd a {
	color: #f0801d;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 10px;
	display: block;
}
#flash {
	background: #47555E;
}
#news {
	width: 740px;
	background: #FFF;
	margin-left: 30px;
}
#newsTitle {
	padding-left: 30px;
}
#news table {
}
#news table td {
	vertical-align: top;
}
#news h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0.2em;
}
#news h3 {
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-size: 105%;
}
#news h4 {
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
#news a {
	text-transform: lowercase;
	color: #666;
	text-decoration: none;
}
#news a:hover {
	text-transform: lowercase;
	color: #43555F;
	text-decoration: none;
}
.padTD {
	padding: 20px;
}
.padTDtop {
	padding-top: 20px;
}

.alignR {
	text-align: right;
	padding-right: 25px;
}

