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

body {
	background-color:#a1a1a1;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#212119;
}
a {
	border:none;
}
table {
	border:none;
}
img {
	border:0px;
}
form {
	padding:0px;
	margin:0px;
}
a {
	color:#cc5928;
	text-decoration:none;
}
a:hover {
	color:#cc5928;
	text-decoration:underline;
}
a:visited {
	color:#cc5928;
	text-decoration:none;
}
#bodyPositioning {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

div#container {
	background-color:#FFFFFF;
	background-image:url(/images/common/shadow.gif);
	z-index: 1;
	position: absolute;
	width: 970px;
	background-repeat: repeat-y;
	padding-left:20px;
	min-height:100%;
}

div#mastHead {
	width:950px;
	float:left;
	padding-bottom:25px;
	z-index: 1;
}

div#main {
	float: left;
	padding-left:40px;
	z-index: 2;
	height: auto;
	width: 900px;
}
.leftThreeColumn {
	float:left;
	width:605px;
}
.rightTwoColumn {
	float:left;
	width:225px;
	margin-left:40px;
}
p {
	margin-top: 0px;
	margin-bottom:8px;
	text-align:justify;
}
h1 {
	color:#212119;
	margin-top: 0px;
	margin-bottom: 4px;
	font:16px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:justify;
}
.heading {
	color: #8A151A;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 4px;
}
ul {
	margin-left:40px;
	padding-left:0px;
}
li {
	margin-bottom:8px;
	text-align:justify;
	padding-right:40px;
	list-style-type:none;
}
#menu {
	margin-top:10px;
}
#menu ul {
	padding-left: 29px;
	margin-left:0px;
}
#menu ul.MenuBarHorizontal li {
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
.footer {
	background-color:#26261f;
	float:left;
	width:790px;
	color:#FFFFFF;
	/* TOP RIGHT BOTTOM LEFT */
	padding: 8px 40px 8px 40px;
	margin: 40px 0px 20px 0px;
}
.largeHead {
	background-color:#26261f;
	font:20px/24px Arial, Helvetica, sans-serif;
	float:left;
	width:790px;
	color:#FFFFFF;
	/* TOP RIGHT BOTTOM LEFT */
	padding: 8px 40px 8px 40px;
	margin: 0px 0px 20px 0px;
}
.description {
	/* TOP RIGHT BOTTOM LEFT */
	padding: 2px 0px 2px 0px;
	border-top:solid 1px #CCCCCC;
	float:left;
	width:605px;
}
.price {
	float:right;
	margin-left:30px;
}
.detailsPrice {
	float:right;
	margin-left:30px;
	width:75px;
	text-align:right;
}
.price input {
	padding:0px;
	/* TOP RIGHT BOTTOM LEFT */
	margin: 0px 0px 0px 15px;
}
.menuItem {
	float:left;
	margin-bottom:20px;
	border-bottom:solid 1px #CCCCCC;
}
.headingMenu {
	color: #8A151A;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.orderDetails input {
	width:180px;
}
.orderDetails textarea {
	width:180px;
}
#cart {
	font-size:10px;
	padding-bottom:20px;
}
