@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img, img a {
	border: 0;
}

body {
	background: #d7d6c7 url(../images/bgImage.jpg) no-repeat top;
}

img.IEimage {
	display: none;	
}

#wrapper {
	display: block;
	width: 800px;
	float: left;
	position: absolute;
	left: 50%;
	margin: 5px 0px 20px -400px;
}

/*	##############################
	Header Rules
	############################## */

#header {
	display: block;
	float: left;
	width: 800px;
	height: 105px;
	background: url(../images/headerImage.png) bottom repeat-x;
}

#logo {
	display: block;
	float: left;
	width: 400px;
	height: 105px;
}

#logo h1 strong {
	display: block;
	position: absolute;
	visibility: hidden;
}

#nav {
	display: block;
	float: left;
	width: 400px;
	height: 22px;
	margin: 74px 0 0 0;
	background: url(../images/navImage.png) bottom no-repeat;
}


/*	##############################
	Stage Rules
	############################## */

#stage {
	display: block;
	float: left;
	width: 800px;
	min-height: 460px;
	background: #fcfcfb url(../images/stageImage.jpg) bottom no-repeat;
}

#homeShowcase {
	display: block;
	float: left;
	width: 800px;
	height: 303px;
	background-image: url(../images/showcaseFrame.jpg);
}

#homeShowcase #mainImage {
	display: block;
	float: left;
	width: 712px;
	height: 286px;
	margin: 5px 44px 14px;
}

#galleryShowcase {
	display: block;
	float: left;
	width: 660px; /* formerly 800px*/
	height: 250px;
	margin: 50px 0 0 0;
}

#cssGallery {
	display: none;
	float: left;
	width: 700px;
	margin: 50px;
}

.stageCol01 {
	display: block;
	float: left;
	width:300px;
	margin: 30px 20px 30px 100px;
}

.stageCol02 {
	display: block;
	float: left;
	width:280px;
	margin: 30px 100px 30px 0;
}

ul#contactList {
	list-style: none;
}

#contactList ul {
	display: block;
	float: left;
	width: 280px;
	list-style: none;
}

#contactList li {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

ul#vendorList {
	width: 248px;
	margin: 20px 0 0 0;
	padding: 5px 15px 15px;
	border: 1px #d7d6c7 solid;
	background-color: #f2f1e8;
}

/*	##############################
	Grid Rules
	############################## */

#gridWrapper {
	display: block;
	float: left;
	width: 660px;
	margin: 10px 70px 10px;
}

.gridTwoCol {
	display: block;
	float: left;
	width: 305px;
	margin: 0 4px 0 0;
	padding: 0 10px 20px 10px;
	border-right: 1px solid #4d4f31;
}

.gridLastCol {
	margin: 0 5px 0 0;
	border-right: 0;	
}

#foot {
	display: block;
	float: left;
	width: 720px;
	height: 85px;
	background: url(../images/footImage.jpg) top no-repeat;
	padding: 0 40px;
}

/* ----- RULES TO MOVE TO TYPOGRAPHY.CSS ----- */

p, h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #4d4f31;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a:link, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, dt a:link, dd a:link, p a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, dt a:visited, dd a:visited, p a:active, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, dt a:active, dd a:active  {
	color: #255688;
	text-decoration: underline;
	padding: 0 2px;
}

p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, dt a:hover, dd a:hover {
	background-color: #c8d7e6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 30px;
	line-height: 32px;
}

h3 {
	font-size: 28px;
	line-height: 30px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.textHeading {
	font-size: 46px;
	line-height: 40px;
	color: #4d4f31;
	text-transform: uppercase;
}

.textSubhead {
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #4d4f31;
	font-style: italic;
}

.textBody {
	font-size: 14px;
	line-height: 20px;
	color: #4d4f31;
	margin: 0 0 10px;
}

.textBodyHead {
	font-size: 14px;
	line-height: 20px;
	color: #4d4f31;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2%;
}

.alignRight {
	text-align: right;
}

.fpo {
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textListDef {
	width: 260px;
	float: left;
	display: block;
	margin: 0 0 0 20px;
	color: #4d4f31;
	list-style: disc;
}

.textListDef li {
	display: block;
	margin: 0 0 10px 0;
}

.textListDef dl {
	display: inline;
	margin: 0;
	padding: 0;
}

.textListDef dt {
	display: block;
	margin: 0;
	padding: 0;
}

.textListDef dd {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 14px;
}


/* ----- NAVIGATION RULES ----- */

.navBar {
	display: block;
	float: left;
}

#listNav {
	display: block;
	float: left;
	width: 315px;
	margin: 0 0 0 45px;
	list-style: none;
}

#listNav li {
	display: block;
	float: left;
	padding: 4px 0 0;
	width: 105px;
	text-align: center;
}

#listNav p a:link, #listNav p a:visited, #listNav p a:active {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #a1a184;
	font-weight: bold;
}

#listNav p a:hover {
	color: #ffffff;
	background: none;
}

body#contact #linkContact p a:link, body#contact #linkContact p a:visited, body#menu #linkMenu p a:link, body#menu #linkMenu p a:visited, body#gallery #linkGallery p a:link, body#gallery #linkGallery p a:visited 
{
	color: #ffffff;
}

#listFootLinks {
	display: block;
	float: left;
	width: 275px;
	margin: 40px 0 0 445px;
	list-style: none;
}

#listFootLinks li {
	display: block;
	float: left;
	text-align: center;
}

#listFootLinks p a:link, #listFootLinks p a:visited, #listFootLinks p a:active {
	display: block;
	padding: 1px 7px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #848670;
	font-weight: bold;
}

#listFootLinks p a:hover {
	display: block;
	padding: 0 7px;
	background-color: #e2e2dd;
	border-bottom: 1px #848670 solid;
}

body#home #listFootLinks #linkFootHome p a:link, 
body#home #listFootLinks #linkFootHome p a:visited, 
body#home #listFootLinks #linkFootHome p a:hover, 
body#contact #listFootLinks #linkFootContact p a:link, 
body#contact #listFootLinks #linkFootContact p a:visited, 
body#contact #listFootLinks #linkFootContact p a:hover, 
body#menu #listFootLinks #linkFootMenu p a:link, 
body#menu #listFootLinks #linkFootMenu p a:visited, body#menu #listFootLinks #linkFootMenu p a:hover,
body#gallery #listFootLinks #linkFootGallery p a:link, 
body#gallery #listFootLinks #linkFootGallery p a:visited, body#gallery #listFootLinks #linkFootGallery p a:hover {
	color: #4d4f31;
	padding: 1px 7px;
	background-color: #d7d6c7;
	border-bottom: 0;
}

