body {
	font: normal 12px Helvetica, Arial, sans-serif;
	background: white url(../gfx/header-bg.png) repeat-x;
	height: 100%;
	width: 100%;
/* 	overflow-y: scroll; */
}

#wrapper {
/* 	height: 500px; */
	width: 800px;
/*	background-color: #ff831c;*/
	margin: 0 auto;
	text-align: center;
}

#logo {
	background: transparent url(../gfx/anna-logo.png) no-repeat;
	width: 300px;
	height: 110px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}

#header {
	height: 184px;
	margin-bottom: 32px;
}

ul#nav{
	clear: both;
	text-align: center;
	margin: 27px auto 0 auto;
	display: block;
	width: 358px;
}

ul#nav li {
	display: inline;
	height: 47px;
	padding: 0;
	margin: 0;
}

ul#nav li a {
	display: block;
	float: left;
	width: 50px;
	height: 47px; 
	text-indent: -9999px;
	margin: 0 5px;
}

ul#nav li#portfolio a {
	background-image: url(../gfx/nav-portfolio.png);
	width: 98px;
}

ul#nav li#about a {
	background-image: url(../gfx/nav-about.png);
	width: 62px;
}

ul#nav li#clients a {
	background-image: url(../gfx/nav-clients.png);
	width: 71px;
}

ul#nav li#contact a {
	background-image: url(../gfx/nav-contact.png);
	width: 87px;
}

ul#nav li a:hover, ul#nav li.active a {
	background-position: 0 -47px;
}

#big-image-container #prev {
	width: 100px;
	height: 550px;
	float: left;
}

#big-image-container #big-image {
	height: 550px;
	width: 600px;
	float: left;
	padding-bottom: 30px;
	vertical-align: middle;
	line-height: 550px;
	white-space: nowrap;
}

#big-image-container #big-image img {
	vertical-align: middle;
}

#big-image-container #next {
	width: 100px;
	height: 550px;
	float: left;
}

#big-image-container #next a, #big-image-container #prev a {
	width: 100px;
	height: 550px;
	display: block;
	vertical-align: middle;
	text-indent: -9999px;
}

#big-image-container #next a {
	background: transparent url(../gfx/next.png) center center no-repeat;
}

#big-image-container #prev a {
	background: transparent url(../gfx/prev.png) center center no-repeat;
}

#main {
/*	background-color: fuchsia;*/
}

div.section h2 {
	display: block;
	text-align: left;
	clear: both;
	border-bottom: solid 1px #bbbbbb;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}

div.section h2 a {
	display: block;
	height: 17px;
	text-indent: -9999px;
}

div#beauty h2 a {
	background: #fff url(../gfx/h2-beauty.png) 0 0 no-repeat;
}

div#fashion h2 a {
	background: #fff url(../gfx/h2-fashion.png) 0 0 no-repeat;
}

div#advertising h2 a {
	background: #fff url(../gfx/h2-advertising.png) 0 0 no-repeat;
}

div#beauty.open h2 a, div#beauty h2 a:hover,
div#fashion.open h2 a, div#fashion h2 a:hover,
div#advertising.open h2 a, div#advertising h2 a:hover {
/* 	background-position: 0 -17px; */
}

div#beauty.open h2 a,
div#fashion.open h2 a,
div#advertising.open h2 a {
	background-position: 0 -17px;
}

div#beauty.open h2 a:hover,
div#fashion.open h2 a:hover,
div#advertising.open h2 a:hover {
/* 	background-position: 0 0; */
}

ul.porfolio-thumbs {
	display: block;
}

ul.porfolio-thumbs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}

ul.porfolio-thumbs li img {
	width: 100px;
	height: 100px;
}

h2.category-head {
	display: block;
	text-align: left;
	clear: both;
	border-bottom: solid 1px #bbbbbb;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	height: 17px;
	text-indent: -9999px;
}

h2.beauty {
	background: #fff url(../gfx/h2-beauty.png) -20px -17px no-repeat;
}


h2.fashion {
	background: #fff url(../gfx/h2-fashion.png) -20px -17px no-repeat;
}


h2.advertising {
	background: #fff url(../gfx/h2-advertising.png) -20px -17px no-repeat;
}


/*  ABOUT  */

div#about h2 {
	margin-bottom: 0;
	background: #fff url(../gfx/h2-about.png) 0 0 no-repeat;
}

#about-text {
	width: 800px;
	text-align: left;
	color: #666;
	font-size: 15px;
	line-height: 24px;
