@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0; 
} 
html {
}
body {
	padding=top:40px;
	text-align: center;
	background-color: #FFFFCC;
	font-family:  Arial, sans-serif;
	color:#fff;
} 

a {
	text-decoration: none;
	font-weight:bold;
	font-size:1.5em;
	color:#fff;
	}
img {
		border:0;
}
#page { 
	padding:10px 10px 0px 0px;
	margin: 0 auto;
	width: 816px;
	height: 609px;
	text-align: left;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
#header {
	height: 140px;
} 
#content-primary {
	margin: 100px 0px 0px 79px;
	float: left;
	height:426px;
	width: 445px; 
} 
#content-secondary { 
	float: left; 
} 

#footer { 
	clear: both; 
	height: 162px; 
	padding-left: 0px;
	padding-top: 44px;

} 
#footer, #footer a {
	font-weight:bold;
	font-size:1em;
	color:#fff;
}
#footer a:hover{
	color:#ccc;
	}
.clear { 
	clear: both; 
}

#nav ul {
	list-style-type: none;
}
#nav li {
margin: 0;
padding: 0;
}
#nav li a { 
	padding:0 1em;

	}
#nav li {
	position:relative;
	z-index:1;
	height:32px;
}
	
#nav li#nav-home {
	top:6.35em;
	left:7.15em;
	width:105px;
}
#nav li#nav-children {
	top:9.35em;
	left:3.5em;
	width:105px;
}
#nav li#nav-community {
	top:12.5em;
	left:2;
	width:105px;
}
#nav li#nav-corporate {
	top:15.9em;
	left:1.0em;
	width:105px;
}
#nav li#nav-materials {
	top:19.3em;
	left:2.5em;
	width:105px;
}
#nav li#nav-prices {
	top:21.7em;
	left:6.7em;
	width:105px;
}

#body-children #nav-children a,
#body-corporate #nav-corporate a, 
#body-community #nav-community a ,
#body-materials #nav-materials a, 
#body-prices #nav-prices a 
{
	color:#CCCCCC;
}

a:hover {
color:#CCCCCC;
}

#footer #company{
	float:left;
	text-align:left;
	width:200px;
	padding-left:10px;
	}
	
#footer #email{
	padding-left:50px;
	float:left;
	text-align:center;
	width:300px;
	}
#footer #phone{
	float:right;
	text-align:right;
	width:240px;
	padding-right:10px;
	}
