/* стили для cosmi
*/

/* цветовые решения */


a:active{
    color: #000;
} 
a:visited , 
a:link {
    color: #333;
}
 


body {
	color: #333;
	background-color: #aaa;
	background: url(../../img/background/background_metal.jpg) center center repeat;
}

.back {
	background-color: #aaa;
	background: -moz-linear-gradient(top,  #fff 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#000 100%); /* IE10+ */
	background: linear-gradient(top,  #fff 0%,#00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}



#content {
	color: #333;
	background-color: #fff;
}


#content  img{
	border: 0.2em solid #555;
}

#content img.show {
	cursor: pointer;
}

#lbt, #lebot,
#content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;	
}

#lbt, #lebot{
	background: #333;
}

#content {
	background: #ccc;
}


#lebot{
	box-shadow: inset 0.2em 0.2em 0.2em 0.2em rgba(0,0,0,0.5);
}

#content {
	box-shadow: 
		inset 0.2em 0.2em 0.2em 0.2em rgba(0,0,0,0.5)
/*		,inset 0em -1em 2em 1em #ccc */
	;
}



#lbt #lebot{
	background-color: #ссс;
	background: url(../../img/v/cosmi_shotgun001_888.png) right center no-repeat;
	background-size: 19em;
	border: none;
}





#home .b_logo {
	background: url(../../img/logo/logo_cosmi_t700.gif) center center no-repeat;
	background-size: 21em;
}

.fp #p_cosmi .logo {
	background: url(../../img/background/u_18.png) bottom right no-repeat;
	background-size: 7em;
}

.fp #p_item .logo {
	background: url(../../img/background/u_12.png) bottom right no-repeat;
	background-size: 7em;
}

.fp #p_service .logo {
	background: url(../../img/background/u_13.png) bottom right no-repeat;
	background-size: 7em;
}

.fp #p_catalog .logo {
	background: url(../../img/background/u_17.png) bottom right no-repeat;
	background-size: 7em;
}

.fp #p_contact .logo {
	background: url(../../img/background/u_16.png) bottom right no-repeat;
	background-size: 7em;
}





/* ---------------------------------------------- */
.bbt {
	text-shadow: 0.05em 0.05em #eee;
	border: 0.1em solid #888;
	border-top: 0.1em solid #bbb;
	border-left: 0.1em solid #bbb;
	box-shadow:
		inset 0.1em 0.1em 0.1em 0.1em #fff,
		inset -0.1em -0.1em 0.1em 0.1em #555,
		0 0.2em #4f4f4f,
		0 0.3em #444444,
		0.3em 0.7em 0.5em rgba(0,0,0,0.5)
	;
	background: -moz-linear-gradient(top,  #ddd 0%, #aaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ddd 0%,#aaa 100%); /* IE10+ */
	background: linear-gradient(top,  #ddd 0%,#aaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	background-color: #bbb;

    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;	
}
.bbt::-moz-focus-inner{border:0}
.bbt:hover {
	border-top: 0.1em solid #aaa;
	border-left: 0.1em solid #aaa;
	box-shadow:
		inset 0.1em 0.1em 0.1em 0.1em #fff,
		inset -0.1em -0.1em 0.1em 0.1em #555,
		0 0.2em #555,
		0 0.3em #777,
		0em 0em 1.51em rgba(250,250,250, 0.5)
	;
	background: -moz-linear-gradient(top,  #bbb 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbb), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bbb 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bbb 0%,#ccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bbb 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(top,  #bbb 0%,#ccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	background-color: #bbb;
}
.bbt:active {
	top: 0.1em;
	border: 0.1em solid #999;
	border-top: 0.1em solid #777;
	border-left: 0.1em solid #777;
	background: #ccc;
	box-shadow: inset 0.1em 0.1em 0.1em 0.1em #777;
}


.grav_txt {
    color: #555;
    text-shadow: 0.2em 0.2em 0.2em #bbb;
}
 

/* ---------------------------------------------- */














