@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0;
	margin-left: 0;
	background-color: #f5f4eb;
	font-family:Futura, Verdana, Verdana, Geneva, sans-serif;
}

a:link {
	color: #000000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}

#sitecontainer {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
}

#leftcontainer {
	width: 250px;
	height: 640px;
	float: left;
}

#navigationcontainer {
	width: 250px;
	padding-top: 250px;
}

div.previous {
	width: auto;
	float: left;
	display: inline-block;
	padding-left: 50px;
}

div.next {
	float: left;
	display: inline-block;
	width: auto;
}

#rightcontainer {
	width: 585px;
	margin-left: 250px;
}

#menucontainer {
	width: 585px;
	height: 23px;
	padding-top: 53px;
	padding-bottom: 25px;
}

div.menuitem {
	width: auto;
	float: left;
	display: inline-block;
	height: 23px;
}

#picturecontainer {
	width: 580px;
	min-height: 552px;
}

#picturecontainer img {
	border: 6px solid white;
}

div.caption {
	padding-top: 10px;
	text-align: right;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-right: 6px;
	width: 574px;
}

div.pictureitem {
	width: 580px;
	text-align: center;
}

div.coverholder {
	width: 580px;
	text-align: center;
	
}

div.coveritem {
	width: 282px;
	float: left;
	display: inline-block;
	padding-right: 5px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	font-size: 14px;
	line-height: 18px;
}

em {
	font-size: 14px;
}

div.titleholder a:link {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
div.titleholder a:visited {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;

}
div.titleholder a:hover {
	color: #666666;
	text-decoration: underline;
	text-transform: uppercase;

}
div.titleholder a:active {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;

}


div.textitem {
	background-color: white;
	width: 540px;
	min-height: 250px;
	padding: 20px 20px 40px;
}

div.potraittext {
	background-color: white;
	width: 540px;
	padding: 190px 20px 20px;
	height: 260px;
	text-align: center;
}

div.titleholder {
	margin-top: 120px;
	margin-bottom: 120px;
	text-align: center;
}

div.endholder {
	background-color: white;
	width: 540px;
	min-height: 400px;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}

small.caption {
	padding-top: 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-right: 6px;
	width: 574px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

div.end {
	margin-top: 200px;
	margin-bottom: 20px;
}

/* @group pagination */

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 0;
margin: 0;
}

.paginationstyle a{ /*Pagination links style*/
text-decoration: none;
	margin: 0;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
cursor: default;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
border: 0;
}

#previous {
	float: left;
	display: inline-block;
	padding-left: 50px;
}

#next {
	float: left;
	display: inline-block;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
}

/* @end */

#footer {
	width: 830px;
	margin-top: 30px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #bbb9b5;
	margin-bottom: 10px;
}

#footer a {
	color: #bbb9b5;
	
}


/* @group shop */

#shopsidecontainer {
	width: 235px;
	margin-top: 40px;
	padding-right: 15px;
}

#shopsidecontainer p {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 2px;
}

div.shopitem {
	float: left;
	display: inline-block;
	padding-right: 5px;
	padding-top: 5px;
}



/* @end */






