body {
	color: #000;
	background-color: #fff;
	text-align: center;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#menu a {
	color: #000;
	text-decoration: none;
}

div#content a {
	color: #ccc;
	text-decoration: none;
}

div#content a:hover {
	color: #ccc;
}

p, ul, li {
	font-family: lucida grande, trebuchet ms, arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

a:link, a:active, a:visited {
	color: #ee1c24;
	text-decoration: none;
}

a:hover {
	color: #888888;
}


div#header {
	width: 1000px;
	margin: 0px auto;

}

img#headerlogo {
	float: left;
	margin-left: 125px;
	margin-bottom: 30px;
}

div#menu {
	float: right;
	margin-right: 125px;
}




div#menu img {
	border: 0px;
	margin-top: 30px;
	float: left;
	}
	
div#menu div {
	float: left;
	margin-left: 10px;
}

div#footer {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	color: #666;
}

p#footerlocations {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

p#footercopyright {
	font-size: 10px;
}


.big {
	font-size: 18px;
}


div#main-whole {
	clear: both;
	min-width: 1000px;
	text-align: center;
	min-height: 430px;
	margin-bottom: 35px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background-color: #ee1c25;
	background-image: url(main-blocks-grey.jpg);
	background-position: center top;

}

div#main-whole img {
	margin: 0px auto;
	}
	
	
div#main-1000 {
	margin: 0px auto;
	min-height: 430px;
	width: 1000px;
	text-align: left;
	}
	
div#main-750 {
	margin: 0px auto;
	width: 750px;
	text-align: left;
}

div#main-content p {
	margin: 15px;
	line-height: 18px;
}

div#main-content img {
	margin-left: 2px;
}


.fadeThis {
	position:relative;
	display:block;
	margin-top: 30px;
	margin-left: 15px;
}
	
.fadeThis * {
	display: none;
}
	
.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
	
#fadeclients {
	background:url(menu-clients.jpg) 0 0 no-repeat;
}
			
#fadeclients span.hover {
	background:url(menu-clients.jpg) 0 -29px no-repeat;
	width: 69px;
	height: 29px;
}
	
	
		
#fadephilosophy {
	background:url(menu-philosophy.jpg) 0 0 no-repeat;
}
			
#fadephilosophy span.hover {
	background:url(menu-philosophy.jpg) 0 -29px no-repeat;
	width: 92px;
	height: 29px;
}
		
				
#fadeproduction {
	background:url(menu-production.jpg) 0 0 no-repeat;
}
			
#fadeproduction span.hover {
	background:url(menu-production.jpg) 0 -29px no-repeat;
	width: 89px;
	height: 29px;
}



#fadegallery {
	background:url(menu-gallery.jpg) 0 0 no-repeat;
}
			
#fadegallery span.hover {
	background:url(menu-gallery.jpg) 0 -29px no-repeat;
	width: 66px;
	height: 29px;
}


		
#fadecontact {
	background:url(menu-contact.jpg) 0 0 no-repeat;
}
			
#fadecontact span.hover {
	background:url(menu-contact.jpg) 0 -29px no-repeat;
	width: 69px;
	height: 29px;
}
			
