/* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;

}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
 	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	color: #444444;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
}
p {
	margin: 10px 0;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong{font-weight: bold}
em{font-style: italic}

.clear {
	clear:both;
}


/* Base 

body {
	background: #ffffff url(images/body-bg.jpg);
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
}

a {
	color: #801036;
}
a:hover {
	text-decoration: none;
}
 */

/*   Header   */

#header {
	height: 120px;
	padding: 30px 0 20px 0;
	background: #890a35 url(images/header-bg.jpg) repeat-x;
	border-bottom: 4px solid #fff;
}

div.logo {
	margin-right: -140px;
	float: left;
	position: relative;
	top: -140px;
	left: 0;
	
}
#mainmenu ul li{
	float: left;
	
	height: 35px;
}

#mainmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px 15px 10px 15px;
}
#mainmenu ul li a:hover, #mainmenu ul li a.active {
	color: #D8A98C;
}
/* #mainmenu ul li.first a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px 15px 10px 20px;
}
#mainmenu ul li.first a:hover {
}
#mainmenu ul li.last a {
	color: #ffffff;
	display: block;
	padding: 8px 20px 10px 15px;
	
}
#mainmenu ul li.last a:hover{
} */
div.name {
	color: #333;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 30px 0 15px 0;
}
div.name span {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#basket {
	text-align:center; 
	background: #faa426; 
	color:white;
	font-weight:bold; 
	padding:7px 10px; 
	margin-top:20px; 
	display:inline-block;
	float: right; 
	margin-left: 20px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
#basket:hover {
	background:#f69404;
}
#basket-over {
text-align: center;
display: block;
float: right;
height: 100px;
width: 160px;
}
#pricelist {
width: 119px;
padding: 7px 10px;
display: inline-block;
}
div.phone {
	color:white;
}
div.phone span{
	font-size: 23px;
}
div.phone a, #pricelist a, div.phone a:visited, #pricelist a:visited {
	color: #d8a98c;
}
div.phone a:hover, #pricelist a:hover {
	text-decoration: none;
}




/*  Content   */

#content {

}
#container {
	/* margin-bottom: 50px; */
}
#promo {
	padding-top: 20px;
}

#tophits {
	text-align: center;
}

div.items-inner {
	text-align: left;
	margin-top: 7px;
}
div.items-inner a img {
	border: 1px solid #ccc;
	margin: 0 auto;
	text-align: center;
}
div.items-inner a:hover img {
	border: 1px solid #7999b8;
}
div.items-inner a {
	font-size: 12px;
}
div.items-inner h4 a {
	font-size: 14px;
	text-decoration: none;
	margin: 4px 0;
}
div.sections-inner {
	float: left;
	width: 50%;
}


div.promo-inner {
	padding:10px 15px;
	font-size: 12px;
}
div.promo-inner h2 {
	margin-bottom: 5px;
}
div.promo-inner h2 a {
	font-size:18px;
	line-height:18px;	
}
div.promo-inner  a img {
	float: left;
	margin: 0 10px 10px 0;
}
#leftcolumn {
	padding-left: 20px;
}
#searchform {
	width: 90%;
	margin: 15px 0 25px 0;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 15px 5%;
	background: url(images/search-bg.jpg) repeat-x;
}
.searchbutton {
	color:#ffffff;
	font-weight: bold;
	background:#d99077;
	border: 1px solid #cc8167;
	padding: 3px 10px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	cursor: pointer;
}
.searchbutton:hover {
	background:#cc8167;
	border: 1px solid #be7157;
}
input.search {
	height: 20px;
	width: 70%;
	font-family: Tahoma, Arial, sans-serif;
	margin: 5px 0;
}
#content-inner {
	margin-top: 40px;
}
#content-inner h1{
font-size: 40px;
color: #680929;
margin-bottom: 20px;
}
div.page {
	padding-left: 30px;
}
div.page span{
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 25px;
}
div.page ul{
	padding-left: 40px;
	list-style-type: disc;
}
table#characters {
	font-size: 12px;
	border: 1px solid #ccc;
}
table#characters td, table#characters th {
	padding: 2px;
	vertical-align: center;
	text-align: left;
}
table#characters td.price {
	font-weight: bold;
}
table#characters th {
	font-weight: bold;
	background: #e1e1e1;
}
table#characters tr:hover {
	background: #f5f5f5;
}
button.addtocart {
height: 30px;
width: 30px;
background: url(images/cartbut.png) no-repeat;
background-position: 50% 0%;
padding: 0;
border: none;
cursor: pointer;
}


