/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	background:#eaeaea url(../images/background_tile.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#333;
	height:100%;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}


/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#333;
}
h1{
	font-size:26px; 
	line-height:30px; 
	margin-bottom:15px;
}
h2{
	font-size:24px; 
	line-height:28px; 
	margin-bottom:15px;
}
h3{
	font-size:22px;
	line-height:20px;
	margin-bottom:10px;
}
h4{
	font-size:18px; 
	line-height:18px; 
	margin-bottom:8px; 
	font-weight:bold;
}
h5{
	font-size:16px; 
	margin:3px 0px; 
	padding:0px; 
	letter-spacing:1px;
}
h6{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px; 
	letter-spacing:1px;
}

/* links */
a{
	color:#333;
	text-decoration:underline;
}
a:visited{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}
a img{
	border:none
}
.img-content{
	float:left; 
	margin:0px 12px 10px 0px;
	border:3px solid #bfc9cd;
}
.imgleft{
	float:left;
	margin:4px 8px 10px 0px;
	border:1px solid #bfc9cd;
}
.imgright{
	float:right; 
	margin:4px 0px 10px 12px;
	border:3px solid #bfc9cd;
}
.icoleft{
	float:left;
	margin:5px 5px 5px 0px;
}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size:11px;
	line-height:20px;
	margin-bottom:8px;
	color:#333;
}
ul, ol{
	margin:10px 0 35px 40px;
}
li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}
blockquote{
	font-style:italic;
	margin:0px;
	color:#6e7a7f;
	padding:0px 4px 2px 38px;
	background-image:url(../images/quote.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
}


/* code */
code{
	font-family:Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}


/* Container
------------------------------------------------------*/
#inner-container{
	width:980px;
	margin:0px auto;
}
#container-bottom{
	width:100%;
	background-image:url(../images/bg-footer.png);
	background-repeat:no-repeat;
	background-position:top;
	height:90px;
	float:left;
	margin-top: 10px;
}


/* Header
------------------------------------------------------*/
#header{
	height:402px;
	}
#header-inner{
	height:55px;
	}
#header-inner2{
	height:66px;
	}
#top{
	width:980px;
	height:60px;
	background-image:url(../images/bg-menu.png);
	float:left;
}
#logo{
	width:240px;
	margin-top:0px;
	float:left;
	height: 55px;
	margin-left: 30px;
}
#logo h1{
	color:#000;
	font-size: 15px;
	float: left;
	line-height: 15px;
}

/* Top Navigation bar menu styling */
#nav-menu {
	font-family:Tahoma, Arial, Verdana;
	width:710px;
	margin-top:9px;
	float:left;
	list-style-type:none;
	height: 43px;
}

/* Search styling */
.search-fieldset{
	border:none;
}
#search-box{
	width:166px;
	height:50px;
	margin-top:10px;
	float:left;
}
#s{
	font-size:11px;
	color:#6c6e6f;
	padding:4px 0px 2px 6px;
	background-image:url(../images/bg-search.jpg);
	background-repeat:no-repeat;	
	width:160px;
	height:17px;
	border:0px;
}
#search .go{
	position:absolute;
	margin:4px 0 0 -21px;
	background: url(../images/search-icon.gif);
	height: 15px;
	width: 15px;
	cursor:pointer;
	border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .go{
	margin:-19px 0 0 145px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#search .go{
	margin:4px 0 0 -24px;
}
}

/*  Homepage Slider
------------------------------------------------------*/
#slideshow-container{
	width:960px;
	height:343px;
	background-image:url(../images/slideshow-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
#slideshow-inner{
	width:640px;
	height:328px;
	background-image:url(../images/bg-slideshow.png);
	background-repeat:repeat-y;
	float:left;
}
ul#slide-image{
	width:320px;
	height:328px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
ul#slide-image-type2{	
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
ul#slide-desc{
	width:320px;
	height:328px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
