html,body {
margin:0;
padding:0;
background: url(pics/background.gif);
}

A {
text-decoration: none;
color: #DAD8DC;
}
A:hover {
/*text-decoration: underline; */
color: #244278 
}

#lang_link {
	color:#999999;
	text-decoration:underline;
}

 #lang_link:hover {
	color:#999999;
	text-decoration:none;
}

.title {
color:#3B4D84;margin-top:7px;margin-bottom:10px
}

.submenu {
	margin-left:5px;
}

/*ADMIN*/

.content {
	padding-left:15px;
}


.inp {
	width:580px;
	background:#97999B;
	border-color:#585D64;
	overflow:auto;
}

.btn_box {
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}

.title_link {
	text-decoration:underline;
	color:#3B4D84
}

.title_link:hover {
	text-decoration:none;
	color:#3B4D84
}

 .detailed_link {
	text-decoration:underline;
	color:#3B4D84
}

.detailed_link:hover {
	text-decoration:none;
	color:#5C1D40
}
.a-list {
	text-decoration:none;
	color: #DAD8DC;
}
.a-list:hover {
	text-decoration:underline;
	color: #DAD8DC;
}


.menu_breaker {
height:1px;background:black;font-size:1pt;width:565px;margin:5px 0 5px 0;
}

.prod_link {
	color:#3B4D84;
	text-decoration:underline;
}

 .prod_link:hover {
	color:#3B4D84;
	text-decoration:none;
}
.s {
	font-size:10pt;
	clear:left;
	float:left;
}