/* 6:12:07 removed the max-width and change the width of the float from PX to EM */
body {background: url(../images/bg-cloud.jpg) no-repeat; padding:0;margin:0; font-family: BankGothic Md BT, Helvetica, sans-serif;}


html {background:#000 url(../images/bg-grad.jpg) repeat-x;}


img {border:none}

a{border: none;}
a{text-decoration: none;}
a:active
{
  outline: none;
  cursor: pointer;
}

.smlA {font-size:20px;
		 color:#e1e5ef;}
.smlA:hover {color:#fff;}


a:focus{
  -moz-outline-style: none;
  cursor: pointer;
}

.alt1 {background:#d3942d;}
.alt2 {background:#d3942d;}
.listContain a .alt1:hover {background:#fff8e7;}
.listContain a .alt2:hover {background:#fff8e7;}
.listContain h4 {font-size:20px; color:black;}
.listContain b {font-size:12px; color:black; font-weight:bold; line-height:5px;}
.listContain span {font-size:16px; color:black; line-height:5px;}

.listContain .alt1 {background:#ffe399; padding:5px;  font-size:12px; margin-bottom:1px;}
.listContain .alt2 {background:#ffe399; padding:5px;  font-size:12px; margin-bottom:1px;}
.block {padding:5px; font-size:20px; color:#d4d5d7; line-height:5px; width:320px; margin-right:25px;}


	


#visit{
	margin: 0 auto;
	width: 1010px;
	height: 490px;
	color: #dcc49d;
	/*border: 2px blue dotted;
	background-color: white;*/
}



#home{
	margin: 0 auto;
	width: 1010px;
	height: 490px;
	border-top: 1px black dotted;
	color: #dcc49d;
}


#footer{

	/*border: 1px solid red;*/

}

.titles{
	font-size: 150%;
	margin-left: 20px;
}

.dj{

	margin: 0 auto;
	width: 1010px;
	height: 490px;
	/*border: 2px blue dotted;*/



}

#header{
	/*border: 1px solid green;*/
	width: 1010px;
	height: 150px;
	z-index: 3000;
	background-color:transparent;
}


#wrapper{
	width: 1010px;
	height: 800px;
	margin: 0px auto;
	
	background-color: transparent;

}

#content{
	width: 1010px;
	height: 490px;
	background-color: #000000;
	border-right: 1px solid #2c1d12;
	border-left: 1px solid #2c1d12;
}

#catering{
width: 1010px;
	height: 490px;
	
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;
}



#bookP{
	width: 1010px;
	height: 490px;
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;
}

#contact{
	width: 1010px;
	height: 490px;
	background-color: #000000;
}

#events{
	width: 960px;
	height: 490px;
	z-index: -3000;
	padding-left: 50px;
	background-color: #000000;
	border-top: 1px solid black;
	overflow: auto;
	
}

#experience{
	width: 1010px;
	height: 490px;
	
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;
}

#factsheet{
	width: 1010px;
	height: 490px;
	
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;
}

#guestlist{
	width: 1010px;
	height: 490px;
	background-color: #000000;
}

#gallery{
	width: 1010px;
	height: 510px;
	background-color: #000000;
	border-bottom: 1px solid #2c1d12;
	border-right: 1px solid #2c1d12;
	border-left: 1px solid #2c1d12;}

#guestbook{
	width: 1010px;
	height: 490px;
	background-color: #000000;
}



#pressR{
	width: 1010px;
	height: 490px;
	
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;
}


.press{
	width: 1010px;
	height: 490px;
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: hidden;
}



#services{
width: 1010px;
	height: 490px;
	
	background-color: #000000;
	border-top: 1px solid black;
	color: #dcc49d;
	overflow: auto;

}

#tableRes{
	width: 1010px;
	height: 490px;
	background-color: #000000;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: -10px;
float: left;
margin-left: 3px;

}







/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {position:relative;background:#000 no-repeat 100% 50%; font-size: 90%; width:50em;width:1010px;;float:left;margin-bottom:0em;border-bottom:1px solid #280606;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	z-index: 3000;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(http://www.tjkdesign.com/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	width:202px;
	z-index: 3000;
	max-width:50%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:14.02em/*FF*/;
	padding:0;
	z-index: 3000;
	border:none;
	max-width:120%;
	
	border-top:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:default;
	color:#ebbd4a;
	border-top:1px solid #280606;
	border-left:1px solid #280606;
	background: url(../images/navi.gif) repeat-x;
	text-decoration:none;
	display:block;
	z-index: 3000;
	text-align: center;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:1.7em;
	line-height:1.5em;
}

#TJK_dropDownMenu li a:hover{
	color: white;
	z-index: 3000;
	background: url(../images/naviRo.gif) repeat-x;

}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	z-index: 3000;
	width:202px;
	background:#500d0d;
	font-weight:normal;
	border:1px solid #280606;
	color:#ebbd4a;
	background-position:0 50% !important;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#FFFFF}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color:#fff !important;background: url(../images/naviRo.gif) repeat-x; background-color: black;}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:1.7em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
/*#TJK_dropDownMenu li#AB {z-index:6;}
#TJK_dropDownMenu li#CF {z-index:5;}
#TJK_dropDownMenu li#GJ {z-index:4;}
#TJK_dropDownMenu li#KR {z-index:3;}
#TJK_dropDownMenu li#ST {z-index:2;}
#TJK_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */

