body
{
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: scroll;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	color: #fff;
}

#myModal
{
	color: #333;
}


#contactFormModal
{
	color: #333;
}

.modal-body
{
	max-height: 500px;	
}


a
{
	 
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper
{
	width: 1022px;
	margin: 0 auto;
	margin-top: 20px;
}

#header
{
	margin: 0 auto;
	width: 1022px;
	margin-top: 30px;
}


#footer
{
	margin: 0 auto;
	background: url(../img/bottom-bg.png) no-repeat;
	width: 1022px;
	height: 117px;
	margin-top: 10px;
}

#copyright
{
	margin: 0 auto;
	background: url(../img/footer-bg.png) no-repeat;
	width: 1022px;
	height: 44px;
}

.find-panel
{
	display: block;
	margin-left: 20px;
}

.find-panel:hover
{
	text-decoration: underline;
	cursor: pointer;
}


#site-title
{
	background: url(../img/site-title.png) no-repeat;
	width: 312px;
	height: 120px;
}

#site-title p
{
	line-height: 30px;
	color: #d2993f;
	font-size: 2.3em;
	font-weight: bold;
	text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7);
}

#site-tels p
{
	line-height: 30px;
	text-align: right;
	color: #d2993f;
	font-size: 2.3em;
	font-weight: bold;
	text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7);
}

#site-name
{
	background: url(../img/site-name.png) no-repeat;
	width: 416px;
	height: 115px;
	margin: 0 5px 0 5px;
}

#site-tels
{
	background: url(../img/site-tels.png) no-repeat;
	width: 275px;
	height: 120px;
}

#top-menu
{
	background-color: #d2993f;
	width: 1022px;
	height: 50px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#active-logo
{
	background: url(../img/active-logo.png) no-repeat;
	width: 83px;
	height: 40px;
}

#beeline-logo
{
	background: url(../img/beeline-logo.png) no-repeat;
	width: 115px;
	height: 40px;
}

#kcell-logo
{
	background: url(../img/kcell-logo.png) no-repeat;
	width: 124px;
	height: 40px;
}

#tele2-logo
{
	background: url(../img/tele2-logo.png) no-repeat;
	width: 101px;
	height: 40px;
}


#top-menu ul li
{
	display: inline-block;
	margin-top: 5px;
	margin-left: 110px;;
	line-height: 0px;
}

#top-menu ul li a
{
    text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7);
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#top-menu ul li a:hover
{
	text-decoration: underline;
}

#logo
{
	background: url(../img/logo.png) no-repeat;
	width: 1022px;
	height: 160px;	
}

#bottom-menu
{
	background-color: #d2993f;
	width: 1022px;
	height: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#bottom-menu ul li
{
	display: inline-block;
	margin-top: 14px;
	margin-left: 55px;
	line-height: 0px;
}

#bottom-menu ul li a
{
    text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7);
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#bottom-menu ul li a:hover
{
	text-decoration: underline;
}

#left-side
{
	width: 223px;
}

#block3 p
{
	text-align: center;
	margin-right: 15px;
	font-weight: normal;
	color: #fff;
}

.well
{
	padding: 10px;
	background-color: #1E1D20;
	border: 1px solid #FCCD57;
}

.form-horizontal .control-group
{
	margin-bottom: 5px;
}

.sort-link
{
	color: #000;
}

.block-menu
{
	border: 1px solid #FCCD57;
    background-color: #1E1D20;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    width: 216px;
}

.block-questions ul
{
}

.block-menu a
{
	font-size: 1em;
	color: #FECC00;

}

.block-menu a p
{
	font-weight: normal;
	color: #FFF;
	line-height: 14px;
}

.block-menu p
{
	font-weight: bold;
	color: #d2993f;
}

.mk
{
	display: block;
/*	text-shadow: -1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7);*/
	color: #CCC !important;
}

#classification ul,#question ul
{
	margin-left: 5px;
}



#classification div,#question div
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: -5px;
}

#classification div p,#question div p
{
	color: #d2993f;
	font-size: 0.9em;
}

.mk:hover
{
	text-decoration: underline;
	cursor: pointer;
}


.classp {
	font-size: 1em;	
	font-weight: normal;
}

.block-250
{
	margin-top: 10px;
	background: url(../img/block250.png) no-repeat;
	width: 223px;
	height: 109px;
}

.block-questions
{
	margin-top: 10px;
	background: url(../img/block-questions.png) no-repeat;
	width: 223px;
	height: 166px;
}



.menu-block
{
	margin-top: 10px;
	background: url(../img/block-menu.png) no-repeat;
	width: 223px;
	height: 114px;
}

.menu-block a
{
	color: #FECC00;
}

.menu-block ul
{
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}

.menu-block li
{
	padding: 3px;
}

.block-250-header
{
	left: 17px;
	position: relative;
}
.block-250-header p
{
	color: #FECC00;
	font-weight: bold;
    text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7); 
    margin: 0;
    line-height: 13px;
}

#active
{
	background: url(../img/active-logo.png) no-repeat;
	width: 116px;
	height: 35px;
	left: 15px;
	top: 6px;
	position: relative;
}

#center
{
	width: 571px;
}

#find-box
{
	background: url(../img/find-bg.png) no-repeat;
	width: 556px;
	height: 48px;
	margin-left: 10px;
}


#content
{
	border: 2px solid #FCCD57;
	margin: 5px 5px 0 10px;
	background-color: #1E1D20;
	border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input
{
	border: 1px solid #FCCD57;
	background-color: #1E1D20;
	color: #fff;
}

select {
	width: 220px;
	background-color: #1E1D20;
	border: 1px solid #FCCD57;
	color: #fff;
}

form {
	margin: 0;
}

.row {
    margin-left: 0;
}

.table th, .table td {
	padding: 3px;
}

#content .headerT
{
	margin-top: 10px;
	font-size: 1em;
	color: #d2993f;
	font-weight: bold;
	margin-left: 10px;
}

#right-side
{
	width: 228px;
}

.block-big
{
	margin-top: 10px;
	background: url(../img/block-big.png) no-repeat;
	width: 223px;
	height: 553px;	
}

#vip
{
	background: url(../img/vip-logo.png) no-repeat;
	width: 116px;
	height: 35px;
	left: 55px;
	top: 6px;
	position: relative;	
}

.block-big-header
{
	left: 40px;
	position: relative;
}
.block-big-header p
{
	text-align: right;
	color: #FECC00;
	font-weight: bold;
    text-shadow:-1px -1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.7); 
    margin: 0;
    line-height: 13px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.table
{
    background-color: #fff;
    color: #333;
}

.search-form
{
	color: #fff;
}

.block-big h3
{
	display: block;
	text-align: center;
	color: #FECC00;
	background-color: #000;
	margin: 5px 10px 5px 10px;
	font-weight: normal;

	font-size: 1em;
	line-height: 20px;

}

.form-vertical select
{
	margin-bottom: 5px;
}