body {
	margin: 0px;
	background: #f9fcf1 URL(images/header_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #52544f;
}
p {
	line-height: 140%;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background: URL(images/header.jpg) no-repeat;
	height: 80px;
	padding-top: 84px;
}
#navmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	displat: block;
}
#navmenu li{
	padding: 0px;
	margin: 0px;
	float: left;
}
#navmenu li a{
	display: block;
	height: 35px;
	text-decoration: none;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#navmenu li a:hover{
	background-position: center top;
}
#nav_home a {
    width: 65px;
	background-image: URL(images/home.png);
}
#nav_products a {
    width: 110px;
	background-image: URL(images/products.png);
}
#nav_order a {
    width: 110px;
	background-image: URL(images/order.png);
}
#nav_about a {
    width: 75px;
	background-image: URL(images/about.png);
}
#nav_contact a {
    width: 95px;
	background-image: URL(images/contact.png);
}
#content {
	padding: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
    min-height: 400px;
}
p.fit {
	padding-left: 75px;
	padding-right: 75px;
}
hr.styled {
	border: none;
	height: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: URL(images/line.jpg) no-repeat center center;
}
div.vertical-line {
	width: 8px;
	height: 328px;
	float: left;
	background: URL(images/vertical_line.jpg) no-repeat center center;
}
a.details_button{
	display: block;
	width: 61px;
	height: 27px;
	text-decoration: none;
	background: URL(images/details_button.jpg) no-repeat center top;
	margin: 0 auto;
}
a.details_button:hover{
	background-position: center bottom;
}
a.order_button{
	display: block;
	width: 126px;
	height: 40px;
	text-decoration: none;
	background: URL(images/order_button.jpg) no-repeat center top;
	margin: 0 auto;
}
a.order_button:hover{
	background-position: center bottom;
}
a.order_button_sm {
	display: block;
	width: 89px;
	height: 27px;
	text-decoration: none;
	background: URL(images/order_button_sm.jpg) no-repeat center top;
	margin: 0 auto;
}
a.order_button_sm:hover{
	background-position: center bottom;
}
a.proceed_button{
	display: block;
	width: 112px;
	height: 41px;
	text-decoration: none;
	background: URL(images/procced.jpg) no-repeat center top;
	margin: 0 auto;
}
a.back_button{
	display: block;
	width: 112px;
	height: 41px;
	text-decoration: none;
	background: URL(images/go_back.jpg) no-repeat center top;
	margin: 0 auto;
}
a.send_button{
	display: block;
	width: 120px;
	height: 41px;
	text-decoration: none;
	background: URL(images/send.jpg) no-repeat center top;
	margin: 0 auto;
}
ul.styled {
	list-style: circle;
	color: #FF0000;
}
ul.styled li p {
	color: #52544f;
}
.order_input {
	padding-top: 15px;
	height: 35px;
	width: 50px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.address_input {
	padding-top: 5px;
	height: 25px;
	width: 250px;
	font-size: 20px;
}
.big_order {
	font-size: 25px;
	color: #d72346;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.orders_table {
	width: 800px;
}
.orders_table td, .orders_table th {
	border: 1px solid gray;
	padding: 5px;
}
.contact_input {
	padding-top: 5px;
	height: 25px;
	width: 500px;
	font-size: 20px;
}
.textarea {
	height: 150px;
	width: 500px;
	font-size: 14px;
}
p.footer {
  text-align: center;
}
p.footer a {
  text-decoration:none;
  color:#52544f;
}

a {
  text-decoration:underline;
  color:#52544f;
}

