html {
	background: url(../images/bg.png) fixed;
}

body {
	color: #666666;
	font-family: helvetica, arial, sans-serif;
}


/* GENERAL STYLES */

p {
	font-size: 13px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

a {
	color: #c0000b;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: url(../images/upper-bar.jpg) top center no-repeat;
}

/* HEADER */

#header {
	height: 125px;
	min-height: 125px !important;
	*float: left;
	*display: inline;
}

	#header h1{
		float: left;
		margin-top: 28px;
		margin-left: 25px;
		background: url(../images/logo.png) no-repeat;
		height: 71px;
		width: 182px;
		text-indent: -9999px;
		line-height: 0;
		*display: inline;
	}
	
	#header #nav{
		float: right;
		margin-top: 34px;
		margin-right: 25px;
		*display: inline;
	}
	
	.sf-menu, .sf-menu * {z-index: 9999999 !important;}
	.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;}
	.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
	.sf-menu li {float:left;position:relative;}
	.sf-menu a {display:block;position:relative;}
	.sf-menu {float:left;margin-bottom:1em;}
	.sf-menu a {padding: 10px;text-decoration:none;}
	.sf-menu a, .sf-menu a:visited,.sf-menu a, .sf-menu a:link  {color: #005381;}
	.sf-menu li {font-size:20px;}

/* MAIN */

#main {
	padding-top: 9px;
	background: url(../images/content-top.png) no-repeat;
	*float: left;
	*display: inline;
}

	#main #top {
		width: 950px;
		background: #ffffff;
		position: relative;
		*float: left;
		*display: inline;
	}
	
		#main #top #cu3er-container {
			float: left;
			margin: 25px;
			*display: inline;
		}
		
		#main #top #description {
			float: left;
			width: 250px;
			*display: inline;
		}
		
			#main #top #description h2 {
				font-size: 48px;
				color: #c0000b;
				line-height: 0px;
				margin-top: 25px;
				*margin-top: 22px;
				*float: left;
				*display: inline;
			}
		
			#main #top #description h2 span{
				font-size: 30px;
				line-height: 0px;
				margin-left: 25px;
				*margin-top: -6px;
				*float: left;
				*display: inline;
			}
			
			#main #top #description p{
				padding-bottom:20px;
				font-size: 14px;
			}
			
		#main #top img.flori{
			position: absolute;
			top: -34px;
			right: -57px;
		}
		
		#main #top img.bar{
			position: absolute;
			bottom: -54px;
			left: -10px;
		}
		
	#main #bottom {
		background: url(../images/upper-bar.jpg) bottom center no-repeat #fef6e2;
		padding: 50px;
		*float: left;
		*display: inline;
		*width: 850px;
	}
	
		/* HOME */
	
		#main #bottom .column {
			float: left;
			width: 250px;
			padding-right: 50px;
			margin-top: 25px;
			*display: inline;
		}
		
		#main #bottom .last {
			padding-right: 0px;
		}
		
		#main #bottom .column img{
			float: left;
			margin-right: 10px;
		}
		
		#main #bottom .column h3{
			font-size: 40px;
			color: #005381;
			line-height: 0;
			*margin-top: -3px;
		}
		
		#main #bottom .servicii li{
			list-style: none;
			text-decoration: none;
			padding-left: 33px;
			background: url(../images/arrow.png) center left no-repeat;
			line-height: 28px;
			margin: 0px;
			font-weight: bold;
		}
		
		#main #bottom ul.servicii{
			margin-top: 10px;
		}
		
		#main #bottom p.none {
			padding: 0px;
			margin-bottom: 10px;
			background: none;
			border: none;
		}
		
		/* PAGES */
		
		#main #bottom h4 {
			font-size: 20px;
			padding: 0;
			margin: 20px 0px 5px 0px;
			color: #c0000b;
			line-height: 0;
		}
		
		#main #bottom ul li {
			list-style: none;
			text-decoration: none;
			padding-left: 33px;
			background: url(../images/arrow.png) top left no-repeat;
			background-position: 0px 3px;
			line-height: 28px;
			margin: 0px;
			font-weight: bold;
		}
		
		#main #bottom p {
			padding: 10px;
			margin-bottom: 10px;
			background: #ffebc1;
			border: 1px dashed #ffae7a;
		}
		
			/* GALLERY */
		
			#main #bottom #gallery {
				margin-top: 25px;
			}
		
			#main #bottom #gallery img {
				line-height: 0px;
				margin: 0px;
				display: inline;
				padding: 4px 8px 8px 4px;
				background: url(../images/photo-bg.png) no-repeat;
				float:left;
			}

			/* CONTACT */

			#contact_form {
				width: 300px;
				float: left;
				position: relative;
				padding-right: 45px;
				margin-left:75px;
				margin-top: 50px;
				margin-bottom: 50px;
				*display: inline;
			}

				#contact_form form {
					text-align: right;
				}

					#contact_form input, #contact_form textarea {
						padding: 5px;
						width: 290px;
						margin: 5px 0px;
						background-color: #333333;
						border: none;
						color: #b3b3b3;
						font-size: 12px;
					}

					#contact_form textarea {
						height: 120px;
					}

					#contact_form input.button {
						margin: 15px 0px 0px 0px;
						color: #b3b3b3;
						background: #333333;
						width: 100px;
					}

					#contact_form input.button:hover {
						background: #000000 none repeat scroll 0% 0%;
						color: #b3b3b3;
					}

					label.error { 
						font-size:12px;
						line-height:24px;
						color:#b3b3b3;
						text-align:left;
						width:140px;
					}

						#message {
							width: 180px;
							margin: 145px 0 0 100px;
						}
						
						#message p {
							color: #b3b3b3;
							font-weight: bold;
							margin: 12px 0px; 
						}
						
						#checkmark { 
							position: relative;
							top: -46px;
							left: -60px; 
						}
				
			#about_info {
				width: 300px;
				float: left;
				padding-left: 44px;
				margin-top: 120px;
				margin-bottom: 50px;
				border-left: 1px solid #666666;
				*display: inline;
			}
			
				#about_info p {
					padding: 5px 0;
				}
				
				#contact_form img, #about_info img {
					margin-bottom: 30px;
				}
		
/* FOOTER */

#footer {
	margin-top: 18px;
	padding-bottom: 24px;
	width:100%;
	text-align: center;
	*float: left;
	*display: inline;
}

	#footer p {
		
		font-size: 11px;
	}
