/*
common styles
*/
body {
	font-family: Georgia, 'Times New Roman', Times, serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3 {
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
p {
	margin: 17px 0 17px 0;
}
img,
table {
	border: 0;
}
form {
	padding: 0;
	margin: 0;
}
.clearing {
	float: none;
	clear: both;
	font-size: 0px;
}
.inline,
.inline li {
	display: inline;
}

/*
structure
*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	background: url(img/bg_page.jpg) 50% 170px;
}
body {
	background: url(img/bg_content.jpg) 50% 0 no-repeat;
}
#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 178px;
	z-index: 2;
}
#page-container {
	min-height: 100%;
	position: relative;
	width: 1019px;
	margin: 0 auto;
	overflow: hidden;/*opera vs. negative text-indent*/
}
* html #page-container {/*ie6*/
	height: 100%;
	overflow: visible;
}
#content-container {
/*	position: relative;*/
	padding: 0 0 36px 0;
	float: left;
	clear: both;
	width: 100%;
	z-index: 1;
}
#content-container2 {
	margin-top: 263px;
}
#left_column {
	float: left;
	width: 300px;
}
#main_column {
	float: left;
	width: 694px;
	padding: 10px 0 0 0;
	background: url(img/bg2-1.png) 0 0 no-repeat;
}
#main_column .col-wrap1 {
	background: url(img/bg2-2.jpg) 0 0 repeat-y;
	margin-bottom: 4px;
}
#main_column .col-wrap2 {
	background: url(img/bg2-3.png) 0 100% no-repeat;
	position: relative;
	top: 4px;
	min-height: 400px;
	padding: 6px 50px 18px 27px;
}
#main_column .col1 {
	float: left;
	width: 411px;
	padding: 11px 16px 18px 16px;
}
#main_column .col2 {
	width: 194px;
	margin-left: 465px;
	padding: 11px 16px 18px 16px;
	display: none;
}
* html #main_column .col2 {/*ie6*/
	position: relative;
}
#main_column .col3 {
	width: 213px;
	margin-left: 465px;
	padding: 3px 0 18px 13px;
}
#main_column .section1 {
	float: left;
	width: 419px;
	padding: 0 24px 0 0;
	text-align: right;
}
#main_column .section2 {
	margin-left: 465px;
	padding: 44px 0 0 13px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(img/bg_footer.gif) 0 0 repeat-x;
	height: 36px;
	font-family: Tahoma;
	color: #ffffff;
	font-size: 11px;
}
/* home page */
#home #main_column {
	background-image: url(img/bg1-1.png);
}
#home #main_column .col-wrap1 {
	background-image: url(img/bg1-2.jpg);
}
#home #main_column .col-wrap2 {
	background-image: url(img/bg1-3.png);
	padding: 0;
}
/* wide mode, for screens wider than 1280px */
html#wide body {
	background-image: url(img/bg_content_wide.jpg);
}
html#wide #page-container {
	width: 1253px;
}
html#wide #main_column {
	width: 934px;
}
html#wide #main_column .col2 {
	display: block;
}
html#wide #main_column .col3 {
	float: right;
	margin-left: 0;
}

/*
navigation lists
*/
/* main navigation */
ul#main_nav {
	margin: 40px 0 0 25px;
	padding: 0;
	list-style: none;
}
#main_nav li {
	margin: 0 16px 46px 0;
	padding: 0;
	float: left;
	width: 109px;
	height: 109px;
	background: url(img/bullet.png) 0 0 no-repeat;
}
#main_nav li a {
	display: block;
	height: 109px;
	text-indent: -5000px;
}
#main_nav li span {
	display: block;
	height: 19px;
	position: relative;
	top: 85px;
	cursor: pointer;
	background: url(img/main_nav.png) 50% 0 no-repeat;
}
#main_nav li.i2 span {background-position: 50% -19px;}
#main_nav li.i3 span {background-position: 50% -38px;}
#main_nav li.i4 span {background-position: 50% -57px;}
#main_nav li.i5 span {background-position: 50% -76px;}
#main_nav li.i6 span {background-position: 50% -95px;}

/* second navigation */
ul#second_nav {
	position: absolute;
	top: 15px;
	right: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#second_nav li {
	margin: 0 0 0 14px;
	padding: 0;
	display: inline;
}
#second_nav a {
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 16px;
	color: #ffffff;
	position: relative;
}
#second_nav a:hover {
	border-bottom-width: 0;
	padding-bottom: 1px;
}