.slide-image{
	width:960px;
	height:328px;
	list-style-type:none;
	position:absolute;
	float:left;
}
.slide-icon{
	width:34px;
	height:65px;
	margin:10px 0px 0px 2px;
	float:left;
}
.desc{
	width:315px;
	height:150px;
	padding-top:7px;
	background-image:url(../images/slide-line.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
}
.desc-last{
	width:304px;
	height:320px;
	padding-top:7px;
	float:left;
	margin-left: 8px;
}
.desc img, .desc-last img{
	float:left;
	margin: 8px 10px 2px 0px;
}

.desc h4, .desc-last h4{
	color:#000;
	margin-bottom:1px;
}
.desc h4 a, .desc h4 a:visited, .desc-last h4 a, .desc-last h4 a:visited{
	color:#000;
	text-decoration:none;
}
.slide-right{
	float:left;
	background:url(../images/bg-slideshow2.png) repeat-y;
	height:327px;
	width:319px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #dadada;
}
.slide-right h4{
	margin: 2px 2px 0px 2px;
	color: #FF0;
	background-color: #333;
	padding: 5px 2px 2px 9px;
}
.slide-right p {
	margin-left: 12px;
}

.slide-right p.linguetta {
	display:block;
	padding: 9px 10px 9px 10px;
	font-size: 12px;
	margin-top: 5px;
	width: 308px;
	margin-left: 2px;
	background: #ff0;
	margin-bottom: 0px;
	border-top: 1px solid #f2f200;
	border-right: 1px solid #f2f200;
	border-bottom: 1px solid #f2f200;
}

/* Content
------------------------------------------------------*/
#content{
	width:960px;
	margin-top:5px;
	float:left;
}
#content-inner{
	width:980px;
	margin-top:10px;
	float:left;
}
.maincontent{
	width:633px;
	margin-right:31px;
	padding-bottom:10px;
	float:left;
}
.maincontent-inner{
	width:633px;
	padding-right:48px;
	padding-bottom:20px;
	float:left;
}
.maincontent-fullwidth{
	width:980px;
	padding-bottom:20px;
	float:left;
	margin-top: 10px;
}
.two-column{
	width:458px;
	min-height: 90px;
	padding:0px 0px 8px 0px;
	float:left;
	background: #fff url(../images/bg-post-458.png) no-repeat 0% 100%;

}
.two-column h3{
	margin:5px 5px;
	font-size: 18px;
}
.two-column p{
	padding: 0px 5px;
}

.three-column{
	padding:0px 0px 8px 0px;
	width:308px;
	float:left;
	min-height: 90px;
	background: #fff url(../images/bg-post.png) no-repeat 0% 100%;
}
.three-column h3{
	margin:5px 5px;
	font-size: 18px;
}
.three-column p{
	padding: 0px 5px;
}

.front-icon{
	width:60px;
	float:left;
}
.front-spacer{
	width:18px;
	display:block;
	float:left;
}
.rightbar-content{
	width:294px;
	margin-left:5px;
	margin-bottom:25px;
	float:left;
}

/* Newsflash */
#newsflash{
	width:960px;
	height:180px;
	margin:-10px 0px 10px 0px;
	background-image:url(../images/bg-sitemap.gif);
	background-repeat:no-repeat;
	float:left;
}
.news-icon{
	margin-left:20px;
	padding:8px 10px;
	float:left;
}
.newsflash-title{
	padding:5px 0px;
	float:left;
}
.news-spacer{
	width:34px; 
	height:17px; 
	margin-top:8px; 
	background-image:url(../images/news-devider.png); 
	background-repeat:repeat-y; 
	display:block; 
	float:left;
}
.newsflash-text{
	width:750px;
	margin:8px 0px 0px 2px;
	font-size:11px;
	color:#333;
	float:left;
}

.newsflash-text a{
	color:#41629A;
	text-decoration: underline;
}

