* {
margin: 0;
padding: 0;
}

@font-face {
font-family: 'Sakkal Majalla Regular';
src: url(../css/fonts/majalla.ttf);
}

html {
min-height: 100%;
height: auto;
}

body {
font-family: Arial,Helvetica,Garuda,sans-serif;
font-size: 15px;
line-height: 140%;
color: #474747;
background: #fff url(../images/sisu_bg.jpg) no-repeat 50% 100%;
}

/* Main wrapper */

div.wrapper {
width : 800px;
margin : 0 auto;
text-align: left;
}

.wrapper {
position: relative;
}

/* Header */

#header {
height: 145px;
}

#logo {
width: 375px;
float: left;
}

#logo .moduletable {
padding: 60px 35px 0 35px;
}

/* Topmenu */

#topmenu {
width: 424px;
float: right;
}

#topmenu .moduletable {
padding: 110px 35px 0 0;
overflow: hidden;
}

#topmenu ul.menu {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
float: right;
}

#topmenu ul.menu li {
width: auto;
float: right;
margin: 0;
padding: 0;
}

#topmenu ul.menu li a {
font-family: 'Sakkal Majalla Regular','Cuprum';
font-size: 30px;
color: #fff;
padding: 5px 35px 0px 35px;
text-decoration:none;
display: block;
line-height: 100%;
}

#topmenu ul.menu li#current a, #topmenu ul.menu li a:hover {
color: #324f9d;
background: #fff;
text-decoration:none;
}


/* Content */

#content {
background: url(../images/hbg.jpg) repeat-x 0 0;
padding: 0 0 350px 0;
}

#main-content {
background: url(../images/shadow_left.png) no-repeat 15px 35px;
}

#sr {
background: url(../images/shadow_right.png) no-repeat 765px 35px;
}

#main-content .inside {
background: #fff;
margin: 0 35px 0 35px;
padding: 35px 35px 0 35px;
}

/* Typography */
h1, h2, h3, h4, h5, h6, fieldset.fabrikGroup legend {font-family: 'Sakkal Majalla Regular','Cuprum';font-weight:normal;color:#324f9d;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:30px;margin-bottom:0.75em;line-height:100%;}
h3, fieldset.fabrikGroup legend {font-size:1.8em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;text-transform: uppercase;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#324f9d;text-decoration:underline;}
a {color:#009fe3;text-decoration:none;}
a.nounder, a img, .flexbanneritem a {text-decoration: none;border: 0;cursor: pointer;background: none;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
form#com-form-login ul {margin: 1.5em 1.5em 1.5em 0;}
ul {line-height: 150%;list-style: square outside url(../images/square.gif);}
/*ul {line-height: 150%;list-style: square outside none;}*/
ol {list-style-type:decimal;}
li {padding: 0 0 5px 0;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%; clear: both; border-collapse: collapse;}
th {font-weight:bold;}
th.pagenav_prev {text-align: left;}
th.pagenav_next {text-align: right;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0;}
td.article_column table{padding-right:2em;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clr {clear: both;}

/* Slider css */

.slide-desc-bg {
background: #000000;
opacity: 0.6;
}

#prev18 {
left: -65px;
}

#next18 {
right: -65px;
}