@charset "UTF-8";
/* CSS Document */
#header h1{
	width:900px;
	height:140px;
	background-image:url(../images/CRS-logo.png);
	background-repeat:no-repeat;
	margin:10px auto;
	padding-top:40px;
	}
	
	/*Menu*/
.menu{
	margin-top:10px;
}
.menu li a{
	font-size:70px;
	color:#999;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;
}
.menu-secondary li a{
	font-size:40px;
	line-height:1.2em;
}

	/*Content*/
div.intShots h2{
	color:#999;
	font-size:60px;
	text-align:center;
	margin:0;
}
div.intShots p{
	color:#999;
	font-size:40px;
	text-align:center;
	margin:0;
}
	/*content for Services*/
div.services-list{
	margin-left:40px;
}
div.services-list h3{
	font-size:50px;
	color:#999;
	text-align:left;
	line-height:1.5em;
}
div.services-list li{
	font-size:40px;
	color:#999;
	text-align:left;
	line-height:1.5em;
}
	
	/*footer*/
#footer p,
#footer p a{
	font-size:30px;
	color:#999;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
}

div#address{
display:none;
}
