@charset "UTF-8";
*{ 
margin: 0;
padding: 0;
}

body {
	background-color: #616161;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
}

#pageWrap {
	margin: 0 auto;
	width: 100%;
	height:600px;
	background: url(images/bg.jpg) top left no-repeat;
} #pageWrapIn {
	width: 100%;
	background: url(images/bg_inside.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

#mainContent {
	margin: 0 0 0 30%;
	background-image: url(images/fade.png);
	background-repeat: no-repeat;
	height: 600px;
	background-position: left top;
	
} #mainContentIn {
	margin: 0 20% 0 0;
	background-image: url(images/fade_reverse.png);
	background-repeat: repeat-y;
	background-position: right top;
	
}

#mainContent .logo {
	display: block;
	position: absolute;
	left: 42%;
	top: 50px;
	right: 20px;
} #mainContentIn .logo {
	margin: 50px 20px 40px 40px;
}
#saloonForm {
	padding-right: 20px;
	padding-left: 40%;
	padding-top: 160px;
	padding-bottom: 0px;
}
#saloonForm p {
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
	margin-left: -5px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#saloonForm .jump {
	display: block;
	margin: 8px 0 15px 0;
}

#saloonForm .submitButton a {
	display:block;
	text-indent:-9999px;
	margin-top:20px;
	margin-left: -5px;
	background-image: url(images/search.png);
	background-position: left top;
	height: 37px;
	width: 115px;
}
#saloonForm .submitButton a:hover {
	background-position:left bottom;
}

#dataTable {
	
	margin: 0 20px 80px 42px;
	-moz-box-shadow: rgba(0, 0, 0, 0.30) 2px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.30) 2px 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	

}

#dataTable th {
	background-color: #333;
	padding: 9px;
	font-size: 15px;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4D4D;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
}

#dataTable td {
	background:#A9A9A9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#dataTable td.small {
	background-image: url(images/expand.png);
	background-repeat: no-repeat;
	background-position: 95% center;

}
#dataTable td.small:hover {
	background-color:#A2A2A2;
}
#dataTable .saloonAdd {
	background-color:#999;
	margin:0 10px 10px 0;
	clear: both;
}
#dataTable .saloonAdd img {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #333;
	float: left;
}
#dataTable .name {
	font-size: 20px;
	font-weight: bolder;
	color: #333;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#dataTable .address {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
#dataTable .tel {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#dataTable .services {
	clear: both;
	padding-right:20px;
	list-style-type: none;
	list-style-position: inside;
	color: #666;
	font-size: 13px;
}
#dataTable .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 2px;
	padding-top: 10px;
}
#dataTable .timings {
	font-size: 13px;
}
#dataTable .collapse {
	padding-right: 23px;
}

#dataTable .divider {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9B9B9B;
	border-bottom-color: #D1D1D1;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.divider123 {
	background-color:#D1D1D1;
	
	width: 100%; 
	height:1px;
}

#footer {
	font-weight: bold;
	color: #FFF;
	text-align: right;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #6F6F6F;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
}
.text {
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: right;
	color: #CCC;
	text-decoration: none;
}
.left1 {
	float: left;
	height: auto;
	width: 500px;
}
.right1 {

	float: right;
	height: auto;
	width: 200px;
}

