@import "reset.css";
@import "jquery.lightbox-0.5.css";

html,body {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background: #FFF;
	position: relative;
	height:100%;
	
}
html {overflow-y:scroll;}
/*	CELEBRATION	*/

#certificat {width:85px;height:85px;position:absolute;position:absolute;top:2%;left:2%;
		background:url(../images/certificat.png) no-repeat center center;
	}
.inner #certificat {}

	
#cm-button {
	height:140px;width:40px;background:#FAFAFA;position:fixed;top:200px;right:0px;
	background-image: -moz-linear-gradient(left, #FAFAFA, #F2F2F2); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #FAFAFA),color-stop(1, #F2F2F2)); /* Safari & Chrome */
	
	border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	
	border:1px solid #FFF;
	border-right:none;
}
	.inner #cm-button {top:240px;}
	#cm-button .trigger {
		display:block;width:100%;height:100%;
		background: url(../images/cmix/cm-front-01.png) no-repeat center center;
		position:absolute;
	}
	#cm-button .content {
		display:block;width:100%;height:100%;
		background: url(../images/cmix/cm-back.gif) no-repeat center center;
		position:absolute;
		display:none;
	}
	#cm-button .content a {display:block;height:100%;width:100%;}

/*	-----------	*/
.clear {
	clear: both;
}
h2 {
	font-weight: bold;
}
#header-wrapper {
	min-height:100px;height:15%; background: #007CB7;overflow: hidden;text-align: center;cursor: default;
	background-image: -moz-linear-gradient(left, #007CB7 25%, #006393 75%); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0.25, #007CB7),color-stop(0.75, #006393)); /* Safari & Chrome */
	
	
}
	#header {
		width: 950px;
		margin: 0px auto;
		text-align: left;
		position:relative;height:100%;min-height:100px;
	}
		#logo {
			width: 200px; height: 60px;
			background: transparent url(../images/cp-logo.png) no-repeat center center;
			position:absolute;top:50%;margin-top:-30px;

		}
			#logo a {
				display: block;
				width: 100%;
				height: 100%;
			}
			#logo a span {
				display: none;
			}
		#nav {
			text-transform: uppercase;font-size: 13px;line-height:20px;cursor: default;position:absolute;height:18px;
			top:50%;margin-top:-10px;right:0px;letter-spacing:0px;
		}
			#nav ul li {display: inline-block;margin-left:2px;*float:left;}
			#nav ul li a {color:#FFF;display:block;padding:2px 10px;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
			}
			
			#nav ul li.agende-2012 a {background:#000;color:#FFF;
				background-image: -moz-linear-gradient(top, #222, #000); /* Firefox 3.6 */
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #222),color-stop(1, #000)); /* Safari & Chrome */
			}
			#nav ul li.agende-2012 a:hover {}
			
			#nav ul li.agende-2012 a:hover, #nav ul li a:hover, #nav ul li a.current {color:#333;background:#FFF;
				text-shadow:1px 1px 0px #FFF;
				
				box-shadow: 1px 1px 0px rgba(0,0,0,.2);
				-moz-box-shadow: 1px 1px 0px rgba(0,0,0,.2);
				-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,.2);
				background-image: -moz-linear-gradient(top, #FFFFFF, #F2F2F2); /* Firefox 3.6 */
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F2F2F2)); /* Safari & Chrome */
			}
			#nav ul li a.current {}
			

			
.home #page-wrapper {height:85%;}




#content-wrapper, #inner-content-wrapper {
	background: url(../images/content-bg.png) repeat-x center center;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
