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%;
}
div.bank_details {
	background-color:#DBf3C0;
	padding:20px;
	border: 1px dotted #D72245;
	margin:30px;
}
#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;
	display: block;
}
#navmenu li{
	padding: 0px;
	margin: 0px;
	float: left;
}
#navmenu li a{
	display: block;
	height: 35px;
	text-decoration: none;
	background-position: center top;
	background-repeat: no-repeat;
}
#navmenu li a:hover{
	background-position: center bottom;
}

#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;
}
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;
}
div.bigshot {
	height:238px;
	background-image:url('/images/big_shots.jpg');
	background-position:center right;
	background-repeat: no-repeat;
	padding-right: 200px;
	padding-top:20px;
	margin-top:-20px;
	margin-bottom:-20px;
}

a {
  text-decoration:underline;
  color:#52544f;
}
ul.sitemap {
	list-style-type:none;
}
ul.sitemap li {
	margin-bottom:5px;
}

