@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-position:center;
	background-repeat: repeat;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4d4c4c;
}

img, img a {
	border: none;
}

#header {
	width:934px;
	height:151px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	background-image: url(images/pizza.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.logo {
	height: 150px;
	float: left;
}
.address {
	float:right;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: black;
	font-weight: bold;
	text-align: left;
}

#menu {
	width:934px;
	height:50px;
	background: #603;
	background-image: url(images/btnbg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	list-style-type: none;
	width:800px;
	margin: 0;
}

#menu li {
	margin: 0 20px 0 0;
	background-image: url(images/btnbg.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding-top:20px;
}

#menu ul a {
	color: #fff;
	text-decoration: none;
}

#menu ul a:hover {
	color: #fc0;
}

.orderonline {
	width: 154px;
	height: 29px;
	float: left;
	padding-top: 10px;
	margin: 0 100px 0 15px;
}

#main {
	width: 934px;
	height: 400px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

.sidebar {
	width:234px;
	height: 380px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	background-color: #4d2311;
	background-image: url(images/sidebarbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.offers {
	font-size: 14px;
	font-weight: bold;
	color:#fc0;
	margin-left: 30px;
}

.sidebar ul {
	list-style-image: url(images/bullet.png);
}

.sidebar li {
	height:30px;
	color: #fff;
	font-weight: bold;
}

.signupimg {
	margin-left: 50px;
	margin-top: 70px;
}

.content {
	width: 500px;
	float: left;
	margin-left: 70px;
	margin-top: 50px;
	background-color: #fff;
}

.welcome {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
		
.contentimage {
	border: none;
	margin:15px;
	float:left;
}

#footer {
	width: 934px;
	height: 50px;
	margin: 0 auto;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}

.sidebarbottom {
	width:234px;
	min-height: 150px;
	float: left;
	margin-left: 30px;
	padding-top:20px;
	background-image: url(images/sidebarbottombg.jpg);
	background-repeat: repeat-x;
}

#form {
	margin-left: 45px;
}

.signup_btn {
	background-color: #963;
	border: none;
	background-image: url(images/signup_bg.jpg);
	font-weight: bold;
	width: 60px;
	height: 22px;
}

.copyright {
	float: right;
	margin: 80px 0 0 0;
	font-size: 10px;
	color: #fff;
}
