body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #666666;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	text-align: right;
	font-weight: bold;
}

h1 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 0 6px 10px 6px;
	padding: 0;
}

p {
	margin: 5px 6px 5px 6px;
	padding: 0;
	text-align: justify;
	line-height: 15px;
}

strong.head {
	color: #FFF;
	background-color: #009795;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

strong.selections {
	height: 37px;
	width: 358px;
	background-image: url(../images/head-selections.gif);
	background-repeat: no-repeat;
	padding: 28px 0 0 70px;
	margin: 20px 0 0 0;
}

strong.search {
	height: 33px;
	width: 195px;
	background: #FFF url(../images/head-search.gif) bottom left no-repeat;
	padding: 70px 21px 0 0;
	text-align: right;
	margin: 0 0 0 0;
}

strong.catalogue {
	height: 39px;
	width: 155px;
	background-image: url(../images/head-catalogue.gif);
	background-repeat: no-repeat;
	padding: 26px 21px 0 40px;
	text-align: right;
	line-height: 16px;
	margin: 20px 0 0 0;
}

strong.new {
	height: 26px;
	width: 155px;
	margin: 4px 0 0 40px;
	padding: 4px 0 0 30px;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/list-separator-small.gif) bottom left no-repeat;
}

#header {
	height: 269px;
	background: url(../images/background-header.gif) bottom left repeat-x;
	position: relative;
}

#header div.content {
	height: 269px;
	width: 100%;
	background: url(../images/background-header.jpg) no-repeat;
}

#header a.ad {
	position: absolute;
	right: 0;
	top: 0;
}

#header a.ad img {
	border: none;
}

strong.seo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 25px;
}

strong.seo a {
	display: block;
	width: 210px;
	height: 119px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 7px 10px 34px 10px;
	position: relative;
}

#navigation-top {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 170px;
	left: 233px;
	list-style: none;
	color: #736653;
	font-size: 14px;
}

#navigation-top li {
	line-height: 30px;
	float: left;
}

#navigation-top li.last {
	margin-left: 10px;
}

#navigation-top li a {
	color: #FFF;
	background: #A8BD62 url(../images/background-menu-corner.gif) no-repeat;
	padding: 0 15px 0 24px;
	margin: 0 4px 0 0;
	display: block;
	float: left;
	height: 30px;
	font-weight: bold;
}

#navigation-main {
	width: 216px;
	background: url(../images/background-menu.png) bottom left repeat-y;
	position: relative;
	margin: -126px 0 0 0;
	z-index: 1000;
}

#navigation-main ul {
	margin: 0;
	padding: 0 17px 20px 20px;
	list-style: none;
	width: 179px;
	background: url(../images/background-menu-bottom.gif) bottom left no-repeat;
}

#navigation-main ul li {
	height: 29px;
	background: url(../images/dots.gif) bottom left repeat-x;
	padding: 0 0 0 11px;
	margin: -1px 0 -1px 0;
}

#navigation-main ul li a {
	background: url(../images/bullet.gif) 0 3px no-repeat;
	padding: 0 0 0 16px;
	line-height: 29px;
	color: #9E9A9A;
	font-size: 12px;
	font-weight: bold;
}

/* content block */
#content {
	background: url(../images/background-content.gif) repeat-y;
	padding: 0 274px 0 233px;
	width: 453px;
	position: relative;
	float: left;
	z-index: 100;
}

/* Firefox 2.0.0.8 'holy grail'  layout fix*/
#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* center content block */
#content-center {
	float: left;
	width: 428px;
	padding: 20px 17px 20px 8px;
	margin-right:-453px; 
	position: relative;
	overflow: hidden;
}

/* left content block */
#content-left {
	float: left;
	width: 219px;
	padding: 0 0 20px 17px;
	margin-left:-233px;
	position: relative;
}

/* right content block */
#content-right {
	float: right;
	width: 274px;
	margin-right: -274px;
	margin-top: -30px;
	position: relative;
	padding: 0 0 20px 0;
	background: #A8BD62 url(../images/background-content-right.gif) no-repeat;
}