#inner-content-wrapper {
	background: url(../images/inner-content.png) repeat-x top center;
}
	#content, #inner-content {
		width: 920px;
		margin: 0px auto;
		text-align: left;
		padding: 30px 15px;
		color: #555;
		line-height: 30px;
	}
	#inner-content {
		padding: 30px 0px;
		width: 950px;
	}
	.home #content {padding-top:2%;padding-bottom:2%;}
	#main-side {
		width: 585px;
		float: left;
		display: inline;
		background: transparent url(../images/separator.gif) repeat-y right center;
	}
	#client-side {
		width: 300px;
		height: 130px;
		float: right;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
		#client-side a {
			
			display: block;
			width: 100%;
			height: 100%;
			color: #FFF;
		}
		#client-side:hover a img{
			
		}
		#client-side:hover #client-button {
			
		}
		#client-button {
			position: absolute;
			width: 140px;
			height: 28px;
			line-height:28px;
			top: 50px;
			left: 85px;
			
			font-size: 13px;
			color: #FFF;
			text-shadow: 1px 1px 0px rgba(0,0,0,.1);

			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			
			box-shadow: 0px 0px 20px rgba(0,0,0,.2);
			-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
			-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
			
			background: #007CB7;
			background-image: -moz-linear-gradient(top, #007CB7, #006393); /* Firefox 3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #007CB7),color-stop(1, #006393)); /* Safari & Chrome */
		}
		#client-button:hover {
			background-image: -moz-linear-gradient(top, #006393, #007CB7); /* Firefox 3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #006393),color-stop(1, #007CB7)); /* Safari & Chrome */
		}
	#content p {
		font-size: 13px;
	}
	#inner-content p {
		margin-bottom: 20px;
		line-height:1.8;
	}
	#content p.home-p {
		line-height: 30px;
		margin-right: 40px;
		padding: 5px 12px;
		/*border: 1px solid #E5E5E5;*/
		/*background: #e5e5e5;*/
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		/*-moz-box-shadow: 1px 1px 1px #fff;*/
		
	}
	#inner-full-side {
		width: 950px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #eee;
	}
		#portfolio-clients {
			background: transparent url(../images/clients-bg.png) no-repeat top center;
			width: 950px;
			text-align: center;
		}
		#portfolio-clients .clients {
			width: 925px;
			margin: 0px auto;
		}
		#portfolio-clients .clients a {
			display: block;
			width: 184px;
			float: left;
			height: 100px;
			line-height: 100px;
			color: #333;
			font-size: 15px;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			position: relative;
			overflow: hidden;
			cursor:default;
			text-shadow:1px 1px 0px #FFF;
			
		}
		#portfolio-clients .clients a:hover {
			/*background: #F0F0F0;*/
			color: #000;
		}
		#portfolio-clients .clients a.last {
			border-right: none;
		}
		#portfolio-clients .clients a img, #portfolio-clients .clients a span {
			display: block;
			width: 100%;
			height: 100%;
			z-index: 1;
			position: absolute;
			top: 0px;
			left: 0px;
			
		}
		#portfolio-clients .clients a span {
			z-index: 2;
			display:none;
		}
		#portfolio-clients .clients a:hover img{
			display: none;
		}
		#portfolio-clients .clients a:hover span{
			/*background: #FFF;*/
			display: block;
		}
	#inner-main-side {
		width: 650px;
		float: left;
		display: inline;
		padding-right: 40px;
		border-right: 1px dotted #eee;
		position: relative;
	}
		#inner-main-side ul {
			padding-left: 40px;
			list-style-type: decimal;
			font-size: 90%;
			line-height: 22px;
		}
		#inner-main-side ul li {
			padding: 3px 0px;
		}
		#inner-main-side p {
			font-family: Arial, Verdana;
		}
		#inner-main-side blockquote {background:url(../images/quotes.png) no-repeat 98% 10px;padding:0 10px;text-shadow:1px 1px 0px rgba(255,255,255,.9)}
				#inner-main-side blockquote:hover {background-color:#f2f2f2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
			
			#inner-main-side blockquote p{font-size:16px;line-height:1.4;font-family:Georgia, 'Times New Roman', Times, serif;font-style:italic;color:#777;text-indent:0px;
				padding:10px 0px;margin:0px;}
				#inner-main-side blockquote:hover p {color:#333;}
				
			#inner-main-side blockquote .author {color:#555;font-size:11px;position:relative;display:block;}
				#inner-main-side blockquote:hover .author {color:#09C;}
			
		#inner-main-side .ui_separator {margin:15px 0;height:1px;border-bottom:1px dotted #DDD;}
			
	
	#inner-sidebar {
		width: 225px;
		float: right;
		display: inline;
	}
	.sidebar-module {
		padding-bottom: 10px;
		border-bottom: 1px dotted #EEE;
		margin-bottom: 20px;
	}
	.sidebar-module h3 {
		font-weight: normal;
		font-size: 16px;
		color: #09C;
	}
	.sm-title {
		padding-bottom: 10px;
	}
	.sm-content {
		font-size: 12px;
		line-height: 18px;
	}
	.sidebar-module ul li {
		
		margin-bottom: 10px;
	}
	.sidebar-module ul li.link-list-item a:hover {
		background: #eee;
		text-decoration: none;
	}
	.sidebar-module ul li.link-list-item a {
		color: #555;
		
		padding: 5px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.sidebar-module ul li.link-list-item a.selected {background:#09C;color:#FFF;}
	.sidebar-module a {
		color: #09C;
	}
	.sidebar-module a:hover {
		color: #333;
		text-decoration: underline;
	}
	.sidebar-module.twitter ul li a {display:block;color:#777;}
	.sidebar-module.twitter .sm-content {min-height:10px;}
	.sidebar-module.twitter .sm-content.loading * {display:none;}
	.sidebar-module.twitter .sm-content.loading {background:url(../images/ajax-loader.gif) no-repeat center left;}
#footer-wrapper {
	background: url(../images/content-bg.png) repeat-x bottom center;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	min-height: 100px;
}
	#footer {
		width: 920px;
		margin: 0px auto;
		text-align: left;
		padding: 15px;
		font-size: 10px;
	}
	
	#footer .twitter {margin-left:30px;}
	#footer .twitter img {position:absolute;top:-1px;left:0px;left:97.5%;}
	#footer a {color:#555;position:relative;}
	#footer a:hover {color:#09C;}
	
	
#middle-wrapper {height: 250px; background: #FFF url(../images/middle-bg.png) top center repeat-x;text-align: center;}
	.home #middle-wrapper {height:35%;min-height:250px;}
	
	#middle {
		width: 950px;
		margin: 0px auto;
		text-align: left;
		color: #333;
		position: relative;
		min-height:250px;height:100%;
	}
	#awb {
		position: absolute;
		/*width: 450px;*/
		height: 200px;
		/*background: transparent url(../images/clouds-awb.png);*/
		float: left;
		display: inline;
		top: 20px;
		/*left: 100px;*/
		z-index: 1;
	}
		#cloud1 {
			width: 252px;
			height:	136px;
			background: transparent url(../images/cloud1.png);
			position: absolute;
			top: 30px;
			left: -40px;
			z-index: 1
		}
		#cloud2 {
			width: 253px;
			height:	141px;
			background: transparent url(../images/cloud2.png);
			position: absolute;
			top: 40px;
			left: 100px;
			z-index: 2;
		}
		#awb1 {
			position: absolute;
			width: 303px;
			height: 110px;
			top: 85px;
			left: 20px;
			background: transparent url(../images/awb-light-blured.png);
			z-index: 3;
		}
		#awb2 {
			position: absolute;
			width: 303px;
			height: 110px;
			top: 85px;
			left: 20px;
			
			background: transparent url(../images/awb-blured.png);
			display: none;
			z-index: 4;
		}
		#fair-cc {
			position: absolute;
			width: 160px;
			height: 160px;
			background: transparent url(../images/sun.png);
			top: -30px;
			z-index: 1;
			left: -50px;
		}
	#middle .services {
		width: 600px;float: right;position: absolute;right: 0px;z-index: 2;
		height:216px;top:45%;margin-top:-108px;
	}
		#middle .service {
			width: 30%;
			display: inline;
			float: left;
			padding-left: 3%;
			padding-top: 30px;
			position: relative;
			
		}
		#middle .service .title {
			font-size: 22px;
			font-weight: bold;
			
		}
		#middle .service .title .part1 {
			font-size: 22px;
			color: #333;
			font-weight: normal;
		}
		#middle .service .title .part2 {
			font-size: 18px;
			text-transform: uppercase;
			color: #069;
			display: block;
		}
		#middle .service .content p {
			font-size: 11px;
			line-height: 16px;
			padding: 15px 0px 25px 0px;
			color: #666;
		}
		#middle .service .content p b {
			color: #333;
		}
		#middle .service .button {
			height: 40px;
			width: 150px;
			text-align: center;
			/*margin-left: -5px;*/
		}
		#middle .service .button a {
			display: block;
			width: 95%;
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			color: #FFF;
			font-weight: bold;
			margin: 0px auto;
		}
		#middle .service .shade {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			display: none;
			background: transparent url(../images/white-shade.png) repeat-x bottom center;
		}
		#rollup-button {
			background: transparent url(../images/buttons.gif) no-repeat 0px 0px;
		}
		#ambalaje-button {
			background: transparent url(../images/buttons.gif) no-repeat 0px -40px;
		}
		#standuri-button {
			background: transparent url(../images/buttons.gif) no-repeat 0px -80px;
		}
		#rollup-button:hover, #ambalaje-button:hover, #standuri-button:hover {
			background: transparent url(../images/buttons.gif) no-repeat 0px -120px;
		}
		
