html, body{margin: 0;height:100%;}
p,ul{margin:0;margin-top:0px;}
li{padding:5px 0px;}
body, td, div, textarea.contents,a  {
	font-family: Tahoma;
	font-size:11px;
	color:#50483f;
}
.imgLink{cursor:pointer;}
.selected{font-weight:bold;}

body,div,p,br,ul,li {margin:0;padding:0;}

body
{
}

#centerCol
{
	width: 1000px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg_big.jpg) no-repeat;
}
#leftCol
{
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg_rep_l.jpg) repeat-x;
}
#rightCol
{
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/bg_rep_r.jpg) repeat-x;
}
#wraper
{
	width: 100%;
	height:100%;
}
#name
{
	background:url(../images/evelina.png) no-repeat;
	width: 221px;
	height: 54px;
	position: absolute;
	top: 110px;
	left: 100px;
	cursor: pointer;
}


#langs
{
	position: absolute;
	/*
	left: 560px;
	top: 40px;
	*/
	top: 10px;
	left: 200px;
	z-index: 25;
}
#langlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform:uppercase;
	color: #080808;
	font-size:12px;
}
.langSep
{
	background: url(../images/lang_sep.jpg) no-repeat left bottom;
	width:1px;
}
#langlist li a
{
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}



#menu
{
	position: absolute;
	left: 100px;
	top: 250px;
	white-space:nowrap;
	padding: 2px 0px;
	z-index: 25;
}
#menulist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform:uppercase;
	color: #080808;
	font-size:12px;
}
.menuSep
{
	background: url(../images/menu_sep.jpg) no-repeat left bottom;
	width:1px;
	height:27px;
}
.menu_selected
{
	background: #e7e2dd;
	padding: 2px;
	text-decoration: none;
}
#menulist a
{
	text-decoration: none;
}



#page_name
{
	font-size: 23px;
	color: #c13e0b;
	text-transform:capitalize;
	padding-bottom: 30px;
}
.face
{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height:400px;
	z-index: 1;
}
#face1{background:url(../images/faces/e1.png) no-repeat;}
#face2{background:url(../images/faces/e2.png) no-repeat;}
#face3{background:url(../images/faces/e8.png) no-repeat;}
#face4{background:url(../images/faces/e4.png) no-repeat;}
#face5{background:url(../images/faces/e5.png) no-repeat;}
#face6{background:url(../images/faces/e6.png) no-repeat;}
#face7{background:url(../images/faces/e7.png) no-repeat;}
#face8{background:url(../images/faces/e8.png) no-repeat;}

#content
{
	position:absolute;
	left:100px;
	top: 330px;
	right: 100px;
}


#bottom
{
	background: url(../images/ornament.png) no-repeat;
	width: 528px;
	height: 83px;
	position:absolute;
	bottom: -120px;
	left: 136px;
}
#copyr
{
	position:absolute;
	top: 15px;
	left:10px;
}
#made
{
	position:absolute;
	top: 15px;
	right:10px;
}
#amt{position:relative;}
.c_soft{color: #beb1a3;}
.c_soft a{color: #beb1a3;text-decoration: none;}


.news_name, .news_name a
{
	font-size: 13px;
	color: #c13e0b;
}
.news_intro
{
	padding-bottom: 15px;
}
.back_link, .back_link a
{
	color: #c13e0b;
	text-align:right;
}


.image_holder
{
	background: #e7e2dd;
	border: 1px solid #beb9b4;
}
#img_td
{
	padding: 4px;
}
.scroll_holder
{
	height: 22px;
	margin-top: 20px;
}
#scroller
{
	background: url(../images/scroll_rep.jpg) repeat-x;
	/*width: 500px;*/
	padding: 0px;
	margin: 0px;
}
.photo_block
{
	cursor:pointer;
	background: #beb9b4;
	width:22px;
	height: 22px;
	color: #ffffff;
	text-align:center;
	margin: 0px 3px;
}
.photo_block_selected
{
	background: #958781;
	width:22px;
	color: #ffffff;
	text-align:center;
	height: 22px;
}
.photo_note
{
	padding: 3px 0px;
}


.sysmsg
{
	font-weight: bold;
}
.msg_error
{
	color: red;
	font-weight: normal;
}

.formTable
{
	width: 80%;
}
.formTable input, .formTable textarea, .formTable .frmBtn
{
	font-family: Tahoma;
	font-size:11px;
	color:#50483f;
	border: 1px solid #a08e7a;
	background: #e7e2dd;
	padding: 0px;
	margin: 0px;
}
.formTable input
{
	height: 14px;
	line-height: 14px;
	width: 100%;
}
.formTable textarea
{
	width: 100%;
}
.formTable .frmBtn
{
	height: 18px;
	width: 50px;
	line-height: 14px;
}
.form_intro
{
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}



#thumbs_preview{
  text-align: center;
}

#thumbs_preview span{
  margin: 0px 4px 4px 0px;
}

#thumbs_preview span img{
  border: 4px solid #faead9;
}

#thumbs_preview span:hover img, #thumbs_preview span img.selected{
  border: 4px solid #9a9085;
}


#img_div{
  margin: 0 auto;
  margin-bottom: 4px;
}

#img_div a{
  display: none;
}

#img_div img{
  border: 4px solid #9a9085;
}

#img_div .zoom a{
  display: inline;
}
#img_div .zoom img{
  border: 0px;
}

#img_div_wrap{
  position: relative;
}

#img_div .next, #img_div .prev, #img_div .zoom{
  position: absolute;
  cursor: pointer;
}
#img_div .prev{
  top: 48%;
  left: 15px;
  width: 23px;
  height: 36px;
  z-index: 50;
  background: url(../images/prev.png) no-repeat;
}
#img_div .next{
  top: 48%;
  right: 15px;
  width: 23px;
  height: 36px;
  z-index: 50;
  background: url(../images/next.png) no-repeat;
}
#img_div .zoom{
  bottom: 10px;
  right: 15px;
  width: 36px;
  height: 35px;
  z-index: 50;
  background: url(../images/zoom.png) no-repeat;
}

#img_div div.img_item{
  margin: 0 auto;
}
