
/*********************************************************************
	
	Goldman's Of Florida - (c) 2010
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited
	
*********************************************************************/

/*********************************************************************
	Reset
*********************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 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;
	vertical-align:baseline;
}

@font-face {
 font-family: 'PlacardCondensedRegular';
 src: url('../fonts/placcond.eot');
 src: local('Placard Condensed'), local('PlacardMT-Condensed'), url('../fonts/placcond.woff') format('woff'), url('../fonts/placcond.ttf') format('truetype');
}

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	background:url(../images/background.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#767676;
	margin:0;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

a img {
	border:none;
}

a {
	outline: none;
	color: #FFF;
}

h1 {
	font-family: 'PlacardCondensedRegular', sans-serif;
	font-size: 24px;
	color:#333;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-family: 'PlacardCondensedRegular', sans-serif;
	color:#333;
	font-size: 15px;
	margin-bottom:20px;
}

h3 {
	color:#333;
	font-size: 14px;
	margin-bottom:10px;
}

hr {
	background: #D7DFE2;
	height: 1px;
	border: none;
	clear:both;
	margin: 0 0 15px;
}

p, form {
	font-size:12px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

p.small {
	font-size: 9px;
}

dl dt {
	font-size: 1.5em;
	font-weight: bold;
}

dl dd ul {
	margin: 0;
	list-style-type: none;
}

blockquote {
	margin: 0px;
	padding: 10px;
	/* border:1px solid #2F8E8E; */
	quotes: "\201C" "\201D";
}

blockquote:before {
	color:#fff;
	content: open-quote;
	font-weight: bold;
}

blockquote:after {
	color:#fff;
	content: close-quote;
	font-weight: bold;
}

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*********************************************************************
	IE6 upgrade alert
*********************************************************************/
#ie_alert {
	display: none;
	background-color: #fff;
	width: 400px;
	color: #333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	border: solid 2px #a52003;
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 10px;
}

#ie_alert ul {
	margin: 0 0 15px 25px;
}

#ie_alert p {
	margin: 0 0 15px 0;
	line-height: 14px;
	padding: 0;
}

a.upgrade {
	float: left;
	margin: 0 10px 0 0;
}

span#ie_alert_reasons {
	color: #a52003;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/
a#home {
	background-image:url(../images/nav/home.jpg);
	width:71px;
	text-indent: -999em;
}

a#locations {
	background-image:url(../images/nav/locations.jpg);
	width:96px;
	text-indent: -999em;
}

a#corporate-events {
	background-image:url(../images/nav/corporate-events.jpg);
	width:144px;
	text-indent: -999em;
}

a#fund-raisers {
	background-image:url(../images/nav/fund-raisers.jpg);
	width:112px;
	text-indent: -999em;
}

a#home-parties {
	background-image:url(../images/nav/home-parties.jpg);
	width:115px;
	text-indent: -999em;
}

a#book-your-event {
	background-image:url(../images/nav/book-your-event.jpg);
	width:138px;
	text-indent: -999em;
}

a#what-we-buy {
	background-image:url(../images/nav/what-we-buy.jpg);
	width:107px;
	text-indent: -999em;
}

a#faqs {
	background-image:url(../images/nav/faqs.jpg);
	width:56px;
	text-indent: -999em;
}

a#contact-us {
	background-image:url(../images/nav/contact-us.jpg);
	width:101px;
	text-indent: -999em;
}

/*********************************************************************
	Structure
*********************************************************************/

#container, .container {
	width:980px;
	margin:0 auto;
}

#container {
	position:relative;
}

.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	background: url(../images/header-background.gif) top center no-repeat;
	height:135px;
	width:980px;
	margin: 0;
	display: block;
	color: #FFF;
	margin: 0 auto;
	position: relative;
}

/*#hd h1 {
	margin: 0;
}*/

#logo, #logo a {
	height:75px;
	width:221px;
}

#logo {
	float:left;
	margin:10px 0 0 0;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
	background:url(../images/goldmans-logo.jpg) top left no-repeat;
}

.address {
	color:#DFB52F;
	float:right;
	font-size:12px;
	height:40px;
	margin:43px 0 0;
	text-align:right;
	width:300px;
}