button.addtocartno {
height: 30px;
width: 30px;
background: url(images/cartbutno.png) no-repeat;
background-position: 50% 0%;
padding: 0;
border: none;
cursor: pointer;
}



button:hover.addtocart {
background-position: bottom;
}

button:hover.addtocartno {
background-position: bottom;
}



table#characters td.button, table#characters th.button {
	width: 37px;
	text-align: center;
}
div.bread {
	padding-left: 20px;
	margin-bottom: 30px;
}
#description h1 {
	font-size: 30px;
}
#description h3, div.aboutitem h3 {
	margin: 15px 0 20px 0;
}
#description td {
padding: 4px 10px 4px 3px;
border-bottom: 1px dotted #CCC;
font-size: 12px;
}
#description span {
	font-weight: bold;
	color: #620031;
}
div.aboutitem {
font-size: 12px;
}
div.aboutitem  ul{
	list-style-type: disc;
	padding-left: 20px;
	margin: 10px 0 5px 0;
}
#mainfield  img{
	margin-bottom: 30px;
	width: 280px;
	border: 1px solid #CCC;
}
button.orderbut {
text-align: center;
width: 200px;
height: 35px;
color: white;
font-weight: bold;
-moz-border-radius: 7px;
border-radius: 7px;
background: url(images/orderbut.jpg) repeat-x;
cursor: pointer;
margin-top: 10px;
font-size: 16px;
}
button:hover.orderbut {
background: url(images/orderbuthover.jpg) repeat-x;
}


#footer {
	margin: 60px auto 0 auto;
	padding: 20px ;
	background: #7a1c3e url(images/footer-bg.png) top right no-repeat;
	color: #ffffff;
	font-size: 12px;
}

/* AjaxCarousel */

#ajaxcontent{
	width:1000px;
	height:440px;
	margin: 20px auto 0 auto;
	position:relative;
	overflow:hidden;
	background: url(images/ajaxbg.png) repeat-y;
}

#ajaxinfo{
	position:absolute;
	width:1000px;
	height:691px;
	top:0px;
	left:0px;
}
.ajaxitem {
height: 614px;
position: absolute;
width: 1000px;
}


/*_____________________________*/


#ajaxinfo{
	position:absolute;
	width:1000px;
	height:691px;
	top:0px;
	left:0px;
}
#ajaxcenter {
	text-align: center;
}
#ajaxcenter img {
	margin: 0 auto;
}

#descr{
	width:271px;
	height:276px;
	position:absolute;
	top:100px;
	left:37xp;
}

#descr .text{
	position:absolute;
	top:0px;
	left:0;
	height:226px;
	width:223px;
	color:#FFF;
	text-align:center;
	top:50px;
	left:21px;
	line-height:17px;

	
}

#descr .text h2{
	color:#620025;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:15px;
	
	font-variant:small-caps;
	
}

#respect{
	position:absolute;
	top:142px;
	right:0;
	width:304px;
	text-align:left;
	
}

.oblakostart{
	width:264px;
	height:23px;
	background:url(../img/css.png) no-repeat 0px -554px;
}

.oblakomiddle{
	width:246px;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	padding:0px 8px;
	
	line-height:14px;
}

.oblakoend{
	padding-top:14px;
	padding-left:13px;
	background:url(../img/oblakoend.png) no-repeat 0px 0px;
	width:251px;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	color:#4e4e4e;
}