#inner-title-wrapper {
	height: 60px;
	text-align: center;
	background: #C2E7FF url(../images/inner-title-bg.png) repeat-x 10% center;
}
	#inner-title {
		width: 950px;
		margin: 0px auto;
		padding: 5px 0px;
		text-align: left;
	}
	#inner-title h1 {
		color: #069;
		font-size: 24px;
		line-height: 50px;
		text-shadow:1px 1px 0px rgba(255,255,255,.5);
		letter-spacing:-1px;
	}
h2 {
	clear: both;
}
h2 a {
	color: inherit;
	color: #555;
	padding: 2px 5px;
	display: block;
}
h2 a:hover {
	background: #C2E7FE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
}
h2.ui-state-active {
	text-shadow:1px 1px 0px rgba(0,0,0,.2);
}
div.service.selected h2 a {color: #FFF;	padding-left: 30px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background: #09C url(../images/sv-down-arrow.gif) no-repeat left center;
	
}
.service h2 span {
	font-size: 10px;
	font-weight: normal;
}
.service .sv-content {
	padding:20px;
	margin:0 0 10px 0;
	overflow:hidden;
	font-family: Arial, Verdana, sans-serif;
	
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	
	text-shadow:1px 1px 0 #FFF;
}
.service .sv-content a {color:#09c;}
.service .sv-content a:hover {text-decoration:underline;}
.service.selected .sv-content {background:#F7F7F7;}
.sv-images {
	padding-top: 20px;
}
.sv-images ul {
	list-style-type: none;
}
.sv-images ul li {
	display: inline;
}
.sv-images a img {
	border: 3px solid #DDD;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
.sv-images a:hover img {
	border-color: #09C;
}
#services-accordion h2 {
	margin: 2px 0px;
	font-size:16px;
	font-weight:normal;
	
}
.sv-images a {
	margin-right: 5px;
}









a.button {
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #A0A0A0;
	position:relative;top:3px;
	line-height:22px !important;
}
a.button span.wrapper {display:inline-block;border:1px solid #FFF;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(210,210,210,1)); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,1)),color-stop(1, rgba(210,210,210,1))); /* Safari & Chrome */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:22px;min-width:20px;
	position:relative;
}
a.button img.icon {width:16px;position:absolute !important;top:3px !important;left:3px !important;}
a.button span.text {line-height:21px;font-size:12px;text-shadow:1px 1px 0px #EEE;margin-left:26px;margin-right:4px;color:#000;}
a.button:hover {border-color:#48B;}
a.button:hover span.wrapper {
	background-image: -moz-linear-gradient(top, rgba(230,245,255,1), rgba(140,210,245,1)); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(230,245,255,1)),color-stop(1, rgba(140,210,245,1))); /* Safari & Chrome */
}
a.button:hover span.text {text-shadow:1px 1px 0px #EEF;color:#036}
a.button:active {position:relative;top:4px;left:1px;}
a.button:active span.wrapper {
	background-image: -moz-linear-gradient(top, rgba(140,210,245,1), rgba(230,245,255,1)); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(140,210,245,1)),color-stop(1, rgba(230,245,255,1))); /* Safari & Chrome */
}

a.button.small span.wrapper {height:16px;min-width:16px;}
a.button.small img.icon {top:1px !important;left:1px !important;}





/**
	CSS Code by Socea Cristian
	
	X UI Buttons (using CSS3 and icons)

*/

input[type=text], input[type=password], select, textarea, label {border:1px solid #DDD;padding:4px 5px;color:#999;font-size:13px;width:200px;vertical-align:middle;position:relative;top:0px;cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
}
label {border:none;background:none;padding-top:6px;}
input[type=file] {cursor:pointer !important;}
input[type=checkbox], input[type=radio] {cursor:pointer !important;position:relative;top:2px;left:2px;}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {color:#555;font-style:normal;border-color:rgba(82, 168, 236, 0.75);cursor:text;
	box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
	
}
input[type=submit], input[type=button] {cursor:pointer;border:none;background:#EC1D25;color:#FFF;font-weight:bold;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px 8px 6px 8px;
	font-size:11px;line-height:11px;
	background-image: -moz-linear-gradient(top, #EC1D25, #C00); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EC1D25),color-stop(1, #C00)); /* Safari & Chrome */
	text-shadow:1px 1px 0px rgba(0,0,0,.1);
	position:relative;
}
input[type=submit]:hover, input[type=button]:hover {
	background-image: -moz-linear-gradient(top, #09c, #069); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #09C),color-stop(1, #069)); /* Safari & Chrome */
}
input[type=submit]:active, input[type=button]:active {
	background-image: -moz-linear-gradient(top, #069, #069); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #069),color-stop(1, #069)); /* Safari & Chrome */
	top:1px;left:1px;
}
textarea {position:relative;top:2px;}
select {}
option {cursor:pointer;}
select:focus {cursor:pointer;}
				
img {position:relative;top:1px;}	
img.small.icon {width:14px;}











form {padding:10px 10px 20px 40px;position:relative;}
form label {display:block;width:130px;float:left;text-align:right;margin-right:5px;font-size:11px;cursor:pointer;color:#777;line-height:20px;}
form label img.icon{width:14px;vertical-align:middle;top:-1px;margin-right:4px;}
form label.inline {display:inline;width:auto;float:none;line-height:24px;text-align:left;margin:0px 15px 0px 0px;font-size:11px;}
form .row {clear:both;overflow:hidden;padding:5px 0px;position:relative;}
form .row.hidden {display:none;}
form .row.submit {margin-top:5px;}
	form .row.submit a.button {}
form .row.nr input {width:70px;text-align:right;}
form .row.submit input {margin-left:205px;}
form .row.checkbox, form .row.radio {margin-top:10px;margin-bottom:10px;}
	form .row.checkbox input, form .row.radio input {margin-top:6px;margin-right:6px;}
form .row textarea {width:400px;max-width:400px;min-width:400px;height:142px;min-height:100px;max-height:300px;}
form .row select {width:280px;}

input.warning, textarea.warning {background:#FFF url(../images/icons/error.png) no-repeat 98% 5px;}

form .row .warn {font-size:10px;margin-left:145px;line-height:20px;color:#F96;display:none;}
form .row .warn.show {}
form .row .warn span {font-style:italic;}

form .system-message {position:absolute;width:100%;height:100%;background:#FFF;top:0;left:0;opacity:.85;filter:alpha(opacity=85);display:none;}
form .system-message .content {line-height:16px;position:absolute;top:45%;width:400px;left:50%;margin-left:-200px;padding-left:30px;background:url(../images/icons/tick.png) no-repeat left center;
	font-size:11px;text-shadow:1px 1px 0px #FFF;}
form .system-message .content.warning {background-image:url(../images/icons/error.png);}

#contact-submit-button {margin-left:145px;}
#contact-cancel-button {margin-left:15px;}

.agende_br {height:100px;min-width:960px;}
	.agende_br a {background:url(../images/agende_2012.jpg) repeat-x 50% 0;width:100%;height:100%;display:block;
	text-indent:-9999px;}
		
