﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	background: transparent url("../img/body_bg.png") 0 0 repeat-x;
	background-color: #dcf3ff;
}

.wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.top_logo
{
	background: transparent url("../img/logo_top.png") 0 0 no-repeat;
	height: 160px;
}

.moto h1
{
	margin: 0;
	padding-top: 110px;
	padding-left: 410px;
	color: #6b6b6b;
	font-family: Times New Roman;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
}

.flash
{
	padding-left: 20px;
	height: 200px;
	background: transparent url("../img/banner_space.png") 0 0 no-repeat;
}
.menu
{
	height: 60px;
	background: transparent url("../img/menu_bg.png") 0 0 no-repeat;
}

.content
{
	padding-bottom: 30px;
	background: transparent url("../img/content_bg.png") 0 0 repeat-y;
}

.footer
{
	height: 150px;
	background: transparent url("../img/footer.png") 0 0 no-repeat;
}

.address
{
	float: left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 40px;
	width: 130px;
}



.favorites
{
	float: left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 40px;
	width: 130px;
}

h3
{
	margin: 0;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 16px;
	color: #00a6fe;
}

.cellphones
{
	margin-top: 20px;
	margin-left: 60px;
	width: 260px;
	float: left;
}

.map 
{
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	border: 1px solid silver;
	width: 530px;
	height: 439px;
}

#map_canvas
{
	width: 100%;
	height: 100%;
}

.contact_header
{
	padding-left: 64px;
	color: #364203;
	height: 34px;
	background: transparent url("../img/contact_tab.png") 0 0 no-repeat;
}

.header_cell
{
	padding-left: 64px;
	color: #364203;
	height: 34px;
	background: transparent url("../img/phone_tab.png") 0 0 no-repeat;
}

.cont_cell
{
	height: 560px;
	border-left: 1px solid #e0f1a4;
	border-right: 1px solid #e0f1a4;
	border-bottom: 1px solid #e0f1a4;
}

.cont_cnt
{
	height: 400px;
	border-left: 1px solid #e0f1a4;
	border-right: 1px solid #e0f1a4;
	border-bottom: 1px solid #e0f1a4;
}

.cont_cnt p
{
	color: #323232;
	font-size: 14px;
	padding-left: 16px;
	padding-right: 5px;
}

.cont_cell p, .acc_cont p, .servis_cont p
{
	color: #323232;
	font-size: 12px;
	padding-left: 16px;
	padding-right: 5px;
}

.accesories
{
	margin-top: 20px;
	margin-left: 10px;
	width: 260px;
	float: left;
}

.header_acc
{
	padding-left: 56px;
	color: #041064;
	height: 34px;
	background: transparent url("../img/accesories_tab.png") 0 0 no-repeat;
}

.acc_cont
{
	height: 560px;
	border-left: 1px solid #e2e4ee;
	border-right: 1px solid #e2e4ee;
	border-bottom: 1px solid #e2e4ee;
}

.servis
{
	margin-top: 20px;
	margin-left: 10px;
	width: 260px;
	float: left;
}

.header_servis
{
	padding-left: 64px;
	color: #530505;
	height: 34px;
	background: transparent url("../img/servis_tab.png") 0 0 no-repeat;
}

.servis_cont
{
	height: 560px;
	border-left: 1px solid #f5e4e4;
	border-right: 1px solid #f5e4e4;
	border-bottom: 1px solid #f5e4e4;
}

.tab
{
	padding-top: 26px;
	font-family: Georgia;
	font-size: 16px;
}

.unlock
{
	background: transparent url("../img/lock.png") 0 0 no-repeat;
	height: 53px;
	width: 51px;
	margin-top: -50px;
	margin-left: 150px;
}

.tab h2
{
	margin: 0;
}

.clear
{
	clear: both;
}

.menu
{
	color: #7c7c7c;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.menu ul
{
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: none;
}



.menu ul li
{
	float: left;
	display: block;
	height: 30px;
	margin-top: 12px;
	padding-top: 6px;
	
	
	border-right: 1px solid #bbbbbb;
}

.menu ul li.selected
{
	float: left;
	background-color: White;
	height: 42px;
	margin-top: 9px;
	margin-left: -1px;
	padding-top: 8px;
	margin-bottom: -20px;
	
	
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}

.menu a
{
	
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	display: block;
	color: #7c7c7c;
	text-decoration: none;
}

.menu a:hover
{
	color: #666666;
	text-decoration: underline;
}

.favorites a
{
	color: #ffffff;
	text-decoration: none;
}

.favorites a:hover
{
	
	text-decoration: underline;
}

.invisible 
{
	display: none;
}