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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/brick_bg_repeat.jpg);
	background-repeat: repeat;
	text-align: center;
}

img {
	border: 0;
}

#navigation a, a:visited {
	text-decoration: underline;
	color: #FF3399;
	font-size: 14px;
}

#navigation a:hover, a:active {
	text-decoration: none;
	color:#333333;
}

a, a:visited {
	text-decoration: underline;
	color:#F39;
	font-size: 12px;
}

a:hover, a:active {
	text-decoration: none;
	color:#333;
}


#mainWrapper {
	width: 719px;
	height: 619px;
	margin-left: auto;
	margin-right: auto;
}

#headerWrapper {
	width: 719px;
	height: 197px;
}

#contentWrapper {
	width: 719px;
	height: 377px;
}

#footerWrapper {
	width: 719px;
	height: 45px;
}

#headerLogoWrapper {
	width: 289px;
	height: 197px;
	position: relative;
	float: left;
	background-image: url(images/slice_01_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#headerHoursWrapper {
	width: 181px;
	height: 174px;
	position: relative;
	float: left;
	margin-top: 23px;
	background-image: url(images/slice_02_hours.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#headerPicsWrapper {
	width: 249px;
	height: 174px;
	position: relative;
	float: left;
	margin-top: 23px;
	background-image: url(images/slice_03_photos.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#contentLeftColumn {
	width: 491px;
	height: 377px;
	position: relative;
	float: left;
}

#leftColumnEdge {
	width: 36px;
	height: 377px;
	float: left;
	background-image: url(images/slice_08_contentedge.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#leftColumnContent {
	width: 455px;
	height: 344px;
	float: left;
	background-image: url(images/slice_07_content.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainContentSection {
	width: 400px;
	height: 344px;
	text-align: left;
	padding: 2px 55px 25px 30px;
overflow: auto;
}

#mainContentSection p {
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

#galleryContent {
	width: 100%;
	text-align: center;
	padding-left: 25px;
}

.directions {
	padding-left: 20px;
}

#mainContentSection img {
	float: left;
	padding: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#leftColumnContentBottom {
	width: 455px;
	height: 33px;
	float: left;
	background-image:url(images/concept_6_12.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#contentRightColumn {
	width: 228px;
	height: 377px;
	position: relative;
	float: left;
}

#rightColumnNav {
	width: 228px;
	height: 211px;
	background-image: url(images/slice_04_nav.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#navigation {
	width: 228px;
	height: 211px;
	text-align: left;
	padding: 15px 10px 10px 50px;
}

#navHome {
	width: 100px;
	height: 35px;
}

#navMenu {
	width: 100px;
	height: 35px;
}

#navDirections {
	width: 100px;
	height: 29px;
}

#navContact {
	width: 100px;
	height: 35px;
}

#navExposure {
	width: 100px;
	height: 41px;
}

#rightColumnNavBottom {
	width: 228px;
	height: 47px;
	background-image:url(images/slice_05_navBottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#rightColumnDelivery {
	width: 228px;
	height: 119px;
	background-image: url(images/slice_06_freeDelivery.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#footerBackground {
	width: 719px;
	height: 45px;
	background-image: url(images/slice_09_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footerContent {
	width: 719px;
	height: 45px;
	text-align: left;
	padding: 0px;
	padding-left: 48px;
	padding-top: 1px;
	padding-bottom: 0px;
}

/*    CONTACT FORM FORMATTING     */

.emailForm .inputc {
	display: block;
	clear: left;
	padding: 2px;
	margin: 0px;
	border: none;
}

.emailForm .inputd {
	display: block;
	clear: left;
	padding: 2px;
	margin: 0px;
	overflow: scroll;
	border: none;
}

/*input:focus, textarea:focus {
	background-color: #FFCC00;
	color: #333333;
}*/

/*    TEXT FORMATTING   */


.footerText {
	font-size: 11px;
}

.footerText a {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