/* Featured */
.featured{
	width:293px;
	height:127px;
	margin-bottom:5px;
	background-image:url(../images/featured-shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

/* Rightbar list */
ul.rightbar-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.rightbar-list li{
	background-image:url(../images/arrow.gif); 
	background-position:5px 11px; 
	background-repeat:no-repeat; 
	padding-left:20px;
	border-bottom:1px solid #bfcace; 
	line-height:28px;
}
ul.rightbar-list li a{
	color:#6e7a7f;
	text-decoration:none;
}
ul.rightbar-list li a:hover{
	text-decoration:underline;
}


/* Content list */
ul.content-list{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
ul.content-list li{
	background-image:url(../images/arrow.gif);
	background-position:6px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 5px 15px;
	line-height:16px;
	font-weight: bold;
}
ul.content-list li a{
	color:#474747; 
	text-decoration:none;
}
ul.content-list li a:hover{
	text-decoration:underline;
}


/* About
------------------------------------------------------*/
.choose-icon{
	margin-bottom:6px;
}
.about-icon{
	width:76px;
	height:87px;
	margin-top:14px;
	float:left;
}
.about-content{
	width:543px;
	margin-top:10px;
	margin-left:5px;
	float:left;
}
.about-content h4{
	margin-bottom:6px;
	padding-bottom:9px;
	border-bottom:1px solid #bfcace;
}


/* Services
------------------------------------------------------*/
.service-item{
	width:295px;
	margin-bottom:0px;
	float:left;
}
.service-item h4{
	margin-bottom:8px;
}
.services-icon{
	width:75px;
	height:130px;
	float:left;
}
.detail-button{
	float:right;
}
#first-process{
	width:193px;
	margin-top:10px;
	background-image:url(../images/1.gif);
	background-repeat:no-repeat;
	background-position:right 17px;
	border-bottom:1px solid #bfcace;
	float:left;
}
#second-process{
	width:193px;
	margin-top:10px;
	background-image:url(../images/2.gif);
	background-repeat:no-repeat;
	background-position:right 17px;
	border-bottom:1px solid #bfcace;
	float:left;
}
#third-process{
	width:193px;
	margin-top:10px;
	background-image:url(../images/3.gif);
	background-repeat:no-repeat;
	background-position:right 17px;
	border-bottom:1px solid #bfcace;
	float:left;
}
.process-spacer{
	width:26px;
	display:block;
	float:left;
}

.left{
	float:left; 
}
.right{
	float:right; 
}

a.button{
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
}


/* Portfolio
------------------------------------------------------*/
#mainportfolio{
	width:936px;
	margin:0px 12px;
	border-bottom:1px solid #bfcace;
	float:left;
}
#portfolio-main{
	width:963px;
	height:75px;
	margin:0px auto;
	background-image:url(../images/portfolio-shadow.jpg);
	background-repeat:no-repeat;
	background-position:center 30px;
}
.pf-menu{
	margin-top:0px;
	list-style-type:none;
	text-align:center;
}
.pf-menu li{
	margin:0px 22px;	
	display:inline;
}
.pf-menu li a, .pf-menu li a:visited{
	color:#6e7a7f;
	text-decoration:none;
}
.pf-box{
	width:262px; 
	height:197px;
	background-image:url(../images/shadow-pf.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 25px 100px 25px; 
	float:left;
}
.pf-box h4{
	margin-top:5px;
}
.pf-img{
	background-color:#dce3e6;
	border:1px solid #b6bfc3;
	padding:5px;		
}
.pf-icon{
	width:110px;
	height:82px;
	float:left;
}


/* Contact
------------------------------------------------------*/
/* Contact list */
ul.contact-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.contact-list li{
	padding:10px 0px;
	border-bottom:1px solid #bfcace;
}
ul.contact-list li.first{
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #bfcace;
}

form{
	margin:0; 
	padding:0;
}
#contactFormArea{
	width:567px;
	margin-bottom:5px;
	float:left;
}
.input{
	background-color:#FFF;
	border:1px solid #ddd;
	width:257px;
	padding:5px 5px 5px 5px;
	margin:0px;
	color:#333;
}
.input-submit{
	padding:0px;
	margin:0px;
	border:1px solid #999;
	width:93px;
	height:28px;
	cursor:pointer;
	float:right;
	background-color: #CCC;
}
.textarea{
	height:128px;
	background-color:#FFF;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:257px;
	padding:5px 5px 5px 5px;
	margin:0px;
	color:#333;
}
#loadBar{
	width:270px;
	color:#797979;
}
#emailSuccess{
	width:270px;
	color:#797979;
}
.loading-text{
	font-weight:bold;
	float:left;
}
.loading-form{
	width:16px;
	height:16px;
	margin:3px 0px 0px 15px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	float:left;
}

/* Map */
#map{
	width:608px;
	height:192px;
	margin:0px 10px 10px 0px;
	border:3px solid #bfc9cd;
	float:left;
}