.oblakoend span{
	font-style:italic;
}

.grey{
	color:#a4a4a4;
}

#respect h2, #smallresume h3, #partners h3, #smallresume h2, #partners h2, #smallresume h1, #partners h1, #undefined h1, .awh2{
	font-size:18px;
	color:#000;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
}

.awh2{
	text-align:center;
}


#controller{
	height:100px;
	width: 1000px;
	background: #710d2f url(images/controller-bg.jpg) repeat-x;
	margin:-27px auto 0 auto;
	position:relative;	
	-moz-border-radius: 20px; 
	border-radius: 20px;
}
/* #buttons{
	height:217px;
	width:628px;
	position:relative;
}

#buttons a.left, #buttons a.right{
	height:23px;
	width:126px;
	display:block;
	padding-top:80px;
	color:#0098ac;
} */
#buttons{
	height:100px;
	position:relative;
}

#buttons a.left, #buttons a.right{
	height:100px;
	width:50px;
	display:block;
	color:#3665b7;
	margin-top: 15px;
	cursor: pointer;
}
#buttons a.left{
	float:left;
	background: url(images/sections/ajax-leftbut.png) no-repeat;
	text-decoration:none;
	text-align:center;
	background-position: 15px 0;
}
#buttons a.left:hover{
	background: url(images/sections/ajax-leftbut-hover.png) no-repeat;
	background-position: 15px 0;	
}
#buttons a.left#disable{
	background: url(images/sections/ajax-leftbut-dis.png) no-repeat;
	background-position: 15px 0;
}
#buttons a.right{
	float:right;
	background: url(images/sections/ajax-rightbut.png) no-repeat;
	background-position: 0 0;
	text-decoration:none;
	text-align:center;
}
#buttons a.right:hover{
	background: url(images/sections/ajax-rightbut-hover.png) no-repeat;
	background-position: 0 0;
}
#buttons a.right#disable{
	background: url(images/sections/ajax-rightbut-dis.png) no-repeat;
	background-position: 0 0;
	cursor: default;
}

#zakazbuttons{

}

#controller h2{
	display:block;
	width:84px;
	height:28px;
	background:url(../img/css.png) no-repeat 0 -506px;
	margin:0 auto;
	font-weight:normal;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	padding-top:8px;
	font-variant:small-caps;
	
}


#zakbutts a{
	float:left;
	display:block;
	padding-top:10px;
	text-align:center;
	height:30px;
	width:114px;
	background:url(../img/css.png) no-repeat -6px -121px;
	border-left:1px solid #101010;
	border-right:1px solid #303030;
	color:#fefefe;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-shadow: #1c1c1c 0px -1px 0px ;
	text-decoration:none;
}


#zakbutts a:hover{
	background:url(../img/css.png) no-repeat -6px -161px;
}

#zakbutts{
	width:348px;
	margin:0 auto;
}

#zakbutts a#zfirst{
	background:url(../img/css.png) no-repeat 0px -121px;
	border-left:none;
}


#zakbutts a#zfirst:hover{
	background:url(../img/css.png) no-repeat 0px -161px;
}


#zakbutts a#zlast{
	background:url(../img/css.png) no-repeat 100% -121px;
	border-right:none;
}


#zakbutts a#zlast:hover{
	background:url(../img/css.png) no-repeat 100% -161px;
}


#about{
	line-height:30px;
	
	
}

#about .inner{
	padding-left:7%;
}

#about p{
	margin-bottom:40px;
}

#smallresume, #about{
	float:left;
	width:66%;
}

#partners, #rightdiv{
	float:right;
	width:34%;
	
}


#smallresume div.inner{
	padding:0 4% 0 8%;
	
}





.ajaxitem{
	width:1000px;
	position:absolute;
	height:514px;
}

/* #moved{
	width:1000px;
	height:614px;
	position:relative;
	margin-top:80px;
} */
#moved{
	width:1000px;
	height:440px;
	position:relative;
	
}

