/* Style sheet  */


body {
	background:  #AACBEC url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E0EEFB;
}

/* TOP BANNER */

#topbanner {
	background-color: #6193F6;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */


#content h2 {
	border-bottom: 1px solid #5D8FF0;
}

#content h3 {
	color: #2952A4;
	
}
#content h4 {
	color: #333;
}

#content a:hover {
	color:#5D8FF0;
}

#content a:visited {
	color: #4F5B6C;
}

#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;
}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;
}


#content {
	width: 92%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 2em;
	line-height: 1.4;
}

/* FORM */
#contact label, #contact input, #contact textarea {
	display: block;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#contact #from, #contact #subject, #contact #body {
	width: 70%;
	margin-bottom: .7em;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#contact #body  {
	height: 7em;
}
#imgright {
	float:right;
	color:#246B9F;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	
	font-size: 90%;
	}
#imgleft {
	float:left;
	color:#246B9F;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
	
	font-size: 90%;
	}
.sepbottom {
	background: url(/ru/aboutun/medals/images/sep_bottom.jpg) center no-repeat;
	height: 5px;
	line-height: 5px;
	clear: both;
}