.address strong {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}

/*********************************************************************
	Content
*********************************************************************/

#bd {
	float:left;
	clear:both;
	display:block;
	width:980px;
}

#content {
	float:left;
	width:980px;
	font-size:12px;
}

#content p {
	margin-bottom: 20px;
	font-size:12px;
}

#content ul, #content ol {
	margin:0 0 20px 30px;
	list-style: url("../images/bullet.gif");
	font-size:12px;
}

.large-image {
	margin-bottom:20px;
}
/*********************************************************************
	Page Specific Styles
*********************************************************************/

.back-to-top a {
}

.book-your-events table {
	margin-left:90px;
}

.book-your-events td {
	padding:5px;	
}
/*********************************************************************
	Navigation
*********************************************************************/
#nav a {
	display: block;
	height: 24px;
	outline: none;
	overflow: hidden;
	text-align: left;
}

#nav {
	left:8px;
	position:absolute;
	top:121px;
	width:940px;
	z-index:10;
	clear:both;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float:left;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: 0 -24px;
}

#nav li.active a {
	background-position: 0 -24px;
}

#nav li.active a:hover, #nav li.active:hover a, #nav li.active.sfhover a {
	background-position: 0 -24px;
}

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	padding: 10px 0;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 10;
	background: #FFF;
	top:24px;
	font-size:11px;
	border-bottom:4px solid #D9A71B;
	border-top:4px solid #D9A71B;
}

#nav li ul a {
	color: #000;
	background-image: none;
	text-decoration: none;
	text-indent:12px;
	height: 16px;
	width: 160px;
	padding:5px 0;
}

#nav li ul a:hover {
	background:#D9A71B;
	color:#fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin:0;
}

#nav ul ul ul {
	display:none;
}

#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul {
	display: block;
	margin-left: 200px;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background:url(../images/footer-background.jpg) top center repeat-x;
	clear:both;
	margin:0;
	padding-top:10px;
	height:45px;
	float: left;
	width:100%;
	margin:0;
	text-align: center;
	color:#c78233;
}

#ft .footer-content {
	margin: 0 auto;
	padding:0;
	width:980px;
	font-size:11px;
}

.text_nav {
	color:#c78233;
}

#ft .text_nav a {
	color: #FFF;
	text-decoration: none;
	margin: 0 5px;
}

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

#ft a#extra-link {
	color:#c78233;
	text-decoration: underline;
}

/*********************************************************************
	Big Box for Content
*********************************************************************/

.big-box-top {
	background:url(../images/big-box-top.png) bottom left no-repeat;
	clear:both;
	display:block;
	float:left;
	height:14px;
	margin-top:40px;
	text-indent:-999em;
	width:960px;
}

.big-box-content {
	background:url(../images/big-box-tile.png) top left repeat-y;
	display:inline;
	float:left;
	height:auto;
	width:960px;
}

.big-box-content a {
	color:#DBAF26;
}

.big-box-bottom {
	background:url(../images/big-box-bottom.png) top left no-repeat;
	height:20px;
	display:inline;
	float:left;
	height:20px;
	text-indent:-999em;
	width:960px;
	margin:0 0 40px 0;
}
.home .big-box-bottom {
	margin:0 0 1px 0;
}

/*********************************************************************
	Homepage
*********************************************************************/

.main-image {
	width:630px;
	padding:0;
	float:left;
	margin:0 0 0 10px;
	width:630px;
}

.highlight-copy {
	background:#2C2E2E;
	float:left;
	width:630px;
	padding:0;
	float:left;
	margin:0 0 0 10px;
	height:75px;
	color:#eee;
}

.highlight-copy p {
	font-size:11px;
	line-height:1.4em;
	margin:0;
	padding:5px;
}

/*********************************************************************
	Events - black main box
*********************************************************************/

.events {
	background:#000000 url(../images/events-tile.jpg) top left repeat-x;
	float:right;
	font-size:11px;
	height:303px;
	margin:0 10px 0 0;
	padding:20px 15px 8px;
	width:268px;
	color:#eee;
}

.events p {
	display:block;
	line-height:1.2em;
	width:260px;
}

