/*CSS www.marinatabacco.it */

/*  Colori utilizzati

Brown - #75523f
Beige - #d8bd9b
Dark Brown: #291502

Palette generata su kuler.adobe.com
giallo - #CEAF6F
petrolio - #616D69
borḍ - #6B3642
ghiaccio - #DBD2D5
azzurro - #678D96

*/


body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #75523f;
	background: #fef5e4 url(../im/body-bg.jpg) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 145px;
	background: url(../im/content-bottom.png) no-repeat bottom;
}

#header {
	width: 960px;
}
	.home-header {
		height: 334px;
		background: url(../im/home-header.jpg) no-repeat bottom;
	}
	.page-header {
		height: 200px;
		background: url(../im/page-header.jpg) no-repeat bottom;
	}
	
	#header .logo {
		float: left;
	}	
	#header .tagline {
		float: left;
		margin-top: 35px;
	}
	
	ul.navigation {
		display: block;
		height: 44px;
		float: right;
		list-style: none;
		margin-top: 44px;
	}
		ul.navigation li {
			float: left;
			margin-left: 2px;
			text-indent: -9999px;
		}
			ul.navigation li a {
				display: block;
				background-position: top;
				height: 44px;
			}
						
		/*bandiere*/
				
		 ul.navigation li a.flagita-btn {
			width: 40px;
			background-image: url(../im/ico_ita.png);
		}
		
		
		 ul.navigation li a.flagfra-btn {
			width: 40px;
			background-image: url(../im/ico_fra.png);
		}
				
		ul.navigation li a.flagen-btn {
			width: 40px;
			background-image: url(../im/ico_eng.png);
		}
				
				 ul.navigation li a.flagger-btn {
					width: 40px;
					background-image: url(../im/ico_ger.png);
				}
				
				 /*italiano*/
				 
						
				ul.navigation li a.chi-btn {
					width: 90px;
					background-image: url(../im/btn_chi.png);
				}
				
				
		
				
				ul.navigation li a.contatti-btn {
					width: 83px;
					background-image: url(../im/btn-contatti.png);
				}
				
				
				/*TEDESCO*/
				
				ul.navigation li a.uber {
					width: 90px;
					background-image: url(../im/btn-uber.png);
				}
				
				
				ul.navigation li a.kontakt {
					width: 90px;
					background-image: url(../im/btn-kntkt.png);
				}
				
				
				
				ul.navigation li a.start-btn {
					width: 95px;
					background-image: url(../im/btn-starten.png);
				}
				
				
/*				INGLESE*/

				ul.navigation li a.about {
					width: 95px;
					background-image: url(../im/btn_about.png);
				}
				
				/*ul.navigation li a.contct-btn {
					width: 83px;
					background-image: url(../im/btn-contact.png);
				}*/
				
				
				ul.navigation li a.home-btn {
					width: 72px;
					background-image: url(../im/btn-home.png);
				}
							
												
				ul.navigation li a.portfolio-btn {
					width: 93px;
					background-image: url(../im/btn-portfolio.png);
				}
				ul.navigation li a.contact-btn {
					width: 83px;
					background-image: url(../im/btn-contact.png);
				}
				
				
			 /*		FRANCESE*/
				ul.navigation li a.qui-btn {
					width: 90px;
					background-image: url(../im/btn_qui.png);
				}
				 
				 
				 
				 
				 
			ul.navigation li a:hover, ul.navigation li a:focus {
				background-position: center;
			}
			ul.navigation li a.active {
				background-position: bottom;
			}
			
		
		#header h2 {
		clear: both;
		color: #eecca6;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 30px;
		padding: 40px 0 0 49px;
	}
	
	
			
		#header h2.home {
		clear: both;
		color: #523932;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 30px;
		padding: 40px 0 0 49px;
	}
	
	
	
	ul.buttons {
		display: block;
		height: 31px;
		list-style: none;
		margin: 35px 0 0 49px;
	}
		ul.buttons li {
			float: left;
			margin-right: 20px;
		}
			ul.buttons li a {
				display: block;
				width: 112px;
				height: 23px;
				background: #654233 url(../im/header-button-bg.png) no-repeat;
				color: #fef5e4;
				text-decoration: none;
				font-size: 16px;
				text-transform: lowercase;
				text-align: center;
				padding: 4px;
			}
			ul.buttons li a:hover, ul.buttons li a:focus {
				color: /*#678D96*/#d8bd9b;
			}


