  /* Style sheet  */

body {
	background-color: #f7f7f7;
	background-image: url(/ru/roadsafety/images/bg.jpg);
	background-repeat: repeat-x;
}

#main {
	background-color: #f7f7f7;
	min-width:780px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#2b629f;
}

/* LANGUAGES */

#languages {
	background-color: #000;
}

#languages ul li#russian  {
	color: #ffdd00;
}	

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#fff;
	text-decoration:none;
}

#languages ul li a:hover {
	color: #ffdd00;
	text-decoration: underline;
}

/* TOP BANNER */

#topbanner {
	background-color: #000;
	height: 120px;
	border-bottom: 1px solid #000;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(/ru/roadsafety/images/banner.jpg);
	background-repeat: no-repeat;
	color:#FFDD00;
	height: 120px;
}

/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 22%;
	font-size: 0.96em;
	background-color: #f7f7f7;
	padding-bottom: 1em;
	border-right: solid #d7d7d2 1px;
}

#mainnav ul {
	margin: 0px;
}

#mainnav  ul  ul  {
	display: none
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	border-bottom: solid #d7d7d2 1px;
}

#mainnav ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.5em;
}

#mainnav ul li a:visited {
	color: #333;
}

#mainnav ul li a:hover  {
	text-decoration: none;
	background-color: #333;
	background-image:url(/ru/roadsafety/images/bg_nav.jpg);
	display: block;
	color: #fff;
}

/* CONTENT */

#content {
	width: 75%;
	float: left;
	padding-bottom: 1em;
	padding-left: 0.9em;
	color: #333;
	background-color: #f7f7f7;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#9E600A;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
}

#content a:visited {
	color: #333;
}

#content h2 {
	color: #333;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#content h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8CD94;
}

#content ul li {
	padding-top: 0.1em;
	padding-bottom: 0.5em;
	position: relative;
	left: 20px;
	list-style-type: disc;
}
#content ul {
	margin-bottom: 1em;
	font-weight: bold;
}
#content ul li{
	font-weight: normal;
}

/* QUOTES */
blockquote {
	font-size: 106%;
	width: 96%;
	display: block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
/* FOOTER BAR */

#footer {
	background-color: #000;
	color: #fff;
	border-top: solid #000 1px;
	background-image:url(/ru/roadsafety/images/bg_footer.jpg);
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;	
}

#infocus{
	background-color:#DCE8F5;
	border:#999 solid 1px;
	padding:1%;
	margin:2%;
}

#infocus a {
color:#000000;
font-weight:bold;
}
#infocusa:link, #infocus a:visited, #infocus a:hover, #infocus a:active {
	text-decoration:none;
}

#wsscredit {
	font-size: 90%;
	color: #000033;
	text-align: center;
}