/* 	float: left; */
/* 	background: #fff url(../gfx/about-bg.jpg) 0 0 no-repeat; */
	background: #fff url(../gfx/clients-bg.jpg) 0 140px no-repeat;
	padding: 30px 0 170px 0;
	margin-bottom: -30px;
}

#about-text p {
	padding-bottom: 24px;
	width: 400px;
}

#about-text img {
/* 	margin-left: 458px; */
/* 	margin-bottom: -502px; */
	float: right;
	margin-top: -30px;
	display: block;
	width: 342px;
	height: 502px;
/* 	position: relative; */
}

/*  CLIENTS  */

div#clients {
	background: #fff url(../gfx/clients-bg.jpg) 0 0 no-repeat;
	margin-bottom: -30px;
	padding-bottom: 50px;
}

div#clients-links h2 {
	height: 17px;
	text-indent: -9999px;
	margin-bottom: 0;
	background: #fff url(../gfx/h2-clients.png) 0 0 no-repeat;
}

div#celebrities-links h2 {
	height: 17px;
	text-indent: -9999px;
	margin-bottom: 0;
	background: #fff url(../gfx/h2-celebrities.png) 0 0 no-repeat;
}

div#photographers-links h2 {
	height: 17px;
	text-indent: -9999px;
	margin-bottom: 0;
	background: #fff url(../gfx/h2-photographers.png) 0 0 no-repeat;
}

.links {
	width: 260px;
	float: left;
	text-align: left;
}

.links ul {
	padding: 30px 0 0 0;
}

.links a {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

#clients-links, #celebrities-links {
	margin-right: 10px;
}


/*  CONTACT  */

div#contact h2 {
	margin-bottom: 0;
	background: #fff url(../gfx/h2-contact.png) 0 0 no-repeat;
}

#contact-text {
	width: 400px;
	text-align: left;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	background: #fff url(../gfx/about-bg.jpg) 0 0 no-repeat;
	padding: 30px 400px 170px 0;
	margin-bottom: -30px;
}

div#contact-text legend {
	display: none;
}

div#contact-text label {
	display: block;
	height: 17px;
	text-indent: -9999px;
	margin-bottom: 11px;
	margin-top: 20px;
}

div#contact-text label.Name {
	background: #fff url(../gfx/form-your-name.png) 0 0 no-repeat;
}

div#contact-text label.Email {
	background: #fff url(../gfx/form-your-email.png) 0 0 no-repeat;
}

div#contact-text label.zemTextarea {
	background: #fff url(../gfx/form-your-message.png) 0 0 no-repeat;
}

div#contact-text input.zemText, div#contact-text textarea {
	width: 382px;
	border: solid 1px #bbb;
	display: block;
	padding: 0;
	font: normal 24px Helvetica, Arial, sans-serif;
	padding: 8px;
}

div#contact-text input.zemText {
	height: 24px;
	color: #666;
	background: #fff url(../gfx/form-bg.png) 0 0 repeat-x;
	font: normal 24px Helvetica, Arial, sans-serif;
	padding: 8px;
}

div#contact-text input.zemSubmit {
	height: 44px;
	width: 400px;
	border: none;
	display: block;
	margin-top: 11px;
	background: #fff url(../gfx/form-submit.png) 0 0 repeat-x;
	text-indent: -9999px;
}

div#contact-text textarea.zemTextarea {
	height: 240px;
	color: #666;
	background: #fff url(../gfx/form-bg-big.png) 0 0 repeat-x;
}

/*  FOOTER  */

#footer {
	border-top: solid 1px #bbbbbb;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
/* 	margin-bottom: 70px; */
	height: 80px;
	color: #666;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}


/*  IMPRINT  */

div#imprint h2 {
	margin-bottom: 0;
	background: #fff url(../gfx/h2-imprint.png) 0 0 no-repeat;
}




/*---------- bubble tooltip -----------*/


.hideTooltip {
	display: none;
}

.toolTipOccasion {
	font: bold 12px Helvetica, sans-serif;
	color: #ab2b56;
	display: block;
	text-transform: uppercase;
}
.toolTipInfo {
	font-size: 12px;
	font: normal 12px Helvetica, sans-serif;
	line-height: 12px;
}

.tooltip {
	width: 170px; 
	color: #fff;
	text-decoration: none;
/* 	line-height: 160%; */
	text-align: left;
}

.tooltip .top {
	padding: 37px 14px 0;
	background: url(/gfx/tooltip.png) no-repeat top;
}

.tooltip b.bottom {
	padding: 7px 8px 8px;
	color: #fff;
    background: url(/gfx/tooltip.png) no-repeat bottom;
}
