/*  
Theme Name: ViaConsulting-bg.com
Theme URI: http://www.viaconsulting-bg.com/
Description: A theme made by dr.Sunny WebDev Team
Version: 1.0
Author: dr.Sunny
Author URI: http://www.dr-sunny.info/ 
*/

/* CSS Document */

body {
	padding: 0px; 
	margin: 0px;
	width: 100%; 
} 

td {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #6F6F6F;
}

img {
	margin: 0px;
	border: 0px;
}

#map {
	width: 780px;
	height: 800px;
}

.main_table {
	width: 100%;
	border: 0px;
}

.in_table {
	width: 100%;
	height: 600px;
	border: 0px;
}

.bg_left {
	background: url(images/bg_left.png);
	background-position: right top; 
	background-repeat: repeat-y;
}

.bg_right {
	background: url(images/bg_right.png);
	background-position: left top; 
	background-repeat: repeat-y;
}

.content_td {
	background: #CBCBCB;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

.content_td ol {
	list-style: circle;
}

.content_td_cap {
	background: #CBCBCB;
	color: #000000;
	font-family: Tahoma; /* Just in case when cufon doesn't work */
	font-size: 13px;
	font-weight: none;
}

.menu_du {
	background: url(images/bgmenu.png);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.menu_du a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_du a:hover {
	color: #6F6F6F;
	text-decoration: none;
}

.footer {
	background: url(images/footer.png);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer img {
	margin-bottom: -4px;
	padding: 0px 0px 0px 0px;
}

.copyright {
	cursor: help;
}

