body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 101%;
	background-image: url(/interface/body_bgtile_pattern.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #462400;
}
#print { display: none; }
 #noprint { display: block; }
#container {
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 3px 42px 0px 43px;
	background-color: #d0aa7e;
}
#masthead {
	float: left;
	height: 102px;
	width: 802px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#imgtrans{
	float: left;
	height: 299px;
	width: 540px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 34px;
	margin-left: 0px;
}
div.home540px{
	float: left;
	width: 540px;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.home180px{
	float: left;
	width: 154px;
	padding: 8px 13px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: 400;
}
a {
	color: #663366;
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 13px;
	height: 60px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 802px;
	font-weight: 400;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
table {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.gallery {
	margin-bottom: 10px;
}
.gallery a:link,
.gallery a:visited,
.gallery a:active {
	border: 1px solid #D8D8D8;
	display: block;
	width: 90px;
	height: 110px;
}
.gallery a:hover {
	border: 1px solid #C67700;
	display: block;
	width: 90px;
	height: 110px;
}
.gallery div {
	padding: 1px 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width: 95px;
}
.gallery td {
	padding-right: 5px;
}
/* portfolio gallery*/
.portgallery {
	margin: 25px 0 0 10px;
}
.portgallery a:link,
.portgallery a:visited,
.portgallery a:active {
	border: 1px solid #D8D8D8;
	display: block;
	width: 70px;
	height: 70px;
}
.portgallery a:hover {
	border: 1px solid #C67700;
	display: block;
	width: 70px;
	height: 70px;
}
.portgallery div {
	padding: 1px 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width: 70px;
}
.portgallery td {
	padding: 3px;
}
/* end portfolio gallery */
.clearFloat {
	clear: both;
}

    * { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
						
		p a, li a {
	color: #660000;
	text-decoration: none
}
								
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 {
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	color: #333333;
}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 30px 0 0 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px solid #ffffff; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 802px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 725px;
	clear: both;
	background-color: #d0aa7e;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 802px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 86px;
	padding: 0 0 25px 0;
	background-color: #d0aa7e;
	background-image: url(/interface/nav/nav-swap-bg.gif);
	background-repeat: repeat-x;
		}
		
		.stripNav li.tab1 a {
	background-image: url(/interface/nav/home_n.gif);
	padding: 0 0 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab1 a:hover {
	background-image: url(/interface/nav/home_ov.gif);
	padding: 0 0 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab1 a:active {
	background-image: url(interface/nav/home_ov.gif);
	padding: 0 0 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab1 a:active img {
	background-image: url(interface/nav/home_ov.gif);
	padding: 0 0 25px 0;
	background-repeat: no-repeat;
}
		.stripNav li.tab2 a {
	background-image: url(/interface/nav/celebrityclients_n.gif);
	padding: 0 83px 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab2 a:hover {
	background-image: url(/interface/nav/celebrityclients_ov.gif);
	padding: 0 83px 25px 0;
	background-repeat: no-repeat;
}
		.stripNav li.tab3 a {
	background-image: url(/interface/nav/gallery_n.gif);
	padding: 0 2px 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab3 a:hover {
	background-image: url(/interface/nav/gallery_ov.gif);
	padding: 0 2px 25px 0;
	background-repeat: no-repeat;
}
		.stripNav li.tab4 a {
	background-image: url(/interface/nav/contactus_n.gif);
	padding: 0 33px 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab4 a:hover {
	background-image: url(/interface/nav/contactus_ov.gif);
	padding: 0 33px 25px 0;
	background-repeat: no-repeat;
}
		.stripNav li.tab5 a {
	background-image: url(/interface/nav/published_n.gif);
	padding: 0px 21px 25px 0px;
	background-repeat: no-repeat;
}
.stripNav li.tab5 a:hover {
	background-image: url(/interface/nav/published_ov.gif);
	padding: 0px 21px 25px 0px;
	background-repeat: no-repeat;
}
		.stripNav li.tab6 a {
	background-image: url(/interface/nav/affiliates_n.gif);
	padding: 0 16px 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab6 a:hover {
	background-image: url(/interface/nav/affiliates_ov.gif);
	padding: 0 16px 25px 0;
	background-repeat: no-repeat;
}
		.stripNav li.tab7 a {
	background-image: url(/interface/nav/furniture_n.gif);
	padding: 0 49px 25px 0;
	background-repeat: no-repeat;
}
.stripNav li.tab7 a:hover {
	background-image: url(/interface/nav/furniture_ov.gif);
	padding: 0 49px 25px 0;
	background-repeat: no-repeat;
}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
			display:none;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
			display:none;
		}
		
		.stripNavL {
			left: 0;
			display:none;
		}
		
		.stripNavR {
			right: 0;
			display:none;
		}
		
		.stripNavL {
			background: url("/interface/arrow-left.gif") no-repeat center;
			display:none;
		}
		
		.stripNavR {
			background: url("/interface/arrow-right.gif") no-repeat center;
			display:none;
		}