/* content page navigation */
ul.content_nav {
	margin: 0 0 47px 0;
	padding: 0;
	list-style: none;
	color: #117430;
	font-family: 'Times New Roman';
}
ul.content_nav * {
	font-size: 20px;
	font-weight: bold;
}
.content_nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
.content_nav a {
	margin: 0 10px 0 0;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 2px 0;
}
.content_nav a:hover {
	border-bottom-width: 0;
	padding-bottom: 2px;
}
.content_nav h1 {
	display: inline;
	margin: 0 15px 0 0;
}

/*
Misc.
*/
#contacts {
	position: absolute;
	top: 85px;
	right: 40px;
	width: 201px;
	height: 93px;
	margin: 0;
	text-align: left;
	text-indent: -5000px;
	background: url(img/contacts.png) 0 0 no-repeat;
}
#puzoff_restaurant {
	height: 182px;
	margin-top: 0;
	margin-bottom: 27px;
	text-align: left;
	text-indent: -5000px;
	background: url(img/puzoff_restaurant.jpg) 0 0 no-repeat;
}
#features {
	height: 65px;
	margin-bottom: 45px;
	text-align: left;
	text-indent: -5000px;
	background: url(img/bg_features.png) 0 0 no-repeat;
}
.h_george_puzoff {
	width: 167px;
	height: 245px;
	text-align: left;
	text-indent: -5000px;
	background: url(img/h_george_puzoff.png) 0 0 no-repeat;
	margin-top: -98px;
	margin-right: auto;
	margin-left: auto;
}

.h_george_puzoff_flash {
	width: 167px;
	height: 245px;
	text-align: left;
	margin-top: -98px;
	margin-right: auto;
	margin-left: auto;
}

* html .h_george_puzoff {/*ie6*/
	position: relative;
}
* html .h_george_puzoff_flash {/*ie6*/
	position: relative;
}

.h_toast {
	height: 15px;
	text-align: left;
	text-indent: -5000px;
	background: url(img/h_toast.gif) 50% 0 no-repeat;
}
.h_news {
	height: 13px;
	margin-top: 7px;
	margin-bottom: 12px;
	text-align: left;
	text-indent: -5000px;
	background: url(img/h_news.gif) 50% 0 no-repeat;
}
.h_menu {
	height: 217px;
	margin: 0 0 22px 0;
	text-align: left;
	text-indent: -5000px;
	background: url(img/menu_ico.png) 50% 0 no-repeat;
}
#main_column .col2 blockquote {
	margin: 0 0 36px 0;
	padding-left: 1px;
	font-style: italic;
}
#main_column .col2 blockquote.alt {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 1.4em;
}
.separator {
	background: url(img/separator.gif) 50% 0 no-repeat;
	height: 6px;
	margin: 10px 0 10px 0;
}
#main_column .col1 .separator {
	margin-bottom: 7px;
}
#main_column .col2 .separator {
	background-image: url(img/separator2.gif);
	height: 19px;
	margin-bottom: 48px;
}
#main_column .col2 h3 {
	margin-bottom: 18px;
}
#main_column .col2 p {
	margin-top: 12px;
	margin-bottom: 12px;
}
/* home page news section */
.news {
	padding: 0 6px;
}
.news .item {
	border-top: 1px solid #af905f;
	padding-top: 9px;
	margin-top: 9px;
}
.news .item img {
	float: left;
	margin-right: 16px;
}
.news a.title {
	display: block;
	margin-top: 5px;
	font-size: 19px;
}
.news p {
	margin-top: 9px;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 1.25em;
}
.news .date {
	display: block;
	color: #542b17;
}
#footer p {
	margin: 8px 0;
	padding: 0 20px 0 20px;
}
.banners .item {
	margin-bottom: 12px;
}
.banners .item.last {
	margin-bottom: 0;
}
/* menu page */
.menu {
	font-family: 'Times New Roman';
}
.menu .title {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.menu .subtitle {
	margin: 0 0 12px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.menu .title,
.menu .section {
	border-bottom-style: double;
	border-bottom-width: 3px;
}
.menu .section {
	margin: 0 0 11px 0;
	padding: 0 0 7px 0;
}
.menu .subsection {
	margin: 0 0 19px 0;
}
.menu .subsection.last {
	margin-bottom: 0;
}
.menu table {
	width: 100%;
	margin-bottom: 2px;
}
.menu table td {
	vertical-align: top;
}
.menu table .c1 {
	width: 100%;
	background: url(img/menu_dots1.gif) 0 0.6em repeat-x;
}
.menu table .c2 {
	text-align: center;
	padding-left: 10px;
}
.menu table .c3 {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 10px;
}
.menu table span.s1 {
	background: url(img/menu_dots2.gif) 0 0.5em no-repeat;
}
.menu table span.s1 strong {
	line-height: 1.0em;
}
.menu table span.s2 {
	display: block;
	font-size: 13px;
	line-height: 1.2em;
}
