/*WTMS Css Version 1.0*/

/*Reset*/

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;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
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;
}

br {
	line-height: 23px;
}

/*Main CSS*/

body {
	font-family: Georgia, Tahoma, Arial, sans-serif;	
	font-size: 100%;
	line-height: 18px;
	color: #000;
	height: 100%;
	/*background: #000 url(../layout/monkeytileblack.jpg) repeat-x 0 0;*/
	/*background: #000 url(../layout/monkeymetal.jpg) repeat-x 0 0;*/
	/*background: #000 url(../layout/woodentile2.jpg) repeat 0 0;*/
	background: #000 url(../layout/woodBg2.jpg) repeat 0 0;
}

p, ul {
	font-size: 12px;
	margin-bottom: 18px;
}

a {
	color: #000;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
	z-index: 5;
}

#crest {
	background: transparent url(../layout/monkeyCrest2.png) no-repeat 100px 0;
	width: 544px;
	height: 494px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#header {
	float: left;
	clear: both;
	width: 940px;
	height: 100px;
	margin-top: 20px;
}

#header h1 {
	text-indent: -9999px;
	width: 461px;
	height: 51px;
	margin: 15px 0;
	background: transparent url(../layout/logo.png) no-repeat center left;
	float: left;
}

#nav {
	float: left;
	width: 479px;
	height: 25px;
	display: block;
	margin: 30px 0 20px 0;
}

#nav ul {
	float: right;
	margin-left: 10px;
	display: inline;
	font-size: 14px;
	font-weight: bolder;

}

#nav ul li {
	float: left;
	margin-left: 7px;
	padding-right: 7px;
	height: 25px;
	background: transparent url(../layout/linkDiv.gif) no-repeat right 1px;
}

#nav ul li.last {
	background: none;
	padding-right: 0;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	display: inline;
	padding-bottom: 4px;
}

#nav ul li a:hover {
	border-bottom: 1px solid #fff;
}

#nav ul li a.current {
	border-bottom: 1px solid #fff;
}

#main {
	float: left;
	clear: both;
	width: 940px;
	margin-bottom: 20px;
}

#main h2 {
	text-indent: -9999px;
	height: 32px;
	float: left;
	clear: both;
	margin: 0 0 8px 0;
}

#mainImage {
	float: left;
	clear: both;
	width: 940px;
	height: 280px;
	margin-bottom:30px;
	background: #000 url(../layout/mainImageBg.png) no-repeat 0 0;
}

#mainImage img {
	margin: 10px;
	position: absolute;
	display: none;
	z-index: 10;
}

#mainImage img#first {
	display: block;
}

#genInfoOpen, #genInfoClosed {
	padding: 2px 5px 5px 7px;
	width: 230px;
	/*float: left; 
	clear: both;*/
	position: absolute;
	right: 0;
	margin: 20px;
	z-index: 100;
	color: #fff;
	background: transparent url(../layout/genInfoBg.png) repeat 0 0;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#genInfoClosed {
	width: 5px;
	height: 3px;
	padding: 10px;
}

#genInfo p, #genInfo dl {
	font-size: 12px;
	margin-bottom: 10px;
}

#genInfo p a {
	color: #fff;
	text-decoration: none;
}

#genInfo p a:hover {
	text-decoration: underline;
}

#genInfo dt {
	float: left;
	width: 135px;
	margin-bottom: 5px;
}

#genInfo dd {
	float: left;
	width: 95px;
	text-align: right;
}

#genInfo p.genInfoToggle {
	display: none;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	text-align: right;
	background:transparent url(../layout/genInfoToggleBtnClose.png) no-repeat 0 0;
	cursor: pointer;
}



#genInfoClosed {
	display: none;
}

#genInfoClosed p.genInfoToggle {
	background:transparent url(../layout/genInfoToggleBtnOpen.png) no-repeat 0 0;
}

#kurgan {
	float: left;
	clear: both;
	width: 460px;
	margin-right: 10px;
	padding: 0 10px 30px 0;
/*	border-right: 2px solid #000;*/
}

