
body h1, body a:hover h1 span, body h2, body a:hover h2 span, body h3, body a:hover h3 span, body h4, body a:hover h4 span, body h5, body a:hover h5 span, #slidecaption h1  {
	color:#FFFFFF;
	transition: color 500ms;
	-moz-transition: color 500ms;
	-webkit-transition: color 500ms;
	-o-transition: color 500ms;
}
body h1 span, body a:hover h1, body h2 span, body a:hover h2, body h3 span, body a:hover h3, body h4 span, body a:hover h4, body h5 span, body a:hover h5, #slidecaption h1 span  {
	color:#FFEA00;
	transition: color 500ms;
	-moz-transition: color 500ms;
	-webkit-transition: color 500ms;
	-o-transition: color 500ms;
}
p, td, div {
	color:#aeaeae;
}
.main_container {
	background-image: url();
}
a {
	color:#FFEA00;
}
.status_bar span, .status_bar {
	color:#FFFFFF;
}
footer, .left_bar, .right_bar, header {
	background-color:#000000;
}
body .mainmenu a, body footer .copyright, body .left_bar *, body .right_bar *, body header .info_block, body footer .socials li {
	color:#6F6F6F;
}
#progress-bar, #progress-bar2 {
	background-color:#FFEA00;
}
ul#thumb-list li .list-border {
	border:3px solid #FFEA00;
}
ul.menu li a:hover, ul.menu li:hover a, ul.menu li a.current-menu {
	color:#FFEA00;
}
ul.menu li a {
	color:#6F6F6F;
}
#slidecaption p {
	color:#FFFFFF;
}
ul.menu li ul.sub-menu li a {
	color:#6F6F6F;
	background-color:#000000 !important;
}
ul.menu li ul.sub-menu li a.current-menu, ul.menu li ul.sub-menu li a:hover {
	color:#FFFFFF;
	background-color:#797979 !important;
}

.thiscontent ul { list-style:none; margin:0; padding:0 0 20px 0; overflow:hidden}
.thiscontent ul li { line-height:18px; padding:0}
.thiscontent ul li:before {
	content: '\25cf';
	padding-right: 7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFEA00;	
}

.thiscontent ol, ol.list {counter-reset:li; padding:0 0 20px 0px; margin:0; list-style:none;}
.thiscontent ol li, ol.list li {margin:0 0 0 0px; padding:0 0 0 0px; line-height:18px}
.thiscontent ol li:before, ol.list li:before {
    content:counter(li)"."; 
    counter-increment:li; 
    padding-right:7px; 
    color:#FFEA00;   
}

blockquote {
    border-left: 2px solid #FFEA00;
    color: #FFFFFF;
}
blockquote span {
    color: #AEAEAE;
}
hr.dotted, hr.double {
    border-top: 1px dotted #AEAEAE;
}
ul.list_dotted li:before {
	content : "\25aa"; 
}
.btn_send {background-color:#FFEA00;}