/* ======================================================
 Style sheet, version 10-06-2006
 Original author : Ishkhan Adamyan (i.adamyan@yahoo.com)
====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* Removing borders from linked images */ 
a img {
	border:none;
}

/* removing extra margin from form elements */
form { 
	margin:0px;
}

/* default font */
body, h1, h2, h3, h4, h5, h6, td { 
	margin:0px; 
	font:12px Arial, Helvetica, sans-serif; 
}

body { 
	padding:5px; 
	background-color:#fff;
	color:#000; 
}

/* Common text elements */
p { 
	margin:0px; padding:0px 0px 9px 0px; 
	line-height:17px; text-align:justify; 
}

/* Link colors */
a { 
	color:#fff; text-decoration:none;
	background-color:#000; 
}
a:hover { 
	color:#ff9900; 
	background-color:#000; 
}

/* Ordered and unordered list elements */
ul, ol, li { 
	margin:0px; padding:0px;
}

/* used for breaking flows */ 
.breaker {
	overflow:hidden;
	height:1px;
	clear:both
}

img {
	border:none;
}

#container {
	width:750px;
	margin:0px auto;
}

#header {
	position:relative;
	height:82px;
	background:#000 url(img/lacellulite.gif) no-repeat center center;
	color:#fff;
}
#header h1 {
	width:139px; height:67px;
	background:transparent url(img/logo.gif) no-repeat top left;
}
#header h1 span {
	display:none;
}
#header .edito {
	position:absolute; top:0px; right:28px;
	line-height:82px;
}
#header .edito a {
	background-color:#000;
	color:#ff9900; 
}

#menu {
	height:24px;
	background-color:#003366;
	color:#fff; text-align:center; line-height:24px;
}
#menu ul {
	list-style:none;
}
#menu li {
	float:left; width:125px;
}
#menu li a {
	display:block; 
	height:24px; 
	background-color:#003366;
	color:#fff; font-size:10px; 
	cursor:pointer;
}
#menu li a:hover {
	background-color:#666666; 
	color:#fff;
}

#submenu {
	height:24px;
	background-color:#666666;
	color:#fff;
}

#content {
	padding:15px 15px 5px 15px;
	background-color:#000;
	color:#fff;
}
#content h2 {
	margin-bottom:20px;
	background-color:#000; 
	color:#ff9900; font-weight:bold; font-size:14px; 
}
#content .highlight {
	background-color:#000; 
	color:#ff9900; font-size:14px; 
}
#content a {
	text-decoration:underline;
}
#content #subfooter {
	margin-top:65px; 
	font-size:11px; text-align:center;
}
#content #subfooter span {
	margin:0px 13px;
}
#content #subfooter a {
	text-decoration:none;
}

#index a{
	font-size:12px;
}

#footer {
	height:25px; 
	background-color:#00659c;
	color:#fff; line-height:24px;
}
#footer a {
	background-color:#00659c;
	color:#fff; font-size:11px;
}
#footer a:hover {
	background-color:#00659c;
	color:#ff9900;
}
#footer .links {
	float:left; 
	margin-right:130px;
}
#footer .links a {
	margin:0px 20px;
}
#footer .elangs {
	float:left; 
	margin-right:17px; padding-right:30px;
	background:transparent url(img/eng.gif) no-repeat center right;
}
#footer .rlangs {
	float:left; 
	padding-left:30px;
	background:transparent url(img/rus.gif) no-repeat center left;
}

#sponslinks {
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; 
}
#sponslinks a {
	background-color:#fff;
	color:#000; font-size:11px;
}
#sponslinks a:hover {
	background-color:#ccc;
	color:#000; 
}
