/*@font-face {  
	font-family: "Comfortaa Thin"; 
	src: url("../fonts/ComfortaaThin.ttf");
}

@font-face {  
	font-family: "Comfortaa Regular"; 
	src: url("../fonts/ComfortaaRegular.ttf");
}

@font-face {  
	font-family: "Comfortaa Bold"; 
	src: url("../fonts/ComfortaaBold.ttf");
}*/

@font-face{
font-family: "Comfortaa Regular";
src: url("../fonts/ComfortaaRegular.eot");
src: local("Comfortaa Regular"), url("../fonts/ComfortaaRegular.ttf") format("truetype");
}

@font-face{
font-family: "Comfortaa Bold";
src: url("../fonts/ComfortaaBold.eot");
src: local("Comfortaa Regular"), url("../fonts/ComfortaaBold.ttf") format("truetype");
}

@font-face{
font-family: "Comfortaa Thin";
src: url("../fonts/ComfortaaThin.eot");
src: local("Comfortaa Thin"), url("../fonts/ComfortaaThin.ttf") format("truetype");
}

body, html {	
	background-color: #202020;
	background-image: url('../img/body_back.png');
	color: #c0c0c0;	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 14px;	
	padding: 0;	
	margin: 0;
}

a {
	color: #f57f01;
	text-decoration: none;
}

a:hover { color: #fff; }
a:focus, a:active { outline: none; }
a img { border: none; }

h1, h2, h3{ 	
	color: #b7f501; 	
	font-family: "Comfortaa Regular", "Trebuchet MS", Verdana, Arial, Sans-Serif;
	margin: 1.0em 0 0.5em 0;
	padding: 0;	
	font-weight: normal;
}

h4, h5, h6 {
 	color: #fff;
 	font-family: "Comfortaa Bold", "Trebuchet MS", Verdana, Arial, Sans-Serif;
	margin: 1.0em 0 0.5em 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: normal;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 0.0em; }

h2.bullet {
	background-image: url('../img/content_h2_bullet.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
}ul {
	margin: 0;
	padding: 0 0 10px 35px;
	list-style: disc;
}

strong {
	color: #fff;
	font-weight: bold;
}

input:focus, textarea:focus { outline: none; }

#wrapper  {
	width: 940px;
	margin:0 auto;
	text-align: left;
}

#header {
	height: 100px;
	border-bottom: 1px solid #101010;
}

#headerpic {
	height: 214px;
	width: 940px;
	background-image: url('../img/headerpic.jpg');
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 310px;
	height: 100px;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#navi {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}

#navi li {
	color: #fff;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;}#navi li a {
	color: #fff;
	float: left;
	display: block;
	padding: 20px;
	font-family: "Comfortaa Regular", "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
}

#navi li.active a { color: #b7f501; }

#navi_contact_link {
	background-image: url('../img/navi_contact_back.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	border-top: 1px solid #303030;
	padding-top: 20px;
	background-image: url('../img/content_back.png');
	background-repeat: no-repeat;
}

hr {
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #303030;
	margin: 20px 0 20px 0;
}

hr.nomargin { margin: 0; }

.contentblock {
	float: left;
	text-align: left;
	padding-bottom: 40px;
}

.contentblock.third { width: 300px; }
.contentblock.two_thirds { width: 620px; }
.contentblock.left { margin-right: 20px; }
.contentblock.center { margin-right: 20px; }
.contentblock p { line-height: 1.6em; }

#footerbar {	
	width: 100%;
	clear: both;
	background-color: #101010;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	text-align: center;
	padding: 30px 0 40px 0;
	color: #808080;
}

#footer {
	width: 940px;
	margin:0 auto;
	text-align: left;
}

.footerblock {
	float: left;
	margin: 0;
}

.footerblock.third {	width: 300px;}
.footerblock.left, .footerblock.center {	margin-right: 20px;}
.footerblock h2 {
	margin: 0;
	padding: 0;
	color: #404040;
}

.footer_link_list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.footer_link_list li a {
	display: block;
	padding-left:
	20px;
	background-image: url('../img/footer_link_bullet.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #808080;
}

.third_slider {	
	border: 1px solid #252525;
	background-color: #101010;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 300px;
	height: 130px;
	margin-bottom: 2px;
}

.third_slider img {
	display: block;
	width: 280px;
	height: 110px;
	margin: 10px;
}

#copyrights {
	width: 940px;
	margin:0 auto;
	text-align: left;
	padding: 20px 0 20px 0;
	font-size: 0.8em;
	color: #606060;
}

#copyright_logos { float: left; }

#copyright_logos img {
	float: left;
	margin-right: 10px;
}

#copyright_text { float: right; }

#gallery .image {
	float: left;
	margin: 0 14px 14px 0;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#gallery .image a { float: left; }

#gallery .image a img {
	border: 5px solid #fff;
	float: left;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#ContactSendForm {}

#ContactSendForm label {
	font-size: 1.2em;
	color: #808080;
}

#ContactSendForm .input {
	width: 610px;
	margin-bottom: 15px;
}

#ContactSendForm .input input, #ContactSendForm .input textarea {
	width: 600px;
	display: block;
	border: none;
	padding: 5px;
	font-size: 1.2em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background: #fff url('../img/input_back_fade.png') repeat-x left top;
}

#ContactSendForm .submit input {
	padding: 5px 15px 5px 15px;
	font-size: 1.2em;
}

#ContactSendForm .error input, #ContactSendForm .error textarea {
	border: 2px solid #ff8080;
	padding: 3px;
}

.error-message {
	color: #ff8080;
	text-align: left;
}

#contact_info dt {
	font-size: 0.9em;
	color: #808080;
}

#contact_info dd {
	font-size: 1.2em;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

.reference {
	margin: 0 0 20px 0;
	padding: 8px;
	border: 1px solid #252525;
	background-color: #101010;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 220px;
}

.reference img{
	margin: 0;
	padding: 0;
}

.reference h3{
	margin: 0;
	padding: 5px 5px 0px 5px;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.reference p.description {
	margin: 0;
	padding: 0 5px 5px 5px;
	font-size: 1.0em;
	line-height: 1.2em;
	height: 40px;
	overflow: hidden;
}

.reference p.tools {
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 0.9em;
	line-height: 1.5em;
	overflow: hidden;
	color: #808080;
}
	
.reference .reference_image_link img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
} 

#flashMessage {
	font-size: 1.2em;
	text-align: center;	padding: 10px;
}

.flash_success {
	color: #b7f501;
}

.flash_failure {
	color: #ff8080;
}

#blog_archive {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #f57f01;
}
	
#blog_archive a {}
#blog_archive  li { font-size: 32px; }

#blog_archive  ul {
	padding: 0 0 10px 0;
	margin: 0 0 0px 20px;
}

#blog_archive  ul li { font-size: 18px; }
#blog_archive  ul ul li { font-size: 14px; }
#blog_archive .active { color: #fff; }
#blog_archive .active a { color: #fff; }

#blog_archive .count {
	color: #808080;
	font-size: 0.7em;
}


#blog .post h2 {
	margin: 1.0em 0 0.2em 0; 
}

#blog .post h2 a {
/*	color: #b7f501;*/
}

#blog .post .tags { 
	padding: 0; 
	margin: 0 0 10px 0; 
	color: #808080;
	font-size: 0.9em;
}

#blog .post .tags a { color: #808080; }
	
	
	
	
	
	













