/*	
	UnicaCorp - Modern Business Template
	Stefano Giliberti, kompulsive@gmail.com - lessbit.com
*/

/* Main */
body {
	background: url(../images/back-grad.gif) repeat-x #FFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
	line-height: 1.4em;
	color: #a6a6a6;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.spacer { padding-bottom: 20px; }

/* General text */
small {
	font-size: .7em;
	color: #c6c6c6;
}
strong {
	font-weight: bold;
	color: #848484;
}
p {
	font-size: .9em;
}
.content p {
	padding: 7px 0;
	font-size: .8em;
}

/* Quotes */
blockquote {
	background: url(../images/quote.gif) no-repeat;
	font-style: italic;
	font-size: .9em;
	padding-left: 55px;
	margin: 20px 0;
	color: #b9b9b9;
}

/* Lists */
ol, ul {
	padding: 5px 0;
}
.content ol, .content ul {
	padding-left: 22px;
	font-size: .8em;
}
.content ul { padding-left: 17px; }

/* Hyperlinks */
a {
	color: #118ad6; /*** Colored ***/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Layout Styles */
img.framed {
	margin: 20px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 7px;
}

img.framed2 {
	margin: 25px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 2px;
}

div.get-started {
	width: 51%;
	margin: 0 auto;
}
a.start {
	width: 162px;
	background: transparent url(../images/start.gif) 0 0;
	line-height: 51px;
	text-indent: -999em;
	margin: 0 10px;
	cursor: pointer;
}
	a:hover.start { background-position: -162px 0; }
	a:active.start { background-position: -324px 0; }

/* Form Styling */
label {
	display: block;
	margin: 15px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #118ad6; /*** Colored ***/
}
input,
textarea {
	background: url(../images/upper-shade.gif) repeat-x top;
	border: 1px solid #e8e8e8;
	padding: 7px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
}
input {
	width: 210px;
}
	input.smaller {
		width: 100px;
	}
	input.larger {
		width: 400px;
	}
.submit {
    border: none;
	width: 120px;
	height: 37px;
	margin: 10px 5px 0 0;
	padding-bottom: 2px;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
    background: url(../images/button.gif) no-repeat 0 0;
}
	.submit:hover {
		background-position: 0 -37px;
		cursor: pointer;
	}
.button {
	border:1px solid #2E3136;
	background:#45494F;
	padding:5px 15px;
	color:white;
	font-weight:bold;
	font-size:1.2em;
}

.buttonpdf {
	border:3px solid #CCC;
	background:#FFF;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:1.2em;
	width: 300px;
	float: right;
}

.buttonsat{
	border:3px solid #CCC;
	background:#FFF;
	padding:10px;
	color:#666;
	font-weight:bold;
	font-size:1.2em;
	width: 500px;
	float: right;
}

/* Headings */
h1 {
	font-size: 1.5em;
	color: #666;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.5em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2, h3 {
	font-size: 1.4em;
	color: #0d7ccf; /*** Colored ***/
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}
h5, h6 {
	font-size: .9em;
	font-weight: bold;
}
h6 {
	font-size: .8em;
}

/* Tables */
table {
	padding: 10px 0;
	color: #848484;
}
td {
	padding: 17px 7px;
	border-bottom: 1px solid #e2e2e2;
	font-size: .8em;
	text-align: center;
}
tr.table-header {
	background: url(../images/shade.gif) repeat-x center;
}
tr.table-header h5 {
	padding: 10px 0;
	color: #FFF;
}
th {
	padding: 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}

/* Layout */
#wrapper {
	width: 980px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#head {
		position: relative;
		height: 129px;
	}
		/* Logo */
		#head h1#logo, #header h1#logo a {
	display: block;
	height: 46px;
	width: 258px;
		}
		#head h1#logo {
	background: url(../images/logo.png) no-repeat;
	border: none;
	height: 82px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 38px;
		}
		/* Navigation */
		ul#navigation {
	list-style: none;
	position: absolute;
	top: 65px;
	right: 9px;
	margin: 0;
	padding: 0;
		}
		ul#navigation li {
			float: left;
			background: url(../images/mi-standby.gif) no-repeat left top;
			padding-left: 3px;
			margin-left: 6px;
		}
		ul#navigation a {
			float: left;
			display: block;
			background: url(../images/mi-standby.gif) no-repeat right top;
			padding: 5px 15px 4px 13px;
			text-decoration: none;
			font-weight: bold;
			font-size: .7em;
			color: #b9b9b9;
		}
		ul#navigation a:hover {
			color: #777;
		}
			/* Current list item */
			ul#navigation .current {
				background: url(../images/mi-active.gif) no-repeat left top;
			}
			ul#navigation .current a {
				background: url(../images/mi-active.gif) no-repeat right top;
				color: #e6e6e6;
			}
			/* Highlighted (last) list item */
			ul#navigation .highlighted {
				background: url(../images/mi-highlighted.gif) no-repeat left top;
			}
			ul#navigation .highlighted a {
				background: url(../images/mi-highlighted.gif) no-repeat right top;
				padding: 5px 15px 10px 14px;
				color: #FFF;
			}
			ul#navigation .highlighted a:hover {
				color: #93ddff; /*** Colored ***/
			}

	/* Promo-box */
	#promo-box {
	background: url(../images/box-slice.gif) 0 0 no-repeat;
	position: relative;
	margin-bottom: 35px;
	width: 960px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
		#promo-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		#promo-box .box-end {
			height: 8px;
			background: url(../images/box-slice.gif) -970px 0 no-repeat;
		}
		#promo-box #slides-dock {
			width: 265px;
			height: 187px;
			background: url(../images/slides-dock.png) no-repeat;
			position: absolute;
			right: 33px;
			top: 33px;
			overflow: hidden;
		}
			#slides-dock img {
				margin: 7px 0 0 9px;
			}
			#slide-label {
				float: left;
				position: absolute;
				left: 6px;
				bottom: 20px;
				background: url(../images/semi-000.png) repeat;
				z-index: 999;
				padding: 7px 7px 7px 15px;
				color: #FFF;
				font-size: .9em;
				cursor: default;
			}
		#promo-box .intro {
			width: 285px;
			padding: 15px;
			color: #ababab;
			font-size: .7em;
			line-height: 1.4em;
		}
			#promo-box .intro span {
				color: #808397;
				font-size: 1.2em;
				line-height: 1.7em;
			}
		
	/* Homepage infos */
	.info-strip {
	width:620px;
	min-height: 140px;
	padding: 0 10px 25px 10px;
	font-size: 0.9em;
	color: #919191;
	}
		.info-strip h3 {
			font-size: 1.2em;
			padding-bottom: 5px;
		}
	
	/* Layout Columns */
	#left-column {
		width: 609px;
		float: left;
		min-height: 200px;
	}
	
	.rounded-box, .folio-box {
		width: 298px;
		background: url(../images/column-slice.gif) 0 0 no-repeat;
		position: relative;
		padding: 5px 0;		
	}
		.rounded-box {
			float: right;
		}
		.rounded-box .inner, .folio-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		.rounded-box .box-end, .folio-box .box-end {
			height: 8px;
			background: url(../images/column-slice.gif) -308px 0 no-repeat;
		}
		
		.rounded-box h6 {
			line-height: 37px;
			padding: 0 0 0 15px;
			background: url(../images/col_heading.gif) no-repeat;
			margin-left: 1px;
		}
		.rounded-box p {
			padding: 4px 7px;
		}
		.rounded-box ol, .rounded-box ul { padding: 10px 0; }
		.rounded-box ol { padding-left: 30px; }
		.rounded-box ul { padding-left: 25px; }
	
	.folio-box {
		margin: 0 0 5px 15px;
		text-align: center;
		float: left;
	}
		.folio-box .inner {
			padding: 7px 0;
		}
		.folio-box .inner a.jfancy {
			display: block;
		}
		.folio-box .proj-label {
			background: url(../images/semi-000.png) repeat;
			line-height: 2.1em;
			padding: 0 8px;
			position: absolute;
			right: 14px;
			top: 12px;
			z-index: 5;
			color: #FFF;
			font-size: .8em;
			cursor: default;
		}

	/* Footer */
	#footer {
		border-top: 1px solid #e9e9e9;
		padding: 10px 0 40px;
		margin-top: 30px;
		color: #ababab;
		font-size: .7em;
	}
		#footer p { float: left; }
		#footer span { float: right; }

		/* Slider */
		#slider {
			height:243px;
			overflow:hidden;
			/* IE6, IE7 Fix */
			position:relative;
		}
			#slider ul,
			#slider ul li {
				margin:0;
				padding:0;
				list-style:none;
			}
			#slider ul li {
	overflow:hidden;
	position:relative;
	font-size:1em;
			}
			/* Slider controls */
			#prev-slide,
			#next-slide {
				display:block;
				width:25px;
				height:53px;
				text-indent:-999em;
				position:absolute;
				top:125px;
				left:-15px;
			}
			#next-slide {
				left:960px;
			}
				#prev-slide a,
				#next-slide a {
					display:block;
					width:25px;
					height:53px;
					background:url(../images/slider-controls.gif) no-repeat 0 0;	
				}
				#next-slide a {
					background-position:0 -53px;
				}
				
				.info-stripCopy {
	width:460px;
	min-height: 140px;
	font-size: 0.9em;
	color: #919191;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.info-stripyeees {
	width:300px;
	min-height: 140px;
	font-size: 0.9em;
	color: #919191;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.info-stripyeeesCopy11 {
	width:300px;
	min-height: 140px;
	font-size: 0.9em;
	color: #919191;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

/* Features tabs */
	ul.tabs {
  		list-style:none;
		padding:0 !important;
	}
		ul.tabs li {
			float:left;
			margin:0 1px 0 0;
			text-align:center;
		}
		ul.tabs li a {
	display:block;
	width:92px;
	line-height:37px;
	background:url(../images/tabs.gif) no-repeat left top;
	color:#777;
	font-size:0.8em;
	font-weight:bold;
		}
		ul.tabs li a.selected {
			background-position:0 -37px;
			color:black;
		}
		
.page_column {
	float: left;
	width: 570px;
	margin-right: 20px;
	background-image: url(../images/column_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #dddddd;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.page_column  .img  {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.page_column h4 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 5px 0px;
}
.page_column h5 {
	font-size: 14px;
	color: #1A5A8A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 0px 60px;
}
.genova {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.genovanegrita {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.genova1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
