/*
Theme Name: WordPress Armada
Theme URI: http://armadaski.ru/
Description: The original theme for WordPress only for using at http://armadaski.ru
Version: 1.0
Author: Nail Mubinov
Tags: original
*/

* {
	margin: 0px;
	padding: 0px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

* html body {
    height: 100%;        
}

body {
    position: relative;  
}


body, p, td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

table 	{ border-collapse: collapse; border: 0; }

img 	{ border: 0; }

img.png	{ filter:expression(fixPNG(this,'noscale')); }

td 	{ vertical-align: top; }








.dummy {
	width: 0px;
	height: 0px;
}
.br {
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

/**************************************************************************************   common  *******/

body {
	text-align: center;
	// text-align: left;
	background: url('/i/2011/bg_interior.jpg') 50% bottom;
}


textarea, input {
	background-color: #FFFFFF;
	border-bottom: 1px solid #cfc9bf;
	border-right: 1px solid #cfc9bf;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding: 1px 3px;
}


a.rss {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 15px; 
	// top: 16px;
	right: 10px;
	background: url('./i/comments_bg1.png') no-repeat 0px -50px;
}


/***************************************************************************  header     **********/

#header {
	position: absolute;
	width: 100%;
	height: 185px;
	z-index: 300;
    background: url('/i/2011/bg_interior.jpg') repeat-x 50% top;
}

#header_root {
	position: relative;
	width: 972px;
	height: 185px;
	margin: 5px auto 0px;
}


#header div.logo {
	width: 251px;
	height: 39px;
	position: absolute;
	margin-top: 49px;
	margin-left: 54px;
	// margin-left: 17px;
}

/**************************************************************************************   common  *******/

ul#mainmenu {
	width: 840px;
	margin: 0 auto;
	height: 20px;	
	position: relative;
	top: 133px;
}

ul#mainmenu div.left,
ul#mainmenu div.right {
    display: none;
}

ul#mainmenu li {
	float: left;
	display: block;
	position: relative;
    margin-left: 72px;
}

ul#mainmenu li.first {
    margin-left: 0;
}

ul#mainmenu li a {
	display: block;
	height: 20px;
	background-image: url('/i/2011/menu_1.png');
	background-repeat: no-repeat;
}

ul#mainmenu li div.current {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 18px;
}



ul#mainmenu li#menu_products a {
    width: 116px;
	background-position: 0 0;
}


ul#mainmenu li#menu_team a {
    width: 96px;
	background-position: -203px 0;
}


ul#mainmenu li#menu_blog a {
    width: 128px;
	background-position: -381px 0;
}


ul#mainmenu li#menu_about a {
    width: 132px;
	background-position: -593px 0;
}

ul#mainmenu li#menu_dealers a {
    width: 78px;
	background-position: -806px 0;
}




/***************************************************************************  header side     **********/

#header div.side {
	position: absolute;
	left: 665px;
	text-align: left;
	font-size: 13px;
}

#header ul.account {
	width: 260px;
}

#header ul.account li {
	list-style-type: none;
	display: inline;
}

#header ul.account li a {
	color: #333;
}

#header ul.account li.red a {
	color: #b2163b;
}

#header ul.account li.green a {
	color: #58b216;
}

#header ul.account li.user {
	font-weight: bold;
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden;
}




#header ul.account li.sep {
	color: #949494;
	padding: 0px 15px;
}

#header div.searchform {
	margin-top: 17px;
}

#header div.searchform div.button1 {
	position: absolute;
	width: 27px;
	height: 20px;
	right: 0px;
	background: #ffffff url('./i/search_1.png') no-repeat 8px 5px;
}

#header div.searchform div.button1 a {

}

#header div.searchform input {
	border: 1px solid #a7a7ac;
	color: #000000;
	width: 220px;
}

#header div.searchform input.unactive {
	color: #b8b8b8;
}

/***************************************************************************  header account forms     **********/