.preloader{
	display:none;
}

.preloaders{
	position:absolute;
	left:495px;
	top:302px;
}

.whiterounded{
	background:#FFF;
	line-height:17px;
	padding:12px;
	margin-left:-12px;
} 



#catalog_all{
	text-align:center;
	white-space:nowrap;
	position:absolute;
	width:100%;
	top: 15px;
	width: 860px;
	margin-left: 52px;
}
#catalog_all a {
	top: -10px;
	display: inline-block;
	height: 72px;
}
#catalog_all a img{
	
	
height: 70px;
width: 70px;
}
#catalog_all a.last img{
	margin-right: 0;
}
#catalog_all div.catastring {
	background: #e7e7e7; 
	display: inline-block;
	margin-right: 6px;
	padding-bottom: -3px;
	border: 1px solid #cf7190;
	height: 70px;
}
#agropishprom, #agropromstroy, #kubankurort, #ugstroyregion{
	background:url(../img/css.png) no-repeat;
	height:67px;
	width:43px;
	display:inline-block;
	margin:0 8px;
	
}
/* Mine  */

.ajaxheadline h1 {
	margin-bottom: 20px;
}
.ajaxheadline h1 a, .ajaxheadline h1 a :visited {
	font-size: 2em;
	color: #680929;
	text-decoration: none;	
}
.ajaxheadline h1 a span, .ajaxheadline h1 a :visited span{
	color: #98a894;
	text-decoration: none;	
}
.ajaxheadline h1 a:hover {
	text-decoration: none;
}
#ajaxsubmenu {
	 text-align: right;
}
div.ajaxsubmenu-inner {
	text-align: left;
	padding:20px 0 5px 0; 
}
div.ajaxsubmenu-inner ul li {	
}
div.ajaxsubmenu-inner ul li.last {
	border-bottom: none;
}
div.ajaxsubmenu-inner ul li a {
	color: #413373;
	text-decoration: none;
	display: inline-block;
	padding: 0 0 12px 12px;
	background: url(images/bullet1.gif) 0 6px no-repeat;
}
div.ajaxsubmenu-inner ul li a:hover {
	color: #d20001;
	background: url(images/bullet1-hover.gif) 0 6px no-repeat;
}
a.more {
	/*  color: #d20001; */
	font-weight: bold;
	 margin-left: 12px;
	 font-size: 12px;
}
#ajaxdescr {
	margin-top: 30px;
}
#ajaxdescr1 {
	padding: 20px;
	border: 2px dashed #79042c;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 20px;
}
#ajaxdescr1 h3{
	
	font-weight: normal;
	font-size: 20px;
}
div.ajaxdescr-inner {
	text-align: left;
	margin: 10px 0 0 0;
	
}
div.ajaxdescr-inner a img {
	border: 1px solid #c09e92;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.ajaxdescr-inner a:hover img {
	border: 1px solid #b34520;
}
div.ajaxdescr-inner h4 a {
	font-size: 12px;
	text-decoration: none;
	margin: 20px 0 0 0;
	color: #413373;
}
div.ajaxdescr-inner h4 a:hover {
color: #D20001;
}
/* End of AjaxCarousel */

/* tabs */
ul.tabs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px;
	list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
	float: right;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	padding: 2px 5px 0 5px;
	color: #666;
	margin-left: 20px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed #666;
	font-size: 18px;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: #f09105;
	padding: 2px 5px 0 5px;
	border-bottom: 1px dashed #f09105;
}
ul.tabs li.tab-current a {
	color: #000;
	padding: 2px 5px 0 5px;
	margin-left: 20px;
	border-bottom: none;
}
div.t2,
div.t3,
div.t4 {
	display: none;
}
div.t1,
div.t2 {	
	padding: 10px 5px 0;
	color: #304878;
}
div.t1 span,
div.t2 span {	
	font-size: 20px;
	color: #304878;
}
div.t1 a{
	display: inline-block;
	margin-left: 37px;
}
/* end tabs */
 
 /* Advanced Menu */
