body {
	min-width: 1000px;
	text-rendering: optimizeLegibility;
}
.wrap{

	margin-left: auto;

	margin-right: auto;

	width: 960px;

	position: relative;

}

.section{

	text-align:center;

}
@font-face {
    font-family: 'robotothin';
    src: url('Roboto-Thin-webfont.eot');
    src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Thin-webfont.woff') format('woff'),
         url('Roboto-Thin-webfont.ttf') format('truetype'),
         url('Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	/* Style for our header texts 
	* --------------------------------------- */
	h1{
		font-size: 3em;	
		font-family: 'robotothin';
		color: #111;
		margin:0;
		padding:0;
	}
	h2{
		font-size: 1.5em;	
		font-family: 'robotoregular';
		color: #111;
		margin:0;
		padding:0;
	}
	.intro p{
		color: #111;
	}
	
	/* Centered texts in each section 
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: #FFF;
		z-index:9;
		text-align:center;
		color: #000;
	}
	
	#header{
		top:0px;
		height: 125px;
		background: url(../imgs/background.png) repeat-x top center;
		z-index: 10000;
	}
	#footer{
		bottom:0px;
		height: 42px;
		min-width: 1000px;
	}
	.footer-container{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	
	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 80px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}
.logo {
	width: 172px;
	height: 175px;
	background: url(../imgs/logo-fotoliirelax.ro.png) no-repeat top center;
	margin: 0 auto;
	position: absolute;
	top: -34px;
	left: 500px;
	margin-left: -86px;
	z-index: 9999;
}
.logo a {
	display: block;
	width: 172px;
	height: 175px;
}
.buttons {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 9999;
}
#menu > li {
	display:inline-block;
	color: #000;
	background: url(../imgs/1px.png) no-repeat bottom center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}
#menu > li.active > a{
	background: url(../imgs/button-active.png) no-repeat bottom center;
	color: #000;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#menu > li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -26px;
	background: #FFF;
	border-width: 0 3px 3px 3px;
	border-style: solid solid;
	border-color: #D9D9D9;
	padding: 0;
	width: 160px;
	margin: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
#menu > li ul li a {
	padding: 10px 10px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-family: 'robotothin';
	font-size: 110%;
}
#menu li:hover ul {
	display: block;
}
#menu > li > a{
	text-decoration:none;
	color: #000;
	font-size: 28px;
	font-family: 'robotothin';
	padding: 30px 0;
	margin-left: 15px;
	margin-right: 15px;
}
#menu > li:first-child > a {
	margin-left: 0px;
}
#menu li.active > a:hover{
	color: #000;
}
#menu li:hover > a{
	color: #900;
}
#menu li a,
#menu li.active > a{
	display:block;
}
#menu li.active > a{
	color: #000;
}
#menu {
	position: relative;
	width: 1000px;
	margin: 37px auto 0 auto;
}
.field {
	width: 290px;
	height: 35px;
	padding: 0px 0px 0px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-family: 'robotoregular';
}
.field:focus {
	border-color:rgba(215, 40, 40, 0.9);
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
}
.mesaj {
	width: 288px;
	height: 250px;
	padding: 10px 0px 0px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: top;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotoregular';
}
.mesaj:focus {
	border-color:rgba(215, 40, 40, 0.9);
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(215, 40, 40, 0.9);
}
.trimite {
	background: rgb(255,53,56);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, rgba(255,53,56,1) 0%, rgba(229,30,0,1) 33%, rgba(183,0,0,1) 64%, rgba(214,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,53,56,1)), color-stop(33%,rgba(229,30,0,1)), color-stop(64%,rgba(183,0,0,1)), color-stop(100%,rgba(214,0,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,53,56,1) 0%,rgba(229,30,0,1) 33%,rgba(183,0,0,1) 64%,rgba(214,0,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,53,56,1) 0%,rgba(229,30,0,1) 33%,rgba(183,0,0,1) 64%,rgba(214,0,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,53,56,1) 0%,rgba(229,30,0,1) 33%,rgba(183,0,0,1) 64%,rgba(214,0,0,1) 100%);
	background: linear-gradient(135deg, rgba(255,53,56,1) 0%,rgba(229,30,0,1) 33%,rgba(183,0,0,1) 64%,rgba(214,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3538', endColorstr='#d60000',GradientType=1 );
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
	outline: none;
	border: 0;
	width: 100%;
	margin-top: 10px;
}
.trimite:hover {
	background: #ff5959; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZGIzOTM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjZDYyZjJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #ff5959 0%, #db3939 33%, #d62f2f 62%, #f53535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff5959), color-stop(33%,#db3939), color-stop(62%,#d62f2f), color-stop(100%,#f53535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ff5959 0%,#db3939 33%,#d62f2f 62%,#f53535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ff5959 0%,#db3939 33%,#d62f2f 62%,#f53535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ff5959 0%,#db3939 33%,#d62f2f 62%,#f53535 100%); /* IE10+ */
	background: linear-gradient(135deg, #ff5959 0%,#db3939 33%,#d62f2f 62%,#f53535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5959', endColorstr='#f53535',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.bio {
width: 320px;
height: 25px;
margin: 5px 0px 5px 0px;
padding: 5px 15px 0px 15px;
color: #333;
font-size: 0.6em;
float: left;
display: block;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
text-align: left;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	z-index:70;
	text-align: left;
	font-size:0.9em;
	float: left;
	margin-left: 20px;
}
#infoMenu ul{
	padding: 0;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
	text-decoration: none;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#livrare{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	left: 0;
	width:540px;
	text-align:left;
	z-index: 4;
}
#livrare ul{
	padding:0;
}
#livrare ul li{
	display:block;
	margin: 5px 0;
}
#livrare ul li a{
	color: #BDBDBD;
	margin:0;
}
#livrare ul li a:hover{
	color: #f2f2f2;
}
#livrare .column{
	float: left;
	margin: 0 20px 0 0;
}
#livrare h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}
#termenii{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	left: 0;
	width:540px;
	text-align:left;
	z-index: 4;
}
#termenii ul{
	padding:0;
}
#termenii ul li{
	display:block;
	margin: 5px 0;
}
#termenii ul li a{
	color: #BDBDBD;
	margin:0;
}
#termenii ul li a:hover{
	color: #f2f2f2;
}
#termenii .column{
	float: left;
	margin: 0 20px 0 0;
}
#termenii h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}
.like {
	display: block;
	position: relative;
	width: 100px;
	float: left;
	top: 10px;
	padding: 0px 15px 0px 15px;
}
.webdesign {
	text-align: left;
	position: relative;
	font-size: 12px;
	padding: 10px 0px 0px 10px;
	color: #333;
	border-left: 1px solid #CCC;
	height: 20px;
	float: left;
	margin-left: 25px;
	top: 5px;
}
.webdesign a {
	color: #333;
}
.webdesign a:hover {
	color: #D30000;
}

#section1 .slide:first-child .tableCell {
	vertical-align: top;
}

.small-images a, .big-images a {display:inline-block}
.small-images a.selected {border:1px solid red}