/*----- Start General Controls ----- */

body {
	background-image: url('/en/image/bg_net.gif');
	background-position: top left;
	background-repeat: repeat;
	padding: 0;
	margin: 4px;
}

#container {
	background: #faf2f2;
	/*F4ECD9;EAE2E3 eadddf LOGO color-88605f*/
	text-align: left;
	text-color: #7C6240;
	border-left: 1px solid #7C6240;
	border-top: 1px solid #7C6240;
	border-right: 1px solid #7C6240;
	margin: 0 auto;
    width: 960px; 
    height: 123px;
    clear: both;
	padding-bottom:5px;
}

body, input, select, div, span, a, tr, td, th, ul, li, textarea, p {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #7C6240;
	outline:none;
}

p {
	padding-left:7px;
	padding-right:5px;
}

#content {
    align:center;
    width: 960px; 
	clear: left;
	display: block;
	background: #faf2f2;  /*chaned it from F4ECD9*/
	border-right: 1px solid #7C6240;
	border-left: 1px solid #7C6240;
	border-bottom: 1px solid #7C6240;
	margin-left: -1px;
}

#errorMessage {
    padding-top:15px;
    padding-left:25px;
	color:red;
	font-weight:bold;
}

h7 {
	height: 100px;
	text-indent: 300px;
	margin: 2px 0 0 0;
}

h1 {
	font-size: 18px;
	color: #7C6240;
	margin: 0px 7px 20px 7px;
	font-weight: bold;
	text-align:left;
	font-style: italic;
}

h2 {
	font-size: 14px;
	color: #7C6240;
	margin-bottom: 3px;
	margin-left: 7px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 12px;
	color: #7C6240;
	margin-bottom: 3px;
	margin-left: 7px;
	font-weight: bold;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#copyright, #copyright a{
	width: 100%;
	padding: 10px 2px 5px 2px;
	text-align: center;
	font-weight: normal;
	font-size:13px;
	clear:left;
	border: 0;
}

#page-title {
	height:25px;
	font-size:16px;
	color:#7C6240;
	font-weight: bold;
	font-style: italic;
	padding-top:15px;	
	margin-top:20px;	
	margin-left:25px;	
	background-image: url('/en/image/underline.gif');
	background-position: bottom left;
	background-repeat: no-repeat;	
}

#page-numbering a {
	text-decoration:none;
}

#page-numbering {
	height:18px;
	font-size:14px;
	color:#7C6240;
	text-align:center;
	text-decoration:none;
	margin-top:3px;	
}

/*----- End General Controls ----- */

/*----- Start Main Navigation ----- */

#nav, #nav ul {
	float: left;
	width: 960px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0px;
	border: solid #7C6240;
	border-width: 1px 0;
	margin: 0 0 0 0;
	}

#nav a {
	display: block;
	width: 9.7em;
	color: #7C6240;
	text-decoration: none;
	padding-right: 6px;
	padding: 0.25em 4px;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 9em;
}

#nav li ul a {
	width: 9.3em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #d2b5b4; /*was eda*/
}

#nav li:hover a, #nav li.sfhover a {
	color: white;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {
	color: #7C6240;
}

#nav li ul li:hover a, #nav li.sfhover ul li:hover a {
	color: white;
}

/*----- End Main Navigation ----- */

/*---Start Tabbed Content---*/

ul.tab-headers, .tab-content {
    width: 930px;
}
ul.tab-headers { 
    height: 26px;      
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;  
}
ul.tab-headers li {
    float: left;
    padding: 3px 10px 8px 10px;
    border: solid 1px #92762C;
    border-bottom: 0;
    margin-left: 3px;
    cursor: pointer;
    background:#FFFFFF;
}
ul.tab-headers li.active {
    background-color: #88605f; /*was 7C6240*/
    color: white;
}
.tab-content {
    padding: 0 5px 5px 5px;
    border: solid 1px #92762C;
    visibility: hidden;
    height:260px;
    background:#FFFFFF;
}
    
/*--- End Tabbed Content---*/

/*--- Begin Photo Display ---*/

#image-wrapper {
	width:841px;
	height:480px;
	border: 0px solid #7C6240;
	margin-left:60px;
	margin-top:1px;
}

#image-container {
	width:220px;
	height:200px;
	border-top: 1px solid #7C6240;
	border-left: 1px solid #7C6240;
	border-right: 2px solid #7C6240;
	border-bottom: 2px solid #7C6240;
	margin-left:43px;
	margin-top: 20px;
	background:#88605f; /*was B89B74*/
	float:left;
}

#small_image-container {
	width:175px;
	height:155px;
	border-top: 1px solid #7C6240;
	border-left: 1px solid #7C6240;
	border-right: 2px solid #7C6240;
	border-bottom: 2px solid #7C6240;
	margin-left:25px;
	margin-top: 23px;
	margin-bottom: 32px;
	background:#88605f; /*was B89B74*/
	float:left;
}
#image-title {
	padding-top:2px;
	padding-left:2px;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
}

#image-catalog {
	padding-top:2px;
	padding-right:2px;	
	color:#ffffff;
	float:right;
	font-size:10px;
}

/*--- End Photo Display ---*/