.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
    font-size: 12pt;
    text-align: left;
    font-family: arial;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -25px;
	left: 25px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
	display: none;
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ------------------- */
/* -- end highslide -- */
/* ------------------- */


body{
	margin:0;
	background-attachment: scroll;
	background-image: url('../img/bgpattern.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #3B3833;
	
}

h1{
	color: #777777;
	font-size: 15pt;
	font-weight: normal;
	font-family: times new roman;
	letter-spacing: -.7pt;
	text-align: left;
	margin-left: 20px;
	margin-bottom:-14px;
}

h2{
	color: #902915;
	font-size: 21pt;
	font-weight: normal;
	font-family: times new roman;
	letter-spacing: -.7pt;
	text-align: left;
	margin-left: 20px;
	margin-bottom:4px;
}

h3 {
	color: #444444;
	font-size: 16pt;
	font-weight: normal;
	font-family: times new roman;
	letter-spacing: -.4pt;
	text-align: left;
	margin-left: 20px;
	font-style: oblique;
	margin-bottom:4px;

}

em {
	font-style: oblique;
	font-weight: 600;
}

a {
	color: #555555;
}

#maincontainer{
	width:975px;
	position: relative;
	border: solid 0px red;
	margin:0 auto 0 auto;
	background-color: #DDDDDD;
}
#maincontainercontainer{
	position: relative;
	margin:0 ;
	background-attachment: scroll;
	background-image: url('../img/bgshadow.png');
	background-repeat: repeat-y;
	background-position: center top;
}

img.imgbutton {
	border: solid 5px white;
	margin-top: 15px;
	margin-bottom: 5px;
}

img.imgbutton:hover {
	border-color: #902915;
}
	

h1.headerlogo{
	float: left;
	display: block;
	width: 290px;
	height: 94px;
	text-indent: -9999px;
	background: transparent url(../img/headerlogo.gif) no-repeat 0 0;
	margin-top: 10px;
	
}


div#testheader{
	height: 120px;
	width:100%;
	overflow: hidden;
	font-family: times new roman;
	font-size: 12pt;
	letter-spacing: -0.25px;
	font-weight: lighter;
	background-attachment: scroll;
	background-image: url('../img/headerbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	
}

div#testheader a{
	color: #5a5851;
	text-decoration: none;
	
	
}

div#testheader ul {
	display: inline;
	padding: 0;
	margin: 0;
	float:right;
	
}

div#testheader ul li {
	padding:65px 10px 30px 11px;
	height: 40px;
	vertical-align:baseline;
	list-style: none;
	float:left;
	background-attachment: scroll;
	background-image: url('../img/menudiv.png');
	background-repeat: repeat-y;      
	background-position: 0px 0;
	overflow: visible;
	
}                         

div#testheader ul li.selected {	
	padding-right:11px;
	background-attachment: scroll;
	background-image: url('../img/headerselectedbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
}

div#testheader ul li.selected a{	
	color: white;
}

div.content{
		
	background-color: #DDDDDD;
	width: 975px;
	position: relative;
	background-attachment: scroll;
	background-image: url('../img/contentbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin-bottom: 20px;
}

div.contentbox{
	background-color: #f4f4f4;
	padding:5px;
}

div.index{
	background-attachment: scroll;
	background-image: url('../img/contentbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

div#reupba img{
	margin: 20px;
	border: 0;
}

div.photogallery img {
	margin: 20px;
}

div.photogallery img:hover {
	border-color:#902915;
}

p, div.contentbox ul, div.contentbox ol {
	margin: 0 20px 10px 20px;
	color:#454545;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.7em;
	text-align: left;
}

form {
	color:#454545;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.7em;
	text-align: left;
}

p.drop:first-letter{
	color: #666666;
	font-size:36pt;
	margin: 7px 5px 0 0;
	font-family: times new roman;
	float: left;
}

.altfont {
	font-family: times new roman;
	letter-spacing: -.4pt;
	font-style: oblique;
	font-size: .7em;
}

ul#designteam{
	text-align: left;
	list-style: none;
	margin:0 0 0 20px;
	padding: 0;
	text-indent: 0;
}

ul#designteam li {
	text-align: left;
	margin:0;
	padding: 0;
	text-indent: 0;
	color:#454545;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.7em;
	clear: left;
	
}

ul#designteam h3 {
	color: #444444;
	font-size: 16pt;
	font-weight: normal;
	font-family: times new roman;
	letter-spacing: -.4pt;
	text-align: left;
	margin-left: 0;
	font-style: oblique;
	margin-bottom:4px;
}

ul#designteam img {
	float:left;
	border: solid 2px #902915; 
	margin: 0 10px 10px 0
}

div#sofaprojectcontent {
	background-color: black;
	background-attachment: scroll;
	background-image: url('../img/sofabg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin:0;
	padding-bottom: 20px;
}