#content {
	width: 862px;
	background: url(../im/content-top.png) no-repeat top;
	clear: both;
	min-height: 350px;
	padding: 25px 49px 0 49px;
}
	#content.page-content {
		background: url(../im/page-content-top.png) no-repeat top;
	}

	#content h2 {
		color: #75523f;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
		clear: both;
	}
	
	#content h3 {
		clear: both;
		color: #75523f;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
	}
	
	#content p {
		margin-bottom: 20px;
		line-height: 20px;
	}
	
#content p a:link, #content p a:visited {
	color: #cc9762;
	text-decoration: none;
}
#content p a:hover, #content p a:active, #content p a:focus {
	color: #291502;
}
	
#footer {
	width: 960px;
	height: 20px;
	margin: -37px auto;
	margin-bottom: 40px;
	clear: both;
}

	#footer p {
		color: #75523f;
		font-size: 11px;
	}
		#footer p.copyright {
			float: left;
			margin-left: 65px;
		}

#footer a {
	font-size: 11px;
	color: #75523f;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer ul {
	display: block;
	width: 275px;
	float: left;
	margin-left: 65px;
	list-style: none;
}
	#footer ul li {
		float: left;
		padding-left: 4px;
	}
	
/*#footer p.client-login {
	float: right;
	background: url(../im/client-login.png) no-repeat left;
	padding-left: 13px;
}*/

#footer p.back-top {
	float: right;
	margin: 0 25px 0 15px;
	background: url(../im/arrow-up.png) no-repeat left;
	padding-left: 13px;
}

a { outline: none; }


#content.page-content p.back-top {
text-align:right;
	float: right;
	margin: 0 25px 0 15px;
	background: url(../im/arrow-up.png) no-repeat left;
	padding-left: 13px;
}

.clear { clear: both; }

/* Homepage */

.home-left {
	width: 506px;
	float: left;
	padding-right: 25px;
}

.home-right {
	width: 303px;
	float: left;
	padding-left: 28px;
	margin-bottom: -8px;
	background: url(../im/large-box-bg.png) no-repeat bottom left;
}

.blog-image {
	float: left;
	border: 3px solid #d8bd9b;
	margin: 0 10px 10px 0;
}

ul.blog-feed {
	list-style: none;
	margin-bottom: 47px;
}
	ul.blog-feed li {
		margin-bottom: 18px;
		padding-left: 18px;
		font-size: 12px;
		background: url(../im/bullet-icon.gif) no-repeat left;
	}
	ul.blog-feed li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.blog-feed li a:hover, ul.blog-feed li a:focus {
		color: #291502;
	}
	
.services-box {
	width: 230px;
	float: left;
	margin-bottom: 20px;
	background: url(../im/small-box-bg.png) no-repeat bottom left;
}
	.services-box h3.design-print {
		background: url(../im/print-icon.png) no-repeat left;
		padding:  6px 0 8px 60px;
		margin-left: 20px;
	}
	.services-box h3.design-web {
		background: url(../im/web-icon.png) no-repeat left;
		padding:  6px 0 8px 50px;
		margin-left: 27px;
	}
.services-box.right {
	margin-right: 22px;
}
	
.services-box ul {
	list-style: none;
	margin: 0 0 30px 30px;
}
	.services-box ul li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(../im/tick-icon.png) no-repeat left;
	}
	.services-box ul li a {
		color: #75523f;
		text-decoration: none;
	}
	.services-box ul li a:hover, .services-box ul li a:focus {
		color: #291502;
	}
	
.portfolio-thumbs {
	float: left;
	margin-right: 30px;
	border: 4px solid #678D96/*#d8bd9b*/;
}
	.portfolio-thumbs.see-more {
		margin-right: 0px;
	}


/* About */

a.profile-image {
	display: block;
	width: 250px;
	height: 155px;
	float: right;
	background: url(../im/foto.jpg) no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin-left: 10px;
}
	a.profile-image:hover {
		background-position: bottom;
	}
	
ul.feature-links {
	list-style: none;
}
	ul.feature-links li {
		float: left; display: block; width: 431px; 
		margin: 0 0 5px 0;
	}
	
		ul.feature-links li a:link, ul.feature-links li a:visited {
			color: #cc9762;
			text-decoration: none;
		}
		ul.feature-links li a:hover, ul.feature-links li a:active, ul.feature-links li a:focus {
			color: #291502;
		}
	
/* Print */

.services-description {
	width: 370px;
	float: left;
	padding: 0 30px;
	margin-bottom: 30px;
	background: url(../im/small-box-bg.png) no-repeat bottom left;
}
	