#kurgan h2 {
	background: transparent url(../layout/kurgan.png) no-repeat -6px 0;
	width: 94px;
	height: 37px;
	float: left;
	clear: both;
}

#kurganText, #soupText {
	float: left;
	clear: both;
	width: 220px;
	margin-right: 20px;
}

#kurganText p, #soupText p {
	font-size: 13px;
	line-height: 20px;
	color:#fff;
	clear: both;
	float: left;
	width: 208px;
	background: transparent url(../layout/menuBg.png) repeat 0 0;
	padding: 4px 6px 6px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

p.archiveLink {
	float: left;
	clear: both;
	text-indent: -9999px;
	margin-top: 0;
	background-image: none!important;
	width: 220px;
	cursor: pointer;
}

 p.archiveLink a {
	color: #fff;
	text-decoration: underline;
	background: transparent url(../layout/archive.png) no-repeat 0 0;
	width: 56px;
	height: 22px;
	display: block;
	float: right;
}

#kurgan img, #soup img {
	float: left;
	border: 1px solid #000;
	margin-top: 45px;
}

#soup {
	float: left;
	width: 460px;
}

#soup h2 {
	background: transparent url(../layout/soup.png) no-repeat -6px 0;
	width: 72px;
	height: 37px;
}


/*********MENU STYLES*********/


#menu #pansBoard h2 {
	background: transparent url(../layout/paninis.gif) no-repeat 0 0;
	width: 100px;
	height: 35px;
}

#menu #sansBoard h2 {
	background: transparent url(../layout/sandwiches.gif) no-repeat 0 0;
	width: 153px;
	height: 35px;
}

#menu #miscBoard h2 {
	background: transparent url(../layout/misc.gif) no-repeat 0 0;
	width: 184px;
	height: 35px;
}

#menu #brekBoard h2 {
	background: transparent url(../layout/brek.gif) no-repeat 0 0;
	width: 125px;
	height: 35px;
}

#menu #drinksBoard h2 {
	background: transparent url(../layout/drinks.gif) no-repeat 0 0;
	width: 88px;
	height: 35px;
	border-right: none;
}

#menu ul {
	display: none;
	float: left;
	clear: both;
	width: 900px;
	margin-bottom: 30px;
}

#menu ul li {
	text-indent: -9999px;
	float: left;
	margin-right: 62px;
	/*border-right: 1px solid #fff;*/
}

#menu ul li.active {
	cursor: pointer;
}

#menu ul li#pans {
	background: transparent url(../layout/fodder.gif) no-repeat 0 0;
	width: 172px;
	height: 35px;
}

#menu ul li#sans {
	background: transparent url(../layout/sandwiches.gif) no-repeat 0 0;
	width: 153px;
	height: 35px;
}

#menu ul li#misc {
	background: transparent url(../layout/misc.gif) no-repeat 0 0;
	width: 184px;
	height: 35px;
}

#menu ul li#brek {
	background: transparent url(../layout/brek.gif) no-repeat 0 0;
	width: 125px;
	height: 35px;
}

#menu ul li#drinks {
	background: transparent url(../layout/drinks.gif) no-repeat 0 0;
	width: 88px;
	height: 35px;
	border-right: none;
	margin-right: 0;
}

/*#menu p.price {
	margin-bottom: 0;
}*/

.menuBoard {
	float: left;
	clear: both;
	width: 900px;
	margin-bottom: 20px;
}


#menu .menuBoard .item {
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
	width: 260px;
}

#menu .menuBoard .menuColumn .item {
	float: left;
	width: 300px;
	margin-bottom: 18px;
	margin-right: 0;
}

#menu .menuBoard .menuColumnRight .item {
	float: left;
	width: 260px;
	margin-bottom: 18px;
	margin-right: 0;
}

#menu .menuBoard .right {
	margin-right: 0;
}

