body{
	margin:0px; 
	padding:0px; 
	color:#535353; 
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	background:url(../images/bg.jpg) 0 0 repeat-x;
	}
	*body {
		margin-right:2px;
		}
.beforecookiehome {
	background:url(../images/bg.jpg) 0 40px repeat-x;
}
a{
	color:#000000;
	font-weight:normal;
	line-height:20px;
	text-decoration:underline;
	}
a:hover{
	color:#000000;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	}

h1 {
	font-size:11px;
	color:#8f835b;
	line-height:27px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	margin:0;	
}
h1 span {
	font-size:18px;
	color:#4481c0;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
	}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
	font-size:20px;
	color:#33A23D;
	text-decoration:none;
	margin:0;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	}
h2 span {
	font-weight:normal;
	color:#868686;
	text-decoration:none;
	letter-spacing:1px;
	}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#447b9d;
	padding-bottom:5px;
	}
h4 {
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
	margin:0;
	padding:0px 0px 4px 0px;
	}
p {
	padding:3px 0px 5px 0px;
	margin:3px 0px 5px 0px;
	}	

form{margin:0; padding:0;}
.clr {clear:both; height:10px;}
ul.plans {
	margin:0px 0px 10px 15px;
	padding:0px;
	display:block;
	}
ul.plans li {
	padding:2px 0px;
	background:none;
	list-style:disc;
	}
ul.plansub {
	margin:0px 0px 5px 15px;
	padding:0px;
	display:block;
	}
ul.plansub li {
	padding:1px 0px;
	background:none;
	list-style:circle;
	}
/*========================= show / hide top panel start ===========================*/

a:focus {
	outline: none;
}

.outer {
	width:100%; 
	display:block; 
	}
	.outeroff {
	position:absolute; 
	width:100%; 
	display:none; 
	top:0px; 
	left:0px; 
	z-index:99999;
	}

#panel {
	background: #ccc;
	/*height:30px;* //comment due to cookie policy */
	display: block;
	color:#000;
	padding:5px 0px;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:url(../images/topstripe-bg.jpg) repeat-x 0 0;
}
#panel a, #panel a:visited, #panel a:active {
	color:#000;
	text-decoration:underline;
	font:12px/15px Arial, Helvetica, sans-serif;
}
#panel a:hover {
	color:#000;
	text-decoration:none;
	font:12px/15px Arial, Helvetica, sans-serif;
}

.slide {
	margin:0px;
	padding:0px;
	display:block; 
	position:absolute; 
	top:3px; 
	right:0px;
	.position:fixed; 
	.right:-850px;
	z-index:9999px;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -24px;
	text-align: right;
	width:74px;
	height:24px;
	padding:0px;
	margin:0 auto;
	display:block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 0px;
}

/*========================= show / hide top panel end ===========================*/