/* CSS Document */

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

body {
	background: #222222 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 10px;
	color: #444;
}

a {
	color: #14A7DA;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

.site_main {
	background: #FFF url(images/site_main.jpg) repeat-y;
	background-position: center;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: center;
}

.site_main #header {
	background: url(images/header.jpg) no-repeat;
	background-position: center;
	height: 109px;
	padding: 0px;
}

.site_main #header p {
	float: right;
	color: #999;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding: 53px 30px 20px 20px;
	margin: 0px;
	display: none;
}

.site_main #nav {
	background: #FFF url(images/nav_bg.jpg) repeat-x;
	text-align:	center;
	height: 44px;
	text-transform: uppercase;
}

.site_main #nav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #74D1F5;
	border-right: 1px solid #066688;
	padding: 12px 14px;
}

.site_main #nav a:hover {
	background: #222222 url(images/nav_bg_over.jpg) repeat-x;
	color: #FFFFFF;
}

.site_main #nav ul {
	list-style: none;
	padding: 9px 0px 13px 0px;
	margin: 0px;
}

.site_main #nav li {
	display: inline;
	margin: 0px -2px;
}

/*  Index Content */

.site_content_idx {
	background: url(images/idx_bg.jpg) no-repeat;
	text-align: left;
	font-size: 12px;
	padding: 10px 210px 10px 30px;
	height: 100%;
}

.site_content_idx h1 {
	color: #14A7DA;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 0px;
}

.site_content_idx h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.site_content_idx p {
	margin: 10px 0px;
}

.site_content_idx #container { 
	background: url(images/idx_grey_bg.jpg) no-repeat;
	padding: 10px 0px 0px;
} 

.site_content_idx #left {
	float: left;
	border-right: 1px dotted #CCC;
	width: 240px;
	height: 276px;
}

.site_content_idx #right {
	float: right; 
	border-left: 1px dotted #CCC;
	width: 240px;
	height: 276px;
}

.site_content_idx #right h1 {
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 10px;
	margin: 0px;
	text-transform: none;
}


.site_content_idx #middle {
	margin: 0 240px;
	border-collapse: collapse;
}

.site_content_idx #left p, .site_content_idx #right p, .site_content_idx #middle p {
	margin: 0px 10px 10px;
}

.site_content_idx #left a, .site_content_idx #right a, .site_content_idx #middle a {
	margin-left: 10px;
}

.site_content_idx #left img, .site_content_idx #right img, .site_content_idx #middle img {
	border: 0px;
}

.site_content_idx #left h1, .site_content_idx #middle h1 {
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 10px;
	margin: 0px;
}

.site_content_idx #left h2, .site_content_idx #right h2, .site_content_idx #middle h2 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px;
}

/*  End Index Content */

/*  Content */

.site_content {
	background: url(images/content_bg.jpg) no-repeat;
	text-align: left;
	font-size: 12px;
	padding: 10px 30px 10px;
	height: 100%;
}

.site_content h1 {
	color: #14A7DA;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.site_content h2 {
	color: #14A7DA;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.site_content #menu {
	background: url(images/fun_header.jpg) no-repeat;
	background-position: top;
	margin: 0px;
	padding: 8px 10px 10px;
	line-height: 20px;
}

.site_content #menu a {
	background: url(images/arrow.jpg) no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 8px;
}

.site_content #menu a:hover {
	background: url(images/arrow_over.jpg) no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 8px;
}

.site_content #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.site_content #menu li {
	display: inline;
	margin-right: 8px;
}

.site_content #header {
	background: url(images/fun_header.jpg) no-repeat;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 10px 0px;
	height: 35px;
}

.site_content #content {
	text-align: left;
	padding: 0px 10px 0px;
	margin: 0px 0px 0px;
}

.site_content #icons {
	margin: 0px 10px 0px;
	font-weight: bold;
}

.site_content #icons img {
	border: 0px;
	margin: 0px 5px;
}

.site_content #content p {
	margin: 0px 0px 15px;
}

.site_content #footer {
	text-align: right;
	margin: 10px;
}

.site_content #footer a {
	background: url(images/arrow_up.jpg) no-repeat;
	background-position: right;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
}

.site_content #footer a:hover {
	background: url(images/arrow_up_over.jpg) no-repeat;
	background-position: right;
	padding: 0px 7px 0px 0px;
}

/*  End Content */

/*  Footer */
.site_footer {
	background: url(images/footer_bg.jpg) no-repeat;
	padding: 0px 30px 0px;
	height: 72px;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	margin: 2px 0px 0px;
}

.site_footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
}

.webdesign {
	display: none;
}

.skiva {
	color: #666;
}

.site_footer #author a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

/*  End Footer */

.fltrt { 
	float: right;
	margin: 0px 0px 10px 10px;
}

.idx_fltrt { 
	float: right;
	margin-right: 10px;
}

.idx_fltlft {
	float: left;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
}

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

.clearfloat2 {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	display: inline;
}

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.site_content_idx #left, .site_content_idx #right { padding-top: 30px; }
.site_content_idx #middle { zoom: 1; padding-top: 1px; border-collapse: collapse; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->