/* CSS Document */

* { 
	padding: 0px;
	margin: 0px;
}

html {
	background: #E7E0D6 url(images/background.jpg) no-repeat center bottom;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #59554A;
	font-weight: normal;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 25px 0px 10px 0px;
	color: #59554A;
	font-weight: normal;
}

h3, h4, h5, h6 {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	color: #59554A;
	font-weight: normal;
}

p {
	padding: 5px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
}
/*
a {
	color: green;
	text-decoration: none;
}

a:link {color: green;}
a:visited {color: green;}
a:hover {text-decoration: underline;}
a:active {color: green;}
*/
#wrapper {
	width: 650px;
	margin: 0px auto 615px auto;
}

#wrapperTwo {
	background: white;
	width: 670px;
	margin: 10px auto 50px auto;
}

#header {
	width: 630px;
	height: 110px;
	margin: 10px auto 0px auto;
	padding-top: 10px;
}

#header h1 {
	background: url(images/logo.gif) no-repeat left top;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 110px;
}

#header h1 a {
	background: url(images/logo.gif) no-repeat left top;
	width: 220px;
	height: 110px;
	display: block;
	text-indent: -9997px;
}

#mainNav {
	width: 250px;
	margin-top: 5px;
	float: right;
}

#mainNav li {
	display: block;
	float: left;
	height: 99px;
	width: 44px;
	margin-left: 35px;
}

#mainNav li a {
	display: block;
	height: 99px;
	width: 50px;
	text-indent: -9997px;
}

a.historyNav {background: url(images/navHistory_ro.gif) no-repeat center -75px; }
a.productsNav {background: url(images/navProducts_ro.gif) no-repeat center -75px;}
a.contactNav {background: url(images/navContact_ro.gif) no-repeat center -75px;}

a.historyNav:hover {background: url(images/navHistory_ro.gif) no-repeat center -75px; }
a.productsNav:hover {background: url(images/navProducts_ro.gif) no-repeat center -75px;}
a.contactNav:hover {background: url(images/navContact_ro.gif) no-repeat center -75px;}

.content {
	width: 630px;
	margin: 0px auto;
	padding-bottom: 20px;
	clear: both;
}

* html #mainNav {
	width: 290px;
}