/* Contact-Form Box */
.form-box-top{
	width:625px;
	height:3px;
	background-image:url(../images/form-box-top.gif);
	background-repeat:no-repeat;
	float:left;
}
.form-box{
	width:565px;
	padding:15px 29px;
	background-color:#eaeaea;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	float:left;
}
.form-box-bottom{
	width:625px;
	height:3px;
	background-image:url(../images/form-box-bottom.gif);
	background-repeat:no-repeat;
	float:left;
}
#form-left{
	width:270px;
	margin-right:25px;
	float:left;
}
#form-right{
	width:270px;
	float:left;
}

#error{
		color:green;
	}
	#error ul li{
		display:inline;
		margin-right:15px;
		color:red;
	}
/* Footer
------------------------------------------------------*/
#footer{
	font-size:10px;
	color:#333;
	width:980px;
	height:88px;
	margin:0px auto;
}
#footer a, #footer a:visited{
	color:#333;
	text-decoration:none;
	font-weight: bold;
}
.left-footer{
	width:545px;
	margin-top:9px;
	float:left;
	margin-left: 10px;
}
.footer-logo{
	margin:4px 0px 0px 0px
}
.right-footer{
	width:82px;
	float:left;
}
.social-network{
	margin:15px 0px 6px 5px;
	float:left;
}
.social-icon{
	width:16px;
	height:16px;
	margin:0px 10px 0px 5px;
	float:left;
}
.follow{
	float:left;
}
.copyright{
	margin-top: 18px;
	float: left;
}
.message{
	position:absolute;
	width:180px;
	border:1px solid #24282B;
	background:#fff;
	padding:5px;
	left:700px;
	top : -250px;
	z-index: 5;
}

p.statusmsg {
	font-weight:bold;
	padding:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.statusmsg span {
	font-weight:normal;
}

#privacyok {
	padding:0;
	margin:10px 0 20px 0;
	width:16px;
	height:16px;
}

p.ko {
  border:1px solid #d60000;
  background-color:#ffc0c0;
  color:#c60000;
}

p.ok {
  border:1px solid #008000;
  background-color:#80ff80;
  color:#008000;
}
hr{
border:none;
height:2px;
clear:both;
color:#ececec;
margin:10px 0 12px;
text-align:left;
background:url(../images/hr.png) repeat-x scroll bottom transparent;
}
.three-column a.red-button {
	font-size:		18px;
	text-decoration:none;
	padding:0px 5px 5px 5px;
	color: #FFF;
	background-color: #C00;
	border: 		1px solid #50788b;
	}
.three-column  a:hover.red-button{
	border: 		1px solid #111;
		
}
.two-column a.red-button {
	font-size:		18px;
	text-decoration:none;
	padding:0px 5px 5px 5px;
	color: #FFF;
	background-color: #C00;
	border: 		1px solid #50788b;
	}
.two-column  a:hover.red-button{
	border: 		1px solid #111;
		
}
/* countdown */
#counter-date{
	background-image:url(../images/bg-date.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	height:133px;
	margin: 0px 0px 0px 8px;
}
#today{
	font-size:14px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	padding:8px 0 0 0;
	height:22px;
	font-weight:bold;
	color: #333;
}
.today-date{
	color:#FFF;
}
#counter #over { height: 33px; padding-top: 10px; text-align: center; font-size:30px; 
	 }

#counter{
	margin:0 45px;
	height:75px;
	color: #FF0;
}
.countdown{
	color:#000;
	padding:0px 0 0 15px
}
.number{
	display:block;
	text-align:center;
	font-size:30px;
	padding:10px 0 0 0;
}
.text{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	padding:2px 0 0 0;
	font-weight:bold;
}
.blockDay, .blockHours, .blockMin, .blockSec{float:left; padding:0 0 0 0;}
.separator{float:left; display:block; font-size:20px; padding:15px 4px 0 4px; font-weight:bold; }

#last-day{
	font-size:14px;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:3px 0 0 0;
	font-weight:bold;
	color: #333;
}
ul.icons_bcg li{
	list-style:none;
	float:right;
	width:32px;
	height:28px;
	padding:14px 14px;
	background-image:url(../images/icons/iconbcg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:2px;
}

