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

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

#main_con {
	background-color:#FFF;
	height:100%;
	width:1024px;
	margin: 0px auto 0px auto;

}
#nav_box {
	background-image:url(images/nav_box2.jpg);
	height:411px;
	width:239px;
	margin: 41px 0px 0px 55px;
	position: fixed;
	
}
#name {
	background-image:url(images/name.gif);
	height: 59px;
	width: 215px;
	margin: 75px 0px 0px 60px;
	position: fixed;
}

#home {
	background-image:url(images/home_up.gif);
	height: 19px;
	width: 121px;
	margin: 200px 0px 0px 90px;
	position: fixed;

}

#work {
	background-image:url(images/work_up.jpg);
	height: 19px;
	width: 121px;
	margin: 219px 0px 0px 90px;
	position: fixed;

}

#contact {
	background-image:url(images/contact_up.jpg);
	height: 20px;
	width: 121px;
	margin: 238px 0px 0px 90px;
	position: fixed;

}

/*#contact {
	background-image:url(images/contact_up.gif);
	height: 20px;
	width: 121px;
	margin: 257px 0px 0px 90px;
	position: fixed;

}*/

#whatsnew {
	background-image:url(images/whatsnew_up.gif);
	height: 19px;
	width: 121px;
	margin: 350px 0px 0px 90px;
	position: fixed;

}

/*#image_box {
	background-image:url(images/image_box.png);
	height: 411px;
	width: 681px;
	margin: 41px 0px 0px 310px;
	position: absolute;
}*/

#issuu {
	margin: 0px;
	position: absolute;
	width:681px;
	height:411px;
}

.image_box {
	width: 681px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}



#contact_info {
	height: 500px;
	width: 500px;
	margin: 0px 0px 0px 370px;
	padding: 125px 20px 20px 20px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}

#gallery {
	height: auto;
	width: 681px;
	position: relative;
	margin: 10px 0 10px 325px;
	padding:41px 0px 0px 0px;
}

#welcome {
	background-image:url(images/welcome.jpg);
	repeat:no-repeat;
	width:681px;
	height:413px;
	position: relative;
	margin:0px 0px 0px 325px;
	padding:41px 0px 0px 0px;
}


#pinstripe {
	background-color:#333;
	height:1px;
	width:230px;
	position:relative;
	top:37px;
	left:400px
	
	
	
}

#breadcrumbs {
	clear: both;	
	width:100%;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	margin: 15px 0 0 0;

}

.clearfix {
	clear: both;
}



.description {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #000;
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
}

.description p {
	margin: 0;
	padding: 0;
	width: 75%;
	clear: both;
	
	}

/* table.tombstone {
	margin-top: 10px;
}
td.desc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 70%;
	height: 50px;
	vertical-align:middle;

}
td.imgNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}



 List styling in css 

td.imgNav ul {
	float:right;
}


td.imgNav ul li {
	list-style:none;
	display:inline;
	
}*/


.left-button {
	float:left;
	background-image: url(images/interface/leftNav.png);
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}


.left-button:hover {
	background-position-x: -40px;
}

.right-button {
	float: right;
	background-image: url(images/interface/rightNav.png);
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}


.right-button:hover {
	background-position-x: -40px;
}

.slideNav {
	float: left;
	width: 90px;
}
