@charset "UTF-8";

html, body, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
body {
	padding-left: 50px;
	padding-bottom: 80px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #a9a9aa;
	background: #131317 
}
.clear {
	clear: both;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none; 
  -o-transition:color .9s ease-out, background 1s ease-in;
  -ms-transition:color .9s ease-out, background 1s ease-in;
  -moz-transition:color .9s ease-out, background 1s ease-in;
  -webkit-transition:color .9s ease-out, background 1s ease-in;
   transition:color .9s ease-out, background 1s ease-in;
}
a:hover { color:#3b3d49;  
}
p {
	line-height: 16px;
	padding-top: 15px;
}
h1, h2 {
	color: #fff;
	letter-spacing: -1px;
	font-weight: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
img {
	border: none;
}
#holder {
	display: none;
}
#logo {
	width: 650px;
	color: #fff;
	height: 36px;
	margin-top: -9px;
	padding-top: 9px;
	padding-left: 30px;
	
}
#logo h1 {
	font-size: 74px;
	font-weight: normal;
	letter-spacing: -2px;
	display: block;
	float: left;
	width: 380px;
	height: 40px;
	margin-top: -35px;
}
#logo h1 a {
	color: #fff;
}
#logo h1 a:hover {
	color: #e5e5e6;
}
#logosub {
	line-height: 24px;
	display: block;
	float: left;
	font-size: 18px;
	padding-left: 18px;
	width: 200px;
	height: 40px;
	margin-top: -13px;
}
#logosub span {
	display: block;
	font-size: 32px;
	letter-spacing: -1px;
}
#footer {
	padding-left: 30px;
	color: #DCDCDC;
	font-size: 11px;
	height: 30px;
	padding-top: 20px;
}
#footer a {
	color: #3b3d49;
}
#footer a:hover {
	color: #fff;
}

#left {
	background: #131317;
	float: left;
	margin-left; 0px;
	margin-right; 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	width: 260px;
}


#right2 {
    float: left;
	width: 250px;
	padding-top: 15px;
	padding-left: 0px;
	margin-left: -17px;
	height: auto;
    background: #131317;


}

#right3 {
    float: left;
	width: 215px;
	padding-top: 15px;
	padding-left: 15px;
	height: auto;
    background: #131317;


}



#cf {
	position:relative;
	height:150px;
	width:250px;
	margin:0 auto;
}
#cf img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
	opacity:0;
}


#id_of_element {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
