html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr{
	clear:both;
}

.centerContent{
	width:960px;
	margin:0 auto;
}

.padding10{
	padding:10px
}

body{
	background:#b9c9d2 url(../../img/warsaw/bg.gif) no-repeat 0 50%;
	background-attachment: fixed;
}

a{
	color:#022d66;
}

a:hover{
	color:#000000;
}

.halfLeft {
    float: left;
    width: 50%;
}

.halfRight {
    float: right;
    width: 49%;
}

#mainContentMain{
	margin:0 auto;
	width:960px;
}

#mainHeader {
	z-index: 100;
}

#leftContent{
	float:left;
	background:url(../../img/warsaw/menu_bg.gif) repeat-x top left;
	margin-top: -5px;
	z-index: 101;
}

#rightContent{
	float:right;
	width:720px;	
	margin-top:46px;
}

.centerContent #rightContent{
	margin-top:0;
}

#contentTitle{
	background:url(../../img/warsaw/main_title_bg.gif) no-repeat top left;
	height:41px;
	overflow:hidden;
}

#contentTitle h1{
	margin:5px 50px 0;
	font-family:"Myriad Pro";
	font-size:32px;
	line-height:32px;
	color:#000;
	font-weight:normal;
}

#contentFooter{
	background: url(../../img/warsaw/box_bottom_bg.gif) no-repeat 0 0;
	width: 720px;
}

#contentTextIn{
	background:#99AFC2;
	padding-bottom:15px;
}

#contentBottomLeft, #contentBottom{
	float:left;
	width:275px;
	height:97px;
	padding-left:78px;
}

#contentBottomLeft h3, #contentBottom h3{
	display:block;
	font-size:26px;
	margin:5px 0;
	font-weight:normal;
}

#contentText{
	background:#99AFC2;
}

/******************* main menu *******************************/

#mainMenu{
	margin:6px 0;
}

#mainMenu li{
	height:40px;
	margin-bottom:5px;
	background:#fff;
	width:235px;
	cursor:pointer;
	overflow:hidden;
}

#mainMenu canvas{
	margin:13px 0 0;
	cursor:pointer;
	
}

#mainMenu a{
	font-size:18px;
	color:#012c69;
	font-weight:bold;
	line-height:40px;
	height:40px;
	display:block;
	padding-left:10px;
	text-decoration:none;
	border-left:10px solid #000;
	background:#fff;	
	cursor:pointer;
}

#mainMenu a:hover, #mainMenu a.active{
	padding-left:20px;
	border-left:0 none;
	background:#012c69;
	color:#fff;
}

#mainMenu li.sub a {
	border-left: 10px solid #666;
	padding-left: 20px;
}

#mainMenu li.sub a:hover {
	border-left: 0;
	padding-left: 30px;
}

/************************** Lunch *********************************/

.mainList .break{
	width:30%;
	background:#3b5063;
}

.mainList th{
	color: #000;
	background: #fff;
}

.mainList .price{
	background:#2f4557;
	color:#fff;
}

.mainList .break-light{
	background:#596f82;
}

.mainList .price-light{
	background:#4c6174;
}

/********************** Gallery **********************************/

.galleryShowDiv{
	float:left;
	margin-right:16px;
}

.galleryShowDiv-no-margin{
	margin-right:0;
}

/******************* newsletter - box ***************************/

#newsletter{
	background:#012c69;
	padding:10px 0;
}

#newsletter h3{
	display:inline;
	background:#99afc2;
	padding:5px 10px 5px 20px;
	color:#012c69;
	font-size:20px;
}

#newsletter div{
	color:#fff;
	margin:8px 0 5px 20px;
	font-size:20px;
	font-weight:bold;
}

#newsletter #newsletter_s{
	background:url(../../img/warsaw/newsletter_button.gif) no-repeat top left;
	border:0 none;
	display:block;
	float:right;
	clear:both;
	width:26px;
	height:20px;
	margin:0 15px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
}

#freshmail_email{
	background:url(../../img/warsaw/input_bg.gif) repeat-x top left;
	height:14px;
	line-height:18px;
	border:1px solid #233e74;
	color:#7a889f;
	padding:2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:20px;
}

/******************* footer ***************************/

#preFooter{
	clear: both;
	margin: 0 auto;
	padding: 25px 0 10px;
	color:#022d66;
}

#preFooter a{
	color:#022d66;
	text-decoration:none;
}

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

#footer{
	background:#222628;
	border-top:1px solid #fff;
	padding-top:10px;
	color:#686868;
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:60px;
}

/******************* content text ***************************/

#contentText h2 {
	font-size: 16px;
}

#contentText h3 {
	margin: 6px 0;
	font-size: 12px;
}

#contentText {
	padding: 15px 0;
    min-height: 200px;
	font-size: 12px;
}

#contentTextIn {
    padding: 0 15px;
}

#contentText img {
	border: 1px solid #ddd;
}

#contentText input {
    height: 20px;
}

#contentText textarea {
    height: 90px;
}

#contentText input[type="text"], #contentText textarea {
    width: 230px;
}

#contentText img.head {
	float: left;
	margin: 0 15px 10px 0;
}

/******************* table mainList ***************************/

table.mainList {
    width: 100%;
}

table.mainList th h2 {
    color: #fff !important;
    font-size: 31px !important;
}

table.mainList td, table.mainList th {
	padding: 3px 7px;
    margin: 0;
    border: 0;
    text-align: left;
    height: 20px;
}

table.mainList th {
    font-weight: normal;
    padding: 1px 8px 1px 4px;
}

table.mainList th.second {
    text-align: right;
    width: 25%;
	background: #bcd2e3;
	margin: 0 3px;
}

table.mainList th.first {
    text-align: left;
    width: 25%;
    padding-left: 10px;
}

table.mainList td {
    padding: 8px 0 8px 16px;
    vertical-align: top;
}
