/*
	Author: Deev.pl
	Project: Connection Fresh
	
	color blue: #0156a6
	color red: #f02e24;
*/





/*     Reset     */





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table.contacts{
	margin: 0;
	outline: 0;
	width: 300px;
	border: 0 ;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
td.contacts{
	text-align:center;
}
td.adres{
	text-align:left;
	}
h3.adres{
	font-weight: bold;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*     Content     */

body {
	background: #e1dfe0	url(../img/bg_ie.gif) scroll no-repeat center 150px;
	font-family:Tahoma,Arial,Verdana;
	font-size:0.8em;
	margin:0;	
	overflow:auto;
	padding:0;
}

#main {
	width: 760px;
	margin: 0px auto 0px auto;
}

#header {
	margin-top: 23px;
	background: #fff;
}

#head img {
	padding: 0px;
	margin: 0px;
	outline: none;
	float: left;
	height:135px;
}

h1 {
	text-align: right !important;
}

#head h1 {
	float: right;
	width: 295px;
	text-align: right !important;
	font-size: 45px;
	color: #0156a6;
}

.menu_top {
	background: url(../img/menu_bar.jpg) scroll no-repeat right 0;
	height: 31px;
	padding-left:11px;
	padding-top: 10px;
}

#footer {
	background:transparent url(../img/footer.jpg) no-repeat scroll 0 0;
	color:#0055A5;
	font-size:8px;
	height:40px;
	margin-bottom:20px;
	padding-top:48px;
	padding-left:150px;
	font-family: Tahoma;
	clear: both;
}

#footer p {
	margin-bottom: 4px;
}


.menu_top ul {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}

#content {
	background: #fff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	line-height: 18px;
}

#content p {
	color: #3F3F3F;
	line-height: 25px;
}

.bold_font {
	font-weight: bold;
	color: #6d6d6d !important;
}

.font_bigger {
	font-size: 18px;	
	color: #6d6d6d !important;
}

#content ul {
	list-style: disc;
	padding-top: 5px;
	padding-left: 15px;
}



#content li {
	margin-bottom: 10px;
	color:  #3f3f3f;
}

.logo {
	margin-top: 35px;
}

.menu_top li {
	display: inline;
	background: url(../img/menu_tip.jpg) scroll no-repeat 0 6px;
	margin-right: 12px;
	padding-top: 2px;
}

.menu_top li a {
	color: #0156a6;
	text-decoration: none;
	font-size: 14px;
	padding-left: 8px;
	padding-top: 2px;
	margin-right: 11px;
}


.menu_top li a:hover {
	color: #f02e24;
}

.home_back {
	background: url(../img/home.jpg) scroll no-repeat 0 0;
	width: 16px;
	height: 19px;
	float: left;
}

.home_back:hover {
	background: url(../img/home_over.jpg) scroll no-repeat 0 0;
}

.clear {
	clear: both;
}

#banner {
	height: 270px;
	background: url(../img/banner.gif) scroll no-repeat bottom right;
}

#my_gallery {
	float: left;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

#my_gallery2 {
	float: left;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

#my_gallery3 {
	float: left;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

#my_gallery4 {
	float: left;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

#my_gallery5 {
	float: left;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

.adress_bottom {
	text-align: right;
}

.item_active span {
	color: #f02e24;
}

h2 {
	color: #3f3f3f;
	font-size: 15px;
	font-weight: bold;
}

#content a {
	color: #f02e24;
	text-decoration: none;
}

#content a:hover {
	color: #0055A6;
}

#content li li {
	list-style: circle;
}

#routes td {
	padding-bottom: 5px;
}

#routes label {
	margin-right: 30px;
}

#routes input {
	background: #E1DFE0;
	border: 1px solid #0055A6;
	padding: 5px;
	width: 200px;
}

#contact_right #routes {
	padding-left: 45px;
}

#routes h2 {
	padding-bottom: 10px;
	padding-top: 10px;
}

#routes .send_btn {
	width: 100px !important;
	padding: 2px !important;
	background: #0055A6 !important;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	float: right;
}

#routes select {
	width: 212px;
}

#routes label {
	color: #6f6f6f;
}


#contact_left {
	float: left;
	width: 365px;

}

#contact_right {
	float: right;
	width: 365px;
	padding-top: 73px;
}

#route_bottom {
	width: 300px;
	margin: 0 auto;
}
