@charset "utf-8";
/* CSS Document */

/* body and general definitions */

body, form, input, textarea, select, td {
	margin:0px; 				  			 	 
	padding:0px; 
}

body {
	color:#555554;
	background-color:#3E0002;
}

body, td {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;							 
	vertical-align:top;				  			  
							 	 
}

/* end body definitions */

input, textarea, select{			     
	font:normal 11px  Tahoma, Arial;			
	padding:4px 0px 0px 6px;		   
	vertical-align:top;				 
}		
select {
	border:none;
	background-color:#F4F5EE;
}		

/* site wide link definitions */

b a, b a:visited {color:#555554;}
span {color:#98393A}

a, a:visited {
	color: #98393A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



a img {
	border:none;
}

div.dropShadow {
	background-color:#FFFFFF;
	margin-left:5px;
	margin-top:5px;
	padding:5px;
	border:1px solid #CCCCCC;
	float:left;
	}

div.dropShadow img {
	border:0px none #FFFFFF;
	}

/* menu definitions */

.menu {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color: #FFFFFF;
	font-weight:bold;
}

.menu a, .menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.menu a:hover {
	color: #FFDFDF;
	font-weight:bold;
	text-decoration: underline;
}

/* END menu definitions */

.footer {
	background-color:#420002;
	padding:10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#FFFFFF;
}

.bottomMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	line-height:20pt;
	border-top:1px dashed #D24400;
	border-bottom:1px dashed #D24400;
	color:#FFFFFF;
}

.bottomMenu a, .bottomMenu a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

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

.leftMain {
	background-color:#F4F5EF;
	padding:20px 20px;
}

.RightMain {
	background-color:#FFFFFF;
	padding:20px 24px;
}

.rightTopMain, #rightTopMain {
	background-color:#F2ECE0;
	padding:20px 26px;
}

.headLine {
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:10pt;
	line-height:10pt;
	text-transform:uppercase;
	color:#990000;
}

.topLine {
	background-color:#420002;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #9F0004;
}

h1.left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

h1.rightTop, #rightTopMain h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.subtitleRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#999999;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

ul {
	color:#000000;
	list-style: disc url(/images/layout_carpaticvilla/bullets/bullet_1.gif);
	margin:0;
	padding:10px;
	padding-left:16px;
	font-size:12px;
}

li a, li a:visited {
	color: #000000;
	}

/*-----------------------*/
.poza_shadow{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}
.poza_shadow img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}