/*
Pseudo-classes :  :active, :focus, :hover, :link, :visited, :first-child, :lang
*/
body {
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #94836c;
	background-image: url(img/interface/page-fade.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}



#sidebar_left h2 {
	font-size: 20px;
}

.margin_merging_stopper {
	height: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* for IE/Mac */

#main {
	background-color: #ffffff;
	background-image: url(img/interface/main-fade.gif);
	background-repeat: repeat-y;
	background-position: right;
    width: 1024px;
    text-align:left;
    border: #847056 solid 1px;
}
#main, #slideshow {
	width: 978px;
}

#top {
	height: 33px;
	margin: 0;
	padding: 0;
	background-image: url(img/interface/top-bg.jpg);
	background-repeat: no-repeat;
}
#top, #top a {
	color: #e72b2b;
}
#top ul {
	float: right;
	list-style: none;
	margin-top: 7px;
}
#top li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid;
}
#top li.first {
	border-left: none;
} /* #top > li:first-child,  */
#slideshow {
/*
	height: 275px;
*/
	height: 264px;
	position: relative;
}
#picture-slides-container, #slideshow_fg {
	position: absolute;
	width: 100%;
	height: 100%;
}
#picture-slides-container {
	text-align: right;
}
#slideshow_fg {
	background-image: url(img/interface/logo.png);
	background-repeat: no-repeat;
	background-position: 38px 34px;
}
#slideshow_fg.transparencyFix {
	background-image: url(img/interface/logo.gif);
}
#menu {
	margin-top: 7px;
	margin-bottom: 1px;
	background-color: #CCBBA5;
}

#nav, #nav ul {
	list-style: none;
}
#nav li.primary {
	float: left;
} /* #nav > li,  */
#nav, #nav ul { /* all lists */
/* 
	position: fixed; IE6 bug
	list-style: none;
*/
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#nav {
/*
	margin: 0 3px;
*/
	height: 24px;
	padding-left: 14px; /* same as #nav li.primary a horizontal padding */
	font-size: 11px;
	background-image: url(img/interface/menu-bg.gif);
	background-repeat: repeat-y;
}
#nav a {
	display: block; /* IE bug fix : menu seemed to float on the right */
	height: 100%;
	text-decoration: none;
	cursor: default;
}
#nav a {
	color: #005a90;
} /* , #nav > li > a  */
#nav a.lien:hover {
	text-decoration: none;
}
/*
#nav > li:hover > a.lien, #nav > li.sfhover > a.lien {
	font-weight: inherit; IE doesn't support inherit
}
*/
#nav li a {
	/* width needed or else Opera goes nuts */
	padding: 3px;
}
#nav li.primary {
	border: 1px solid transparent;
	border-left-color: #beaf9c;
}
#nav li.primary a {
	height: 15px; /* #nav - vertical padding  */
	padding: 4px 14px 3px 14px; /* min from #nav li ; same as #nav padding-left */
} /* #nav > li a,  */
#nav li.first { /* #nav > li:first-child,  */
	border-left-color: transparent;
}
#nav > li:hover { /* #nav li.primary.sfhover Ie6 can't combine classes */
	border-color: #005a90;
	background-color: #c3c4c5;
	background-image: url(img/interface/menu-hover-fade.gif);
	background-repeat: repeat-x;
}
/*
#nav > li:hover > a, #nav > li.sfhover > a {
}
*/
#nav li:hover > a.lien { /* #nav li.sfhover a.lien for IE6 */
	cursor: pointer;
}
#nav li ul { /* second-level lists */
/*
	width: 210px;
	margin: 12px 0 0 -25px;
	margin-top: 5px;
*/
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #d1d2d5;
	border: 1px solid #005a90
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li {
	/* min-width: 10em; bug fix in FF for alignment ; occurs sometimes ... */
	border-top: solid 1px #e4e5e6;
	font-size: 11px;
}
#nav li ul li.first { /* #nav li ul li:first-child */
	border-top: none;
}
#nav li ul li a {
	margin: 0 0 0 auto;
	color: #61636a;
}
#nav li ul li a:hover { /* same as #nav a */
	color: #005a90;
/*
	text-decoration: underline; won't function
*/
}

#middle {
	overflow: hidden; /* for #filler */
}
#sidebar_left {
	float: left;
	width: 200px;
	padding: 21px 12px;
	color: #fffdfc; /* for children */
	background-color: #c7eafc;
}
#sidebar_left, #sidebar_left * {
	font-size: 11px;
}
#sidebar_left form {
	padding: 15px 25px;
}
#sidebar_left input, #sidebar_left textarea, .checkbox_p_c p {
	color: #c8c8ca;
	background-color: #ffffff;
}
.cleardefault, .checkbox_p_c label { /* should be different class ... */
	width: 138px;
}
#bid {
	background-color: #005a90;
}
input {
	margin: 0;
} /* default higher than checkbox_p_c p */
.checkbox_p_c input {
	border: none;
}
.checkbox_p_c p {
	overflow: auto;
	/* zoom: 1; triggers hasLayout */
	margin: 2px;
}
.checkbox_p_c {
	overflow: hidden;
}
.checkbox_p_c label {
	display: block;
	padding: 4px;
}
.checkbox_p_c input {
	float: right;
	margin: 4px; /* same as .checkbox_p_c label padding */
}
.submit_c {
	text-align: right;
}
#bid .details {
	color: #e42d2c;
} /* for some odd reason, only having a container first enable color to be applied */
#contact {
	margin-top: 6px; /* #sidebar_left children beside the first */
	background-color: #6fcdfd;
}

#content, #credits a {
	color: #696764;
}
#content {
	overflow: auto;
	/* zoom: 1; triggers hasLayout */
	height: 110%;
	width: 723px; /* original 754px */
	margin-left: 225px;
	padding: 0 20px 10px 10px;
	background-color: #f1f1f2;
	background-image: url(img/interface/content-fade.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#content {
	overflow: hidden;
}
#content a {
	color: #caae89;
}
#filler {
	margin-left: 225px; /* >= #sidebar_left width */
}
#sample_wrapper {
	float: left;
	border: 1px solid #ffffff;
	border-top: none;
	border-left: none;
	margin: 0 10px 10px 0; /* left padding neutralize #content padding */
	background-color: #d1d2d5;
	background-image: url(img/interface/sample-right-top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#sample_wrapper2 {
	padding: 12px;
	background-image: url(img/interface/sample-left-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#sample {
	text-align: center;
}
#sample img {
	border: 1px solid #7d6d57;
}
#filler {
	margin-top: 1px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background-color: #d7d1c9;
	background-image: url(img/interface/filler-fade.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#gallery_tn {
	float: right;
	width: 260px;
}
#gallery_tn_content {
	height: 430px;
}
#gallery_tn_content img {
	border: 1px solid #88755c;
}
#gallery_tn_content ul {
	float: left;
/*
	width: 120px;
*/
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}
#gallery_tn_content1 {
	margin-left: 0;
	text-align: right;
}
#gallery_tn_list {
	float: right;
	list-style: none;
}
#gallery_tn_list a {
	color: #88755c;
}
#gallery_tn_list li.current a {
	font-weight: bold;
}
#gallery_tn_list li {
	float: left;
	margin: 2px;
}
#test:link{
color:#005A90;
text-decoration: none;

}

#test:visited{
color:#005A90;
text-decoration: none;
   
}

#test:hover{
color:#005A90 ;
text-decoration: underline;
 
}
