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

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

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

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:'Arial', Helvetica, Verdana sans-serif; 
	color:#ffffff; 
	text-align:left; 
	height:100%; 
	font-size:12px; 
	line-height:18px;
	background:url(../img/bDrop_body.png) repeat-x;
	background-color:#000000;
	
	}


/* Page Structure
--------------------------------------------------------------------------------------- */

body #home {
	overflow:hidden;
	}

#home, #page {
	width:990px;
	margin:0 auto;
	background:url(../img/bDrop_home.png) top no-repeat;
	}
	
#page {
	background:url(../img/bDrop_page.png) top no-repeat;
	}

#frame {
	width:900px;
	margin:0 auto;
	}
	
#header {
	height:123px;
	}

#nav {
	float:right;
	}
	
#banner {
	height:350px;
	border-bottom:1px solid #1f2137;
	position:relative;
	overflow:hidden;
	}
	
.banner-page {
	position:absolute;
	width:100%;
	padding-top:25px;
	
}
	
#home #content, #page #content {
	padding:40px 0 30px 0;
	}
	
#home #content {
	padding:60px 0 10px 0;
	}
	
#home #content .col01, #home #content .col02, #home #content .col03 {
	width:300px;
	}
	
#page #content .col01 {
	width:320px;
	}
	
#page #content .col02 {
	width:580px;
	}
	
#page img {
	border:1px solid #1f2137;
	}
	
#home #content img {
	float:left;
	margin-right:15px;
	}
	
.info {
	margin-top:29px;
	text-align:right;
	}

#footer {
	border-top:1px solid #1f2137;
	color:#FFFFFF;
	padding:15px 0;
	font-size:10px;
	}
	
#footer .col01 {
	float:left;
	}
	
#footer .col02 {
	float:right;
	text-align:right;
	}
	

/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}

#home #header h1 a, #home #header h1 a:hover, #page #header h1 a, #page #header h1 a:hover {
	width:230px;
	height:123px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background:url(../img/logo_h_thesocial.png) top left no-repeat;
	display:block;
}
h2 {
	
	font-size:24px;
	margin-bottom:20px;
	}
#content a.h2-anchor, #content a.h2-anchor:visited, #content a.h2-anchor:hover {
	color: #fff;
	text-decoration: none;
}
h3, h4, h5 {
	color:#6677a5;
	font-size:12px;
	line-height:18px;
	margin-bottom:0;
	}
	
.banner-page h1 {
	font-size:52px;
	font-weight:bold;
	margin-bottom:16px;
	margin-top:45px;
	}
	
.banner-page h2 {
	font-size:24px;
	color:#4372b8;
	line-height:32px;
	}
	
#banner .banner-page img {
	float:right;
	border:1px solid #1F2137;
	}

	

/* Text Styles
--------------------------------------------------------------------------------------- */

p, table p { 
	margin-bottom:10px; 
	}
	
strong {
	font-weight:bold;
	}

/* List Styles
--------------------------------------------------------------------------------------- */
	
ul { 
	font-size:12px; 
	line-height:18px; 
	margin:5px 5px 5px 10px; 
	list-style-image:url(../img/ic_point.gif); 
	padding:0 0 0 10px;  
	list-style-position: outside; 
	display:block; 
	}


/* Links
--------------------------------------------------------------------------------------- */

a, a:visited, a:hover {}

	
#content a, #content a:visited, #footer a, #footer a:visited, .info a, .info a:visited { 
	color:#4372b8;
	text-decoration:none;
	}
	
.info a, .info a:visited {
	margin-left:20px;
	}
	
#footer .col02 a, #footer .col02 a:visited, #footer .col02 a:hover {
	margin-left:44px;
	}
	
#content a:hover, .info a:hover, #footer a:hover { 
	color:#4372b8;
	text-decoration:underline;
	}
	
#header h1 a, #header h1 a:hover {
	text-decoration:none;
	display:block;
	}
#page #header h1 a {
 	background:url(../img/logo_p_thesocial.png) top left no-repeat;
	}
