/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/****** container ******/

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #c6b490;
	//background-image:url(../images/body-background.jpg);
	background-repeat: repeat-y;
}

/****** header ******/

#header{
	width: 1024px;
	height: 164px;
	clear: both;
}

#header span{
	display: none;
}

#header h1{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 164px;
	background: url(../images/header_1.jpg);
	list-style:none;
}


/****** navbar ******/


#navbar-container{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 150px;
	background-image:url(../images/header_2new.jpg);
	clear: both;
}

#navbar{
	margin: 0px;
	height: 0px;
	width: 447px;
	height: 150px;
	background-image: url(../images/header_3new.jpg) no-repeat;
	float: right;
	clear: both;
}

#navbar span {
	display: none;
}

#navbar li, #navbar a {
	display:block;
	height: 150px;

}

#navbar li {
	float:left;
	list-style:none;
	display:inline;
}

#navbar-home {

	width: 64px;
}

#navbar-manuscript {
	width: 138px;
}

#navbar-gallery {
	width: 128px;
}

#navbar-home a:hover {
	background: url(../images/header_3new.jpg) 0px -150px no-repeat;
}

#navbar-manuscript a:hover {
	background: url(../images/header_3new.jpg) -64px -150px no-repeat;
	}
	
#navbar-gallery a:hover {
	background: url(../images/header_3new.jpg) -202px -150px no-repeat;
}



/****** body ******/



#body{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	min-height: 500px;
	clear: both;

}


/****** quote ******/

#quote{
	width: 321px;
	height: 162px;
	background-image: url(../images/heartfelt.png);
	margin: -75px 25px 0px 0px;
	float: right;
	
}

#quote h2{
	display: none;
}

/****** photo gallery title ******/
#pgtitle{
	width: 209px;
	height: 85px;
	background-image: url(../images/photogallery.png);
	margin: -75px 25px 25px 0px;
	float: right;	
}

#pgtitle h2{
	display: none;
}

#pgcontainer {
	margin:0px;
	padding:50px;
	width:900px;
	clear:both;
}

#pgcontainer p{
	color:#792720;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}


/****** about ******/

#about{
	width: 400px;
	padding: 5px;
	margin: 25px 0px 0px 25px;
	float: left;
	
}

#about h1{
	width: 109px;
	height: 69px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/about-header.jpg);
	list-style: none;
	}

#about h1 span{
	display: none;
}

#about p{
	color:#792720;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

.blueleft, .blueleft a{
	color:#4092bc;
	float: right;
	clear: both;
	text-decoration: none;
}

.blueleft a:hover{
	color:#4092bc;
	text-decoration: underline;
}


/****** review ******/

#reviews {
	width: 500px;
	margin: 0px 25px 0px 0px;
	float: right;
}

#reviews h1{
	width: 106px;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/reviews.jpg);
	list-style: none;
	}
	
#reviews h1 span{
	display: none;
}

#reviews p{
	color:#000000;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	
}


/****** gallery ******/


#gallery{
	width: 400px;
	height: 100px;
	padding: 5px;
	margin: 25px 0px 0px 25px;
	float: left;
	
}

#gallery h1{
	width: 199px;
	height: 79px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/photo-gallery.jpg);
	list-style: none;
	}

#gallery h1 span{
	display: none;
}

#gallery p{
	color:#792720;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}


/****** footer ******/

#footer {
	width: 1024px;
	height: 35px;
	background-color:#a71f00;
	clear: both;
}

#footer p {
	color:#ffffff;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-bottom:5px;
	}
	
#footer a {
	color:#ffffff;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-bottom:5px;
	}
	
#footer a:hover {
	color:#ffffff;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	text-decoration:underline;
	padding-bottom:5px;
	}

#footernav {
	margin-left:25px;
	float:left;
	}
	
#copyright {
	margin-right:25px;
	float:right;
	}
	










/************ 
Slimbox
*************/


#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}