.right {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D7D7D7;
	float:right;
	margin:0 0 5px 5px;
	padding:2px;
}
.events .date-box {
	background:url(../images/date-bg.jpg) top left repeat-x;
	height:37px;
	width:39px;
	float:left;
	color:#000;
	text-align:center;
	font-size:11px;
	margin:0 8px 0 0;
}

.events .date-box strong {
	font-size:16px;
}

.events h2 {
	color:#DBAF26;
	font-size:24px;
	font-weight:normal;
	margin:5px 0 20px 0;
}

.events h2 span {
	color:#fff;
}

/*********************************************************************
	Location Boxes
*********************************************************************/
.location-box {
	height:238px;
	background:url(../images/location-box-bg.jpg) top left repeat-x;
	border:1px solid #D8D8D8;
	margin-top:10px;
	margin-bottom:10px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:300px;
}

.location-box h2 {
	color:#DBAF26;
	font-size:24px;
	font-weight:normal;
	margin:15px 0 27px 8px;
	font-weight:normal;
}

.location-box h2 span {
	color:#fff;
}

.location-box p {
	margin:0 8px 5px 8px;
	font-size:11px;
	line-height:1.3em;
}

.location-box .right {
	float:right;
	background:#FFF;
	border:1px solid #D7D7D7;
	padding:2px;
	margin:0 0 5px 5px;
}

/*********************************************************************
	Common Content
*********************************************************************/

.book_your_event table {
	margin-left:80px;
}

.book_your_event table td {
	padding:5px;
}

.required {
	color:red;
}

.formstyle {
	width:300px;
}

.main-content {
	width:630px;
	padding:0;
	float:left;
	margin:0 0 0 10px;
}

.main-content p, .main-content h2 {
	padding:0 20px;
}

.main-content h1 {
	background:url(../images/h1-content-background.jpg) top left repeat-x;
	color:#FFFFFF;
	height:38px;
	margin-bottom:7px;
	padding:15px 0 0 11px;
	font-weight:normal;
}

.main-content h1 span {
	color:#DBAF26;
}

.main-content h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#990404;
	font-weight:bold;
}

.common-content {
	min-height:500px;
}

.what-we-buy table {
	margin:17px;
}
.what-we-buy td {
	border:1px solid #eee;
	padding:5px 10px;
}
/*********************************************************************
	Right Sidebar
*********************************************************************/

.right-sidebar {
	float:left;
	width:300px;
	margin:0 0 0 10px;
	font-size:11px;
}

.right-sidebar img {
	margin-bottom:20px;
}

.more-information-sidebar {
	background:#000000 url(../images/events-tile.jpg) top left repeat-x;
	color:#FFFFFF;
	height:327px;
	margin:0;
	padding:20px;
}

.more-information-sidebar h2 {
	font-size:24px;
	color:#FFF;
	font-weight:normal;
}

.more-information-sidebar h2 span {
	color:#DBAF26;
}

.more-information-sidebar .input_field {
	float:left;
	width:240px;
	color:#444;
	clear:both;
	margin-bottom:10px;
}

.more-information-sidebar label {
	float:left;
	clear:both;
}

input.submit {
	width:111px;
	height:24px;
	margin:20px 0 0;
	background:url(../images/submit-button.jpg) no-repeat scroll center top;
	cursor:pointer;
	float:right;
	border:none;
	color:#FFF;
	font-weight:bold;
	text-indent:-999em;
}

label.error {
	color:#DBAF26;
}

/*********************************************************************
	Location Pages
*********************************************************************/

img.location-main {
	margin-bottom:20px;
}

.location-information {
	background:#000000 url(../images/events-tile.jpg) top left repeat-x;
	color:#FFFFFF;
	height:307px;
	margin-bottom:20px;
	padding:20px;
}

.location-information h2 {
	font-size:24px;
	color:#FFF;
	font-weight:normal;
}

.location-information h2 span {
	color:#DBAF26;
}

/*********************************************************************
	Clear Fix
*********************************************************************/

.clear {
	clear: both;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
} /*this trips hasLayout for ie7*/

.cf {
	display: block;
} /*this returns it back to normal*/

* html .cf {
	height: 1px;
}
