body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #000000;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    color: darkred;
}

a:hover {text-decoration: none;}

a img {
    border: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #545454;
}

h1 {
	font-size: 36px;
	color: #545454;
}

table td {
	font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
   	color: #000000;
}

input, select, textarea {
	border: 1px solid gray;
	background: #FFFFFF;
}

#div_main {
	background: url('../_images/repeater.jpg') top left repeat-y;
}

#div_2 {
	background: url('../_images/bg_bottom.jpg') bottom left no-repeat;
}

#div_3 {
	background: url('../_images/bg_top.jpg') top left no-repeat;
}

/* menu
--------------------------------------------------*/
#menu_wrapper {
    padding: 0px 0px 0px 100px;
    height: 19px;
}

#menu, #menu li, #menu li ul {
    margin: 0;
    padding: 0;
}

#menu {
    position: absolute;
    top: 44px;
    list-style: none;
    font: normal 11px verdana;
}

#menu li {
    list-style: none;
    width: 120px;
}

#menu #item1, #menu #item2, #menu #item3,
#menu #item4, #menu #item5 { position: absolute;}
#menu #item1 { top: 0px; left: 0px; }
#menu #item2 { top: 0px; left: 110px; }
#menu #item3 { top: 0px; left: 220px; }
#menu #item4 { top: 0px; left: 330px; }
#menu #item5 { top: 0px; left: 440px; }

#menu li a {
    padding: 3px 0px 3px 13px;
    display: block;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: bold;
    color: #5A5B93;
}
#menu li a:hover { color: #fff; }

#menu li ul { display: none; }
#menu li ul li {
    background: url("../_images/bg_menu_item.jpg") no-repeat bottom left;
    height: 21px;
    width: 217px;
}
#menu li ul li a {
    padding: 3px 0px 5px 12px;
    border-left: 1px solid #9396B9;
    border-right: 1px solid #A5A9CF;
    background: url("../_images/bg_menu_item.jpg") no-repeat top left;
    font-weight: normal;
}
#menu li ul li a:hover { background-image: none; }

/* Holly Hack. IE Requirement \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; }

#div_content {
	padding: 60px 25px 50px 85px;
	min-height: 450px;
    height: auto !important;
    height: 450px;
}

/*---------------------------------------------------*/

.gallery_single_cel {
}

.gallery_image {
    width: 300px;
}

.gallery_image img {
    border: 2px solid #9396B9;
    padding: 2px;
}

.gallery_name {
    color: rgb(20, 20, 20);
    font-weight: bold;
    display: inline;
    padding: 1px;
    background-color: #8E8EC0;
    border: 1px solid #8E8EC0;

}

.gallery_name a {
    color: white;
    text-decoration: none;
}

.nextprevlink {
    color: white;
    text-decoration: none;
    padding: 5px;
    background-color: #8E8EC0;
    border: 1px solid #8E8EC0;
    font-weight: bold;
}
.nextprevlink:hover, #pages a:hover {
    color: #8E8EC0;
    text-decoration: none;
    background-color: white;
}


.gallery_price {
    color: rgb(20, 20, 20);
    font-weight: bold;
    display: inline;
    padding: 1px;
    border: 0;
    color: 0;
}

#pages {
    text-align: center;
}
#pages a {
    color: white;
    text-decoration: none;
    padding: 2px;
    background-color: #8E8EC0;
    border: 1px solid #8E8EC0;
    font-weight: bold;
}

#counters {text-align: center; padding: 3px;}