* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

body {
	background-color: #21242b;
	color: #fff;
}
.container {
	width: 730px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	border: 0px solid #FFF;
}

.weAre {
	width: 700px;
	margin-left: 15px;
	border: 0px solid #fff;
}

.logo {
	float: left;
	width: 92px;
	height: 105px;
	margin-top: 35px;
}

.contact {
	clear: both;
	float: left;
	width: 100%;
	height: 14px;
	color: #fff;
	margin: 20px 0 0 0;
}
.contact span,
.contact a {
	float: left;
	width: auto;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	padding: 0 6px 0 0px;
}
.contact .magenta {
	background-image: url(../images/double2.gif);
	background-position: 0 50%;
	background-repeat: no-repeat; 
	font-weight: bolder;
	color: #ed1e79;
	padding-left: 13px;
	margin-left: 3px;
	letter-spacing: 0.7px;
	border: 0px solid #fff;
}
.contact .first {
	background-image: none;
	padding: 0px;
	margin: 0px;
}



.main_nav {
	clear: both;
	list-style: none;
	width: 100%;
	height: 19px;
	padding: 14px 0;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 0px solid red;
}
.main_nav li {
	float: left;
	padding-right: 5px;
}
.main_nav a {
	float: left;
	width: auto;
	height: 19px;
}


.intro {
	float: left;
	background-color: #21242b;
	background-image: url(../images/intro.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 265px;
	margin-bottom: 50px;
	border: 0px solid white;
}
.intro p {
	float: left;
	width: 70%;
	margin-top: 90px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	border: 0px solid white;
}

.gellery {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 32px;
}
.brutalisk {
	width: 210px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.brutalisk:hover .sp {
	position: absolute;
	width: 210px;
	height: 140px;
	
	opacity: 0.9;
	filter: alpha(opacity = 90);
	background-color: #181a23;
	display: block;
	font-size: 1.2em;
}
.brutalisk .sp {
	display: none;
	color: #fff;
}
.brutalisk img  {
	width: 190px;
	height: 120px;
	border: 10px solid #181a23;
}

.alt {
	float: left;
	width: 170px;
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	text-align: left;
}
.alt1 {
	padding-top: 50px;
	vertical-align: bottom;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border: 0px solid #fff;
	background:url(../images/dotted_line.gif) repeat-x 0 100%;
}
