/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
body, html {
	height: 100%;
	width: 100%;
	background-color: #000;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
#container {
	width: 960px;
	height: 800px;
	margin: 10px auto 0 auto;
	position: relative;
}
#contentArea {
	margin: 10px auto 10px auto;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	height: 671px;
	width: 952px;
}
#contentLeft {
	height: 220px;
	width: 320px;
	margin-top: 10px;
	float: left;
}
#contentRight {
	height: 220px;
	width: 260px;
	margin-top: 10px;
	float: right;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header {
	width: 960px;
	height: 266px;
	background-image: url(../images/headerBG.png);
}


/* -----------------------------------*/
/* ---------->>> HEADINGS <<<---------*/
/* -----------------------------------*/
h1, h2, h3, h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	color: #FFF;
	font-size: 21px;
}
#contentTop h1 strong {
	text-decoration: none;
}
#midPhoto {
	width: 192px;
	height: 250px;
	margin: 0 auto 0 auto;
	clear: none;
}
#textLeft {
	float: left;
}
#textLeft h1 {
	font-size: 18px;
	padding-left: 37px;
	text-align: left;
}
#textRight {
	float: right;
	width: 340px;
}
#contentCenter h3 {
	margin-top: 280px;
	font-size: 18px;
	color: #FFF;
}
#contentCenter h3 strong {
	color: #FF6B00;
}
#textRight h1 {
	font-size: 18px;
	padding-right: 37px;
	text-align: right;
}
h2 strong {
	color: #FF6B00;
}
h1 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
	margin-bottom: 30px;
}
#contentTop {
	margin: 0 auto 0 auto;
}
#contentTop h1 {
	padding-top: 30px;
}
h1 strong {
	color: #FF6B00;
	text-decoration: underline;
}
#contentLeft h2 {
	padding: 0 0 0 62px;
	margin-bottom: 15px;
	text-align: left;
}
#contentRight h2 {
	padding: 0 30px 0 0;
	text-align: left;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
#contentCenter {
	width: 940px;
	height: 250px;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	clear: both;
	position: relative;
}
#contact-form {
	width: 150px;
	height: 62px;
	float: right;
	margin: 181px 37px 0 0;
	overflow: hidden;
}
#contact-form a {
	width: 150px;
	height: 62px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/contactSprite.png);
	background-position: 0 0;
	text-decoration: none;
}
#contact-form a:hover {
	background-position: 0 -62px;
}
#contentCenter h2 {
	text-align: right;
	font-size: 18px;
	float: right;
	padding-right: 37px;
}
#footer {
	width: 900px;
	height: 40px;
	clear: both;
	margin: 10px auto 0 auto;
	text-align: center;
}
#footer p {
	color: #FFF;
	margin-bottom: 10px;
}
#footer p strong {
	color: #FF6B00;
}
#footer a {
	color: #FF6B00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.shopPhoto {
	height: 177px;
	width: 232px;
}
#shopPhotoLeft {
	margin: 0 0 0 37px;
}
#shopPhotoRight {
	margin: 0 37px 0 0;
	float: right;
}

/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* --------->>> COMMENTS <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/
