* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #1f2325;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858686;
}
a, a:link, a:visited {
	color: #858686;
}
a:hover {
	color: #a7a7a7;
}

li {
	list-style: none;
}
#page {
	margin: 0 auto;
	width: 100%;
	position: relative; 
}
#header, #upgrade {
	margin: 0 auto;
	height: 70px;
	width: 760px;
	background-image: url(img/h1.gif);
	background-position: 34px 36px;
	background-repeat: no-repeat;
}
#upgrade {
	display:none;
}
#header h1 {
	text-indent: -3000px;
}
#password_form{
	background-image:url(img/bg-enterpassword.gif);
	width:167px;
	height:38px;
	position: absolute; 
	left: 50%;
	top:36px;
	margin-left:190px;
}
#password_form input {
	border: none;
	background-color:#eae9e6;
	width:58px;
	height:11px;
	margin-left:109px;
	margin-top:8px;
	color:#FF0000;
	font-size:14px;
	line-height:11px;
}

/*********************** MENU ***********************/
#menu_wrapper {
	width: 760px;
	height: auto;
	overflow: inherit;
	background-image: url(img/bg-nav.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: absolute; 
	top: 70px;
	z-index:100;
	left:50%;
	margin-left:-380px;
}
#menu ul,#menu li{
	margin:0;
	padding:0;
	float:left;
}
#menu li{
	position: relative;
	top:0px;
	list-style: none;
	margin:0;
	padding:0;
}
#menu li{
	float:left;
}
#menu a{
	margin-left: 1px;
	display: block;
	position: relative;
	height: 29px;
}
#menu ul{
	position: absolute;
	display: none;
	top:29px;
	left: 0px;
}
#menu li ul ul,#menu li:hover ul ul{
	position: absolute;
	display: none;
	top: 0px;
	left: 90px;
}
#menu li:hover ul {
	display:block;
}
#menu ul.subnav{
	border-bottom: 1px solid #1F2325;
	border-left: 1px solid #1F2325;
	border-right: 1px solid #1F2325;
	background-image: url(img/bg_ul.png);
}
#menu li:hover ul a, #menu li ul a {
	height: auto;
	padding: 3px;
	text-decoration:none;
	min-width:100px;
	width: auto;
	white-space:nowrap;
	margin:auto;
	text-align: left;
}



#menu span {
	display:none;
}

#menu li.nav1 a { margin-left: 0px;	background-image: url(img/nav-popflags.png); width: 84px;}
#menu li.nav2 a { background-image: url(img/nav-paintings.png); width: 84px;}
#menu li.nav3 a { background-image: url(img/nav-diverse.png); width: 83px;}
#menu li.nav4 a { background-image: url(img/nav-design.png); width: 83px;}
#menu li.nav5 a { background-image: url(img/nav-women.png); width: 84px;}
#menu li.nav6 a { background-image: url(img/nav-highlife.png); width: 84px;}
#menu li.nav7 a { background-image: url(img/nav-feedback.png); width: 84px;}
#menu li.nav8 a { background-image: url(img/nav-about.png); width: 83px;}
#menu li.nav9 a { background-image: url(img/nav-links.png); width: 83px;}

#menu li a:hover, #menu li a.active {background-position:bottom;}



/*********************** END MENU ***********************/




#content {
	clear: both;
	width: 100%;
	max-height: 435px;
	background-color:#5c5e5f;
	background-image: url(img/bg-container.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top:29px;
}




/*********************** PHOTOS ***********************/
#photo_wrapper {
	padding: 0px;
	margin: 0 auto;
	width: 760px;
	overflow: hidden;
}

#photo_container {
	position: relative;
	height: 200px;
	width: 200px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dedede;
	border: 8px solid #EAE9E6;
	font-size: 0px;
	overflow:hidden;
	text-align:center;
	z-index:4;
}

#photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#photo_loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
}

#imageoverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#caption_info {
	width:50px;
	height:18px;
	z-index: 1;
	display: block;
	margin:auto;
	position:relative;
	margin-top:-18px;
	top: 150px;
	left:-10000px;
}

#caption_container {
	width: 160px;
	height:18px;
	text-align:left;
	z-index: 6;
	margin:auto;
	position:relative;
	margin-top:-18px;
	top: -200px;
	left: 10000px;
	display:none;
}

#tooltip {
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:100;
	text-align:left;
	padding: 5px 10px 10px 10px;
	font-size: 11px;
	color:#000000;
	border-bottom:1px solid black;
	border-right:1px solid black;
	background-image:url(img/bg-caption.png);
	/* makes IE show transparent png's */
	background: expression("none"); 
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/bg-caption.png');
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(img/next_chevron.png) 80% 50% no-repeat; }
/*********************** END PHOTOS ***********************/


/*********************** THUMBS ***********************/
#thumbnail_wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	height: 78px;
	overflow:hidden;
	white-space:nowrap;
}

#thumbnail_wrapper #thumbnail_scroller {
	white-space:nowrap;
	text-align:center;
	margin: 0 auto;
	height: 72px;
	padding-top: 6px;
	width: auto;
}

#thumbnail_wrapper #thumbnail_scroller img {
	/*border: 2px solid #4a494a;*/
	border: 0;
	height: 72px;
	min-width: 40px;
	margin-right: 6px;
}

/*********************** END THUMBS ***********************/


/************************* MAIN ***************************/

#main {
	height:402px;
	width:728px;
	overflow:auto;
	margin: 0 auto;
	text-align:left;
	padding:16px;
	font-family: Arial, Helvetica, sans-serif;
}
#main h2 {
	font-size:22px;
	font-style: italic;
	font-weight: bold;
	text-align:right;
	color:#eae9e6;
}
#main h3{
	font-size:18px;
	color:#1f2325;
	line-height:20px;
}
#main p, #main ul, #main a, #main a:link, #main a:visited {
	font-size:12px;
	color:#1f2325;
	line-height:18px;
}

#main ul.left {
	width: 350px;
	margin-top: 16px;
}
#main ul.right {
	width: 350px;
	margin-top: 16px;
}
#main a:hover {
	color: #000000;
}
.block {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-image: url(img/hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
}
.left { float:left;}
.right { float: right; }
.gb_answer {
	font-style: italic;
	padding-left: 25px;
	padding-bottom:10px;
	margin-top:4px;
	color:#404040;
	background-image:url(img/bg-quotes.gif);
	background-repeat:no-repeat;
	background-position:6px 6px;
}
* html .gb_answer {
	margin-right:-55px;
}

#gb_form {
	width: 500px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #666666;
	margin: 50px auto;
	margin-bottom: 0px;
	padding: 16px;
	background-image:url(img/bg-gb.png);
	/* makes IE show transparent png's */
	background: expression("none"); 
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/bg-gb.png');
}

#gb_form textarea, #gb_form input {
	width: 100%;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	color:#1f2325;
}
#gb_form label {
	color: #1f2325;
}


/************************* END MAIN ***************************/


#footer {
	clear: both;
	width: 760px;
	overflow:auto;
	margin:0 auto;
}
#copyright {
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 6px;
	padding: 0px;
	display: block;
}
#copyright a {
	text-decoration:none;
}

#scrollToggle a:link,
#scrollToggle a:visited {
	color: #e8b341;
	text-decoration:none;
}
#coded-radostfx {
	float: right;
	overflow: hidden;
	width: 350px;
	text-align: right;
	margin-top: 6px;
	padding: 0px;
	display: block;
}
#auto-scrolling {
	display:none;
}

#photoCounter {
	display:none;
}



/********************** IE BUGFIX(ES) *******************/
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html p {
  height: 1%;
  margin-left: 0;
}

* html .clearfix {height: 1%;}
.clearfix {display: block;} 
/* End hide from IE5/mac */
