
/*  
Theme Name: Webby Blue
Theme URI: http://www.justskins.com/
Description: Webby - тема в стиле Web 2.0. Поддерживает виджеты. <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Тема</a> от <a href="http://www.xeonext.com">Xeonext Web Solutions</a>.
Version: 1.0
Author: Just Skins
Author URI: http://www.justskins.com/
Translator: Антон Скоробогатов
Translator URI: http://skorobogatov.ru

	This theme is released under Creative Commons Attribution 2.5 License.

*/
body {
	font: 75%/120% Arial;
	color: #333333;
	background: #F0F0F0;
	margin: 0px;
	padding: 0px;
	}
	
.index { padding: 40px 0px 30px 0px;}

.header_menu { padding: 15px 0px 0px 91px; text-align:left; height:26px;}
.header_contact { padding: 40px 0px 250px 40px; text-align:left; height:57px;}
.header_nav { padding:0px 0px 20px 50px; text-align:left; height:92px;}
.header_nav img { border:0px; padding:0px; margin:0px;}

.header-rrsport    { background-image:url(files/header-rrsport.jpg);    background-position:top center; background-repeat:no-repeat;}
.header-rr2002     { background-image:url(files/header-rr2002.jpg);     background-position:top center; background-repeat:no-repeat;}
.header-rr2010     { background-image:url(files/header-rr2010.jpg);     background-position:top center; background-repeat:no-repeat;}
.header-freelander { background-image:url(files/header-freelander.jpg); background-position:top center; background-repeat:no-repeat;}
.header-discovery3 { background-image:url(files/header-discovery3.jpg); background-position:top center; background-repeat:no-repeat;}
.header-discovery4 { background-image:url(files/header-discovery4.jpg); background-position:top center; background-repeat:no-repeat;}
.header-defender   { background-image:url(files/header-defender.jpg);   background-position:top center; background-repeat:no-repeat;}


.predl_i { width:190px; padding: 20px 0px 20px 44px; text-align:left; float:left;}
.predl_t { width:360px; padding: 20px 0px 20px 0px; text-align:left; float:left; line-height:150%;}

.news_i { width:190px; padding: 30px 0px 20px 44px; text-align:left; float:left;}
.news_t { width:360px; padding: 0px 0px 20px 0px; text-align:left; float:left; line-height:150%;}

.date { color:#999999; padding: 0px 0px 7px 0px; text-align:left;}

.news_t a, .news_t a:hover, .news_t a:visited { font-weight:bold; color:#CC0000;} 

.forum { width:600px; padding: 20px 0px 20px 2px; text-align:left; line-height:140%;}
.forum a, .forum a:visited { font-weight:normal; color:#CC0000;} 
.forum a:hover { font-weight:normal; color:#CC0000;} 
.forum ul { list-style-image:url(files/bullet-1.gif);}
.forum li { margin-bottom:20px;}
.forum i { color:#666666;}

.footer { background-image:url(files/footer.jpg); background-position:top center; background-repeat:no-repeat; height:300px;}
.f-nav { padding: 160px 0px 0px 0px;}

.contact { width:290px; padding: 20px 0px 20px 44px; text-align:left; line-height:150%;}

.review { padding: 20px 0px 20px 2px; text-align:left; line-height:140%;}
.review a, .forum a:hover, .forum a:visited { font-weight:bold; color:#CC0000; text-decoration:none; } 
.review ul { list-style-image:url(files/bullet-2.gif);}
.review li { margin-bottom:20px;}
.review img { padding: 0px 0px 0px 40px;}

.banner { padding: 10px 0px 20px 40px;}

.curr { margin: 10px 0px 20px 40px; width:192px; padding:10px; text-align:left; background-color:#540000; color:#FFFFFF; }

.dollar { padding: 3px 0px 3px 30px; text-align:left; background-image:url(files/currency-1.gif); background-position:left; background-repeat:no-repeat; margin:20px 0px 0px 10px;}
.euro { padding: 3px 0px 3px 30px; text-align:left; background-image:url(files/currency-2.gif); background-position:left; background-repeat:no-repeat;  margin:10px 0px 10px 10px;}


	

/* base */

h1 { font-size:21px; font-weight:normal; margin:0px; padding: 0px 0px 10px 0px; text-align:left; color:#333333;}
h2 { font-size:18px; font-weight:normal; margin:0px; padding: 0px 0px 10px 0px; text-align:left; color:#666666;}
h3 { font-size:15px; font-weight:bold; margin:0px; padding: 0px 0px 7px 0px; text-align:left; color:#666666;}
h4, h4:link, h4:visited { font-size:12px; font-weight:bold; padding: 0px 0px 7px 0px; margin:0px; text-align:left; color:#333333; text-decoration:underline;}
h4:hover { color:#006699;}

a, a:visited { color:#CC0000; text-decoration:underline;}
a:hover { color:#000000; text-decoration:underline;}

img a { border:0px;}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

::selection {
background: #CC0000; color:#FFFFFF; /* Safari */
}
::-moz-selection {
background: #CC0000; color:#FFFFFF; /* Firefox */
}