/*
	=====================================
	project: Distinctive
	author:  Luka Cvrk (www.solucija.com)
	-------------------------------------
	2009. Solucija
	=====================================
*/

body, input, textarea, .page-title span, .pingback a.url {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
*{margin:0;padding:0}:focus,:active {outline:0}img{border: 0}
body { 
	/*font: .8em Arial, Tahoma, Verdana; */
	background: #fff url(../images/bg_60.png) repeat-x; 
	color: #777; 
}
a { text-decoration: none; color: #333; }
h1 { font-size: 1.4em; font-weight: normal;}
	h1 a { color: #fff; font-size: 2.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; background: #ed7703; padding: 6px 7px; color: #fff; font-weight: normal; margin: 0 0 15px; float: left; }
h4 { margin: 0 0 15px; color: #333; font-weight: normal; font-size: 1.6em; font-weight: normal; }
p { clear: both; line-height: 1.64em; margin: 0 0 15px; font-size: 1.1em; }
.line { clear: both; /*border-bottom: 1px solid #ddd;*/  height: 1px; margin: 0 0 30px; }
.line_pitch { border-bottom: 1px solid #DDD; }
.clear { clear: both; }

#wrap {
	text-align: left;
	width: 1200px;
	margin: 0 auto;
	background: url(../images/wrap_bg4.png) 0 215px no-repeat;
	display: block;
}

#content { width: 970px; margin: 0 auto; }
	#top { color: #ccc; padding: 6px 20px 0; font-size: .84em; text-align: right; }
	#logo { float: left; background: #ed7703; padding: 50px 25px 5px; 
		margin: 0px 0 30px; 
				-moz-box-shadow: 0px 5px 10px #111;
				-webkit-box-shadow: 0px 5px 10px #111;
				box-shadow: 0px 5px 10px #111;

		}
		#logo h1 { text-shadow: 1px 1px 1px #7E0E0E; 
		}
	#menu { 
		float: right; 
/*		margin: 63px 20px 0; */
		clear: right;
		margin-top: 105px;
		margin-right:0px; 
	}
		#menu li { display: inline; font-size: 1.3em; }
			#menu li a { float: left; color: #808080; padding: 0 0 5px; margin: 0 0 0 55px; }
			#menu li a:hover, #menu li.current a, #menu li a:focus { color: #000; border-bottom: 1px solid #ddd; }
	#pitch { background: url(../images/trans.png) repeat right top; padding: 30px 30px 0 25px; border-bottom: 1px solid #ddd; /*height: 210px;*/ margin: 0 0 35px; }
		#pitch h1 { float:left; font-size: 2.6em; color: #222; margin: 0 0 20px; }
		#pitch h2 { float:left; width: 610px; line-height: 1.5em; }
		#pitch img { float:right; }
	.left { float: left; width: 250px; 	background-color: white; margin-top: 45px;}	
	.right { float: right; width: 630px; margin: 0 0 20px; 	background-color: white; margin-top: 45px;}
		.right h3 { background: #ed7703; /*font-size: .84em;*/ }
	.third { float: left; width: 296px; margin: 0 40px 20px 0; background-color: white;}
		.last { margin-right: 0; }
	#footer { clear: both; font-size: .84em; border-top: 1px solid #ddd; padding: 20px 0 0; }
	#footer a {
		float:left;
	}
	#termes, #copy {
		float: right;
		clear: right;
		margin: 0px;
		color: #222;
	}
	#copy {
		color:#888;
	}
	#termes {
		margin-bottom: 20px;
	}
	.shadow {
		-moz-box-shadow: 5px 5px 5px #ccc;
		-webkit-box-shadow: 5px 5px 5px #ccc;
		box-shadow: 5px 5px 5px #ccc;
	}
	#fac_logo{
		float:right !important;
	}
	span.txt{
		color:red;
	}
        .third img { 
            vertical-align: text-bottom;
        }
        .third h3, .right h3, iframe {
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 8px;
            -webkit-border-radius: 0px 8px 0px 8px;
            border-radius: 0px 8px 0px 8px;

            -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
        }
        
	/* ====================================== EXEMPLES ====================================== */
	#exemples {
		float: left;
		margin: 0;
		padding: 32px 32px 16px 32px;
		list-style-type: none;
	}
	#exemples li {
		float: left;
		position: relative;
		/*width: 208px;*/
		margin: 0 45px 45px 0;
		overflow: hidden;
	}

	#exemples img {
		width: 150px;
		height: 200px;
	}

	ol, ul {
		list-style: none;
	}

        #exemple_preview .selectors {
            float:left;
            margin-bottom: 15px;
            padding-left: 20px;
        }
        
        #exemple_preview #preview{
            width: 100%;
            height: 700px;
            margin-bottom: 30px;
            margin-top: 15px;
        }
        select {
            font-family: 'Trebuchet MS', Helvetica, sans-serif;
            font-size: 1em;
            color: #333;
        }
        
        iframe {
            /*-webkit-box-shadow: 4px 4px 14px #000;
            box-shadow: 4px 4px 14px #000;*/
            border: none;
        }
        #contracta {
                float: right;
                padding: 4px;
        }
	/* ====================================== CONTACTE ====================================== */
	#contacte form input, #contacte form label, #contacte form p , #contacte form select, #contacte form textarea, #contacte form div {
		float: left;
		clear: both;
		margin-left: 30px;
		margin-top: 3px;
		font-size: 1em;
		padding: 8px;
	}
	#contacte form div * {
		margin-left: 0px;
		clear: none;
		margin-right: 10px;
	}
	#contacte #politica * {
		font-size: 15px;
		padding-top: 3px;	
	}
	#contacte #politica a {
		float: right;
		margin-left: 5px;
		margin-top: 0px;
		padding:0px;

	}
	#contacte #politica input {
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 5px;
		margin-top: 8px;
	}
	input[type="text"], textarea {
		background: #F9F9F9;
		border: 2px solid #DDD;
		padding: 8px;
		-moz-border-radius: 3px;
		-webkit-box-shadow: rgba(0,0,0,0.12) 0px 0px 10px inset;
		-moz-box-shadow: rgba(0,0,0,0.12) 0px 0px 10px inset;
	}
	#contacte input[type="button"] {
		margin-top: 20px;
	}
        
        .LV_validation_message, .LV_valid{
            clear:none !important;
            float:left !important;
        }
        
        #fancybox-content div {
            padding: 10px;
        }
        
        #contacte .selectors{
            font-size: 1em !important;
            margin-left: 20px  !important;
        }
        
        #contacte #combinacions {
            font-size: 1em !important;
            margin-left: -10px !important;
            clear: none !important;
            margin-top: -8px !important;
        }
        #contacte select {
            padding: 0px;
            margin-top: 0.5em;
        }
        
        #contacte .selects{
            padding: 0px !important;
            margin-top: 8px;
        }
        
	/* ====================================== preus ====================================== */
	#preus ul{
		margin-bottom: 20px;
	}	
	#preus ul:first-child li{
		font-size:3.6em;
		background:none;
		margin-left: 0px;
	}
	#preus li{
		font-size:1.3em;
		margin-top: 30px;
		margin-left: 55px;
		background: url(../images/arrow.jpg) 0 10px no-repeat;
		padding-left: 50px;
		clear: both;
	}
	#preus ul:first-child li span{
		color: #555;
	}
	#preus li span.preu{
		font-size:1.5em;
		font-weight:bold;
	}
        #preus ul:first-child li span.preu {
            margin-left: 20%;
        }
	#preus li span.comentariFirst{
		font-size: 0.3em;
		font-weight:normal;
	}
	#preus li span.comentari{
		font-size: 0.6em;
		font-weight:normal;
	}
	#preus li span.oferta{
		font-size: 0.8em;
		float: left;
		font-weight: bold;
		color: #555;
	}
	#preus h2{
		padding-left: 50px;
		padding-top: 20px;
	}	
	#preus li img {
		vertical-align: text-bottom;	
	}


#txt p {
font-size: 0.8em;
}

