@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html{
	overflow: hidden;
}

html, body {
    height: 100%;
	background-color:#FFFFFF;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #262626;
	background-color:#FFFFFF;
}




body#frameset{
    background: none repeat scroll 0 0 transparent;
    height: auto;
    overflow: hidden;
}

#view-frame{
	height: 90%;
    overflow: auto;
    width: 100%;
}



a {
	outline: none;
	color: #a66f19;
	text-decoration: none;
}

a:hover {
  	text-decoration: underline;
}

img, fieldset {
    border: 0 none;
}

#top-left-bg {
	background: url(../images/top-left-logotypes.jpg) top left no-repeat;
	background-color: #fff;
}

#bottom-right-bg {
	background: url(../images/bottom-right-logotypes.jpg) bottom right no-repeat;	
}

#top-shadow {
	background: url(../images/top-shadow.png) top repeat-x;	
}

#bottom-shadow {

}

#top-menu {
	height: 60px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

	#top-menu #marccato-logo {
		margin-top: 8px;
		margin-left: 40px;
	}

	#top-menu #breadcrumb {
		color: #414141;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-transform: uppercase;
		position: absolute;
		bottom: 0px;
		right: 15px;
	}
	
		#top-menu #breadcrumb span {
			margin: 0 3px;
		}
		
		#top-menu #breadcrumb a {
			color: #9e9e9e;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			text-transform: uppercase;
			margin: 0 3px;
		}
		
		#top-menu #breadcrumb a:hover {
			color: #a66f19;
			text-decoration: none;
		}

	#top-menu ul {
		float: right;
		margin-top: -1px;
		list-style: none;
	}
	
		#top-menu ul li {
			display: inline-block;
			height: 29px;
			position: relative;
		}
		
		#top-menu ul li:hover {
			background: url(../images/top-menu-active.png) repeat-x;
		}
		
			#top-menu ul li.active {
				
			}
		
			#top-menu ul li a {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-transform: uppercase;
				color: #0f0f0f;
				padding: 0 10px;
				display: block;
				line-height: 29px;
		
			}
			
			#top-menu ul li a:hover {
				color: #a66f19;
				text-decoration: none;
			}
			
			#top-menu ul li.active a {
				color: #a66f19;
			}
			
			#top-menu ul li:hover a {
				color: #ffffff;
				text-decoration: none;
			}
			
			#top-menu ul li.active:hover a {
				color: #ffffff;
				text-decoration: none;
			}
		
		#top-menu ul ul {
			list-style: none;
			position: absolute;
			left: 0;
			top: 29px;
			display: none;
			border: 1px solid #fff;
			background: #A66F19 url(../images/top-menu-active.png) top repeat-x;
			width: 200px;
			z-index: 5;
		}
		
			#top-menu ul li:hover ul {
				display: inline-block;
				padding: 5px 0;
			}
		
			#top-menu ul ul li {
				height: 15px;
				display: list-item;
				padding: 0;
				margin: 0;
			}
			
			#top-menu ul ul li.active {
				background: none;
			}
		
				#top-menu ul ul li a, #top-menu ul li:hover ul li a {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					text-transform: none;
					color: #fff;
					letter-spacing: 1px;
					line-height: 11px;
					display: block;
					height: 11px;
					width: 190px;
					padding: 2px 5px;
					margin: 0;
				}
				
				#top-menu ul ul li a:hover, #top-menu ul li:hoverul li a:hover{
					color: #000;
					text-decoration: none;
					background: url(../images/menul2active-bg.png);
				}
				
				#top-menu ul ul li.active a, #top-menu ul ul li a, #top-menu ul li:hover ul li.active a{
					color: #000;
				}
				
				#top-menu ul ul li:hover a:hover{
					color: #000;
					text-decoration: none;
					background: url(../images/menul2active-bg.png);
				}