div.popup {
	display: block;
	position: absolute;
	background: url('./i/popup_bg1.png') no-repeat bottom;
	// -background-image: url('./i/popup_bg1_ie6.png');
	width: 306px;
	z-index: 1000;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	// padding-bottom: 10px;
}

div.popup div.t {
	display: block;
	position: absolute;
	background: url('./i/popup_bg1.png') no-repeat top;
	// -background-image: url('./i/popup_bg1_ie6.png');
	width: 306px;
	height: 10px;
	margin: -20px 0px 0px;
	// margin-left: -20px;

}

div.popup div.close {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 11px;
	margin: 0px; 
}

div.popup h2 {
	margin: -10px 0px 15px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	// -margin-top: 0px;
}

div.popup div.close a {
	color: #888888 !important;
}

div.popup div {
	margin: 0px 20px 15px;
}

div.popup.hidden {
	display: none;
}

div.popup label {
	position: relative;
	display: block;
}

div.popup label input {
	position: absolute;
	right: 0px;
	width: 175px;
	// -margin-right: 20px !important;
}

div#lostpassword.popup label input {
	width: 150px !important;
}

div.popup div.forgetmenot label {
	padding-left: 30px;
	padding-top: 10px;
}

div.popup div.forgetmenot label input {
	left: 0px;
	width: 16px;
	height: 16px;
	// border: none;
	// -margin-left: -30px;
}

div.popup div.submit input {
	width: 156px;
	height: 2.1em;
	float: left;
	text-align: center;
	border-top: 1px solid #cfc9bf;
	border-left: 1px solid #cfc9bf;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #eeeeee;
	cursor: pointer;
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #000000;
}

div.popup div.submit input:hover {
	background: #dddddd;
}
	
/***************************************************************************  footer     **********/

#footer {
	position: absolute;
	bottom: -7px;
	width: 100%;
	height: 115px;
	// left: 0px;
	text-align: left;
	// text-align: center;
	z-index: 600;
	background: url('/i/2011/bg_interior.jpg') 50% bottom;
}

#footer_root {
	position: relative;
	z-index: 101;
	width: 938px;
	left: 50%;
	margin-left: -486px;
	// left: 0px;
	// margin-left: 0px;
	// text-align: left;
	border-top: 1px solid #818181;
	padding-top: 42px;
	padding-left: 36px;
}	

#copyright {	
	color: #333;
	font-size: 90%;
}

#copyright a {
	color: #a4a3a3;
}

#copyright a:hover {
	color: #333;
}


#footer span.sep {
	padding: 0px 20px;
}

/***************************************************************************  content     **********/

#content {
	// height: 100%;
	text-align: center;
}

#content_bg {
	position: absolute;
	background: #E6E6E6;
	width: 972px;
	height: 50%;
	top: 50%;
	left: 50%;
	margin-left: -486px;
	// margin-left: -487px;
}

#content_root {
	width: 972px;
	height: 100%;
	left: 50%;
	margin-left: -486px;
	// left: 0px;
	// margin-left: 0px;
	padding-bottom: 165px;
	text-align: left;
	position: relative;
	bottom: 110px;
	background: #E6E6E6;
	top: 6px;
}

#content .wrap1 {
        width: 665px;
}
 
#content .wrap2 {
        width: 269px;
        margin-right:-100%;
		padding-top: 237px;
        position:relative;
        left: 100%;
}

#content #main {
        float:left;
        width: 566px;
        margin-right:-566px;
        position:relative;
        left: -629px;
}



#content.page .wrap1 {
		width: 934px;
}

#content.page .wrap2 {
		width: 0px;
}

#content.page #main {
		width: 898px;
		margin-right: -898px;
		left: -898px;
}



#content.page.team_root .wrap1 {
		width: 934px;
}

#content.page.team_root .wrap2 {
		width: 0px;
}