a.graygradbutton{
	color: white;
	background-attachment: scroll;
	background-image: url('../img/graytransgrad.png');
	background-repeat: repeat-x;
	padding: 10px;
	display: block;
	border: solid 4px #dddddd;
	text-decoration: none;
}

a.graygradbutton:hover{
	border-color:#FADD75;
}

ul.sofaproject {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.sofaproject li {
	display: block;
	padding: 15px;
	margin: 5px 15px 5px 15px;
	text-align: left;
	border:solid 2px #B6B4B2;
	background-attachment: scroll;
	background-image: url('../img/bgintdesbox.jpg');
	background-repeat: repeat-x;
	background-color:#DADADA;
	
}

ul.sofaproject li img{
	border: solid 2px #902915;
	margin-right: 15px;

}

ul.sofaproject li h3{
	margin: 0;
	padding: 0;
}

div.sofacontact{
	border:solid 2px #B6B4B2;
	padding: 20px;
	width:125px;
	text-align: center;
	background-attachment: scroll;
	background-image: url('../img/bgbuttonred.jpg');
	background-repeat: repeat-x;
	background-color:#eeeeee;
	color:white;
	font-family: arial;
	margin-left: 15px;
}

div.sofacontact a{
	font-size: 10pt;
	text-decoration: none;
	color:white;
}

div.sofacontact a:hover{
	text-decoration: underline;
}

h2.footerlogo{
	margin-left: 20px;
	float: left;
	display: block;
	width: 290px;
	height: 94px;
	text-indent: -9999px;
	background: transparent url(../img/footerlogo.gif) no-repeat 0 0;
	margin-top: 20px;
	
}

div#footer1l {
	width: 475px;
	float: left;
	background-color: #3a3630;
	height: 170px;
	color: white;
	font-family: arial;
	font-size:10pt;
	clear: both;
	margin-top:0;
	margin-bottom:0;
}

div#footer1l p {
	text-align:center;
	padding-top: 24px;
	color: #B6B4B2;
}

div#footer1r {
	width: 440px;
	padding: 20px 0 10px 60px;
	background-image: url('../img/footerdiv.jpg');
	background-repeat: no-repeat;
	background-color: #3a3630;
	height: 140px;
	color: white;
	float: right;
	margin-top:0;
	margin-bottom:0;
}

ul#footernav{
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	font-family: arial;
	font-size:10pt;
	line-height:1.5em;
	
}

ul#footernav li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
}

ul#footernav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#footernav ul li {
	display: inline;
	margin: 0 0px 0 10px;
	padding: 0 0 0 10px;
	font-weight: normal;
	border-left: solid 1px #B6B4B2;

}

ul#footernav a{
	color: #B6B4B2;
	text-decoration: none;
}

ul#footernav a:hover{
	text-decoration: underline;
}

div#footer2 {
	background-color: #4d4943;
	text-align: center;
	color: #B6B4B2;
	font-family: arial;
	font-size:7pt;
	margin-top:0;
	clear:both;
}

div#footer2 img {
	margin: 10px 40px 10px 40px;
}

div.intdesbox {
	border:solid 2px #B6B4B2;
	float:left;
	clear:left;
	width:400px;
	background-attachment: scroll;
	background-image: url('../img/bgintdesbox.jpg');
	background-repeat: repeat-x;
	background-color:#eeeeee;
	margin-left:15px;
	margin-right:40px;
	margin-bottom: 10px;
}

div.intdesbox h2 {
	margin-top:10px;
	font-size:18pt;
}
div.intdesbox a {
	text-decoration: none;
	color: #902915;

	margin-top:10px;
	font-size:10pt;
}

div.intdesbox img {
	float:left;
	margin: 15px 15px 5px 10px;
	border: solid 1px #444444;
}

table.form td{
	padding: 3px;
}

table.form tr{
}

table.form td input[type="text"] {
	width: 90%;
}

form.sofa table{
	width:90%;
	margin:10px auto 10px auto;
}


form.sofa td{
	background-color:#ffffff;
	border-top: solid 2px #bbbbbb;
	padding:8px;
}

form.sofa tr.error td{
	background-color:#ffeeee;
	color: #550000;
}

#reupprocess {
	margin-left:0;

}
#reupprocess p{
	margin-left:0;

}
#reupprocess h3 {
	margin-left: 0;
	font-style: normal;
	border-bottom: solid 2px #bbbbbb;
}

.button1{
	font-family: arial;
	display:block;
	padding: 4px;
	background-color:#dddddd;
	border:solid 1px black;
	text-decoration: none;
	text-align: center;
	font-size: 14pt;
	color: black;
	margin:0 40px 0 40px;
	cursor: pointer;
}
