@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
.edit{border:none!important;}
.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-10000;
}
body {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#1e1e1e;
        background-color: #ffffff;
     }
a img, img a {
	border:none;
}
a {
	color:#ee343f;
	text-decoration:none;
}
a:hover, #active a {
	color:#1e1e1e;
}
.header {
	width:100%;
	height:100px;
	border-bottom: 0px solid #ee343f;
   
        background-color: rgba(214, 214, 214, 0.6);
    background-image:;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
               <!--[if lte IE 8]> 
     background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ad6d6d6,endColorstr=#9ad6d6d6)     zoom:1;
     -->
     }
.header_container {
	width:900px;
	margin:auto;
	position:relative;
	height:100px;
}
.header .logo {
	position:absolute;
	top:10px;
	left:0px;
}
.menu, .languages, .menu2 {
	list-style-type:none;
	position:absolute;
	top:45px;
	right:0;
}
.menu {
	width:690px;
	text-align:right;
}
.languages {
	top:7px;
	right:212px;
}
.menu2 {
	top:0;
	right:0;
	width:196px;
}
.menu li, .languages li, .menu2 li {
	display:inline;
}
.menu li a, .languages li a, .menu2 li a {
	color:#1e1e1e;
	font-weight:bold;
    font-family:"Helvetica", serif;
}
.menu li a {
	font-size:18px;
	padding:2px 10px;
}
.languages li a {
	font-size:12px;
	padding:0 4px;
}
.menu2 li a {
	float:left;
	display:block;
	font-size:12px;
	background:url(../pics/tab.png) no-repeat 0 0;
    background:#ee343f;
	width:97px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
	margin-left:1px;
	font-weight:normal;
    -moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.menu li a:hover, .menu #active a, .languages li a:hover, .languages #active a {
	color:#ee343f;
}
.menu2 li a:hover, .menu2 #active a {
	font-weight:bold;
}
.banner, .bcontent {
	width:100%;
        background-color: rgba(214, 214, 214, 0.6);
    background-image:;
    background-repeat: repeat;
    background-position: 0px 0px;
            <!--[if lte IE 8]> 
     background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ad6d6d6,endColorstr=#9ad6d6d6)     zoom:1;
     -->
     }
.banner_container, .bcontent_container {
	width:900px;
	margin:auto;
	position:relative;
	min-height:400px;
	padding-bottom:40px;
}
.bcontent_container {
	min-height:0px;
	height:110px;
	padding-bottom:0;
}
.banner h1, .bcontent h1 {
	font-size:34px;
	font-weight:bold;
	padding:30px 0;
    font-family:"Helvetica", serif;
}
.banner h2 {
	font-size:22px;
	font-weight:bold;
	color:#ee343f;
	width:450px;
	padding:10px 0;
}
.banner p {
	width:450px;
	padding:10px 0;
}
.slide {
	width:400px;
	height:268px;
	border:2px #1e1e1e solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	right:0;
   
	top:108px;
}
.slide_text
{
	width:450px;
	height:268px;
	position:absolute;
	left:0;
	top:100px;


}
.slide .image {
	width:400px;
	height:268px;
	border:2px #1e1e1e solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content_right img, .content_full img {
	border:2px #1e1e1e solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content_right .thumbs, .content_full .thumbs {
	margin-top:20px;
}
.content_right .thumb, .content_full .thumb {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	display:inline;
}
.services, .content {
	width:100%;
	min-height:200px;
	border-top: 1px solid #ee343f;
	border-bottom: 0px solid #ee343f;
	    background-color: rgba(214, 214, 214, 0.6);
    background-image:;
    background-repeat: repeat;
    background-position: 0px 0px;
              <!--[if lte IE 8]> 
     background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ad6d6d6,endColorstr=#9ad6d6d6)     zoom:1;
     -->
     }
.services_container, .content_container {
	width:900px;
	margin:auto;
	overflow:hidden;
	padding:35px 0;
}
.content_container {
	min-height:500px;
	overflow:hidden;
}
.content_left, .content_right {
	float:left;
	display:inline;
	width:600px;	
	min-height:200px;
}
.content_left {
	width:270px;
	margin-right:30px;

}
.content_left .submenu {
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1e1e1e;

}
.content_left .submenu li a {
	display:block;
	padding-left:15px;
	padding-bottom:3px;
	background:url(../pics/bullet.png) no-repeat 2px 6px;
	color:#1e1e1e;
}
.content_left .submenu li a:hover, .content_left .submenu #active a {
	color:#ee343f;
}
.content_right h2, .content_full h2 {
	font-size:22px;
	color:#ee343f;
	font-weight:bold;
	padding-bottom:17px;
}
.content_right h3 {
	font-weight:bold;
	font-size:18px;
	padding-top:25px;
	padding-bottom:15px;
}
.content_right p, .content_full p {
	font-size:14px;
	padding:10px 0;
}
.services .service_block {
	width:250px;
	margin-right:75px;
	float:left;
	display:inline;
}
.services #last_block {
	margin-right:0;
}
.service_block h3 {
	font-weight:bold;
	color:#ee343f;
	font-size:22px;
	padding:25px 0;
}
.footer {
	width:100%;
    height:167px;
        background-color: rgba(214, 214, 214, 0.6);
    background-image:;
    background-repeat: repeat;
    background-position: 0px 0px;
              <!--[if lte IE 8]> 
     background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ad6d6d6,endColorstr=#9ad6d6d6)     zoom:1;
     -->
     }
