/* ******************************** *
  --------- General Items ---------
* ********************************* */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.33em;
}


a {
	color: #4b2003;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #434637;
	text-decoration: underline;
	font-weight: normal;
}
a img {
	text-decoration: none;
	border: none;
}

/* ******************************** *
  ------- Main Layout Blocks-------
* ********************************* */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
}

#headercontainer {
	background-color: #FFFFFF;
	padding: 0px;
	height: 100px;
	width: 825px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	float: left;
	clear: both;
	height: auto;
	width: 825px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #434637;
}

h3.footerText {
	font-size: 12px;
	font-weight: normal;
}

.logoBlock a {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}

.logoBlock a span {
	display :block;
	width: 1px;
	height: 1px;
	text-indent: -9000px;
	overflow: hidden;
}


/* ******************************** *
  ----- Horizontal Navigation -----
* ********************************* */

#navcontainer {
	background-color: #FFFFFF;
	padding: 0px;
	float: right;
	height: 24px;
	width: 380px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.navList {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.navList li{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

ul.navList li a span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9000px;
}

a#about {
	display: block;
	height: 24px;
	width: 76px;
	background-image: url('../images/nav-about.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#about:hover {
	background-position: -76px 0px;
}

a#offer {
	display: block;
	height: 24px;
	width: 115px;
	background-image: url('../images/nav-offer.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#offer:hover {
	background-position: -115px 0px;
}

a#offer span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9000px;
}

a#gallery {
	display: block;
	height: 24px;
	width: 63px;
	background-image: url('../images/nav-gallery.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#gallery:hover {
	background-position: -63px 0px;
}

a#contact {
	display: block;
	height: 24px;
	width: 61px;
	background-image: url('../images/nav-contact.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#contact:hover {
	background-position: -61px 0px;
}

a#links {
	display: block;
	height: 24px;
	width: 55px;
	background-image: url('../images/nav-link.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#home:hover {
	background-position: -55px 0px;
}

a#home {
	display: block;
	height: 24px;
	width: 57px;
	background-image: url('../images/nav-home.png');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

a#home:hover {
	background-position: -57px 0px;
}
/* ******************************** *
  --------- Content Area ----------
* ********************************* */

.pageContent {
	float: left;
	clear: both;
	background-image: url('../images/contentBlock-BG_xmas.jpg');
	background-repeat: no-repeat;
	background-position: 447px 48px;
	background-color: #fff;
	width: 825px;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto
}

.pageTitle {
	float: right;
	clear: both;
	width: 380px;
}

.pageTitle img {
	float: left;
}

.columnImage {
	position: relative;
	float: left;
	width:475px;
}

#columnCopy {
	display: block;
	float: left;
	clear: right;
	width:300px;
	height: auto;
	padding: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.columnImage .featureImage {
	margin-top: 0px;
	margin-bottom: 0px;
}

.columnImage p {
	color: #666;
	font-style: italic;
	text-align: center;
}

#columnCopy img {
	margin-right: 6px;
	float: left;
}

/* ******************************** *
  --------- Page-Specific ---------
* ********************************* */


#homepagelogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 440px;
	background-color: #FFFFFF;
	background-image: url('../images/homepagelogo.jpg');
	background-repeat: no-repeat;
	background-position: left center
}

#homepage {
	margin:0px auto; background-image: url('../images/home-page.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 425px;
	width: 825px;
	
}

#homepagecontent {
	float: right;
	height: 365px;
	min-height: 360px;
	width: 510px;
	min-width: 510px;
	color: #444738;
	font-weight: normal;
	vertical-align: text-bottom;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contentlogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 350px;
	background-color: #FFFFFF;
	background-image: url('../images/contentlogo.jpg');
	background-repeat: no-repeat;
	background-position: left center
}


/* **********************************
  --------- Gallery Navigtion ---------
* ********************************* */

#thumbContainer {
	width: 300px;
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul.galleryList {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.galleryList li{
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	padding: 0px;
	display: inline;
	float: left;
}

ul.galleryList li a span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9000px;
}

ul.galleryList li a {
	display: block;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.galleryList li a:hover {
	background-position: -50px 0px;
}

/* **********************************
  --------- Gallery One ---------
* ********************************* */

a#thumb_1 {
	background-image: url('../images/thumb1_1.jpg');
}
a#thumb_2 {
	background-image: url('../images/thumb1_2.jpg');
}
a#thumb_3 {
	background-image: url('../images/thumb1_3.jpg');
}
a#thumb_4 {
	background-image: url('../images/thumb1_4.jpg');
}
a#thumb_5 {
	background-image: url('../images/thumb1_5.jpg');
}
a#thumb_6 {
	background-image: url('../images/thumb1_6.jpg');
}
a#thumb_7 {
	background-image: url('../images/thumb1_7.jpg');
}
a#thumb_8 {
	background-image: url('../images/thumb1_8.jpg');
}
a#thumb_9 {
	background-image: url('../images/thumb1_9.jpg');
}	
a#thumb_10 {
	background-image: url('../images/thumb1_10.jpg');
}
a#thumb_11 {
	background-image: url('../images/thumb1_11.jpg');
}
a#thumb_12 {
	background-image: url('../images/thumb1_12.jpg');
}
a#thumb_13 {
	background-image: url('../images/thumb1_13.jpg');
}
a#thumb_14 {
	background-image: url('../images/thumb1_14.jpg');
}
a#thumb_15 {
	background-image: url('../images/thumb1_15.jpg');
}
a#thumb_16 {
	background-image: url('../images/thumb1_16.jpg');
}

