/* Start of CMSMS style sheet 'promo' */
* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 background-color:#EBEBEB;
 color:#564b47;
 line-height:15px;
}

a:link{color: #337DAC; text-decoration: none;}
a:visited{color: #47B5E4; text-decoration: none;}
a:hover{color: #337DAC; text-decoration:underline; background:#E3F0FF;}
a:active{color:#000000;}

h2 {
font-size:1.4em;
line-height:1.2;
padding: 0px 10px;
margin:5px 0px 10px 0px;
color:#1E84A7;
font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
border-bottom:1px solid #d8d8d8;}

h3 {
font-size:1.4em;
line-height:1.2;
padding: 0px 10px;
margin:0px 0px 0px 0px;
color:#1E84A7;
font-weight:normal;
font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;}

h2,h3,h4,h5 {
color:#1E84A7;
font-weight:normal;
font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;}

.title {
padding: 5px 0px 5px 25px;
background: url(uploads/images/img04.gif) no-repeat left center;
}

#meny li{display: inline; list-style-type: none; }

#wrapper { 
 margin: 0 auto;
 width: 900px;
 background:#fff;
}
#faux {
 background: url(uploads/images/repeater-1-3-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 880px;
 padding: 10px 0px 0px 10px;
 height: 90px;
 margin: 0px 0px 0px 0px;
 background: #FFF;

 }
#headerimage {
 width: 880px;
 padding: 0px 10px 0px 10px;
 height: 268px;
 margin: 0px 0px 5px 0px;
 background: #FFF;
}
#navigation {
 margin: 20px 0px 0px 0px;
 
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 10px 1px 10px; /* set margins as desired */
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #337DAC; /* set border COLOR as desired */
list-style-type: none;
padding: 4px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 7px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #337DAC; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #337DAC; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #808080; /* set desired hover color */
}

/* end css tabs */	

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 580px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 275px;
 float: right;
}
#footer { 
 width: 890px;
 clear: both;
 color: #564b47;
 border-top:1px solid #D8D8D8;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 text-align:center;
}
.clear { clear: both; background: none; }

#button {border:1px solid #D8D8D8; padding:2px; background:#F3F3F3;}
#inputbutton {border:1px solid #D8D8D8; padding:2px; background:#F3F3F3; color:#000;}
#alertbox {border:1px solid #d8d8d8; background:#F3F3F3; font-style:italic; color:#1E84A7; line-height:14px; padding:5px;}
/* End of 'promo' */