.menuBoard h3 {
	width: 260px;
	float: left;
	font-size: 20px;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.menuBoard .item h4 {
	width: 180px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	line-height: 25px;
}

.menuBoard .item h4.drinkName {
	width: 140px;
	line-height: 25px;
}

.menuBoard .item p.price {
	width: 80px;
	float: left;
	clear: none;
	text-align: right;
	line-height: 25px;
}

.menuBoard .item p.drinkPrice {
	width: 120px;
	float: left;
	clear: none;
	text-align: right;
}

.menuBoard .item p {
	width: 260px;
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 0;
}

.menuRow {
	float: left;
	clear: both;
	width: 900px;
	margin-bottom: 20px;
}

.menuColumn {
	float: left;
	width: 320px;
}

.menuColumnRight {
	float: left;
	width: 260px;
	margin: 0;
}

p.priceDetail {
	float: left; 
	clear: both;
	width: 900px;
	text-align: right
}

/*********CATERING STYLES********/

#caterBoard h2 {
	background: transparent url(../layout/catering.gif) no-repeat 0 0;
	width: 102px;
	height: 35px;
	border-right: none;
	text-indent: -9999px;
}

/*#menu #caterBoard p {
	margin-top: 18px;
	font-size: 18px;
}

#menu #caterBoard p a {
	color: #fff;
}*/

/************ATKINS***************/

#atkinsMain h2 {
	background: transparent url(../layout/atkins.gif) no-repeat 0 0;
	width: 84px;
	height: 35px;
}

#atkinsLeft {
	float: left; 
	clear: both; 
	width: 640px; 
	margin: 20px 40px 0 0;
}

#atkinsLeft p {
	font-size: 14px; 
	line-height: 24px;
	margin-bottom: 40px;
}

#atkinsMainForm {
	float: left; 
	width: 220px;
	margin-top: 0;
	position: relative; 
	top: 20px;
}

#atkinsMainForm p {
	font-size: 14px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

table {
   border: 1px solid white;
   text-align: center;
   border-collapse: collapse;
   margin-bottom: 10px;
   clear: both;
	font-size: 14px;
}

th {
   border: 1px solid white;
   padding: 0.2em;
   text-align: center;
   vertical-align: middle;
}

td {
    border: 1px solid white;
    text-align: center;
	vertical-align: middle;
    padding: 0.4em;
}

#atkinsMainForm form {
	width: 220px;
	margin: 0;
}

#atkinsMainForm form input {
	margin-bottom: 10px;
	width: 214px;
	border: none;
}

#atkinsMainForm form textarea {
	margin-bottom: 10px;
	margin-top: 4px;
	width: 214px;
	height: 80px;
	border: none;
}

#atkinsMainForm form input.txt, #atkinsMainForm form textarea.txt {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

#atkinsMainForm p.atkinsBtn {
	float: right;
}

#atkinsMainForm p.atkinsBtn input  {
	text-indent: -9999px;
	background: transparent url(../layout/placeOrderBtn.png) no-repeat 0 0;
	width: 139px;
	height: 22px;
	border: none;
	display: block;
	cursor: pointer;
}

/**********NEWS*****************/

#newsArchive h2 {
	background: transparent url(../layout/newsHeader.gif) no-repeat 0 0;
	width: 72px;
	height: 35px;
}

#newsArchive p#twitterBtnLrg {
	float: right;
	margin: 0;
}

#newsArchive p#twitterBtnLrg a {
	text-indent: -9999px;
	background: transparent url(../layout/twitterBtnLrg.gif) no-repeat 0 0;
	width: 205px;
	height: 35px;
	display: block;
}

.newsText {
	float: left; 
	width: 460px; 
}

.newsText p {
	font-size: 18px;
	line-height: 26px;
}	

/*********ARCHIVE***************/

.contentBg {
	float: left;
	clear: both;
	width: 903px;
	margin-bottom: 40px;
	color: #fff;
	background: transparent url(../layout/menuBg.png) repeat 0 0;
	padding: 15px 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentBgHeader {
	width: 900px; 
	float: left; 
	clear: both; 
}

.contentBg .contentBgHeader h2 {
	float: left;
	clear: both;
	text-indent: -9999px;
}

#contentBgRight {
	float: left; 
	width: 250px; 
	margin-top: 20px;
}

#contentBgRight h4 {
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

#contentBgRight ul {
	margin-left: 15px;
	margin-bottom: 20px;
}

#contentBgRight ul li {
	list-style-type: disc;
}

