/** Default CSS: predefined HTML's elements rules **/

html, body
{
	margin: 0 auto;
	padding: 0px;
	
	font-family: Tahoma, Arial, "Times New Roman", serif;
	font-size: 0.9em;
	
	background-color: #ffffff;
	
	text-align: center;
	width: 782px;
}

a img 
{
	border: 0px;
}


/** Layout CSS rules **/

#wraper
{
	text-align: left;
	border-top: 5px solid #8cb1ef;
	border-left: 1px solid #6c6425;
	border-right: 1px solid #6c6425;
	border-bottom: 1px solid #6c6425;
	
	padding-top: 10px;
	width: 782px;
}

#header
{
	background: url('../images/roni-top-bg.gif') repeat-x;
	margin:0;
	padding:0;
	height: 192px;
}

#header img 
{
	margin-left: 10px;
}

#content
{
	float: left;
	width: 575px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu
{
	float: left;
	width: 175px;
	background: #d4d5d6 url('../images/main-menu-bg.gif') repeat-x bottom;
}

#footer
{
	background: #8cb1ef;
	font-size: 8pt;
	padding: 7px;
}

#check
{
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

#lang-switch
{
	list-style: none;
	margin:0;
	padding:0;
	
	margin-left:30px;
	padding-left:0px;
	margin-top: 10px;
}

#lang-switch li
{
	float: left;
	margin-right:5px;
}

#counter
{
	text-align: center;
	margin-top:10px;
}

.clear
{
	clear: both;
}

/** Atsevišķu elemntu CSS rules **/

#content h1
{
	color: #ad0000;
	font-weight: normal;
	border-bottom: 1px solid #ad0000;
	padding-bottom: 5px;
	font-size: 20pt;
	margin: 0;
}


#content h2
{
	color: #113879;
	font-size: 12pt;
}

#content h3
{
	color: #83868a;
	font-size: 10pt;
}

#content ul, #content ol
{
	line-height: 1.5em;
}

#content ul li
{
	list-style-image: url('../images/li.gif');
}

#content a img.thumb
{
	border: 1px solid #ad0000;
	padding:2px !important;
	background: #f6f3ed;
}

#content a
{
	color: #ad0000;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content blockquote
{
	border-left: 1px solid #113879;
	padding-left: 10px;
	background: #e8f1ff;
}
#content blockquote p
{
	padding-top:5px;
}

#content blockquote p.author
{
	padding-bottom:5px;
}


ul.main-menu
{
	list-style: none;
	padding:0;
	margin: 0;
	background: #ffffff;
	border: 1px solid #a7a9ab;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 7px;
}

ul.main-menu li
{
	border:1px solid white;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 2px; 
	margin-bottom: 2px;
}

ul.main-menu li a
{
	border: 1px solid #a7a9ab;
	display: block;
	padding: 3px;
	padding-left: 20px;
	background: #ffffff url('../images/main-menu-a-bg.gif') no-repeat left;
	text-decoration: none;
	color: #323235;
	font-size: 9pt;
}

ul.main-menu li a:hover
{
	background: #f0f1f2 url('../images/main-menu-a-opened-bg.gif') no-repeat left;
}

ul.main-menu li a.opened
{
	background: #dedfe1 url('../images/main-menu-a-opened-bg.gif') no-repeat left;
}

ul.sub-menu
{
	margin-top: 0;
	padding-top: 0;
}

ul.sub-menu li
{
	font-size: 8pt;
	line-height: 1.7em;
}

ul.sub-menu li a
{
	text-decoration: none;
	color: #ad0000;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ad0000;
}

ul.sub-menu li a:hover, ul.sub-menu li a.opened
{
	color: #113879;
	border-bottom: 1px dotted #113879;
}



