* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-size: 100%;
}
body {
	
	font: 1em Tahoma, Verdana, sans-serif,Arial, ;
	width: 100%;
	height: 100%;
	background: url("bgfade3.jpg") repeat-x fixed #f7d80c;
}
h2 {
	background: #331651;
	padding:3px;
	margin-bottom: 5px;
	color: #baa8ed;
}
a {
	color: #07b12a;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 62.5em;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

hr {
	height: .2em;
	color: #f6290c;
	background-color: #f6290c;
	margin: .5em 2em;
}
	
/* Header
-----------------------------------------------------------------------------*/
#header {
	margin:5px;
}

#banner {
	text-align:center;
}

#navcontainer {
	margin: 1em;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #f7d80c;
border: 2px solid #f6290c;
}

#navcontainer ul li a.here
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: red;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #07b12a;
}

/* Middle
-----------------------------------------------------------------------------*/
#main {
	padding: 0 1.25em;
	background: ;
}

#content {
	padding: 0.5em;
}

#content ul, #content ol {
	margin-left: 1.125em;
}
#logo {
	text-align:center;
	color: #07b12a;
	font-weight: 900;
}

.lozenge {
	text-align: center;
	background:  url("lozenge.png");
	width: 26.25em;
	height: 1.875em;
	line-height:1.875em;
	margin: 0.7em auto;
}

.pat {
	color: #f00;
}

.takenote  {
	color: #00f;
	font-weight: 900;
	border: 1px solid #00f;
	margin-top:0.5em;
	padding:0.3em;
}

.testedimg {
	text-align:center;
	}
	
.testedimg img {
	padding:0 0.3em;
	}
		
.faq-q {
	margin-bottom: 5px;
}

.faq-a {
	font-size: 0.8em;
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 62.5em;
	height: 3em;
	background: ;
	line-height: 3em;
	text-align: center;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}

/* yellow #f7d80c - green #07b12a  - red #f6290c */
