* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #abbaa3;
	background-image: url(images/stripe.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 750px;
	margin: auto;
}
#main .header {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight: 300;
}

h1 {
	margin-bottom: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	font-weight: lighter;
}
#main #menu {
	height: 31px;
	border: 2px solid #fff;
	background-color: #84817a;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	padding-top: 12px;
}

#main #footer {
	margin-top: 25px;
	padding: 5px;
	border-top: 4px double #535d47;
	border-bottom: 4px double #535d47;
	margin-bottom:10px;
}

#menu ul{
	list-style-type:none;
	font-family:"Gill Sans",Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	width: 423px;
	margin: auto;
}

#menu li{
	display:block;
	color:#fff;
	font-size:14px;
	float:left;
	margin-right: 20px;
}

#menu li p{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight: 300;
	text-decoration:none;
}

.clear{clear:both;}

#menu a:link{color:#fff; text-decoration:none;}
#menu a:visited{color:#fff; text-decoration:none;}
#menu a:hover{color:#fff; text-decoration:none;}
#menu a:active{color:#fff; text-decoration:none;}

#main #products {
	padding: 10px;
	background-color:#fbf2e2;
	border: 1px solid #000;
}
#main #footer p {
	color: #000000;
}
#toptext h1 {
	color: #FFFFFF;
}
#main #toptext p {
	color: #FFFFFF;
}
#toptext p {
	line-height: 1.2em;
}

#footer a:link, #footer a:visited{color:#000; text-decoration:underline;}

#footer a:hover{text-decoration:none;;}

#footer a:active{color:#000;}

#main #toptext #full {
	list-style-type: none;
}

ul{list-style-type:none; color:#fff;}

li{list-style-type:none; color:#fff; font-weight:300;}

.head{
	font-weight:bold;
	margin-bottom:10px;
	color: #fff;
	text-align: left;
}

#full .box {
	display:block;
	float:left;
	margin-right:30px;
}
#main #toptext .text {
	text-align: right;
	float: left;
	width: 80px;
}
#main #toptext #form .holder {
	width: 380px;
	clear: both;
}
#main #toptext #form .holder .inputbox {
	float: left;
	width: 290px;
	text-align: left;
	margin-left: 10px;
}
.inputbox input {
	width: 270px;
}
.inputbox textarea {
	width: 270px;
}
#main .header img {
	text-align: center;
}
#main #toptext h1 {
	text-align: center;
}
