img { behavior: url(iepngfix.htc); }

a {
	text-decoration: none;
}
a:link, a:link img, a:visited, a:visited img, a:active, a:active img { 
  border: none 
}

body {
	text-align: center;
}

body.intro {
	margin-top: 50px;
}

body.intro img {
	cursor: pointer;
}

div.main{
	margin-top: 40px;
	text-align: center;
}

div.middlepart {
	margin-top: 120px;
	vertical-align: middle;
}


div#navcontainer {
	width: 930px;
	height: 20px;
	clear: both; 
	padding-left: 20px;

	margin-right: auto;
	margin-left: auto;
}

div.navigation {
	font-size: 500%;
	font-weight: bold;
	float: left;
	visibility: hidden;
	margin-right: 10px;
	width: 15px;
	height: 20px;

	cursor: pointer;
}

div#goleft {
	background: url(../img/left_passive.jpg) no-repeat;
}
div#goright {
	background: url(../img/right_passive.jpg) no-repeat;
}
div#goleft.active {
	background: url(../img/left_active.jpg) no-repeat;
}
div#goright.active {
	background: url(../img/right_active.jpg) no-repeat;	
}

div.thumbcontainer {
	overflow: hidden;	
	clear: both;
	padding: 10px;
	
	width: 910px;
	height: 400px;

	margin-left: auto;
	margin-right: auto;
}

a.thumb {
	display: block;
	float: left;

	margin: 10px;
	padding: 4px 3px 1px 3px;
	z-index: 1;
	width: 156px;
	height: 156px;
}

a.thumb img {
	border: 1px solid #e8e8e8;
	width: 150px;
	height: 150px;
}	

img.loader {
	position: absolute;
}

.highlight {
	background-color: #e8e8e8;
}

.text-highlight {
	color: #e1008a;
}

.text-normal {
	/*color: #929395;*/
	color: #000000;
}

img {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/******************/
/* intro page *****/

div.center img {
	margin-left: auto;
	margin-right: auto;
}

/*******************/
/* about page ***/

div.about_container {
	width: 700px;
	/*color: #929395;*/
	color: #000000;
	font-family: arial,verdana,sans-serif;

	margin-left: auto;
	margin-right: auto;
}

img.about_picture {
	float: left;
	margin-right: 20px;	
	margin-bottom: 20px;
}

p.about_aboutme {
	line-height: 20px;
	text-align: justify;
	font-size: 11px;
}

a.about_links {
	font: italic 18px Perpetua,arial,verdana,sans-serif;
	text-decoration: none;
	outline: none;
	text-align: left;
	letter-spacing: 0;
	z-index: 10;
	float: left;
	
	cursor: pointer;
}

img.about_spacer {
	display: block;
	clear: left;
	height: 30px;
}

p.about {
	clear: left;
	text-align: justify;
	font-size: 12px;
}

p.about_friends {
	text-align: center;
}

p.about a {
	/*color: #929395;*/
	color: #000000;
	text-decoration: none;
	outline: none;
}

p.about a.text-highlight, #simplemodal-container a.text-highlight {
	color: #e1008a;
}

span.about_larger {
	font-size: 14px;
}


/*******************/
/** shop page  **/

img.shop_picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.notice, div.notice a {
	font-family: arial,verdana,sans-serif;
	color: #929395;
	font-size: 16px;
	margin-bottom: 25px;
}

span.contact_strong {
	font-weight: bold;
}

/******************/
/** footer   **/

div.footer {
	clear: both;
	margin-top: 30px;
	bottom: 10px;
}

div.footer_intro {
	margin-top: 20px;
}

div.footer img, div.footer_intro img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.footer p {
	margin-top: 20px;
	font-family: arial,verdana,sans-serif;
	/*color: #bfbfc1;*/
	color: #000000;
	font-size: 11px;
}

div.footer a {
	color: #000000;
	/*color: #bfbfc1;*/
	text-decoration: none;
	outline: none;	
}

div.footer a.text-highlight, div.notice a.text-highlight {
	color: #e1008a;
}

div.footer a:hover, div.footer a:visited, div.footer a:active {
	border: none;
}

div.footer span.copyright {
	font-size: 9px;
	color: #939598;
}

/*****************/
/** first page **/

div.homepage_container {
	clear: both;
}

img.homepage_picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/******************/
/** photo viewer **/

#PhotoViewerTime {
	display: none;
}

