body {
	background: #90a4cb url('../images/bg_body-top.jpg') center top repeat-x;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 185px;
	background: url('../images/bg_header.jpg');
}

#header h1 {
	text-indent: -9000px;
	width: 400px;
	height: 183px;
	background: url('../images/h1_logo.png');
	margin-left: 10px;
	float: left;
}

#header .panel {
	float: right;
	width: 400px;
}

#header .tab {
	float: right;
	margin-right: 15px;
	padding: 10px;
	background: #2e4362;
	border-top: 5px solid #000;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0 0 7px 7px;
}

#menubar {
	clear: both;
	width: 100%;
	background: #252525;
	border-top: 2px solid #111;
	padding-top: 0.5em;
}

#menubar ul {
	margin-left: 1em;
}

#menubar ul li {
	height: 1.8em;
	padding: 0.6em 1em 0 1em;
	font-size: 1.4em;
	margin: 0 0.8em 0 0;
	float: left;
	color: #ccc;
}

#menubar ul li:hover, #menubar ul a.selected li {
	background: #2e4362;
	color: #fff;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	cursor: pointer;
	text-shadow: #333 -1px -1px 1px;
}

#body {
	background: #dbd9c2;
}

#footer {
	clear: both;
	width: 100%;
	position: relative;
}

#contact {
	width: 306px;
	height: 180px;
	background: transparent url('../images/bg_contact.png') center top no-repeat;
	top: -40px;
	left: 350px;
	position: relative;
	z-index: -100;
	padding-top: 80px;
}

#contact p {
	width: 250px;
	margin-left: 40px;
	color: white;
}

#contact h3 {
	text-indent: -9000px;
}

#body_foot {
	width: 100%;
	height: 121px;
	background: url('../images/bg_body-foot.png') no-repeat;
}

#footer .menu {
	background: #2e4362;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	overflow: auto;
	padding: 1.0em;
	margin-bottom: 15px;
}

#footer .menu ul {
	font-size: 1.4em;
}

#footer .menu ul li {
	float: left;
	margin-right: 1.4em;
	color: #fff;
}
 
#footer .menu ul li:hover {
	text-decoration: underline;
}

#body .caption {
	background: #2e4362;
}

.submenu ul {
	list-style-type: none !important;
}

.submenu ul li {
	float: left;
}

.submenu ul li a {
	font-size: 12px;
	padding: 6px;
	background: #1a2f4c;
	color: white;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

.submenu ul li a.active, .submenu ul li a:hover {
	background: #9d4a17;
}

.submenu.active {
	background-color: #9d4a17 
}

#formloom-header h2 {
	margin-left: 15px;
}

#body .item {
	background: white;
	border-bottom: 1px solid #ccc;
	margin-left: 25px;
	margin-bottom: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 5px;
	width: 450px;
}

.item a:link, .item a:visited {
	text-decoration: underline;
	text-align: right;
	display: block;
}

.item a:hover {
	text-decoration: none;
}

#body .total {
	font-weight: bold;
	margin-left: 25px;
	border-top: 1px solid #bbb;
	text-align: right;
	padding: 5px;
	width: 450px;
}

#cart {
	padding-top: 15px;
}

#cart .item, #cart .total {
	width: inherit;
}

#body .item h4 {
	text-indent: 0em;
}

#body .item p {
	text-indent: 2em;
	color: #888;
}

#formloom a {
	text-decoration: underline;
}