
/*  
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: #ffffff;
	margin: 0px;
	padding: 0px;
	
	}
	
.header { width:987px; height:260px; margin: 25px 0px 0px 0px; background-image:url(files/header.jpg); background-position:top left; background-repeat:no-repeat; text-align:left;}

.navigation { width: 987px; height: 55px; background-image:url(files/nav_00.gif); background-position:top; background-repeat:repeat-x; padding:0px 0px 0px 0px; margin:7px 0px 25px 0px;}

.content { padding: 0px 0px 20px 0px; text-align:left; line-height:140%;}

.nav-1 { background-image:url(files/nav_01.gif); background-repeat:no-repeat; background-position:top left; width:133px; height:55px; float:left; margin-right: 60px;}
.nav-2 { background-image:url(files/nav_02.gif); background-repeat:no-repeat; background-position:top left; width:119px; height:55px; float:left; margin-right: 60px;}
.nav-3 { background-image:url(files/nav_03.gif); background-repeat:no-repeat; background-position:top left; width:107px; height:55px; float:left; margin-right: 60px;}
.nav-4 { background-image:url(files/nav_04.gif); background-repeat:no-repeat; background-position:top left; width:105px; height:55px; float:left; margin-right: 60px;}
.nav-5 { background-image:url(files/nav_05.gif); background-repeat:no-repeat; background-position:top left; width: 90px; height:55px; float:left; margin-right: 63px;}
.nav-6 { background-image:url(files/nav_06.gif); background-repeat:no-repeat; background-position:top left; width:130px; height:55px; float:left;}

.nav-1:hover { background-image:url(files/nav_01_a.gif);}
.nav-2:hover { background-image:url(files/nav_02_a.gif);}
.nav-3:hover { background-image:url(files/nav_03_a.gif);}
.nav-4:hover { background-image:url(files/nav_04_a.gif);}
.nav-5:hover { background-image:url(files/nav_05_a.gif);}
.nav-6:hover { background-image:url(files/nav_06_a.gif);}

.subcontent { width:290px; text-align:left; padding: 10px 0px 10px 0px; color:#666666; line-height:120%; font-size:11px;}

.car { background-color:#f5f5f5; border-left: 5px solid #cccccc; text-align:center; padding: 7px 0px 7px 5px; width:300px; margin-bottom:15px;} 
.expert { background-color:#f5f5f5; border-left: 5px solid #cccccc; text-align:left; padding: 7px 0px 7px 15px; width:290px; margin-bottom:15px; height:61px; line-height:140%;} 

.company { font-size:12px; color:#666666; line-height:140%; padding: 0px 0px 20px 0px;}

.footer { height:26px; background-image:url(files/footer.jpg); background-position:top left; background-repeat:no-repeat; padding: 15px; text-align:left; line-height:130%; font-size:11px; color:#666666;}

.footer a, .footer a:hover, .footer a:visited { color:#666666; text-decoration:underline;}

/* 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:#006699; 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: #242424; color:#FFFFFF; /* Safari */
}
::-moz-selection {
background: #242424; color:#FFFFFF; /* Firefox */
}