#contentBgRight ul li.month {
	margin-left: 18px;
}

#contentBgRight ul li.article {
	margin-left: 36px;
}

#contentBgRight a {
	text-decoration: none;
	color: #fff;
}

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

#kurganArchive h2 {
	background: transparent url(../layout/kurganArchive.gif) no-repeat 0 0;
	width: 197px;
	height: 35px;
}

#soupArchive h2 {
	background: transparent url(../layout/soupArchive.gif) no-repeat 0 0;
	width: 172px;
	height: 35px;
}

#contentBgLeft {
	float: left; 
	clear: both; 
	width: 600px; 
	margin-top: 20px;
	margin-right: 25px;
	padding-right: 24px;
	border-right: 1px solid #fff;
}

.archiveItem {
	float: left; 
	clear: both; 
	width: 600px; 
	border-bottom: 1px solid #fff; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.archiveItemLast {
	border: none;
}

.archiveItem h3 {
	float: left; 
	clear: both; 
	width: 120px; 
	height: 35px;
	font-size: 24px; 
	margin-right: 20px;
}

.archiveText {
	float: left; 
	width: 220px; 
	margin-right: 20px;
}

.archiveItem img {
	float: left; 
	width: 220px;
}

#albumArchive h2 {
	background: transparent url(../layout/albumArchive.gif) no-repeat 0 0;
	width: 186px;
	height: 35px;
}

.albumArchiveTitle {
	float: left; 
	width: 220px; 
	margin-left: 20px;
	font-size: 24px;
	line-height: 36px;
}

.albumArchiveText {
	float: left; 
	clear: both;
	width: 460px; 
    font-size: 18px;
margin-left: 140px;
margin-top: 20px;
}

.albumArchiveText p {
	line-height: 27px;
	font-size: 18px;
}

p#newArticleLink {
	float: left; 
}

p#oldArticleLink {
	float: right; 
}

p#oldArticleLink a, p#newArticleLink a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

p#oldArticleLink a:hover, p#newArticleLink a:hover {
	text-decoration: underline;
}

/************LINKS***************/

#links h2 {
	background: transparent url(../layout/links.gif) no-repeat 0 0;
	width: 72px;
	height: 35px;
}

.link {
	float: left; 
	clear: both; 
	width: 600px; 
	border-bottom: 1px solid #fff; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.linkLast { 
	border-bottom: none; 
}

.link h3 {
	float: left; 
	clear: both; 
	width: 220px; 
	height: 35px;
	font-size: 24px; 
	margin-right: 20px;
}

.linksText {
	float: left; 
	width: 340px; 
	margin-right: 20px;	
}

.linksText p {
	font-size: 14px;
}

p.linkBtn {
	float: right;
	margin: 0;
}

p.linkBtn a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}	

p.linkBtn a:hover {
	text-decoration: underline;
}

/*********MAP STYLES*************/

#map h2 {
	background: transparent url(../layout/location.gif) no-repeat 0 0;
	width: 103px;
	height: 35px;
}

#genInfoMap {
	float: left; 
	clear: both; 
	width: 299px;
	height: 450px; 
	margin: 20px 0 0 0;
	background-color: #fff;
	border-right: 1px solid #000;
	color: #000;
} 

#genInfoMap p, #genInfoMap dl {
	font-size: 14px;
	margin-bottom: 20px;
}

#genInfoMap p a {
	color: #fff;
	text-decoration: none;
}

#genInfoMap p a:hover {
	text-decoration: underline;
}

#genInfoMap dt {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}

#genInfoMap dd {
	float: left;
	width: 130px;
	text-align: right;
}

.gmnoprint {
	color:#000;
}
#side_bar {
	background-color:#fff;
	text-decoration: none;
	padding: 10px;
}

#side_bar br {
	text-decoration: none !important;
}

#side_bar a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	cursor: pointer
}

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

.googleDir div div table  {
 background-color: transparent !important;
color: #000;
}

#mapHolder {
	width: 600px; 
	height: 450px; 
	float: left; 
	margin: 20px 0;
} 
	
/*********FOOTER STYLES*********/

