/* CSS Document */

body {
	text-align : center;
	background-color : #FFFFFF; 
	margin-top : 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 14px;
	line-height: 18px;
}

#nav {
	height: 80px;
	text-align: left;
	padding: 90px 0 0 460px;	
}


#main {
	width : 800px;
	height : 650px;
	margin : 0px auto;
	text-align : center;
	background-image : url(images/home_background.jpg);
}


#productsmain {
	width : 800px;
	height : 1200px;
	margin : 0px auto;
	text-align : center;
	background-image : url(images/products_background.jpg);
}

#mainpage {
	width : 800px;
	height : 650px;
	margin : 0px auto;
	text-align : center;
}

#nav a#active {
	text-decoration : underline;
}

a {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 14px;
	text-decoration : none;
}

a:hover {
	color: #000000;
	text-decoration : underline;
}

#heading {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size : 26px;
	line-height: 26px;
}


#content {
	float : left;
	width : 800px;
	clear: both;
}

#spacer {
	height: 85px;
	
}

#left {
	float : left;
	width : 380px;
	text-align: center;
}

#right {
	float : left;
	width : 410px;
	text-align: left;
}

h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 14px;
	line-height: 12px;
    color : #000000;
}

#footer1 {
	width : 800px;
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 18px;
    color : #000000;
}

#footer2 {
	width : 800px;
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 10px;
	line-height: 14px;
    color : #000000;
}

#footer {
	width : 800px;
	font-family : Georgia, "Times New Roman", Times, serif;
    font-size : 10px;
    color : #000000;
	text-align: center;
}


