#wrapper {
	background-color: #CFB898;
	padding-top: 10px;
}

* html #wrapper {
	padding-top: 20px;
}

#page {
	width: 896px;
	margin: 0px auto;
}

#logo {
	width: 390px;
	float: left;
	margin: 36px 0px 0px 48px;
}

* html #logo { display: inline; }

#tasty-twins {
	width: 458px;
	float: left;
}

#menu {
	width: 800px;
	margin: 0px 48px 10px 48px;
}

#menu a {
	display: block;
	height: 30px;
	float: left;
	background: url('../images/menu.gif') no-repeat 0px 0px;
	font-size: 0;
	line-height: 0;
	text-indent: -10000px;
}

#menu a.about						{ width: 90px; }
#menu a.menu						{ width: 91px;  background-position: -90px 0px; }
#menu a.locator					{ width: 161px; background-position: -181px 0px; }
#menu a.info						{ width: 130px; background-position: -342px 0px; }
#menu a.gallery					{ width: 125px; background-position: -472px 0px; }
#menu a.contact					{ width: 103px; background-position: -597px 0px; }
#menu a.copyright				{ width: 100px; background-position: -700px 0px; }
#menu a.about:hover			{ background-position: 0px -30px; }
#menu a.menu:hover			{ background-position: -90px -30px; }
#menu a.locator:hover		{ background-position: -181px -30px; }
#menu a.info:hover			{ background-position: -342px -30px; }
#menu a.gallery:hover		{ background-position: -472px -30px; }
#menu a.contact:hover		{ background-position: -597px -30px; }
#menu a.copyright:hover	{ background-position: -700px -30px; }

#content {
	width: 800px;
	margin: 0px 48px;
}

#content-top {
	height: 20px;
	background: url('../images/bg-t.gif') no-repeat 0px 0px;
}

#content-mid { background: url('../images/bg-m.gif') repeat-y 0px 0px; }

#pic-slider {
	width: 760px;
	height: 100px;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px 20px;
}

#pic-slider ul {
	width: 1002px;
	height: 100px;
	display: block;
	margin: 0px;
	list-style: none;
}

#pic-slider ul li { float: left; }

#pic-slider ul li a {
	width: 125px;
	height: 100px;
	display: block;
	overflow: hidden;
	cursor: default;
	border-right: 2px solid #E8DED0;
	background: #FFFFFF none no-repeat scroll 0%;
	text-indent: -10000px;
}

#pic-slider ul li.ig-01 a { background: url('../images/ig-01.jpg') no-repeat scroll center top; }
#pic-slider ul li.ig-02 a { background: url('../images/ig-02.jpg?v=2') no-repeat scroll center top; }
#pic-slider ul li.ig-03 a { background: url('../images/ig-03.jpg') no-repeat scroll center top; }
#pic-slider ul li.ig-04 a { background: url('../images/ig-04.jpg?v=2') no-repeat scroll center top; }
#pic-slider ul li.ig-05 a { background: url('../images/ig-05.jpg') no-repeat scroll center top; }
#pic-slider ul li.ig-06 a { background: url('../images/ig-06.jpg') no-repeat scroll center top; border-right: 0px; }

#column-1, #column-2 {
	width: 372px;
	float: left;
	margin-left: 20px;
	text-align: justify;
}

#column-2 { margin-left: 16px; }

* html #column-1, * html #column-2 { display: inline; }

#column-single {
	width: 760px;
	float: left;
	margin-left: 20px;
	text-align: justify;
}

* html #column-single {
	display: inline;
}

#columns p {
	margin-bottom: 8px;
}

#columns h2 img {
	margin-bottom: 4px;
}

#columns h5 {
	padding-left: 13px;
	color: #C9282D;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

#columns h5 a {
	color: #C9282D;
	text-decoration: underline;
}

#columns ul.points li {
	margin: 0px 0px 8px 13px;
	list-style-image: url('../images/li.gif');
}

* html #columns ul.points li {
	margin-left: 16px;
	list-style-image: url('../images/li-ie.gif');
}

#columns ul.points li.last {
	margin-bottom: 0px;
}

#columns ul.files {
	margin-bottom: 10px;
}

#columns ul.files li {
	margin: 0px 0px 0px 18px;
	list-style-image: url('../images/li-file.gif');
}

* html #columns ul.files li {
	margin: 0px 0px 0px 16px;
	list-style-image: url('../images/li-file-ie.gif');
}

#footer-wrapper {
	background: url('../images/bg.gif') repeat-x 0px 0px;
}

#footer {
	width: 820px;
	margin: 0px auto;
	padding-top: 24px;
	background: url('../images/bg-b.gif') no-repeat 0px 0px;
	font-size: x-small;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-icons {
	width: 130px;
	margin: 10px auto;
}

#footer-icons img {
	float: left;
	margin-right: 10px ;
}

#footer-icons img.last {
	margin-right: 0px ;
}