/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */



body {
	background-color:#ba9956;
	background-image:url(../images/bg.png);
	background-position:top;
	color:#533;
	font-family:Verdana, Tahoma, Arial, sans-serf;
	font-size:11px;
	line-height:14px;
	text-align:center;
}

a:link, a:visited {
	color:#593f00;
	text-decoration:none;
}

a:hover, a:active {
	color:#80631e;
	text-decoration:none;
}

h3 {
	color:#593f00;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	padding:0 0 20px;
	margin:0;
	letter-spacing:-1px;
}

div.clear {
	clear:both;
}

#outercontainer {
	margin:0 auto;
	width:948px;
	background:url(../images/shadow-left.png) repeat-y top left;
}

#midcontainer {
	width:948px;
	background:url(../images/shadow-right.png) repeat-y top right;
}

#container {
	width:896px;
	margin:0 26px;
	text-align:left;
	background-color:#ba9956;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:291px;
	background-image:url(../images/nheader.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#logo {
	padding:40px 0 0 30px;
}

#logo:hover {
	opacity:0.8;
}

#menu {
	margin:71px 0 0 20px ;
	float: left;
}


#menu ul {
	list-style: none;
	padding-left:5px;
	text-indent:0;
	margin:0 0 0 -3px;
	height:60px;
	background:url(../images/menu-divider.png) no-repeat;
}
#menu ul li {
	display: inline-block;
	#display: inline;
	min-height: 60px;
	height: 60px;
	padding: 0;
	margin: 0 0 0 -3px;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/menu-divider.png) no-repeat top right;
	vertical-align:bottom;
	
}
#menu ul li a {
	background: none;
	display: inline-block;
	line-height: 103px;
	height: 60px;
	width: 80px;
	text-decoration: none;
	color: #593f00;
	font-size:16px;
	text-align:right;
	vertical-align:bottom;
	margin:0;
	padding:0;
}

#menu ul li a:hover {
	background: url(../images/menu-active.png) repeat-x;
	color: #fff;
}

#languages {
	text-align:right;
	margin:0px 20px;
	padding:10px 0;
	font-size:16px;
	border-bottom:1px solid #d9c69a;
}

#languages a {
	padding-left:10px;
}

#languages a:hover {
	color:#fff;
}

#content {
	margin:40px;
	padding-bottom:15px;
	border-bottom:1px solid #d9c69b;
	
}

#footer {
	background-color:#ceaf6e;
	padding:5px 0 0 30px;
	margin:7px 20px 0 20px;
	height:50px;
}

#footerlogo {
	float:left;
	width:120px;
	padding-top:3px;
}

#copyright {
	width:600px;
	text-align:center;
	float:left;
	line-height:42px;
}

#brandologo {
	float:left;
	width:80px;
	font-size:11px;
	text-align:right;
}

#bottomshadow {
	width:948px;
	height:27px;
	background:url(../images/shadow-bottom.png) no-repeat top;
	margin:0 auto;
}

li {
	margin:0px;
	padding:0px;	
}

.gallery-browser {
	list-style:none;
}

.gallery-browser li {
	font-size:18px;
	list-style: none;
	margin-left:0px;
}
.gallery-browser ul {
	list-style:none;			
}
.gallery-browser li ul li {
	margin-top:0px;
	margin-left:30px;
	list-style: circle;
}

.breadcrumb {
	border-bottom: 1px solid #d9c69b;
}

.galimg {
	margin-left:auto;
	margin-right:auto;
}

.galtable {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

.galtable td {
	text-align:center;
	border:1px solid #d9c69b;
	border-collapse:separate;
}
.galtable td:hover {
	background-color:#d9c69b;	
	text-align:center;
}