html,body {
	min-height: 100%;
}
body {
	background:  #FF3300;
	text-align: center;
}
#outer {
	background:   #FF3300;
}
#inner {
	background: #FF3300;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 180px;
	position: relative;
	background: url(../images/eader_pizza_e_vino.gif) no-repeat 100% 100%;
}
#logo {
	text-decoration: none;
}
#topMenu {
	position: absolute;
	top: 10px;
	right: 0;
}
#topMenu li {
	float: left;
	padding-left: 10px;
}
#topMenu li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#topMenu li a:hover {
	text-decoration: underline;
}
#menu {
	height: 41px;
	margin-left:30px;
}
#mainMenu {
	height: 40px;
	line-height: 40px;
}
#mainMenu li {
	float: left;
	padding-right: 2px;
}
#mainMenu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/menu_tab.jpg) no-repeat 0 0;
}
#mainMenu li.active a {
	background: #2e7b07;
}
#subMenu {
	height: 2px;
	line-height: 2px;
	background:  #FF3300;
}
#subMenu ul {
	display: none;
}
#subMenu ul.active {
	display: block;
}
#subMenu li {
	float: left;
	padding-right: 2px;
}
#subMenu li a {
	display: block;
	height: 2px;
	line-height: 40px;
	float: left;
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#subMenu li.active a {
	text-decoration: underline;
}
#footer {
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(../images/footer_back.png) no-repeat 50% 0;
	text-shadow: #000000 1px 1px 0px;
	clear: both;
}
#footer p {
	margin: 5px 0;
}
#footer p a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#left {
	width: 239px;
	height:auto;
	float: left;
	background: #ECD9DE;
}
#right {
	width: 740px;
	height: auto;
	float: right;
}
#brands {
	clear: both;
	margin-top: 11px;
	width: 980px;
	height: 80px;
	background: #fff;
	margin-left:10px;
	position: relative;
}
#brands div {
	height: 80px;
	margin: 0 20px;
	}


#contentWrapper {
	width: 980px;
	overflow: hidden;
	margin-top: 1px;
	background: #fff;
}

#content {
	padding: 22px 30px;
	position: relative;
	background: #fff;
}
h1 {
	font-size: 30px;
	color:#395c19;
}

#breadcrumb {
	color: #666666;
}
#breadcrumb a {
	color: #666666;
	text-decoration: none;
}
#breadcrumb span {
	color: #000;
}
