/* CSS Document */

.theBody {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
form {
	margin: 0px;
}

img {
	border: 0px;
}

#container {
	margin: 6px auto 0px auto;
	width: 739px;
	border: 1px solid #e0e0e0;
	padding: 6px;
}

#navigation {
	background-color: #edece9;
	height: 97px;
	padding: 6px 0px 5px 0px;
}

#banner {
	height: 109px;
	width: 100%;
}

.banner_home {
	background-image: url(../Images/banner-home.jpg);
}
.banner_view {
	background-image: url(../Images/banner-view.jpg);
}
.banner_order {
	background-image: url(../Images/banner-order.jpg);
}
.banner_what_others_say {
	background-image: url(../Images/banner-what_others_say.jpg);
}
.banner_contact_us {
	background-image: url(../Images/banner-contact_us.jpg);
}
#arrowAndLogo {
	height: 58px;
	background: #f19b25 url(../Images/arrow.png) no-repeat top left;
	text-align: right;
}

#header {
	background-image: url(../Images/headerBackground.png);
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
}



#aroundTitle {
	padding-left: 21px;
}

#title img {
	background-color: white;
	padding: 11px 24px 5px 0px;
}


.clear {
	clear: both;
}


#content {
	position: relative;
	background-color: #edecea;
}

#inner {
	width: 524px;
	padding: 1px 10px 10px 10px;
	background-color: white;
}

#sidePanel {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 170px;
}

#sidePanel a {
	color: black;
}

#sidePanel p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 739px;
	height: 87px;
	background-image: url(../Images/footer.png);
}

#powered {
	padding-top: 2px;
	font-size: 9px;	
	color: #666;
}
#powered a {
	color: #666;
}