#content.page.team_root #main {
		width: 898px;
		margin-right: -898px;
		left: -898px;
}



#content.page.team_member .wrap1 {
		width: 665px;
}

#content.page.team_member .wrap2 {
		width: 269px;
}

#content.page.team_member #main {
		width: 566px;
		margin-right: -566px;
		left: -629px;
}



/***************************************************************************  content main    **********/

#main .text {
	margin-bottom: 70px;
}

#main h1 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 75px;
}

#main h1 span {
	position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: url('/i/2011/tab_rightEdge.jpg');
	padding-right: 40px;
    color: #ffffff;
    font-family: Verdana,Tahoma,Helvetica,'sans-serif';
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -36px;
    padding-left: 36px;
    white-space: nowrap;
}

#main h1 a {
	color: #fff;
	text-decoration: none;
}

#main h1 a:hover {
	text-decoration: underline;
}

#main div.breadcrumb {
	position: absolute;
	margin-top: 35px;
	font-size: 11px;
	color: #353535;
}

#main div.breadcrumb a {
	color: #353535;	
}

#main div.breadcrumb a:hover {
	color: #959595;	
}

#main div.breadcrumb span.sep {
	padding: 0px 5px;
}

#main p {
	margin-bottom: 3px;
	margin-top: 7px;
	font-size: 95%;
	line-height: 140%;
}

#main ul.posts {
		font-size: 110%;
}

#main ul.posts li {
	list-style-type: none;
	display: block;
	margin-bottom: 40px;
	zoom: 1;
	background: url('./i/entry_bg1.png') repeat-x bottom;
	padding-bottom: 25px;
}

#main ul.posts.single li {
	background-image: none;
}


#main ul.posts h3 {
	color: #000000;
	font-size: 140%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main ul.posts h3 a {
	color: #000000;
	text-decoration: none;
}

#main ul.posts h3 a:hover {
	text-decoration: underline;
}

#main ul.posts h6 {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 32px;
}

#main ul.posts h6 a {
	color: #888888;
}

#main ul.posts h6 a:hover {
	color: #000000;
}


#main ul.posts div.entry {
	color: #3b3030;
}

#main ul.posts div.entry a {
	color: #3b3030;
}

#main ul.posts div.comments {

}

#main ul.posts div.comments a {
	color: #353535;
	font-size: 11px;
}

#main ul.posts div.tags {
	font-size: 11px;
	color: #8c8c8c;
}

#main ul.posts div.tags a {
	color: #353535;
}



/***************************************************************************  comments    **********/

#comments {
	margin-top: 60px;
}

#comments h3 {
	display: inline;
	position: relative;
	padding-right: 30px;	
	color: #843131;
}



#comments ul {

}

#main #comments li {
	list-style-type: none;
	display: block;
	margin: 25px 0px 0px;
	background: url('./i/entry_bg1.png') repeat-x bottom;
}

#comments li a.link {
	position: absolute;
	width: 16px;
	height: 15px;
	margin-top: 2px; 
	margin-left: -28px;
}

#comments li a.edit {
	color: #888888;
	font-size: 11px;
}

#comments li div.author {
	color: #888888;
}

#comments li div.datetime {
	color: #888888;
	font-size: 9px;
}

#comments li div.text {
	margin-top: 6px;
	line-height: 18px;
}

#main #commentsform {
	margin-top: 45px;
}

#commentsform h3 {
	color: #843131;
}

#commentsform div.logged {
	margin: 5px 0px 10px;
	color: #888888;
}

#commentsform div.logged a {
	color: #888888;
}

#commentsform div.logged a.login {
	color: #000000;
}

#commentsform div.author {
	margin: 20px 0px 10px;
}

#commentsform div.author div {
	clear: both;
}

#commentsform div.author label {
	color: #888888;
}

#commentsform input {
	width: 300px;
	float: right;
	margin-right: -6px;
}

#commentsform textarea {
	width: 100%;
}





