html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
* html {
	height: 100%;
}
body {
	background: url(../images/back_gradient.png) repeat-x left top;
	color: #020000;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 959px;
}

/* header area */
#header {
}
#logo h1 {
	position: absolute;
	left: 25px; top: 52px;
	margin: 0; padding: 0;
	width: 103px; height: 86px;
}
#logo h1 a {
	display: block;
	width: 103px; height: 86px;
	background: url(../images/logo_woonzoo.png) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
}

/* daughtersites1 */
#daughterSites1 {
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color:#000000;
}
#daughterSites1 .table_data {
	width: 137px;
	text-align: center;	
	border:#ffffff solid  1px;
	background-color:#000000;
}
#daughterSites1 .table_data1 {
	width: 137px;
	text-align: center;	
	border:#000000 solid  1px;
	background-color:#000000;
}
#daughterSites1 .table_detail {	
	overflow:hidden;
	width: 100%;
	text-align: center;
	color: #fff;	
	height:16px;
	background-color:#000000;	
}
#daughterSites1 a {
	width: 100%;	
	line-height: 11px;
	font-size: 11px;
	text-decoration: none;
	color: white;
	overflow:hidden;
}
#daughterSites1 a:hover {
	text-decoration: underline;
	width: 100%;
	color: white;
	overflow:hidden;
}

/* headerBanner */
#headerBanner {
	position: absolute;
	right: 0; top: 44px;
	width: 728px; height: 90px;
	overflow: hidden;
}

/* headerSearch */
#headerSearch {
	position: relative;
	margin: 0 5px;
	padding: 8px;
	background: #776d60;
}
#headerSearch #fc_keyword {
	padding: 1px 2px;
}
#headerSearch input,
#headerSearch select {
	position: relative;
	float: left; display: inline;
	margin-right: 4px;
	vertical-align: middle;
	font-size: 11px;
}
#headerSearch select {
	min-width: 120px;
}
#headerSearchInput input,
* html #headerSearch select { /* width for IE6 */
	width: 120px;
}

/* headerMenu */
#headerMenu {
	padding-top: 1px;
}
#headerMenu ul,
#headerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#headerMenu li {
	position: relative;
	float: left; display: inline;
	background: url(../images/spacer_headermenu.png) no-repeat left 6px;
}
#headerMenu li.first {
	margin-left: 80px;
	background: none;
}
#headerMenu li a {
	float: left; display: inline;
	padding: 3px 7px 1px 10px;
	line-height: 11px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: white;
}
#headerMenu li a:hover {
	text-decoration: underline;
	color: white;
}

#XternalSearch {	
	background: #dedbd7;
	border: 1px solid #bbb6af;	
	padding:5px;	
}
#XternalSearch h4 {
	font-size: 13px;	
}
#XternalSearch .login{padding-left:10px;}
#XternalSearch .login a {
	padding-left: 7px;
	background: url(../images/bullet_more.png) no-repeat left 5px;
	color:#000000;
}
#XternalSearch .login a:hover {
	padding-left: 7px;
	background: url(../images/bullet_more.png) no-repeat left 5px;
	color:#fafafa;
}
#XternalSearch .login a:visited {
	padding-left: 7px;
	background: url(../images/bullet_more.png) no-repeat left 5px;
	color:#000000;
}
#XternalSearch .txt{	
	color:#7b7b7a;
	font-size: 10px;
}
#XternalSearch .search_btn {
	background-image: url(../images/btn_headersearch.png);
	background-repeat: no-repeat;
	width: 57px;	
	height:20px;
	font-size: 0px;
	border: 0px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	cursor: pointer;
}
#XternalSearch .lineLeft {border-left: 1px solid #c9c5bf;}
/* loginBox */
#mijnWoonZoo {
}
#loginBox {
	position: absolute;
	z-index: 100;
	top: -4px; left: -33px;
	display: none;
	background: #dedbd7;
	border: 1px solid #bbb6af;
	width: 145px;
	padding: 5px 10px;
	text-align: center;
}
#loginBox h4 {
	font-size: 13px;
	margin: 0 0 5px 0;
}
#wrapper #loginBox a {
	float: none; display: block;
	padding: 0;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #020000;
}
#wrapper #loginBox a:hover {
	color: #776d60;
}
#wrapper #loginBox .title a {
	font-weight: bold;
	text-decoration: none;
	color: #776d60;
}
#wrapper #loginBox .title a:hover {
	color: #020000;
}
#wrapper #loginBox a.close {
	position: absolute;
	top: 6px; right: 6px;
	width: 10px; height: 11px;
	text-indent: -999em;
	background: url(../images/btn_closewindow.png) no-repeat left top;
}
#wrapper #loginBox a.close:hover {
	background-image: url(../images/btn_closewindow_on.png);
}
#loginBox .line {
	margin: 7px 0;
	height: 0;
	line-height: 0%;
	font-size: 0;
	border-top: 1px solid #c9c5bf;
}
#loginBox input {
	float: none; display: block;
	margin: 0 0 3px 0; padding: 1px 4px;
}
#loginBox .boxInput input {
	width: 124px;
	border: 1px solid #c9c5bf;
	background-repeat: no-repeat;
	background-position: left center;
	color: #262626;
}
#headerMenu #loginBox ul {
	margin: 5px 0 10px 0;
}
#headerMenu #loginBox li {
	position: static;
	float: none; display: block;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	background: url(../images/bullet_more.png) no-repeat 5px 7px;
	text-align: left;
}

