* {
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	background:#000 url(../img/bg_body.png);
	font-family:arial,sans-serif;
}
object{outline:none;}
form ul{list-style:none;}

a {color:#FFFFFF;}

div#wrapper {
	width:919px;
	margin:auto;
	background:#000;
	padding:20px;
}
div#header {
	width:919px;
	height:192px;
}
div#footer {
	clear: both;
	padding-top: 10px;
	border-top:3px solid white;
	margin-top:20px;
	text-align:center;
}

	/* TRACKER */
.tracker {
	font-weight: bold;
	padding-bottom: 20px;
	/*margin-top: 10px;*/
	height: 30px;
	clear: both;
}
.tracker a {
	border: 1px solid white;
	margin-right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: white;
}
.tracker a:hover,
.tracker a.active:hover {
	background-image: none;
	background-color: white;
	border: 1px solid white;
	color: #6e298d !important;
}
.tracker a.active {
	background-image: none;
	background-color: #6e298d;
	border: 1px solid #6e298d;
	color: white !important;	
}
.dots {
	display: block;
	width: 18px;
	text-align: center;
	float: left;
	font-size: 1.2em;
	color: white;
	margin-right: 5px;
}

.floatRight {
	float: right;
}
.zapp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.error {
	color: red;
	margin: 10px 0;
}
.succes {
	color: green;
	margin: 10px 0;
}

/*--------- FAQ ----------------*/
.faq {
	margin-top: 15px;
}
.faq li {
	list-style: none;
}
.faqMainItem {
	font-size: 1.1em;
	border-bottom: 1px solid #612983;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.faqSubItem {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.3;
	border: 0;
}
	.faqSubItem  a {
		cursor: pointer;
	}
.faqAnswerItemShow {
	margin-left: 20px;
	width: 600px;
	padding-bottom: 20px;
}
.faqAnswerItemHide {
	display: none;
}
.faqAnswerItemShow ul,
.faqAnswerItemShow ol  {	

}
.faqAnswerItemShow ul li {
	list-style: disc inside;
	margin-bottom: 5px;	
}
.faqAnswerItemShow ol li {
	list-style: decimal inside;
	margin-bottom: 5px;	
}
/*--------- /FAQ----------------*/

/*--------- GUESTBOOK ----------------*/
#guestbook {
	border-bottom: 1px dotted #e1e2e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 600px;
}
#guestbook li {
	list-style: none;
}
#guestbook .title {
	font-weight: bold;
	color: #6e298d;
}
#guestbook .name {
	font-style: italic;
}
#guestbook .date {
	float: right;
	font-style: italic;
}
#guestbook .message {
	
}
/*--------- /GUESTBOOK ----------------*/

/*--------- SITEMAP ----------------*/
#sitemap,
#sitemap ul {
	list-style: none;
}
#sitemap {
	font-weight: bold;
}
#sitemap .sub {
	font-weight: normal;
	margin-bottom: 10px;
}
#sitemap li li{
	margin-left: 10px;
}
/*--------- /GUESTBOOK ----------------*/