ul.services {
	display: block;
	float: left;
	width: 210px;
	list-style: none;
	margin:  0 0 15px 20px;

}
	ul.services li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(../im/tick-icon.png) no-repeat left;
	}
	ul.services li.findoutmore {
		background: url(../im/arrow-icon.png) no-repeat left;
	}
ul.services li a {
	color: #75523f;
	text-decoration: none;
}
ul.services li a:hover, ul.services li a:focus {
	color: #291502;
}

	
/* Portfolio */

.portfolio {
	margin-left: 20px;
}

.portfolio .portfolio-thumbs {
	float: left;
	margin: 0 20px 20px 0;
	border: 4px solid #678D96;
	/*border: 4px solid #d8bd9b;*/
}

/* Contact */

.contactleft {
	width: 431px;
	float: left;
}
.contactright {
	width: 371px;
	float: left;
	padding: 0 30px;
	background: url(../im/small-box-bg.png) no-repeat bottom left;
}

form#contactform label {
	display: block;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

form#contactform input, form#contactform textarea {
	width: 380px;
	background: #f8f0e3;
	border: 1px solid #e7dfcf;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
} 
	form#contactform textarea {
		height: 135px;
		background: #f8f0e3 url(../im/form-bg.png) no-repeat bottom right;
	}

form#contactform input.submit {
	width: 119px;
	background: none;
	border: none;
	display: block;
	margin: 10px 0 0 -3px;
}

form#contactform label span {
	color: red;
	margin-left: 3px;
}

form#contactform label.form-error {
	display: block;
	width: 388px;
	background: #feb8ab;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	margin-top: 3px;
}
	form#contactform label.form-error span {
		display: block;
		margin: 5px;
	}


ul.enquiries {
	list-style: none;
	margin-bottom: 30px;
}
ul.enquiries li {
	padding: 0 0 0 23px; margin: 0 0 10px 0;
	background: url(../im/arrow-icon.png) no-repeat left;
}
	ul.enquiries li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.enquiries li a:hover, ul.enquiries li a:focus {
		color: #291502;
	}

ul.homelist {
	width: 185px;
	float: left;
	list-style: none;
	margin-bottom: 30px;
}
	ul.homelist li {
		margin-bottom: 5px;
		padding: 2px 0 2px 23px;
		font-size: 12px;
	}
		ul.homelist li.blogsg { background: url(../im/blogspoongraphics.gif) no-repeat left; }
		ul.homelist li.facebook { background: url(../im/facebook.gif) no-repeat left; }
		ul.homelist li.chrisspooner { background: url(../im/chrisspooner.gif) no-repeat left; }
		ul.homelist li.twitter { background: url(../im/twitter.gif) no-repeat left; }
		ul.homelist li.stumbleupon { background: url(../im/stumbleupon.gif) no-repeat left; }
		ul.homelist li.designfloat { background: url(../im/designfloat.gif) no-repeat left; }
		ul.homelist li.digg { background: url(../im/digg.gif) no-repeat left; }
		ul.homelist li.lastfm { background: url(../im/lastfm.gif) no-repeat left; }
		ul.homelist li.flickr { background: url(../im/flickr.gif) no-repeat left; }
	ul.homelist li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.homelist li a:hover, ul.homelist li a:focus {
		color: #291502;
	}

/* layout immagini home*/

#featured {
	height: 200px; margin: 0 auto 38px auto; overflow: hidden; text-align: center;
	background: url(files/feature-shadow.jpg) center bottom no-repeat;
}
	#featured-pics { width: 1188px; height: 425px; margin: 0 auto; }
	#featured-pics img { width: 1188px; height: 425px; margin: 0 0 19px 0; }
	
	#featured .featured-nav {
		width: 960px; margin: 0 auto; position: relative;
	}
		#featured .featured-nav p a {
			position: absolute; top: 200px; display: block; width: 44px; height: 44px; 
			text-indent: -9999px; z-index: 20; display: none;
		}
			#featured .featured-nav p a.prev {
				background: url(files/feature-arrows.png) 0 -44px; left: 0;
			}
			#featured .featured-nav p a.next {
				background: url(files/feature-arrows.png) 0 0; right: 0;
			}
				#featured .featured-nav p a.prev:hover {
					background: url(files/feature-arrows.png) 0 -132px; 
				}
				#featured .featured-nav p a.next:hover {
					background: url(files/feature-arrows.png) 0 -88px;
				}


