body{
	text-align:center;
	margin:0;
	background-color: #FFFFFF;
	font-size:13px;
	font-family:Sylfaen;
}
a{
	text-decoration: none;
	color:#000000;
}

.topright{
	text-decoration:none;
	color:#000000;;
}

@font-face{
	font-family: "BPGNinoMtavruli-Bold";
	src: url('../../fonts/bpg_nino_mtavruli_bold.ttf');
}

.title-msg{
	font-family: "BPGNinoMtavruli-Bold";
	color: #45586a;
	text-decoration: none;
    text-transform: uppercase;
}

.menu-item,
.menu-item a{
	font-family: "BPGNinoMtavruli-Bold";
	font-weight:normal;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
    text-transform: uppercase;
    background-color:#596A7B;    
    padding:20px 3px 20px 3px;
    margin:1px 0 0 0;
}

.menu-item-1{
	background-image: url("../../../images/web-images/grape.png"), url("../../../images/web-images/side-menu-back.png"); background-position: 96% center, left top; background-repeat: no-repeat, repeat-x;
}

.menu-item-2{
	background-image: url("../../../images/web-images/wheat.png"), url("../../../images/web-images/side-menu-back.png"); background-position: 96% center, left top; background-repeat: no-repeat, repeat-x;
}

.menu-item-3{
	background-image: url("../../../images/web-images/cherry.png"), url("../../../images/web-images/side-menu-back.png"); background-position: 96% center, left top; background-repeat: no-repeat, repeat-x;
}

.menu-item-4{
	background-image: url("../../../images/web-images/paw.png"), url("../../../images/web-images/side-menu-back.png"); background-position: 96% center, left top; background-repeat: no-repeat, repeat-x;
}

.menu-item-5{
	background-image: url("../../../images/web-images/eggplant.png"), url("../../../images/web-images/side-menu-back.png"); background-position: 96% center, left top; background-repeat: no-repeat, repeat-x;
}

#wrapper{
	margin-left:auto; 
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:0;
}

#content{
	background-color:#495C6E;
	width:1560px;
	display:block;	
	margin:0;
	padding:0;
}

#content-body{
	float:left;
	width:1220px;
	margin:0 0 0 -5px;
	padding:0;
	display:inline-block;
	
}

#content #content-menu{
	float:left;
	width:335px;
	text-align:left;
	margin:1px;
}


.sub-menu a{
	 color:green;
}


.alignleft{
	float:left;
}

.alignright{
	float:right;
}