body{
	font-size: 13px;
	font-family: verdana;
	
	color: #5F5F5F;	
}
table {	
	
	border-spacing:25px;	
}
table td{
	padding: 10px;
}
textarea{
	width: 550px;
	height: 300px;
	cols: 10;
}
.wrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;	
	border: 0px solid #CACACA;	
}

a.button{
	padding-left:5px;
	padding-right:5px;	
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-bottom: 3px;	
	margin-left: 5px;	
	
	width: 50px;
	display:block;
	
	cursor:pointer;	
	
	text-decoration:none;
	text-align: center;
	background-color:#0D1C32;
	color:#FFFFFF;	
	
	border: 1px solid #000000;
}
a.button:hover {
	background-color:#30476a;	
}
.active{
}

a.pagin{
	padding-left:2px;
	padding-right:2px;	
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-bottom: 3px;	
	margin-left: 3px;	
	
	width: 10px;
	display:block;
	
	float: left;
	
	cursor:pointer;	
	
	text-decoration:none;
	text-align: center;
	background-color:#EAEAEA;
	color:#030303;	
	
	border: 1px solid #000000;
}
a.pagin:hover {
	background-color:#CACACA;	
}
a.current-page{
	background-color:#AAAAAA;	
}
#paginator{
	width: 100%;
	/*text-align: right;		*/
}

#title{
	width: 589px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;	
	
	background-image: url(../images/title.jpg);
}
.menu-item{
   height:50px;
   cursor: pointer;
   float: left;
}

div#paintings{
	width: 168px;
}
div.paintings-passive{
	background-image: url(../images/paintings_passive.jpg);
}
div#paintings:hover, .paintings-active{
	background-image: url(../images/paintings_active.jpg);	
}
div.paintings{
	background-image: url(../images/paintings.jpg);	
}



div#sculptures{
	width: 169px;
}
div.sculptures-passive{
	background-image: url(../images/sculptures_passive.jpg);
}
div#sculptures:hover, .sculptures-active{
	background-image: url(../images/sculptures_active.jpg);
}
div.sculptures{
	background-image: url(../images/sculptures.jpg);	
}

div#texts{
	width: 140px;	
}
div.texts-passive{	
	background-image: url(../images/texts_passive.jpg);
}
div#texts:hover, .texts-active{
	background-image: url(../images/texts_active.jpg);
}




div#metal-work{
	width: 176px;
}
div.metal-work-passive{
	background-image: url(../images/metal-work_passive.jpg);
}
div#metal-work:hover, .metal-work-active{
	background-image: url(../images/metal-work_active.jpg);
}
div.metal-work{
	background-image: url(../images/metal-work.jpg);	
}




div#ornamental{
	width: 187px;
}
div.ornamental-passive{
	background-image: url(../images/ornamental_passive.jpg);
}
div#ornamental:hover, .ornamental-active{
	background-image: url(../images/ornamental_active.jpg);
}
div.ornamental{
	background-image: url(../images/ornamental.jpg);	
}




div#sketches{
	width: 140px;
}
div.sketches-passive{
	background-image: url(../images/sketches_passive.jpg);
}
div#sketches:hover, .sketches-active{
	background-image: url(../images/sketches_active.jpg);
}
div.sketches{
	background-image: url(../images/sketches.jpg);	
}




div#contact{
	width: 135px;
}
div.contact-passive{
	background-image: url(../images/contact_passive.jpg);
}
div#contact:hover, .contact-active{
	background-image: url(../images/contact_active.jpg);
}
div.contact{
	background-image: url(../images/contact.jpg);	
}

div.home{
	background-image: url(../images/bg.jpg);	
}

div#content{
	width: 885px;
	
	height: auto !important; /* Firefox, Safari, IE7, etc */
	height: 372px; /* IE6 */
	min-height: 372px; /* Firefox, Safari, IE7, etc */

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

div#content-admin{
	width: 785px;
	
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../images/bg.jpg);*/
	background-color: #CCCCCC;
	padding:50px;	
	color: #0D1C32;
}
a.void{
	width: 100%;
	height: 100%;
	display:block;	
}
#gallery{
	display: none;	
	margin-left: auto !important;
	margin-right: auto !important;
}

.thumb{
	float: left;
	margin-left: 15px;
	margin-bottom: 35px;
	list-style: none;
	
	text-align:center;
	
	width: 115px;
	height: 115px;
	
	color: #5F5F5F;
}
.thumb>a>img, .thumb>img {
	
}
#text{
	text-align:center;
}
.centered{
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}
.error{
	color: #B91313;	
}
.message{
	color: #3680ef;	
}


/* jQuery lightBox plugin - Gallery style */

#gallery ul { list-style: none; }
#gallery ul li { list-style: none; display: inline; }



/******** HELPERS ********/
.hidden{
	display:none;
}
.lefted{
	float: left;
}
.clear{
	clear:both;	
}
.spacer{
   clear:both;	
   height: 5px;
}
.spacer2{
   clear:both;	
   height: 10px;
}
.left-shifted {
	margin-left: 50px;
}
.bordered{
	border:2px solid #990033;
}
.bottom-bordered{
	border-bottom:1px solid #13B93A;
}
.unbordered{
	border:0;
}
.top-bordered{
	border-top:1px solid #13B93A;
}