/* Stylesheet for Norrman Design Studio, copyright 2007 */

* {
	padding:0;
	margin: 0;
}
#container {
	width: 866px;
}

/* HEADER */
H1 {
	color: #6699cc;
	font: 30px 'Franklin Gothic Book', Arial, sans-serif;
}
.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac \*/
	
	overflow: hidden;
	/* */
}
.replace SPAN {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
#h-title, #h-title SPAN {
	background: url(../images/norrman_home_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-about, #h-about SPAN {
	background: url(../images/about_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-services, #h-services SPAN {
	background: url(../images/services_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-portfolio, #h-portfolio SPAN {
	background: url(../images/portfolio_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-awards, #h-awards SPAN {
	background: url(../images/awards_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-publications, #h-publications SPAN {
	background: url(../images/publications_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}
#h-contact, #h-contact SPAN {
	background: url(../images/contact_01.gif) left 5px no-repeat;
	width: 866px;
	height: 85px; 
}

/* CONTENT */
#indexMain, #main {
	padding: 18px 25px;
}
	#main p {
		font: 14px "Franklin Gothic Book", Verdana, Arial, sans-serif;
		color: #333333;
		padding: 0 0 10px 15px;
	}
#content {
	background-color:#cbb98a;
	width: 458px;
	height: 343px;
	float:left;
	margin-left: 25px;
}
#content2 {
	background-color:#cbb98a;
	width: 458px;
	height: 45px;
	float:left;
	margin: 10px 0 0 25px;
}

#quote {
	color: white;
	font: bold 16px 'Franklin Gothic Book', Arial, sans-serif;
	text-align: center;
	padding: 15px 10px 10px 10px;
	margin: 0;
}
.quote-source {
	color: white;
	font: normal 12px 'Franklin Gothic Book', Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
.tagline {
	font: 16px 'Franklin Gothic Book', Arial, sans-serif;
	letter-spacing:2px;
	color: white;
	padding: 10px;
	text-align:center;
}
.homeText {
	font: 16px 'Franklin Gothic Book', Arial, sans-serif;
	color: white;
	padding: 10px;
	text-align:center;
}
#aboutusPhoto {
	width: 251px;
	float: right;
	text-align:right;
}
#servicesPhoto {
	width: 264px;
	float: right;
	text-align:right;
}
#portfolioPhoto {
	width: 272px;
	float: right;
	text-align:right;
}
#awardsPhoto {
	width: 375px;
	float: right;
	text-align:right;
}
#publicationsPhoto {
	width: 298px;
	float: right;
	text-align:right;
}
#contactPhoto {
	width: 260px;
	float: right;
	text-align:right;
}

a.gallery {
	color: #93BCCA;
	font-weight: bold;
}
#main p.photo-source {
	text-align:center;
	font: 12px "Franklin Gothic Book", Verdana, Arial, sans-serif;
}
ul li {
	font: 14px "Franklin Gothic Book", Verdana, Arial, sans-serif;
	color: #333333;
	list-style-type: disc;
	list-style-position:inside;
	padding-left: 30px;
}
/* FOOTER */
#footer {
	clear:both;
	width: 866px;
	padding: 10px;
}
#footer p {
	color: #999999;
	font: 12px/16px Arial, serif;
	text-align:center;
}
#footer a {
	color: #999999;
	font: 12px/16px Arial, serif;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#footer a.alt {
	text-decoration: none;
}
/* NAVIGATION 
ul {
	display:block;
	
	}
li {
	list-style-type:none;
	}
li a {
	color:#999999;
	font: 12px Verdana;
	text-decoration:none;
	letter-spacing:2px;
}*/