:focus
{
  -moz-outline-style: none;
}

html {
	overflow :  -moz-scrollbars-vertical;
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #150000;
	background: #0a1d28 url(../img/structure/body_bg.png) repeat-x 0 0;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: none;
}

table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #150000;
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: 0;
	line-height: 18px;
	text-transform: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	margin: 5px 0 15px 35px;
	padding: 0;
}

li {
	line-height: 18px;
}

tr {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
    font-size: 16px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    margin: 20px 0 5px;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 18px;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.text_right {
	text-align: right;
}

.italic {
    font-style: italic;
}

a, a:active, a:visited {
    color: #24acf8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.more, a.more:visited, a.more:active {
    display: block;
    background: url(../img/structure/bullet_more.gif) no-repeat 0 2px;
    padding-left: 14px;
    color: #24acf8;
}

input {
	border: 1px solid #f7b100;
}

#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
        background-color: #fff;
}

#header {
    background: url(../img/structure/header.jpg) no-repeat 0 0;
    width: 980px;
    height: 188px;
}

#leftColumn {
    width: 294px;
    float: left;
}

#rightMainColumn {
    float: right;
    width: 686px;
}

#headerPart {
    background: url(../img/structure/header_part2.jpg) no-repeat 0 0;
    width: 294px;
    height: 120px;
}

#nav {
    background-color: #b8d41a;
    height: 39px;
    margin-bottom: 45px;
}

ul#topnav {
	margin: 0 0 0 -12px;
        padding: 0;
	float: left;
	width: 688px;
	list-style: none;
	position: relative;
        height: 39px;
}
ul#topnav li {
	float: left;
        height: 39px;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 10px 12px 0 12px;
	display: block;
	color: #fff;
	text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
}
ul#topnav li:hover {
    background-color: #2aa9f1!important;
}

ul#topnav li span {
    float: left;
    position: absolute;
    left: 0; top:39px;
    padding: 11px 0 11px 10px;
    display: none;
    width: 688px;
    background-color: #2aa9f1;
    color: #fff;
    /*--Bottom right rounded corner--*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*--Bottom left rounded corner--*/
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a {
    display: inline;
    font-size: 12px;
    padding: 5px;
    text-transform: lowercase;
}
ul#topnav li span a:hover {text-decoration: underline;}

#content {
    width: 500px;
}

.rightcolumn {
    float: right;
    margin-right: 24px;
    width: 141px;
    padding-top: 4px;
}

#footer {
    height: 114px;
    background: #2aa9f1 url(../img/structure/footer_bg.jpg) no-repeat 428px 0;
    padding: 15px 33px 0 33px;
    margin-top: 100px;
    color: #fff;
    position: relative;
}

#footer .site {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
}


#footer a, #footer a:active, #footer a:visited {
    color: #fff;
}

#footer #contact {
    float: right;
}

#footer table.quicklinks {
    color: #fff;
    width: 500px;
    float: left;
}

#footer table.quicklinks a, #footer table.quicklinks a:active, #footer table.quicklinks a:visited {
    color: #fff;
    background: url(../img/structure/bullet_footer.gif) no-repeat 0 3px;
    padding-left: 17px;
}

#footer #contact table td {
    color: #fff;
    padding-bottom: 2px;
}

#footer h2 {
    margin: 0 0 3px 0;
}

#footer h3 {
    margin: 0 0 3px 0;
}

.space10 {
    height: 10px;
}
.space20 {
    height: 20px;
}
.space40 {
    height: 40px;
}

table.overview td {
    padding-bottom: 15px;
}

table.overview td.center {
    text-align: center;
}

.remark {
    font-size: 11px;
}
