/* ======================================

author: aivaras trapulionis / DDS
email: info@dds.lt
website: http://www.dds.lt
=========================================*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6C6C;
}

body {
	background-color: #E3E3E3;
	margin: 0px;
}

a { 
	color:#0088bd;
	font-weight:bold;
	text-decoration: none;
}

a:hover { 
	color:#6C6C6C;
	text-decoration: none;
}

/* layer */
#main {
	width: 797px;
	margin: 0 auto 15px auto;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#header {
	height: 278px;
	clear: both;
}

#logo_01 {
	height:139px;
	background-image:url(images/header_01.gif);
	background-repeat:no-repeat;
}

#logo_02 {	
	height: 139px;
	background-image:url(images/header_02.gif);
	background-repeat:no-repeat;
}

#content { clear:both; margin-top: 15px; }


#info {
	float:left; 
	width: 545px; 
	padding-left:25px
}

#side {
	float:left;
	width: 210px;
}

/* misc */
#padding { 
	padding-left: 10px;
}

.left { float:left; }
.right { float:right; }  

.blue {
	color:#0088bd;
	font-weight:bold;
}

.title { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#0088bd;
	font-size: 22px;	
}	

/* footer */
#footer {
	height: 71px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border-bottom: 3px #0088bd solid;
	clear:both;
	font-size: 11px;
}

#footer a { font-weight:normal; }

#footer_content {
	padding: 15px 0 0 25px;
}

#copyright {
	padding: 43px 25px 0 0;
}
