@charset "utf-8";
/* Hookah Styles */

body
{
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	margin:0;
}

h1
{
	color:#fce29f;
	font-family:"Franklin Gothic Medium Cond", "Trebuchet MS", Arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:0;
}

p
{
	margin:15px 0 0 0;
}


/* layout */
#container
{
	margin:0 auto;
	text-align:center;
	width:990px;
}

#head
{
	background-image:url(../images/bg_head_blu.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:187px;
	margin:0;
}

#body
{
	background-color:#063456;
	background-image:url(../images/bg_body_blu.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 0 0 33px;
	width:921px;
}

#body-ie7
{
	background-color:#063456;
	background-image:url(../images/bg_body_blu.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:-5px 3px 0 0;
	width:921px;
}

#left
{
	padding:5px 35px 18px 20px;
	text-align:left;
	width:392px;
}

#right
{
	float:right;
	font-size:11px;
	width:473px;
}

	#right a
	{
		color:#82d5f7;
		font-weight:bold;
		text-decoration:none;
	}
	
	#right a:hover
	{
		color:#c5e8f7;
		text-decoration:none;
	}

#blu
{
	padding:25px 25px 0 258px;
	text-align:left;
}

#maza
{
	margin:95px 0 0 0;
	padding:22px 265px 0 20px;
	text-align:left;
}

/* nav */
#nav
{
	padding:145px 0 0 0;
}

.nav-icon
{		
	cursor:pointer;
	margin:0 30px 0 0;
}
	
.hookah-icon
{
	display:none;
}

.hookah-space
{
	width:20px;
}

/* footer */
#footer
{
	font-size:11px;
	font-weight:bold;
	padding:10px 0 5px 0;
}

#footer-bottom
{
	color:#82d5f7;
	font-weight:normal;
}

	#footer-bottom a
	{
		color:#82d5f7;
		text-decoration:none;
	}
	
	#footer-bottom a:hover
	{
		color:#82d5f7;
		text-decoration:underline;
	}

/* misc */
.clear
{
	clear:both;
}

.link-right
{
	margin:8px 0 0 0;
	text-align:right;
}