/*
AZTEC WICKED SUN // GABB.IN
MAIL@GABB.IN

Величайшее открытие моего поколения заключается в том, что человек в
состоянии изменить свою жизнь, изменив свое отношение к ней. 
© Уильям Джеймс
*/


/*MAIN STYLE*/


body {
	background: #E4E4E4;/*e8e8e4*/
	background: url(../images/32424.png);
	/*background: url(../images/bg_texture.jpg);*/
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	/*monaco*/
	text-shadow:#fff 1px 1px 0px;
	overflow:hidden;
}
h1 h2 h3{
	font-size:18px;
}
h2 {
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
h3 {
	letter-spacing:-1px;
	font-weight:normal;
}
p {
	letter-spacing:-0.5px;
}
a:visited, a:link {
	color: #3399CC;
	text-decoration:none;
	border-bottom: hidden;
	outline:none;
}
a:active, a:hover {
	color: #000;
	outline:none;
}
th, td {
	font-size:9px;
	letter-spacing:1px;
	color:#666;
}
.main {
	width:70%;
	align:center;
}
#tooltip {
	visibility:hidden
}
#ruen {
	color: #ccc;
	margin-top: 5px;
	font-size:xx-small;
	padding:2 2 2 2;
	width: 50px;
	border-left: #d3d3d3 solid 1px;
	border-bottom: #d3d3d3 solid 1px;
	border-right: #d3d3d3 solid 1px;
	border-top: #d3d3d3 solid 1px;
	border-radius: 3px;
	background:url(../images/blak.png);
}
#ruen:hover {
	background: #fff;
}
#ruen a {
	color: #000;
}

/*TWITTER*/


#twitterblock {
	margin:-5px auto -100px;
	height:81px;
	width:312px;
	}
#posts {
	padding:5 5 5 5;
	/*border-left: #FFF solid 1px;
	border-top: #FFF solid 1px;
	border-right: #FFF solid 1px;
	background:url(../images/corneeeer.png) bottom repeat-x;*/
	border-radius: 4px;
	letter-spacing:0.2;
	color:#999;
	background:url(../images/blak.png);
}
.post {
	padding:5 0 5 0;
}


/*BUTTONS*/


.but_play {
	clear: both;
	position:relative;
	display:block;
	height: 63px;
	width: 63px;
	background: url(../images/play!.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
.but_play span.hover {
	position: absolute;
	display: block;
	height: 63px;
	width: 63px;
	background: url(../images/play!.png) no-repeat;
	background-position: bottom;
}
.but_dld {
	clear: both;
	position:relative;
	display:block;
	height: 63px;
	width: 63px;
	background: url(../images/dl!.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
.but_dld span.hover {
	position: absolute;
	display: block;
	height: 63px;
	width: 63px;
	background: url(../images/dl!.png) no-repeat;
	background-position: bottom;
}
.but_logo {
	clear: both;
	position:relative;
	display:block;
	height: 63px;
	width: 308px;
	background: url(../images/3Dew.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
.but_logo span.hover {
	position: absolute;
	display: block;
	height: 63px;
	width: 308px;
	background: url(../images/3Dblu.png) no-repeat;
	background-position: bottom;
}


/*SCROLLER*/


#wrapper {
    width: 100%;
    margin: 0 auto;
}
#slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 63px;
    width: 588px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel {
    height: 63px;
    width: 588px;
	vertical-align:middle;
}
ul.navigation {
    list-style: none;
    margin: 10;
    padding: 0;
    /*border-left: #d3d3d3 solid 1px;
    border-top: #d3d3d3 solid 1px;
    border-right: #d3d3d3 solid 1px;
    border-bottom: #d3d3d3 solid 1px;
    background:url(../images/corneeeer.png) bottom repeat-x;
    border-radius: 4px;
    padding:2 2 2 2;
    width: 500px;
    background:url(../images/blak.png);*/
	}

ul.navigation li {
    display: inline;
    margin-right: 5px;
	margin-left:5px;
}

ul.navigation a {
    color: #292929;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
/*ul.navigation a:hover {
	background-color: #fff;
}*/
ul.navigation a.selected {
    color: #ff4300;
}

ul.navigation a:focus {
    outline: none;
}
.hide {
    display: none;
}