#page {
	min-height: 300px;
	background: url(../images/page-bg.png);
	padding-top: 25px;
	width: 980px;
	margin: 5px auto 0 auto;
}

	#page #page-line {
		background: url(../images/page-line.png) left repeat-y;
		overflow: auto;
	}

	#page #menu {
		float: left;
		width: 300px;
	}
	
		#page #menu ul {
			list-style: none;
			margin-left: -10px;
		}
		
			#page #menu ul li {
				text-align: right;
				padding: 1px 15px 8px 0;				
			}
			
				#page #menu ul li.active {
					background: url(../images/menu-active-bg.png) left bottom no-repeat;
				}
			
				#page #menu ul li a {
					font-family: Arial, Helvetica, sans-serif;
					color: #262626;
					font-size: 13px;
					text-transform: uppercase;
					text-decoration: none;
					letter-spacing: 1px;
				}
				
				#page #menu ul li a:hover {
					color: #a66f19;
				}
				
				#page #menu ul li.active a {
					color: #a66f19;
				}
				
				#page #menu ul li.active a:hover {
					color: #a66f19;
				}
				
			#page #menu ul ul {
				list-style: none;
				margin-left: -10px;
				margin-bottom: 5px;
			}
		
			#page #menu ul ul li {
				text-align: right;
				padding: 0 15px 8px 0;
				background: url(../images/menu-l2-bg.png) right center no-repeat;
				margin-right: 15px;
				padding: 5px 10px 5px 0;
			}
			
			#page #menu ul ul li:last-child {
				background: url(../images/menu-l2-last-bg.png) right center no-repeat;
			}
			
				#page #menu ul ul li.active {
					background: url(../images/menu-l2-bg.png) right center no-repeat;
				}
			
				#page #menu ul ul li a {
					font-family: Arial, Helvetica, sans-serif;
					color: #262626;
					font-size: 12px;
					text-transform: none;
					text-decoration: none;
					letter-spacing: 1px;
				}
				
				#page #menu ul ul li a:hover {
					color: #8e5e13;
				}
				
				#page #menu ul ul li.active a {
					color: #8e5e13;
				}
				
				#page #menu ul ul li.active a:hover {
					color: #8e5e13;
				}
	
		#page #menu #contact-form {
			width: 226px;
			height: 326px;
			background: url(../images/contact-form-bg.png);
			margin: 15px auto 15px auto;
			padding: 0 13px;
		}
		
			#page #menu #contact-form fieldset{
				margin-top: 15px;
			}
		
			#page #menu #contact-form p {
				font-size: 9px;
				text-transform: uppercase;
				text-align: right;
				line-height: 20px;
				color: #464646;
			}
				
				#page #menu #contact-form legend span {
					padding-right: 4px;	
				}
				
			
			#page #menu #contact-form label {
				font-size: 10px;
				margin-bottom: 3px;
				font-family: Arial, Helvetica, sans-serif;
			}
			
			#page #menu #contact-form input[type="text"] {
				width: 220px;
				height: 25px;
				border: 1px solid #a66f19;
				background: #fff;
				margin-bottom: 10px;
				padding: 0 2px;
			}
			
			#page #menu #contact-form textarea {
				width: 224px;
				height: 75px;
				border: 1px solid #a66f19;
				background: #fff;
				margin-bottom: 10px;
			}
			
			#page #menu #contact-form input[type="submit"] {
				background: url(../images/contact-form-submit.png);
				border: 0 none;
				width: 98px;
				height: 27px;
				margin: 0 auto;
				display: block;
				cursor: pointer;
			}

	#page #content {
		float: left;
		width: 660px;
		padding-bottom: 50px;
	}
	
	#page #content h1 {
		font-size: 13px;
		color: #a66f19;
		border-bottom: 1px solid #a66f19;
		margin-right: 4px;
		margin-bottom: 15px;
	}
	
	#page #content h1 span {
		font-size: 13px;
		color: #fff;
		line-height: 25px;
		padding: 5px 20px;
		background: url(../images/h1-bg.png) repeat-x;
		font-weight: normal;			
	}
	
	#page #content h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 10px 20px 15px 20px;
		background:url(../images/h2-bg.png) right bottom no-repeat;
		margin-bottom: 10px;
	}
	
	#page #content h3 {
		font-size: 11px;
		font-weight: bold;
		margin: 10px 20px;
	}
	
	#page #content p {
		margin: 20px;
	}
	
	#page #content ul, ol {
		margin: 20px;
		list-style-position: inside;
	}
	
	#page #content li {
		margin: 5px 0;
	}

#top {
	height: 4px;
	background: url(../images/top-bg.jpg) center repeat-x;
	border-bottom: 2px solid #ffffff;
}

#footer-wrapper {
	height: 23px;
	padding-top: 4px;
	background: url(../images/footer-bg.png) repeat-x;
	border-top: 2px solid #fafafa;
	border-bottom: 1px solid #cccccc;
}

	#footer-wrapper #footer {
		width: 900px;
		padding-left: 80px;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #454545;
		position: relative;
		height: 23px;
	}
	
		#footer-wrapper #footer #copyrights {
			line-height: 17px;
		}
		
		#footer-wrapper #footer #designby {
			float: right;
		}
		
			#footer-wrapper #footer #designby img {
				vertical-align: middle;
				margin-left: 5px;
			}
			
				#footer-wrapper #footer #footer-logotype {
					position: absolute;
					margin-top: -64px;
					left: 365px;
				}
#clients-wrapper {
	height: 110px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

#clients-wrapper #clients{
	width: 930px;
	margin: 5px auto;
}

#clients h1 {
	font-size: 18px;
	font-weight: normal;
	color: #aaa;
	
}

#clients .client {
	font-size: 18px;
	font-weight: normal;
	color: #aaa;
	width: 75px;
	float: left;
	margin: 0 9px;
}