/* breadcrumbs */
#breadcrumbs {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 140px;
	width: 770px;
	font-size: 11px;
	color: #776d60;
}
#breadcrumbs a, .prevPage a {
	text-decoration: underline;
	color: #020000;
}
#breadcrumbs a:hover, .prevPage a:hover {
	text-decoration: underline;
	color: #020000;
}
.prevPage {
	padding-left: 8px;
	background: url(../images/nav_arrow_back.png) no-repeat left 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 10px 0 5px 5px;
	padding: 8px 10px;
	background: #dedbd7;
	text-align: center;
}
#footerMenu a {
	text-decoration: none;
	color: #020000;
}
#footerMenu a:hover {
	text-decoration: underline;
	color: #020000;
}
#footerMenu span {
	width: 4px;
	margin: 0 5px;
	text-indent: -999em;
	background: url(../images/spacer_footermenu.png) no-repeat left 5px;
}
#copyright {
	padding: 3px 0;
	text-align: center;
	color: #c3beb7;
}

/* content */
#content {
	float: left; display: inline;
	margin: 160px 0 0 0;
	padding: 5px 0;
	width: 798px;
	background: white;
}

/* sidebar */
#sidebar {
	float: left; display: inline;
	margin: 160px 9px 0 0; 
	padding: 5px;
	width: 142px;
	background: white;
}

/* shopMenu */
#shopMenu {
	margin-bottom: 20px;
	background: #efedeb;
}
#shopMenu h2 {
	margin: 0; 
	padding: 5px 10px;
	background: #c3beb7;
	font-size: 16px;
	color: #776d60;
}
#shopMenu ul, #shopMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#shopMenu ul {
	border-bottom: 0px solid #fff;
	margin: 0px 0px 12px 0px;	
}
#shopMenu li {
	border-bottom: 1px solid #dedbd7;
}

#shopMenu li.active {
	background-color:#fff;
	background-image: url("../images/arrow-down-left-menu.gif") ;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-left:10px;
}


#shopMenu ul li.active ul li.active {
	background: none;
	padding-left: 0px;
}

#shopMenu ul li.active ul li {
	padding-left: 0px;
}

#shopMenu li.inactive {
	background-color:#EFEDEB;
	background-image:url(../images/arrow-left-menu.gif);
	background-position:10px 9px;
	background-repeat:no-repeat;
	padding-left:10px;
}
#shopMenu li a {
	display: block;
	padding: 3px 7px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #020000;

}
* html #shopMenu li a {
	height: 0.1em; /* fix height in IE */
}
#shopMenu li a:hover {
	color: #776d60;
}

/* level 2 */
#shopMenu ul ul {
	display: none;
}
#shopMenu ul li.active ul {
	display: block;
	border: none;
}
#shopMenu ul ul li {
	border: none;
}
#shopMenu ul ul li.inactive {
	background: none;
}
#shopMenu ul ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #020000;
}
#shopMenu ul ul li.active a {
	text-decoration: underline;
}

/* styleMenu */
#styleMenu {
	padding: 0 0 20px 0;
	background-color: #dedbd7;
	background-image: none;
}
#styleMenu h2 {
	padding: 10px 12px 3px 12px;
	text-align: right;
	font-size: 18px;
	color: #776d60;
}

#styleMenu li {
	background-image: url("../images/arrow-left-menu.gif") ;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-weight: normal;
}

#styleMenu ul li.active {
	background-color:#fff;
	background-image: url("../images/arrow-down-left-menu.gif") ;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}

#styleMenu ul li.inactive {
	background-color:#transparant;
	background-image: url("../images/arrow-left-menu.gif") ;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}

#styleMenu ul ul li.active {
	background-color:#ffffff;
	background-image: none;
	text-decoration: underline;
}

#styleMenu ul ul li.active a {
	text-decoration: underline;
}

#styleMenu ul ul li.inactive {
	background-color:#ffffff;
	background-image: none;
}

#styleMenu ul, #styleMenu li {
	margin: 0; 
	padding: 0;
	list-style: none;
}
#styleMenu ul {
	margin: 0 0px;
}

#styleMenu ul li a {
	display: block;
	padding: 3px 7px 3px 15px;
	border-bottom: 1px solid white;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #020000;
}

#styleMenu ul ul li a {
	display: block;
	padding: 3px 7px 3px 15px;
	border-bottom: 1px solid white;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #020000;
}

* html #styleMenu li a {
	height: 0.1em; /* fix height in IE */
}
#styleMenu li a:hover {
	color: #776d60;
}
#styleMenu li.active a {
	background: none;
}

#catlog {		
	font-family: Tahoma, Arial, Helvetica, Verdana;
	width: 520px; 
	float: left;
	background-color: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding-top: 10px;
}
#catlog .title {	
	height:30px;
	/*background-color:#8e867b;
	border:1px solid #787169;*/
	vertical-align:middle;	
	padding: 0 0 0 30px;
}
#catlog .title a:link {
	background: url(../images/arrow-blue.gif) no-repeat 5px 2px;
	padding-left: 15px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	text-decoration: bold;
}

#catlog .title a:visited {
	background: url(../images/arrow-blue.gif) no-repeat 5px 12px;
	padding: 10px 0px 10px 15px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	text-decoration: bold;
}

#catlog .title a:hover {
	background: url(../images/arrow-blue-hover.gif) no-repeat 5px 12px;
	background-color: #4d4d4d;
	padding: 10px 0px 10px 15px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	text-decoration: bold;
}

/* daughtersites */
#daughterSites {
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 35px;
}

#daughterSites a {
	padding: 0 5px;
	line-height: 11px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
#daughterSites a:hover {
	text-decoration: underline;
	color: white;
}