#footerBg {
	float: left;
	clear: both;
	width: 100%;
	background: #000 url(../layout/footerBg.gif) repeat-x 0 0;
	color: #fff;
	border-top: 1px solid #fff;
	
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 940px;
	margin-top: 20px;
	z-index: 20;
}

#footer div {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
	display: inline;
}

#footer div#atkins {
	margin-right: 0;
}

#footer h5 {
	height: 27px;	
	text-indent: -9999px;
	margin-bottom: 12px;
}

#news h5 {
	background: transparent url(../layout/news.png) no-repeat 0 0;
	width: 57px;
} 

#news h6 {
	margin-bottom: 18px;
}

#news p {
	font-size: 14px;
	line-height: 20px;
}

#news p#twitterBtn, #feeds p#feedBtn {
	float: right;
}

#news p#twitterBtn a  {
	text-indent: -9999px;
	background: transparent url(../layout/twitterBtn.png) no-repeat 0 0;
	width: 154px;
	height: 22px;
	border: none;
	display: block;
}

#feeds h5 {
	background: transparent url(../layout/feedHeader.gif) no-repeat 0 0;
	width:86px;
	clear: both;
	margin-top: 6px;
}

#feeds p#feedBtn a  {
	text-indent: -9999px;
	background: transparent url(../layout/feedMe.gif) no-repeat 0 0;
	width: 61px;
	height: 21px;
	border: none;
	display: block;
}

#albumMonth img {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
}

#albumMonth p#albumDetails {
	float: left;
	width: 100px;
	clear: none;
}

#albumMonth p {
	clear: both;
}

#albumMonth h5 {	
	background: transparent url(../layout/albumMonth.png) no-repeat 0 0;
	width: 208px;
}

#albumMonth p.archiveLink {
	margin-top: 0;
}

#flickr h5 a {	
	background: transparent url(../layout/flickr.png) no-repeat 0 0;
	width: 57px;
	height: 27px;
	display: block;
}

#flickr h3, p.flickr_slideshow {
	display: none;
}

#flickr ul li {
	float: left;
	margin: 0 15px 15px 0;
	width: 40px;
	height: 40px;
	background-color: #000;
}

#flickr ul li a {
	width: 38px;
	height: 38px;
	display: block;
	border: 1px solid #000;
}

#flickr ul li a:hover {
	border: 1px solid #fff;
}

#flickr ul li a img {
	width: 38px;
	height: 38px;
}

#flickr ul li.flickrRight {
	margin-right: 0;
}

#atkins h5 {	
	background: transparent url(../layout/atkinsFoot.png) no-repeat 0 0;
	width: 67px;
}

#atkins p {
	margin-bottom: 3px;
}

#atkins form {
	width: 220px;
	margin: 0;
}

#atkins form input {
	margin-bottom: 10px;
	width: 214px;
	border: none;
}

#atkins form textarea {
	margin-bottom: 10px;
	margin-top: 4px;
	width: 214px;
	height: 80px;
	border: none;
}

#atkins form input.txt, #atkins form textarea.txt {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

#atkins p.atkinsBtn {
	float: right;
}

#atkins p.atkinsBtn input  {
	text-indent: -9999px;
	background: transparent url(../layout/placeOrderBtn.png) no-repeat 0 0;
	width: 139px;
	height: 22px;
	border: none;
	display: block;
	cursor: pointer;
}

p#sendOrder {
	background: transparent url(/layout/atkinsLoader.gif) no-repeat 0 1px;
	padding: 0 0 5px 25px;
}

#footer #copyright {
	float: left;
	clear: both;
	width: 940px;
}

#footer #copyright p {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

#footer #copyright p#reg {
	float: right;
}

/*************ERROR PAGE************/

#error h2 {
	background: transparent url(../layout/errorHeader.gif) no-repeat 0 0;
	width: 185px;
	height: 35px;
}

#errorContent {
	float: left; 
	clear: both; 
	width: 900px; 
	margin-top: 20px;
}

#errorContent p {	
	margin-bottom: 40px;
	font-size: 16px;
}

#errorContent p a {
color: #fff;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../layout/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../layout/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../layout/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../layout/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
