





/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}
.navigation ul {
   	margin: 0;
}
fieldset {
	padding:.5em;
}
img {
	border:0;
}
a img {
	border:0;
}

/* This helps fix the relative font sizing problem with tables in internet explorer */
table {
	font-size:1em;
}
.hidden {
	display:none;
}

body {
	background: #181818 url(../../../templates/extrime/images/bg.jpg) no-repeat center;
	color: black;
	font: normal 62.5% Tahoma,sans-serif;
} 

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	font-size: 1.2em;
	/*margin: 0 auto;*/
	/*padding-top: 10%;
	padding-bottom: 10%;*/
	width: 1000px;
	position: relative;
	/*border: 1px solid red;*/
}

.loader{
	background:url(../../../templates/extrime/images/left_top_a.jpg) no-repeat;
	background:url(../../../templates/extrime/images/left_bottom_a.jpg) no-repeat;
	background:url(../../../templates/extrime/images/right_top_a.jpg) no-repeat;
	background:url(../../../templates/extrime/images/right_bottom_a.jpg) no-repeat;
	margin-left:-1000px;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	/*border-top: 4px solid #FFF;
	background: url(../../../templates/extrime/images/bgmain2.gif) repeat-y;*/
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	/*float: right;
	margin: 10px 0;
	padding: 0 16px;*/
	margin: 0 auto;
	width: 760px;
	height: 640px;
	/*border: 1px solid green;*/
	background: url(../../../templates/extrime/images/krest.png) no-repeat center;
	/*display: inline;*/
}

.links {
	position: absolute;
	width: 100px;
	height: 80px;
	top: 50%;
	left: 50%;
	/*margin-top: -40px;
	margin-left: -50px;*/
}

.links a {
	font-size: 19px;
	color: white;
	text-decoration: none;
	width: 50px;
	text-transform: uppercase;
}

.sport {
	position: absolute;
	right: 70px;
	top: 10px;
	text-align: right;
}

.shop {
	position: absolute;
	left: 70px;
	top: 10px;
	text-align: left;
}

.tech {
	position: absolute;
	right: 70px;
	top: 60px;
	text-align: right;
}

.rest {
	position: absolute;
	left: 70px;
	top: 60px;
	text-align: left;
}

.footer a{
	color: #234;
}

.mainmenu {
	float: left;
	width: 570px;
}

.search {
	float: right;
	width: 200px;
}

.message_head a { 
	color: #5A5A43;
	font-size: 0.8em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	font-weight: bold;
}
.message_body ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.message_body li {border-bottom: 1px solid #EAEADA;}
.message_body li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.message_body li a:hover {
	background: #8ec6f2;
	color: #654;	
}

.partisan {
	margin: 0 auto;
	height: 45px;
	background: url(../../../templates/extrime/images/partisan.png) no-repeat center;
}

.tkar {
	margin: 0 auto;
	height: 36px;
	background: url(../../../templates/extrime/images/tkar.png) no-repeat top center;
}

.lefttop {
	float: left;
	display: block;
	width: 300px;
	height: 300px;
	margin: 10px 10px 10px 70px;
	background: url(../../../templates/extrime/images/left_top.jpg) no-repeat center;
	/*opacity: 0.5;*/
}

.leftbottom {
	float: left;
	display: block;
	width: 300px;
	height: 300px;
	margin: 10px 10px 10px 70px;
	background: url(../../../templates/extrime/images/left_bottom.jpg) no-repeat center;
	/*opacity: 0.5;*/
}

.righttop {
	float: left;
	display: block;
	width: 300px;
	height: 300px;
	margin: 10px 65px 10px 15px;
	background: url(../../../templates/extrime/images/right_top.jpg) no-repeat center;
	/*opacity: 0.5;*/
}

.rightbottom {
	float: left;
	display: block;
	width: 300px;
	height: 300px;
	margin: 10px 65px 10px 15px;
	background: url(../../../templates/extrime/images/right_bottom.jpg) no-repeat center;
	/*opacity: 0.5;*/
}

/*.lefttop:hover, .leftbottom:hover, .righttop:hover, .rightbottom:hover {
	opacity: 1;
}*/

.lefttop a, .leftbottom a, .righttop a, .rightbottom a {
	font-size: 24px;
	color: white;
	text-decoration: none;
}