/*************************************************
	CSS Reset
	Modified version of Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/index.html
*************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}
a {
	outline: 0;
}

/*************************************************
	General styles
*************************************************/

body{
	background: #fbfbfb url(../img/bg.gif) repeat-x;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 12px;
}

a{
	color: #930c0c;
	font-style: italic;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 15px;
	font-size: 14px;
	color: #930c0c;
	text-transform:uppercase;
}

h3{
	font-size: 14px;
}

a:hover{
	color: #bf1313;
	text-decoration: underline;
}

p{
	line-height: 22px;
	padding-bottom: 15px;
}



#container{
	width: 940px;
	margin: 0px auto;
}

#header{
	position: relative;
	width: 940px;
	height: 119px;
	margin-bottom: 20px;
}

#contactinfo{
	position: absolute;
	top: 4px;
	right: 20px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic; 
	color: #5c0000;
}

#logo{
	width: 259px;
	height: 84px;
	background: url(../img/logo-trans.png) no-repeat center;
	padding: 0;
	margin: 0;
}

#logo a{
	display: block;
	width: 259px;
	height: 84px;	
	border: 0;
	text-indent: -999px;
}

#menu{
	width: 920px;
	padding-left: 20px;
	height: 35px;
	margin-bottom: 24px;
}

#menu li{
	float: left;
}

#menu a{
	float: left;
	display: block;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}

#menu a:hover{
	border: none;
}
#menu .active .leftCur{
	float: left;
	height: 35px;
	width: 5px;
	background: url(../img/leftCur-trans.png) repeat-x;
}

#menu  .active a{
	float: left;
	padding: 0 15px;
	background: url(../img/currentBg.png) repeat-x;
	color: #730000;
}

#menu .active .rightCur{
	float: left;
	height: 35px;
	width: 5px;
	background: url(../img/rightCur-trans.png) repeat-x;
}

#slider{
	position: relative;
	width: 899px;
	height: 275px;
	padding: 17px 20px 20px 17px;
	margin: 0 2px 20px 3px;
	background: url(../img/sliderBg-trans.png);
	overflow: hidden;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li img{
}

#slider .content{
	position: absolute;
	right: 20px;
	top: 17px;
	width: 229px;
	height: 235px;
	padding: 20px;
	color: #fff;
	background: url(../img/slide_bg.jpg);
	background-repeat:no-repeat;
	z-index: 500;
}

#slider .content h2{
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

#slider .button{
	position: absolute;
	bottom: 25px;
	text-transform:uppercase;
	right: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	line-height: 53px;
	width: 218px;
	height: 55px;
	background: url(../img/button.png) 0  -55px;
	border: none;
	text-indent: -9999px;
}

#slider .button:hover{
	background-position: 0 0;
}

#content{
	float: left;
	margin: 0 2px 20px 3px;
	width: 940px;
}

#content .block , #maincontent .block  {
	float: left;
	width: 222px;
	margin-right: 16px;
	margin-bottom: 16px;
}

#content .block h3, #maincontent .block h5{
	padding: 0 0 5px 12px;
	height: 30px;
}

#content .block img, #maincontent img, #content .video_box img{
	display: block;
	background: url(../img/ImageBg-trans.png);
	padding: 17px 20px 20px 17px;
	width: 186px;
	height: 139px;
}

#content .block p{
	padding: 15px;
}

#footer{
	clear: both;
	color: #a5a5a5;
	text-align: center;
	margin-bottom: 30px;
}

#footer a{
	color: #A5A5A5;
}

#seperator{
	background: url(../img/seperator.png) center;
	width: 936px;
	margin: 0 2px;
	height: 5px;
	margin-bottom: 10px;
}

#certifications{
	margin-bottom: 10px;
}

#certifications a{
	border: none;
}

#sidebar{
	float: left;
	width: 215px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#sidebar ul li{
	border-bottom: 1px solid #ccc;
}

#sidebar ul a{
	display: block;
	width: 185px;
	height: 35px;
	line-height: 35px;
	margin: 3px 0;
	padding: 0 10px 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	border: 0;
	text-decoration: none;
}

#sidebar ul a:hover{
	background: url(/img/sidebarhover.png) no-repeat;
}

#sidebar ul .active  a{
	color: #fff;
	background: url(/img/sidebarcur.png) no-repeat;
}

#sidebar ul .active  a:hover{	
	color: #fff;
	background: url(/img/sidebarcur.png) no-repeat;
}

#maincontent{
	float: right;
	position: relative;
	width: 705px;
	padding-top: 10px;
	margin-bottom: 15px;
}

#maincontent .terug{
	position: absolute;
	top: 15px;
	text-transform: uppercase;
	right: 0;
	font-size: 12px;
	font-style: normal;
}

#maincontent .seperator{
	float: left;
	background: url(../img/spacer2.png) center;
	width: 705px;
	height: 5px;
	margin-bottom: 16px;
}

#maincontent .content{
	float: left;
	width: 464px;
	margin-right: 16px;
}

#maincontent .images{
	padding-top: 34px;
	width: 215px;
	float: right;
}

#maincontent .images a{
	border: 0;
}

#maincontent .images img{
	margin-bottom: 15px;
}

#contactForm label{
	display: block;
	color: #444;
	font-size: 14px;
	margin-bottom: 2px;
}

#contactForm input{	
	display: block;
	padding: 5px;
	width: 250px;
	font-size:12px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	color: #444;
	border: 1px solid #a3a3a3;
	margin-bottom: 10px;
}

#contactForm textarea{	
	display: block;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	padding: 5px;
	color: #444;
	font-size:12px;
	width: 400px;
	height: 150px;
	border: 1px solid #a3a3a3;
	margin-bottom: 10px;
}

#contactForm .button{
	cursor: pointer;
	font-weight: bold;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0px;
	background: url(../img/contact.png) no-repeat;
	color: #fff;
	border: 0;
}

.video_box{
	float: left;
	width: 450px;
	margin: 16px 16px 16px 0;
}

.video_box .video{
	float: left;
	margin-right: 16px;
}

.video_box .text{
	float: left;
	width: 210px;
}

.video{
	float: left;
	position: relative;
	top:0;
	left:0;
	width: 222px;
	height: 176px;
	margin-bottom: 14px;
}

.video .overlay{
	position: absolute;
	top: 56px;
	left: 80px;
	width: 59px;
	height: 60px;
	background: url(../img/youtube-trans.png) no-repeat;
	z-index: 2;
}

.video img{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.video a{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 222px;
	height: 176px;
	z-index: 3;
}			

input.error, textarea.error {
border:1px solid red!important;
}

.contact_info{
	line-height: 1.6em;
	margin-bottom: 10px;
}


#certifications img{
	margin: 0 5px;
}

