/*Reset all styles. Eric Mayer*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*-----------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width: 850px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
/*----layout-----*/
#main {
	width: 850px;
	text-align:left;
}

#header {
	height: 100px;
	background: #4EBAD4;
	border-bottom: 15px solid #fff;
}

#menu {
	width: 150px;
	float: left;
}

#strapline {
	width: 100%;
	height: 25px;
	padding-top:4px;
}

#content {
	float: left;
	width: 692px;
}

#footer {
	clear: both;
	padding: 0;
	width: 850px;
	margin: 15px auto 0 auto;
	background: #4EBAD4;
}

/*---menu ----*/

#menu ul {
	margin: 0 0 50px 20px;
}

#menu ul li {
	display: block;
	width: 98px;
	height: 30px;
	margin: 5px 0 0 0;
	background: url(../site/button.gif) no-repeat top;
}

#menu ul li a {
	text-align:center;
	display:block;
	width: 98px;
	height: 23px;
	background: url(../site/button.gif) no-repeat bottom;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	font-size:.8em;
	padding-top:7px;
}

#menu ul li a:hover, #menu ul li a.selected {
	background:none;
}

/*---- generic ------ */
strong {
	font-weight: bold;
}
.clear {
	font-size: 0em;
	line-height: 0em;
	clear: both;
	height: 1px;
}

.fl {
	float: left;
}

.flp {
	float: left;
	padding: 8px 10px 10px 0;
}

.fr {
	float: right;
}

.frp {
	float: right;
	padding: 8px 0 10px 25px;
}

.tcent {
	text-align: center;
}

.padding {
padding: 25px;
}

/* ---forms ------ */

#xform {
	margin: 8px 0 0 0;
}

#xform label {
	float: left;
	width: 100px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
}

#xform .inlinelabel {
	width: 300px;
}

#xform input {
	float: left;
	width: 150px;
	margin-bottom:5px;
}
#xform select {
	float: left;
	margin-bottom:5px;
}

#xform .longlabel {
	width: 285px;
	margin-top: 2px;
} 

#xform .ilabel {
	width: 120px;
	float: left;
}

#xform .sm {
	margin-top: 3px;
	width: 120px;
}

#xform .longlabel2 {
	width: 135px;
	margin-top: 2px;
}

#xform .s {
	width: 15px;
	float: left;
}

#xform #ftype {
	width: 623px;
	height: 70px;
}

#xform .r {
	color: #666;
}

.cbox {
	float: left;
	width: 150px;
	padding-bottom:7px;
}


#xform textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom:5px;
}

#xform #xsubmit {
	width: 105px;
	margin: 1px 10px 0 0;
}

/*---- specific -----*/

h1 {
	font-size:1.4em;
	line-height: 1.5em;
	font-weight:normal;
	display: inline;
	color: #000;
	/*border-bottom: 3px solid #4EBAD4;*/
	font-family:arial,"Lucida Grande","Lucida Sans Unicode",geneva,verdana, "trebuchet ms",arial;
}

h2 {
	font-size:1.2em;
	line-height: 1em;
	font-weight:normal;
	padding: 6px 0 0 0;
	color: #000;
	/*border-bottom: 1px solid #4EBAD4;*/
	font-family:arial, verdana, "trebuchet ms";
}

h3 {
color: #54605b;
font-weight: bold;
}

#logo {
	float:left;
	margin:5px 20px 0 0;
}

#content p {
	padding: 3px 0 3px 0;
	line-height:1.45em;
	font-size: 0.95em;
	color:#002a68;
}

#footer p {
	padding: 3px 0 5px 0;
	line-height:1.45em;
	color:#fff;
	text-align: center;
}

#content .big {
	font-size:1.05em;
	line-height:1.45em;
}

#content p .smaller {
	font-size:0.9em;
}

#content .medium {
	font-size:1.3em;
	line-height: 1.2em;
}

#content .black {
	color: #000;
}

#content .red {
	color: #f05452;
}

#content .green {
	color: #CAE096;
}

#content .orange {
	color: #E36F1E;
}

#content a {
	color: #001C5F;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content .list {
	margin: 0;
	padding:0;
	list-style-type: square;
	color: #000;
	width: 200px;
	float: left;
}

#content .list li{
	margin: 0 0 0 20px;
	padding: 3px 0 3px 0;
	line-height:1.45em;
	color:#002a68;
}

#footer a {
color: #000;
text-decoration:underline;
}

#footer a:hover, #footer a.selected {
	text-decoration: none;
}

#header h1 {
	color:#fff;
	font-size: 2.5em;
	padding: 25px 0 0 0;
	text-decoration: none;
	display: block;
	border:none;
}

#strapline p {
	text-align: right;
	font-weight:bold;
}

.menulogo {
	margin: 0 0 0 20px;
}

#homebg {
	width: 700px;
	height: 350px;
	overflow: hidden;
	background: url(../site/homebg.jpg) no-repeat;
}

#furnbg {
	width: 700px;
	height: 350px;
	overflow: hidden;
	background: url(../site/furniturebg.jpg) no-repeat;
}

#dancbg {
	width: 700px;
	height: 350px;
	overflow: hidden;
	background: url(../site/dancefloorbg.jpg) no-repeat;
}

.transblock {
	width: 700px;
	height: 350px;
	background: url(../site/trans.png) no-repeat;
	background-position: 110px 0;
	float: right;
}

#furnbg .transblock {
	width: 400px;
	height: 350px;
	background: url(../site/trans.png) no-repeat;
	background-position: 110px 0;
	float: right;
}


.homepad {
	margin: 0 0 0 120px;
	padding: 10px 0 0 0;
	width: 240px;
}

.smcol {
	width: 230px;
	float: left;
}

#map {
	float: right;
	width: 400px;
	height: 400px;
}

#allimgs {
	width: 300px;
	height: 400px;
	overflow:hidden;
}

#imgcol {
	width: 300px;
	float: right;
}