/*
Design och programering av Zebra Media, Jamie Telin
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--


body {
	background-color:#FFFFFF;
	margin:0px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
h1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:0px;
}
h2{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}
h3{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0099CC;
	margin:0px;
}
h4{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	text-transform:uppercase;
}
A:link {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:visited {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:active {
	text-decoration: none;
	color:#006699;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color:#006699;
}
.bodybg {
	background-image:url(../image_layout/layout_bodybg.png);
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
}
.top {
	background-image:url(../image_layout/layout_top.png);
	background-repeat:no-repeat;
	width:800px;
	height:173px;
}
.middle {
	background-image:url(../image_layout/layout_mid.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
}
.bottom {
	background-image:url(../image_layout/layout_bot.png);
	background-repeat:no-repeat;
	width:800px;
	height:20px;
}
.menu {
	width:800px;
	height:60px;
}
.postitTop{
	background-image:url(../image_layout/layout_postit_top.png);
	width:228px;
	height:42px;
}
.postitMid{
	background-image:url(../image_layout/layout_postit_mid.png);
	width:228px;
}
.postitBot{
	background-image:url(../image_layout/layout_postit_bot.png);
	width:228px;
	height:3px;
}
.flik {
	width:120px;
	height:40px;
	background-image:url(../image_layout/flik.jpg);
	background-repeat:no-repeat;
}
.flik2 {
	width:123px;
	height:38px;
	background-image:url(../image_layout/flik2.jpg);
	background-repeat:no-repeat;
}
.flik2text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}

.gray1{
	background-image:url(../image_layout/graybg.jpg);
}
.toggleopacity {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.3;
}


/*MENU*/
.menublock
{
background:url(../image_layout/layout_menu_m.png) repeat-x; /*THEME CHANGE HERE*/
height:32px;
text-align:center;
float:right;
}
.menublock_l
{
background:url(../image_layout/layout_menu_l.png) no-repeat; /*THEME CHANGE HERE*/
width:13px;
height:32px;
float:right;
}
.menublock_r
{
background:url(../image_layout/layout_menu_r.png) no-repeat; /*THEME CHANGE HERE*/
width:13px;
height:32px;
float:right;
}
.clear
{
clear:both;
}
.moveThatShit{
	margin-top:10px;
}

.menublock a:link, 
.menublock a:visited{ 
 color:#666666; 
} 
.menublock a:hover { 
 color:#FF3399; 
} 
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(../image_layout/menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(../image_layout/menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
text-align:left;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}