a.banner-anchor {
	color:#fff;
}
.banner-page a:visited, #banner-page a:link, #banner-page a:hover {
	color: #fff;
	text-decoration: none;
}

/* Main Navigation
---------------------------------------------------------------------------------------- */

#home #nav ul, #page #nav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#home #nav ul li, #page #nav ul li {   
	margin: 0;  
	padding: 0;
	float:left;
	}
		
#home #nav ul li a, #page #nav ul li a {  
	height:76px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#home #nav ul li a.drinks, #page #nav ul li a.drinks  { 
	width:81px; 
	height:76px; 
	background: url(../img/bt_h_drinks.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.drinks {
	background: url(../img/bt_p_drinks.png) top no-repeat; 
	}
		
#home #nav ul li a.cocktails, #page #nav ul li a.cocktails  { 
	width:98px; 
	height:76px; 
	background: url(../img/bt_h_cocktails.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.cocktails {
	background: url(../img/bt_p_cocktails.png) top no-repeat; 
	}
		
#home #nav ul li a.food, #page #nav ul li a.food { 
	width:70px; 
	height:76px; 
	background: url(../img/bt_h_food.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.food {
	background: url(../img/bt_p_food.png) top no-repeat; 
	}
	
#home #nav ul li a.functions, #page #nav ul li a.functions { 
	width:102px; 
	height:76px; 
	background: url(../img/bt_h_functions.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.functions {
	background: url(../img/bt_p_functions.png) top no-repeat; 
	}
	
#home #nav ul li a.specials, #page #nav ul li a.specials { 
	width:94px; 
	height:76px; 
	background: url(../img/bt_h_specials.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.specials {
	background: url(../img/bt_p_specials.png) top no-repeat; 
	}
	
#home #nav ul li a.gallery, #page #nav ul li a.gallery { 
	width:85px; 
	height:76px; 
	background: url(../img/bt_h_gallery.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.gallery {
	background: url(../img/bt_p_gallery.png) top no-repeat; 
	}
	
#home #nav ul li a.contact, #page #nav ul li a.contact { 
	width:70px; 
	height:76px; 
	background: url(../img/bt_h_contact.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.contact {
	background: url(../img/bt_p_contact.png) top no-repeat; 
	}

#home #nav ul li a.drinks:hover { 
	background: url(../img/bt_h_drinks.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.drinks:hover { 
	background: url(../img/bt_p_drinks.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.cocktails:hover { 
	background: url(../img/bt_h_cocktails.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.cocktails:hover { 
	background: url(../img/bt_p_cocktails.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.food:hover { 
	background: url(../img/bt_h_food.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.food:hover { 
	background: url(../img/bt_p_food.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.functions:hover { 
	background: url(../img/bt_h_functions.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.functions:hover { 
	background: url(../img/bt_p_functions.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.specials:hover { 
	background: url(../img/bt_h_specials.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.specials:hover { 
	background: url(../img/bt_p_specials.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.gallery:hover { 
	background: url(../img/bt_h_gallery.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.gallery:hover { 
	background: url(../img/bt_p_gallery.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#home #nav ul li a.contact:hover { 
	background: url(../img/bt_h_contact.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#page #nav ul li a.contact:hover { 
	background: url(../img/bt_p_contact.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
/* Table Style
--------------------------------------------------------------------------------------- */	
	
#servicestable td
{
	vertical-align:top;
	padding-right:40px;
	padding-bottom:40px;
}

/* Form Style
--------------------------------------------------------------------------------------- */	
	
#std_form
{
	margin:10px 0px 0px 0px;
	
}
	
#std_form td
{
	vertical-align:top;
	border:none;
	background:none;
	padding:0 0px 5px 0px;
}

input, textarea {
	margin-left:10px;
	color:#FFFFFF;
	}

#name,#email,#phone,#comment {
	width: 250px;
	height: 16px;
	border: solid 1px #1f2137;
	background-color: #000000;
	font-size: 12px;
	vertical-align: middle; 
}
		
#comment
{
	height: 160px;		
}


