@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(../images/bg.jpg);
}

#container {
	width: 980px;
	background: #eae8d9;
	margin: 0 auto;
	padding: 0;
	border: 4px solid #000000;
	text-align: left;
	margin-top:25px;
}

#header {
	padding: 0;
	margin: 0;
	height:125px;
	overflow:hidden;
	background-image:url(../images/HeaderBack.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	margin: 0;
	padding:0;
	position: absolute;
	top: -600px;
}

#nav {
	margin:0;
	padding:0;
}

#mainContentHome {
	padding: 100px 30px 0 150px;
	margin: 0;
	width:800px;
	height: 582px;
	background-image:url(../images/HomeBodyBack.jpg);
	background-repeat:no-repeat;
}

#mainContentHome h1 {
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#maincontentHomeProducts {
	width:800px;
	height:295px;
	background-image:url(../images/ProductsBack.png);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding-top: 35px;
	font-size: 20px;
	color: #900;
}
	
#mainContentInside {
	padding: 130px 30px 0 150px;
	margin: 0;
	width:800px;
	background-image:url(../images/BodyBackInside.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#eae8d9;
	color: #000;
}

#mainContentInside h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#60000;
}

#mainContentInside h3 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#660000;
}

.quote {
	font-family:Arial, Helvetica, sans-serif
	font-size:13px;
	text-align:center;
	line-height:1.8em;
	font-weight: bold;
	font-size: 12px;
}

.quotations {
	font-family:"Times New Roman", Times, serif;
	font-size:200%;
	font-weight:bold;
}

#footer {
	height: 125px;
	background-image:url(../images/FooterBack.jpg);
	background-repeat:no-repeat;
}

#footer p {
	margin: 0;
	padding: 110px 0 0 100px;
	text-align:center;
	color:#FFF;
	font-size:80%
}

#footer  a:link { color: #ffffff; text-decoration:none;}
#footer  a:visited { color: #ffffff; text-decoration:none;}
#footer  a:hover { color: #990000; text-decoration:underline;}
#footer  a:active { color: #ffffff; text-decoration:none;}

#footerInside {
	height: 133px;
	background-image:url(../images/FooterInside.jpg);
	background-repeat:no-repeat;
}

#footerInside p {
	margin: 0;
	padding: 110px 0 0 100px;
	text-align:center;
	color:#FFF;
	font-size:80%
}

#footerInside a:link { color: #ffffff; text-decoration:none;}
#footerInside a:visited { color: #ffffff; text-decoration:none;}
#footerInside a:hover { color: #990000; text-decoration:underline;}
#footerInside a:active { color: #ffffff; text-decoration:none;}

a:link { color:#660000; text-decoration:underline;}
a:visited { color: #660000; text-decoration:underline;}
a:hover { color: #660000; text-decoration:none;}
a:active { color: #660000; text-decoration:underline;}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

.red {
	color: #cc0000;
	font-size:125%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
