html,body {
	margin:0;
	padding:0;
}

body {
	font: 14px arial,sans-serif;
	color: #666666;
	text-align:center;
	background: #fff url(img/body_bg.gif) top repeat-x;
}

div#header {
	position:relative;
	height:99px;
}

div#container {
	width:780px;
	margin:0 auto;
	text-align:left;
}

.home_bg {background: url(img/container_home.gif) top no-repeat;}

.company {background: url(img/container_company.gif) top no-repeat;}

.products {background: url(img/container_products.gif) top no-repeat;}

.contact {background: url(img/container_contact.gif) top no-repeat;}

div#content {
	float:left;
	width:780px;
	padding-top: 12px;
}

div#content p {
	line-height:1.5;
	padding: 6px 36px;
	margin: 5px;
}

div#content p img { margin: 6px 6px 0 0;}

div#content p a { color: #0690C1; font-weight: bold;}

div#content p a:hover { text-decoration: underline;}

div#footer {
	clear:both;
	width:100%;
	background: #fff url(img/footer_bg.gif) top no-repeat;
	color: #555;
	text-align: center;
	font-size: 10px;
}

div#footer p {
	margin:0;
	padding:32px 18px;
}

.banner { 
	padding: 0 24px;
	height: 145px; 
	margin-bottom: 12px;
}

#logo { 
	position:relative;
	left: 6px;
	top: 36px;
	background: url(img/logo.png);
	height:80px; 
	width:134px;
	text-indent: -9999px;
}

div#content h1 { 
	padding: 4px 30px; 
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
}

.home { background: url(img/home_spoon.jpg) center no-repeat; height: 309px; position: relative;}

p.intro_text { font-size: 18px; font-weight: normal;}

.contact_form { background:url(img/contact_form_frame.gif) center no-repeat; padding: 12px 0; margin-bottom: 12px;}


/**************** Main Navigation ******************/

#nav {
	margin: 0;
	padding: 0;
	background: transparent url(img/nav_bar.png) 0 0 no-repeat;
	width: 438px;
	height: 31px;
	position: absolute;
	top: 69px;
	right: 28px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 31px; 
	position: absolute; 
	text-indent: -9999px; 
	text-align: center;
}

#nav a {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
}

#nav_home {right: 374px; top: 0px; width: 64px; height: 31px;}

#nav_company {right: 277px; top: 0px; width: 94px; height: 31px;}

#nav_products {right: 82px; top: 0px; width: 192px; height: 31px;}

#nav_contact {right: 0px; top: 0px; width: 79px; height: 31px;}

#nav_home a:hover, #nav_home a.active {background: url(img/nav_bar.png) 0 -31px no-repeat;}

#nav_company a:hover, #nav_company a.active {background: url(img/nav_bar.png) -67px -31px no-repeat;}

#nav_products a:hover, #nav_products a.active {background: url(img/nav_bar.png) -164px -31px no-repeat;}

#nav_contact a:hover, #nav_contact a.active {background: url(img/nav_bar.png) -359px -31px no-repeat;}
