﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #E6E6E6;
	letter-spacing:1pt;
	line-height: 18px;
}
body {
	background-color:#232522;
/*	background-image:url(img/bg.jpg); 
	background-repeat:repeat-x; */
	background-image:url(img/bgmaze.png); 
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #F2EE77;
	text-decoration:none;
	border-bottom: 0px solid #35A3D8;
}
a:hover {
	text-decoration:none;
	color: #35A3D8;
	border-bottom: 0px solid #FFFFFF;
}
#container {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 20px 50px 20px;
	background-repeat: repeat;
	position:relative;
}
#topbar {
	width: 1000px;
	height:150px;
	margin: 80px 0px 0px 0px;
	position:relative;
}
#logins {
	width:300px;
	height:150px;
	margin:0 auto;
	padding:5px 5px 0px 5px;
	overflow: visible;
	float:right;
	text-align:right;
	position:relative;
}
#logins a { text-decoration:none; border-bottom:none; }
#hellow {
	width:650px;
	height:150px;
	margin:0 auto;
	padding:5px 5px 0px 5px;
	overflow:visible;
	float:left;
	text-align:left;
	position:relative;
	visibility: visible;
}
#maincontent {
	width:990px;
	margin:0 auto;
	padding:5px 5px 30px 5px;
	text-align:none;
	overflow:visible;
	position:relative;
}
#feedControlHeader { 
	width : 880px;
    margin: 0px; 
	padding:5px 5px 5px 5px;
	float:left;
}

#feedControl { 
	width : 880px;
    margin: 0px; 
	padding:5px 5px 5px 5px;
	float:left;
}

#topsubnav {
	width:150px;
	height:50px;
	margin:0 auto;
	padding:20px 5px 0px 5px;
	overflow:hidden;
	float:right;
	font-size:11px;
	text-align:right;
}
#back2main {
	width:150px;
	height:50px;
	margin:0 auto;
	padding:50px 5px 0px 5px;
	overflow:hidden;
	float:left;
	font-size:11px;
	text-align:right;
}
#loveclienthead {
	width:1000px;
	margin:0 auto;
	padding:30px 5px 20px 5px;
	overflow:hidden;
	float:left;
}
div.clientselect {
	float: left;
	width: 16em;
}

/* clear float after lists */
br {
	clear: left;
}
/* anchor styling */
ol li {
	list-style:none;
	line-height: 25px;
}
ol li a {
	display: block;
	width: 15em;
	text-decoration: none;
}
ol li a:hover {
	background-color: #FF0000; 
	color: #FFFFFF;
	text-decoration: none;
}

#footnav {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 680px;
	float: left;
}
#footer {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 50px 55px 10px 5px;
	float:left;
}
.footer-text {
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
}
.kicimia {
	font-size:11px;
}
.linksmall {
	font-size:11px;
}
.bigmomma {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 40px;
	color: #36A3D7; 
	font-weight: bold;
	line-height: 48px;
	text-align:left;
}
.smallmomma {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 20px;
	color: #36A3D7; 
	font-weight: bold;
	line-height: 38px;
	text-align:left;
}
.mred {color: #FF0000}
.mred a {color: #FF0000; text-decoration:underline;}

.mgreen {color: #00FF00}
.mblue {color: #005CFF}


/* sliding panel */
.panel {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232522;
	letter-spacing:1pt;
	line-height: 15px;
	position: fixed;
	top: 60px;
	right: 0;
	display: none;
	background: #36A3D7;
	border:1px solid #36A3D7;
	width: 330px;
	height: auto;
	padding: 30px 80px 30px 30px;
	filter: alpha(opacity=95);
	opacity: .95;
    -moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

.panel p{
	margin: 0 0 15px 0;
	padding: 0;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #232522;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #F2EE77;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 15px;
right: 0;
color:#232522;
padding: 10px 15px 10px 40px;
font-weight: 700;
background:#36A3D7 url(img/plus.png) 15% 55% no-repeat;
border:0px solid #444444;
display: block;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
}

a.trigger:hover{
position: fixed;
text-decoration: none;
top: 15px; 
right: 0;
color:#232522;
padding: 10px 20px 10px 40px;
font-weight: 700;
background:#36A3D7 url(img/plus.png) 15% 55% no-repeat;
border:0px solid #444444;
display: block;
/* 
font-size: 16px;
font-family: verdana, helvetica, arial, sans-serif;
letter-spacing:-1px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
*/
}

a.active.trigger {
background:#36A3D7 url(img/minus.png) 15% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