#advanced {
	position:fixed;
	z-index:999;
	right:-172px;
	top:200px;
	background:#615890;
	padding:10px 16px 20px 18px;
	width:135px;
	font-size:11px;
	color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
	#advanced span.trigger {
		display:block;
		position:absolute;
		left:-81px;
		top:25px;
		margin-top:-25px;
		width:81px;
		height:100px;
		background:#fff;
		cursor:pointer;
		text-align:center;
		background:url(images/adv-trigger1.png) no-repeat 0 0;
	}
		#advanced span.trigger strong {display:block; padding:4px 0 0 0;}
#advanced span.headadv {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
}
.managers {
 margin-bottom: 15px;
}
#advanced a {
	color: #fff;
}
.managers span {
	font-weight: bold;
}

 /* Accordion Menu */
 
 
 .glossymenu{
margin: 5px 0 50px 0;
padding: 0;
width: 100%;
}

.glossymenu a.menuitem{

font: bold 14px;
display: block;
position: relative; 
width: auto;
padding: 0 4px 0 24px;
text-decoration: none;

cursor: pointer;
background: white url(images/s5_accordion_menu_back.png) left no-repeat;
color: #444;
height: 31px;
line-height: 31px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
margin: 0 0 4px;
}


.glossymenu .menuitem:active{
background: white url(images/s5_accordion_menu_back_act.png) left no-repeat;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #B9B9B9;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	margin-bottom: 5px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0 0 10px 0;
padding: 0;

}

.glossymenu div.submenu ul li{
padding-left: 25px;
}

.glossymenu div.submenu ul li a{
background: transparent url(images/arrow.png) no-repeat scroll left center;
border-bottom: 1px dotted #d4d4d4;
color: black;
display: block;
font-size: 12px;
line-height: 13px;
margin: 0;
padding: 8px 18px;
text-decoration: none;
width: 91%;
}

.glossymenu div.submenu ul li a:hover{
background:transparent url(images/arrow_hover.png) no-repeat scroll left center; }
}

 /* PartnersLink */
#partnerstable td {
	padding: 10px 0;
}
a.pl1 {
	height: 33px;
	width: 120px;
	background: url(images/logoses/szta.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
#partnerstable a:hover {
	background-position: bottom;
}
#partnerstable td.txt {
	padding: 0 0 15px 0;
	font-size: 12px;
	color: #777;
}
a.pl2 {
	height: 37px;
	width: 180px;
	background: url(images/logoses/marshal.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl3{
	height: 100px;
	width: 82px;
	background: url(images/logoses/kaz.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl4{
	height: 37px;
	width: 130px;
	background: url(images/logoses/also.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl5{
	height: 109px;
	width: 120px;
	background: url(images/logoses/olp.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl6{
	height: 114px;
	width: 120px;
	background: url(images/logoses/chaz.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl7{
	height: 28px;
	width: 120px;
	background: url(images/logoses/prof.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl8{
	height: 50px;
	width: 120px;
	background: url(images/logoses/lmz.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl9{
	height: 33px;
	width: 120px;
	background: url(images/logoses/bashplast.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl10{
	height: 63px;
	width: 120px;
	background: url(images/logoses/bashmetiz.png) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl11{
	height: 30px;
	width: 120px;
	background: url(images/logoses/resanta.jpg) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl12{
	height: 37px;
	width: 120px;
	background: url(images/logoses/evan.jpg) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl13{
	height: 43px;
	width: 120px;
	background: url(images/logoses/garanterm.jpg) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl14{
	height: 38px;
	width: 120px;
	background: url(images/logoses/bugatti.jpg) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}
a.pl15{
	height: 34px;
	width: 120px;
	background: url(images/logoses/shtil.jpg) no-repeat;
	background-position: 50% 0%;
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
}