* html #content-right {
	margin-left: -274px;
	border: none;
}


#footer {
	clear: both;
	height: 50px;
	background: #009795 url(../images/background-footer.gif) 23px 0 no-repeat;
	color: #FFF;
	position: relative;
}

#footer p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	left: 58px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 11px;
	top: 5px;
	color: #FFF;
}

#footer ul li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 4px;
	background: url(../images/separator.gif) 0 7px no-repeat;
}

#footer ul li.first {
	background: none;
}

#footer ul li a {
	color: #FFF;
}

ul.catalogue {
	margin: 15px 0 0 25px;
	padding: 0;
	list-style: none;
}
ul.catalogue li {
	line-height: 18px;
}

ul.catalogue li a {
	color: #9E9A9A;
}

/* photos list */
ul.list {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.list li {
	position: relative;
}

ul.list li div.image a img {
	border: none;
}
ul.list li div.medium {
	background: url(../images/background-image-medium.gif) no-repeat;
	width: 237px;
	height: 161px;
}

ul.list li div.medium2 {
	background: url(../images/background-image-medium2.gif) no-repeat;
	width: 237px;
	height: 183px;
}

ul.list li div.small {
	background: url(../images/background-image-small.gif) no-repeat;
	width: 128px;
	height: 89px;
}

ul.list span {
	font-weight: bold;
}

/* left column list */
#content-right ul.list {
	margin-left: 22px;
	margin-right: 5px;
	color: #000;
}

#content-right ul.list li {
	background: url(../images/list-separator-small.gif) 18px 100% no-repeat;
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
}

#content-right ul.list li div.description {
	position: relative;
	height: 1%;
}

#content-right ul.list li div.image {
	margin-left: -5px;
	padding: 9px 0 0 9px;
}

#content-right ul.list strong {
	color: #FFF;
	margin: 2px 0 2px 0;
	display: block;
}

#content-right ul.list ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}

#content-right ul.list ul li {
	background: none;
	padding: 0;
	margin: 0;
}

#content-right ul.list a.more {
	position: absolute;
	right: 14px;
	bottom: 0; 
	color: #000;
}

/* center column list */
#content-center ul.list {
	margin: 10px 0 0 10px;
	padding: 0;
}

#content-center ul.list li {
	background: url(../images/dots.gif) left bottom repeat-x;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	float: left;
	width: 100%;
}

#content-center ul.list li.last {
	background: none;
}

#content-center ul.list strong {
	color: #509FBE;
	margin: 2px 0 2px 0;
	display: block;
}

#content-center ul.list li div.image {
	margin-left: -5px;
	float: left;
	padding: 6px 0 0 7px;

}
#content-center ul.list li div.description {
	width: 272px;
	margin-left: 10px;
	float: left;
	height: 1%;
	position: relative;
}

#content-center ul.list ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
* html #content-center ul.list ul {
	margin-bottom: 5px;
}

* +html #content-center ul.list ul {
	margin-bottom: 5px;
}
#content-center ul.list ul li {
	background: none;
	padding: 0;
	margin: 0;
}

#content-center ul.list a.more {
	position: absolute;
	right: 0; 
	bottom: 0; 
	color: #666666;
	font-size: 10px;
}

/* left content search form */
#content-left form {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	line-height: 18px;
}

#content-left form label {
	clear: left;
	width: 60px;
	float: left;
	margin-top: 17px;
	color: #9E9A9A;
}

#content-left form select {
	margin-top: 17px;
	width: 113px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#content-left form fieldset {
	border: none;
	margin: 17px 0 0 0;
	padding: 0;
}

#content-left form fieldset span {
	display: block;
	color: #9E9A9A;
	margin: 0;
	padding: 0;
}

#content-left form fieldset label {
	margin-top: 2px;
	padding: 0 0 0 25px;
	width: 35px;
}

#content-left form fieldset select {
	margin-top: 2px;
}