.footer_container {
	width:900px;
	height:167px;
	margin:auto;
	position:relative;
}
.footer .menu {
	right:auto;
	left:0;
	bottom:auto;
	top:35px;
	text-align:left;
}
.footer .menu a {
	font-size:14px;
}
.footer .menu .first a {
	padding-left:0;
}
.footer .copyright {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:25px;
}
.footer .copyright img {
	margin-left:5px;
}
.footer .about {
	color:#ee343f;
	position:absolute;
	bottom:25px;
	text-align:center;
	font-size:12px;
	width:100%;
}
.footer .icons {
	position:absolute;
	left:0;
	bottom:25px;
}
.footer .icons img {
	margin-right:10px;
}
#contact_form {
        background-color: #ffffff;
    background-image:url(../dpics/config/2013-09-02-09-26-35_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
          }
.contact_container {
	width:690px;
	height:440px;
	padding:20px;
	position:relative;
    	background: rgba(214, 214, 214, 0.6) repeat 0 0;
              <!--[if lte IE 8]> 
     background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ad6d6d6,endColorstr=#9ad6d6d6)     zoom:1;
     -->
        


}
.contact_container h1 {
	font-size:47px;
	font-weight:bold;
	color:#1e1e1e;
	text-shadow: 2px 2px 2px #ee343f;
}
.contact_container form {
	padding-top:20px;
}
.contact_container form .input, .contact_container form .textarea {
	background:url(../pics/input.png) transparent no-repeat 0 0;
	width:406px;
	padding: 0 15px;
	height:41px;
	line-height:41px;
	vertical-align:middle;
	font-size:16px;
	font-family:Helvetica, sans-serif;
	color:#424242;
	border:none;
	margin-bottom:10px;
}
.contact_container form .textarea {
	background:url(../pics/textarea.png) transparent no-repeat 0 0;
	height:71px;
	line-height:normal;
	padding:15px;
	vertical-align:top;
}
.contact_container form .submit {
	background:url(../pics/send.png) transparent no-repeat 0 0;
	width:110px;
	height:22px;
	cursor:pointer;
	font-size:12px;
	color:#333;
	font-family:Helvetica, sans-serif;
	border:none;
	float:left;
	position:absolute;
	left:20px;
	top:420px;
}
.contact_container form .submit:hover {
	color:black;
}
.contact_container #map {
	position:absolute;
	left:485px;
	top:94px;
	border:2px white solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact_container .map_info {
	font-size:14px;
	color:#1e1e1e;
	position:absolute;
	left:483px;
	top:220px;
}
.contact_container .map_info strong {
	color:#ee343f;
	font-size:16px;
	font-weight:bold;
}
.content_full .thumbs img {
	float:left;
    display:inline;
    margin-right:5px;
}
.content_right #video, .content_full #video {
	display:block;
	position:relative;
    float:left;
}
.content_right p {
	clear:both;
}
.content_right #video .play, .content_full #video .play {
	position:absolute;
    left:180px;
    top:120px;
    border:none;
}
.content_full #video .play {
    left:125px;
    top:80px;
}
.header_a {
	background:url(../cms/pics/bg_header.png) repeat-x 0 0;
	height:90px;
	width:100%;
}
.header_container_a{
width:900px;
margin:auto;
height:90px;
position:relative;
}
.menu_a {
	position:absolute;
	top:30px;
	left:-13px;
	height:30px;
	list-style-type:none;
}

.menu_a li {
display:inline;
}
.menu_a li a {
float:left;
display:block;
font-size:16px;
font-weight:bold;
color:#b7b7b7;
padding:0 13px;
height:30px;
line-height:30px;
vertical-align:middle;
text-align:center;
text-shadow: 2px 2px 2px #000;
font-family: Helvetica, Arial, sans-serif;
}
.menu_a li a:hover, .menu_a #active a {
color:white;
}
.menu_a #active a {
background:url(cms/pics/menu_active.png) repeat-x 0 0;
-moz-border-radius: 4px;
border-radius: 4px;
}
.logout_a {
background:url(../cms/pics/submit.png) repeat-x 0 0;
height:36px;
padding:0 30px;
border:1px solid #000;
-moz-border-radius: 4px;
border-radius: 4px;
font-family:Arial, Helvetica, sans-serif;
font-size:bold;
font-size:18px;
color:#fff;
text-shadow: 2px 2px 2px #000;
cursor:pointer;
position:absolute;
right:20px;
bottom:17px;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	font-size:14px;
	bottom:30px;
	right:0;
}
#bgcolor_a, .bgcolor_a {
	background-color:#FF0000!important;
}
#fred { 
	color:#FF0000!important;
    }