#commentsform #submit {
	width: 156px;
	height: 2.1em;
	float: left;
	text-align: center;
	border-top: 1px solid #cfc9bf;
	border-left: 1px solid #cfc9bf;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #eeeeee;
	cursor: pointer;
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #000000;
}

#commentsform #submit:hover {
	background: #dddddd;
}



/***************************************************************************  sidebar    **********/

#sidebar {
    
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 60px;
	display: block;
}

#sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 8px;
	border-bottom: 1px solid #bbbbbe;
	margin-bottom: 10px;
	position: relative;
}

#sidebar ul {
	font-size: 110%;
	line-height: 180%;
}

#sidebar ul li {
	list-style-type: none;
	color: #cac0bf;
	margin-bottom: 0px;
}

#sidebar a {
	color: #32323b;
	margin-right: 10px;
}

#sidebar a:hover {
	color: #000000;
}

#tag_cloud a {
	color: #5a5a6b;
	text-decoration: none;	
}

#tag_cloud a:hover {
	color: #000000;
	text-decoration: underline;
}

/***************************************************************************  pagenav    **********/

#pagenav {

}

#pagenav div.prevnext {
	font-size: 18px;
	color: #616a79;
}

#pagenav div.prevnext span.separator {
	margin-right: 20px;
}

#pagenav div.prevnext a {
	color: #616a79;
}

#pagenav div.prevnext span {
	color: #eeeeee;
}


#pagenav div.pager {
	clear: both;
	margin-top: 20px;
}

#pagenav div.pager span,
#pagenav div.pager a     {
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #adb8ca;
	width: 26px;
	color: #505d72;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}


#pagenav div.pager span.etc {
	border: 0px;
	padding: 4px 0px;
}

#pagenav div.pager span.current {
	background: #e4eef4;
}

#pagenav div.pager a {
}

#pagenav div.pager a:hover {
	background: #a1b1bb;
	color: #FFFFFF;
}


/***************************************************************************  team_root    **********/

#content.team_root #main h1 {

}

#content.team_root #main h2 {
		position: absolute;
		width: 270px;
		background: #484646;
		color: #ffffff;
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 0.4em 5px;
        margin: 0px;
		// margin-left: -333px;
}

#content.team_root #main ul {

}

#content.team_root #main li {
		list-style-type: none;
		margin-bottom: 70px;
}

#content.team_root #main li ul {
		position: relative;
		margin-left: 333px;
		// margin-top: -16px;
}

#content.team_root #main li li {
		margin-bottom: 30px;	
}

#content.team_root #main li li a {
		display: block;
		color: #353535;
		font-size: 11pt;
}

#content.team_root #main li li a img {
	
}




/***************************************************************************  team_member    **********/

#content.team_member #main h1 {
	padding: 0.5em 0;
	margin: 0px 0px 25px;
}

h2,
#content.team_member #main h2 {
	color: #98999A;
	margin: 30px 0px 10px;
}

#content.team_member #sidebar h2 {
	color: #484646;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	padding: 0.5em 5px;
	margin: -3px 0px 25px;
	position: relative;
}

#content.team_member #sidebar ul {
        margin-top: 81px;
}

#content.team_member #sidebar li {
	list-style-type: none;
}

#content.team_member #sidebar li ul {
    margin-top: 0;
	margin-bottom: 55px;
}

#content.team_member #sidebar li li {
	display: block;
	width: 269px;
	height: 45px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background: none;
}

#content.team_member #sidebar li li.current {
	background-position: 0px -90px;
}

#content.team_member #sidebar a {
	display: block;
	position: relative;
	width: 269px;
	height: 45px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 0px -45px;
	color: #ffffff;
	font-size: 9pt;
	padding: 200px 0px 0px 3px;
}

#content.team_member #sidebar a:hover {
	padding: 20px 0px 0px 3px;
	background-position: 0px 0px;
}



/**************************************************************************************************/
