@import "add/add.css";
@import "add/bootstrap.css";

/**** DEBUG *****/
.errors_title {background-color:#D0F8FD;font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.errors_text {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.sql { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000}
/****************/

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/gothic-webfont.eot');
    src: url('../fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothic-webfont.woff') format('woff'),
         url('../fonts/gothic-webfont.ttf') format('truetype'),
         url('../fonts/gothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #cfcfcf; color: #fff; text-shadow: none; }

html, body {
	height:100%;
}
html {
	min-width:960px;
}

body {
	background: url("../img/texture-bg.jpg") repeat scroll 0 0 #FFFFFF ;
	background-attachment:fixed;
}

a {
	color:#000;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.header{
	height:150px;
/* 	background: red; */
	padding-top:50px;
	width:940px;
}

ul{
	list-style-type: none;
	padding: 10px 0px 10px 20px;
	margin: 0px;
}
li{
	background-image: url(../img/bullet_child.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

.menu{
/* 		background: red; */
	color: #6a6661;
	font-size:70px;
	font-family:"CenturyGothicRegular";
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	text-shadow:0 1px 2px #333;
}

.menu:hover, .menu_active, .menu:visited{
/* .menu_hover{ */
	color: #6a6661;
/* 	font-size:75px; */
	font-family:"CenturyGothicRegular";
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
/* 	height:70px; */
	text-shadow:0 2px 5px #000;

}

.list_catalog_left{
/* 	width:560px; */
/* 	width:100px; height:180px; */
/* 	right:0; */
	float:left;
/* 	padding-right:5px; */
/* 	display:in-line; */
/* 	display:none; */
/* 	padding:0px 5px 3px 0px; */
}

.catalog_img{
	float:left;
	padding:0px 5px 5px 0px;
}

.partners_list{
	width:132px;
/* 	width:100px; height:180px; */
/* 	right:0; */
	float:left;
/* 	padding-right:5px; */
/* 	display:in-line; */
/* 	display:none; */
/* 	padding:0px 5px 3px 0px; */
}

.div_sub_menu div, .div_sub_menu_none div{
	display:inline;
}

.div_sub_menu{
	padding:55px 0px 0px 5px;
}
.div_sub_menu_none{
	padding:55px 0px 0px 5px;
	display:none;
}

.div_hide{
	display:none;
}

.sub_menu:visited{
	color: #6a6661;
}

.sub_menu:hover{
	color: #000000;
}

.sub_menu, .sub_menu_a{
	padding: 5px;
	color: #6a6661;
	text-decoration:none;
	text-transform:uppercase;
}

.sub_menu_a, .sub_menu_a:visited{
	color: #000000;
}

#main {
	padding:0px 10px 0px 10px;
	width:940px;
	margin:0 auto;
	position:relative;
}

#add_sub_form input[type="submit"]{
	padding:0px 0px 0px 0px;
/* 	height:18px; */
}



#add_sub_form input[type="text"]{
	height:17px;
	padding:0px 0px 0px 0px;
/* 	width:0px; */
	margin:0 auto;
/* 	position:relative; */
}

.inner a, .inner a:VISITED {
	color:#000;
}

.inner{
/* 	background:red; */
	overflow: auto;
	padding:0px 0px 0px 10px;
	border-left: 1px solid #6a6661;
}

#content h3{
	color:#3c3b39;
}

.footer {
/* 	background:red; */
	margin-top: 100px;
	color:#6a6661;
	padding-bottom: 50px;
}

#add_sub_result{
	color:red;
	font-size:10px;
}

.icons td{
	padding-left:10px;
}

/* .share-links { */
/* 	padding-top:5px; */
/* } */

.table td{
/* 	font-weight: bold; */
	vertical-align: middle;
/* 	color: #555556; */
/* 	white-space: nowrap; */
/* 	padding:2px; */
/* 	text-align: right; */
}

#m_form .right{}

#m_form input{
	width:200px;
	float:right;
	color:#6a6661;
	padding:11px 10px 12px 12px;
}

#m_form textarea{
	width:200px;
	height:108px;
	color:#6a6661;
	padding:11px 0 12px 12px;
}
#m_form .btns{
	float:right;
	width:224px;
}


