@charset "utf-8";
/* CSS Document */
a
{
	background-color: transparent;
}
img
{
	/*
	border: 8px solid #333;
	margin-left: 10px;
	margin-right: 10px;*/
}
body
{
	margin: 0px;
	background: url(images/site/bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma;
}
#main
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:945px;
	background:#040404;
	padding: 10px;
	
}
#header
{
	margin-top: 5px;
	background-image: url(images/site/header.jpg);
	height: 158px;
	width: 956px;
	background-repeat: no-repeat;
}
#top_links
{
	height: 20px;
	/*background: #0F0F4F;*/
	width: 945px;
	display: block;
	margin: 0px;
	padding: 0px;
	
}
#top_links .link
{
	color: #fff;
	font-size: 12px;
	display: block;
	float: right;
	padding-left: 25px;
	font-weight: 700;
	position: relative;
	height: 15px;
}
/*
#top_links form
{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5px;
}*/
#top_links .link a 
{
	color: #fff;
	text-decoration: none;
	display: block;
}
#top_links .link a:hover
{
	color: #00F;
}
#tabs h1
{
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	display: block;
	width: 150px;
	padding-left: 15px;
	margin-top: 15px;
}
#tabs
{
	display: block;
	width: 945px;
	height:312px;
	font-size: 16px;
}
#tabs .quote
{
	display: block;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 6px;
	border-bottom: 1px solid #113;
}
.white
{
	color: #fff;
}
.obs
{
	font-size: 14px;
}
#tabs .quote a
{
	color: #fff;
	text-decoration: none;
}
#tabs .quote a:hover
{
	color: #fff;
	text-decoration: underline;
	padding-left: 5px;
}
#tabs #detalii
{	
	background: url(images/site/bg_buton_detalii.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	width: 110px;
	height: 30px;
	margin-left: 15px;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
#tabs #detalii a
{
	
	
}
#tab1
{
	width:239px;
	height:312px;
	background:url(images/site/col1.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#tab2
{
	width:232px;
	height:312px;
	background:url(images/site/col2.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#tab3
{
	width:234px;
	height:312px;
	background:url(images/site/col3.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#tab4
{
	width:240px;
	height:312px;
	background:url(images/site/col4.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#content
{
	background: url(images/site/bg1.jpg);
	width:945px;
	margin: 0px;
	color: #999;
}
#content h1
{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	padding: 10px;
	margin: 0px;
	
}
#content h2
{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	margin: 0px;
	
}
#content h3
{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0px;
}
#content h4
{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}
#content p
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin: 0px;
}
#content div p
{
	text-align: left;
}
#footer
{
	background: #0F0F0F;
	width: 945px;
	margin-top: 10px;
	min-height:25px;
	margin: 0px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#footer #bottom_menu
{
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}
#footer #bottom_menu a
{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	display: inline;
	text-align: center;
margin-right: 20px;
}
#footer #bottom_menu a:hover
{
	display: inline;
	color: #00F;
}
#main #content ul
{
	list-style-type: square;
	margin: 0px;
	padding-left: 50px;
}
#main #content ul ul
{
	padding-left: 30px;
}
#main #content ul li
{
	/*background-image: url(http://jquery.andreaseberhard.de/pngFix/pngtest.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:top left; */
}
#main #content ul li a
{
	color: #fff;
	text-decoration: none;
	display: block;
}
#main #content ul li a:hover
{
	color: #00F;
}

#main #content a
{
	color: #fff;
	text-decoration: none;
	display: block;
}   
#main #content a:hover
{
	color: #00F;
}
.side_bullet_1
{
	border: 1px solid #cccccc; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin-left: 10px; 
	margin-right: 10px; 
	width: 160px; 
	display: block; 
	float: right; 
	font-size: 12px; 
	text-align: left;
}


/**/
#formular_dezvoltare_web table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 10px;
	}

#formular_dezvoltare_web th {
	padding: 0 0.5em;
	text-align: left;
	}

#formular_dezvoltare_web td {
	border-bottom: 1px solid #999;
	padding: 0 0.5em;
	
	}

#formular_dezvoltare_web td:first-child {
		width: 140px;
	}

#formular_dezvoltare_web td+td {
	border-left: 1px solid #999;
	
	}
#formular_dezvoltare_web h1,h2,h3
{
	margin: 0px;
}
#formular_dezvoltare_web input
{
	
}
#formular_dezvoltare_web tr td div
{
	margin-right: 30px;
	width: 300px;
}
