
* { margin: 0; padding: 0; }
}

body {
	font: 20px  tahoma, serif;
}

h1 { 
	width: 660px; 
	margin: 0 auto;
	padding: 20px 0;
	color: white;
	font-family: tahoma;
}

a{
	text-decoration: none;
}

#logo{
	width:160px;
	height:160px;
	position: fixed;
	margin-top:-5px;
	margin-left:0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@media only screen and (max-width: 1164px){
	#logo{
	margin-top:50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
	}
}

.logo{
	margin-top:5px;
}

.tabs:before,
.tabs:after {
    content: "";
    display: table;
}

.tabs:after {
    clear: both;
}

.tabs {
    zoom: 1;
}

#tabcontainer{
	width:700px;
	height:296px;
	background-color: #231f20;;
	margin: 0 auto;
	margin-top:-10px;
	padding: 20px 0;
}

.tab_content{
	color:white;
}

#footera{
background-color: white;
margin-left:0px;

}

#footerb{
	background-color: #29abe2;
	margin-left:150px;
	color:white;
	margin-top:-27px;
}

#slider1{
	width:400px;
	height:265px;
	float: right;
	border: solid 1px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider2{
	width:400px;
	height:265px;
	float: right;
	margin-top:-266px;
	margin-right:-200px;
	border: solid 1px;
}

#bottomlogocont{
	margin-left:20%;
	margin-top:60px;
}
.botlogo{
	height:100px;
	width:100px;
	float:left;
	margin-left: 5%;
}

p.plain {
	height:270px;
	color: #fff;
	font: 20px/27px 'CapsuulaRegular', tahoma, sans-serif;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-break-inside: avoid;
	column-count: 3;
	column-gap: 20px;
	-moz-column-rule: 1px solid #454545;
	-webkit-column-rule: 1px solid #454545;
	column-rule: 1px solid #454545;
	text-align: left;
	}
	
	p.plain2 {
	height:270px;
	color: #fff;
	font: 20px/27px 'CapsuulaRegular', tahoma, sans-serif;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-break-inside: avoid;
	column-count: 3;
	column-gap: 20px;
	-moz-column-rule: 1px solid #454545;
	-webkit-column-rule: 1px solid #454545;
	column-rule: 1px solid #454545;
	text-align: left;
	}

	
p.plain3 {
	height:270px;
	color: #fff;
	font: 20px/27px 'CapsuulaRegular', tahoma, sans-serif;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-break-inside: avoid;
	column-count: 3;
	column-gap: 20px;
	-moz-column-rule: 1px solid #454545;
	-webkit-column-rule: 1px solid #454545;
	column-rule: 1px solid #454545;
	text-align: left;
	}
	
p.plain4 {
	height:270px;
	color: #fff;
	font: 20px/27px 'CapsuulaRegular', tahoma, sans-serif;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-break-inside: avoid;
	column-count: 3;
	column-gap: 20px;
	-moz-column-rule: 1px solid #454545;
	-webkit-column-rule: 1px solid #454545;
	column-rule: 1px solid #454545;
	text-align: left;
	}


