@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	color: #999999;
}

#mainmenu {
	background-color: #a5c627;
	height: 30px;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
}
#separator {
	height: 20px;
}


#header {
	background-color: #FFFFFF;
	background-image: url(../images/header_bg_2.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	font-size: x-large;
	height: 100px;
	color: #c1c1c1;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(../images/seize9_logo.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	height: 100px;
	width: 240px;
}
#mainmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a:HOVER {
	color: #DDDDDD;
	text-decoration: none;
}

#mainmenu .selectedlink a:link {
	color: #58595b;
}

#mainmenu .selectedlink a:VISITED {
	color: #58595b;
}

#mainmenu .selectedlink a:HOVER {
	color: #58595b;
}

#leftmenu a:link {
	color: #58595b;
	text-decoration: none;
}

#leftmenu a:VISITED {
	color: #58595b;
	text-decoration: none;
}

#leftmenu a:HOVER {
	color: #b1b1b1;
	text-decoration: none;
}

#leftmenu .selectedlink a:link {
	color: #a5c627;
}

#leftmenu .selectedlink a:VISITED {
	color: #a5c627;
}

#leftmenu .selectedlink a:HOVER {
	color: #a5c627;
}

.panel {
	background-color: #FFFFFF;
	font-weight: 470;
	width: 900px;
}
#leftmenu {
	vertical-align: top;
	text-align: left;
	width: 150px;
	height: 315px;
}
.leftmenuitem {
	padding-left: 5px;
	margin-top: 20px;	
}
#premainmenu {
	background-color: #a5c627;
	height: 30px;
	color: #FFFFFF;
	vertical-align: middle;
}

.separator {
	margin-left: 20px;
	margin-right: 20px;
}

#tv {
	width: 420px;
	height: 315px;
	text-align: left;
	vertical-align: top;
	background-color: #dddddd;
	
}

#info {
	width: 295px;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 20px;
	
}

#bottompanel {
	text-align: left;
}
.infotitle {
	color: #a5c627;
	margin-top: 15px;
}
.infodata {
	margin-top: 5px;
}

.minitv {
	margin-left: 5px;
	margin-right: 5px;
}
.green {
	color: #a5c627;
}

.contact  {
	background-color: #ffffff;
	height: 100%;
}