/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'arial', Verdana, Tahoma;
	font-size: 100%;
	background: black;
	font-size: 12px;
}
img {
	border: 0;
}


html {
	margin: 0;
	padding: 0;
}

p {	

}

strong {
}

h1 {
 font-family: 'impact';
 font-size: 2em;
 text-align:center;
 padding: 5px 0;
}
h3 {

}
h2 {

}
h4 {

}



#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
}

#logo {
	text-align: center;
	z-index: 2;
	padding: 50px 0 10px;
	width: 600px;
	margin: 0 auto;
}
#logo:hover {
	opacity: .9;
		-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity ,.25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;	
	transition: opacity .25s ease-in-out;
	}
	
	#textbox {
		color: white;
		 font-family: 'arial';
		width:550px;
		text-align:justify;
		margin: 0 auto;
		font-size: 1em;
	}
	#textbox p {
		text-align: center;
	}
	#textbox b {
		font-size: 1.6em;
		 font-family: 'impact';
	}
	#textbox a{
		color: #bdc9df;
	}
	#textbox a:hover{
		color: #5c75a4;
	}
	
	#button {
		margin: 10px auto 30px;
		text-align: center;
		width: 150px;
	}
		#button:hover {
		opacity: .7;
		-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity ,.25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;	
	transition: opacity .25s ease-in-out;
	}

	
	
	#safes {
	color: white;
	font-family: 'arial';
	width: 600px;
	height: 800px;
	margin: 0 auto;
	text-align:justify;
	}
	#safes ul {
		display: inline;
	}
	#safes li {
		width: 180px;
		text-align: center;
		margin: 0 auto;
		float: left;
		padding: 10px;
	}
	#safes a{
		color: #bdc9df;
	}
	#safes a:hover{
		color: #5c75a4;
		opacity: .7;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity ,.25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		-ms-transition: opacity .25s ease-in-out;	
		transition: opacity .25s ease-in-out;
	}
	
	
	
	
	
	#contactform {
		text-align: center;
		margin: 0 auto;
		color: white;
		width: 300px;
		margin-bottom: 20px;
	}
	input {
		width: 100px;
	}
	textarea{
		width: 300px;
	}
	input#customer_mail {
		width: 300px;
	}
	input#name {
		width: 300px;
	}
	input#subject {
		width: 300px;
	}
	

	
	
	
#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align:center;
}

#contact-area {
	width: 400px;
	margin: 0 auto;
	color: white;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 271px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