/* Keeping current menu accessible to JAWS */
/*.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* background colors */
/*#AB,#AB li a {background: url(../images/navi.gif) repeat-x;}
#CF,#CF li a {background: url(../images/navi.gif) repeat-x;}
#GJ,#GJ li a {background: url(../images/navi.gif) repeat-x;}
#KR,#KR li a {background: url(../images/navi.gif) repeat-x;}
#ST,#ST li a {background: url(../images/navi.gif) repeat-x;}
#UZ,#UZ li a {background: url(../images/navi.gif) repeat-x;}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_dropDownMenu li#AB ul li a:focus,
.AB #TJK_dropDownMenu li#AB ul li a:active,
.CF #TJK_dropDownMenu li#CF ul li a:focus,
.CF #TJK_dropDownMenu li#CF ul li a:active,
.GJ #TJK_dropDownMenu li#GJ ul li a:focus,
.GJ #TJK_dropDownMenu li#GJ ul li a:active,
.KR #TJK_dropDownMenu li#KR ul li a:focus,
.KR #TJK_dropDownMenu li#KR ul li a:active,
.ST #TJK_dropDownMenu li#ST ul li a:focus,
.ST #TJK_dropDownMenu li#ST ul li a:active,
.UZ #TJK_dropDownMenu li#UZ ul li a:focus,
.UZ #TJK_dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important; cursor: pointer;}


/*-----------------------Footer CSS Fuckin amateure shit------------------------------*/



#TJK_FdropDownMenu,
#TJK_FdropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_FdropDownMenu {position:relative;background:#000 no-repeat 100% 50%; font-size: 90%; width:50em;width:1010px;;float:left;margin-bottom:1em;border-bottom:1px solid #280606;
}
/* sub-menu ULs */
#TJK_FdropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:pointer;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(http://www.tjkdesign.com/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_FdropDownMenu li {
	position:relative;
	width:202px;
	max-width:50%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#TJK_FdropDownMenu li ul li {
	width:14.02em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	
	border-top:none;
}
/* All anchors */
#TJK_FdropDownMenu li a {
	cursor:default;
	color:#ebbd4a;
	border-top:1px solid #280606;
	border-left:1px solid #280606;
	background: url(../images/navi.gif) repeat-x;
	text-decoration:none;
	display:block;
	text-align: center;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:1.7em;
	line-height:1.5em;
}

#TJK_FdropDownMenu li a:hover{
	color: white;
	background: url(../images/naviRo.gif) repeat-x;

}
/* sub-menu Anchors */
#TJK_FdropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	width:202px;
	background:black;
	font-weight:normal;
	border:1px solid #280606;
	color:#666;
	background-position:0 50% !important;
}
/* :hover and stuff */
#TJK_FdropDownMenu li a:hover,
#TJK_FdropDownMenu li a:focus,
#TJK_FdropDownMenu li a:active {color:#FFFFF}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_FdropDownMenu ul a:hover,
#TJK_FdropDownMenu ul a:focus,
#TJK_FdropDownMenu ul a:active {color:#fff !important;background: url(../images/naviRo.gif) repeat-x;background-color: black;}
/* display and z-index for the sub-menus */
#TJK_FdropDownMenu li:hover ul,
#TJK_FdropDownMenu li.msieFix2 ul {display:block;z-index:10;top:-10.8em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
/*#TJK_dropDownMenu li#AB {z-index:6;}
#TJK_dropDownMenu li#CF {z-index:5;}
#TJK_dropDownMenu li#GJ {z-index:4;}
#TJK_dropDownMenu li#KR {z-index:3;}
#TJK_dropDownMenu li#ST {z-index:2;}
#TJK_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */

/* Keeping current menu accessible to JAWS */
/*.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* background colors */
/*#AB,#AB li a {background: url(../images/navi.gif) repeat-x;}
#CF,#CF li a {background: url(../images/navi.gif) repeat-x;}
#GJ,#GJ li a {background: url(../images/navi.gif) repeat-x;}
#KR,#KR li a {background: url(../images/navi.gif) repeat-x;}
#ST,#ST li a {background: url(../images/navi.gif) repeat-x;}
#UZ,#UZ li a {background: url(../images/navi.gif) repeat-x;}
/* "trigger" and "msieFix" classes */
#TJK_FdropDownMenu li.msieFix2 a {}
/* last nested UL. keeping it in */
#TJK_FdropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_FdropDownMenu li#AB ul li a:focus,
.AB #TJK_FdropDownMenu li#AB ul li a:active,
.CF #TJK_FdropDownMenu li#CF ul li a:focus,
.CF #TJK_FdropDownMenu li#CF ul li a:active,
.GJ #TJK_FdropDownMenu li#GJ ul li a:focus,
.GJ #TJK_FdropDownMenu li#GJ ul li a:active,
.KR #TJK_FdropDownMenu li#KR ul li a:focus,
.KR #TJK_FdropDownMenu li#KR ul li a:active,
.ST #TJK_FdropDownMenu li#ST ul li a:focus,
.ST #TJK_FdropDownMenu li#ST ul li a:active,
.UZ #TJK_FdropDownMenu li#UZ ul li a:focus,
.UZ #TJK_FdropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}
