@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background: #000000;
}
p {
	color:#5ba051;
}
h1 {
	text-align:center;
	color:#5ba051;
}

h2 {
	font-size:18px;
	text-align:center;

}

h3 {

	font-size:18px;

}

#wrapper {
	width: 960px;
	position: relative;
	padding-top:0;
	margin: 0 auto;
	text-align: left;
	background-color:#000000;
}
#header { 
	background-image:url(Images/header.jpg);
	width:960px;
	height:154px;
	position:relative;

}	

#homeBtn {
	height:28px;
	width:52px;
	position:absolute;
	left: 10px;
	top: 117px;
}

#shopBtn {
	height:28px;
	width:47px;
	position:absolute;
	left: 65px;
	top: 117px;
}

#faqBtn {
	height:28px;
	width:37px;
	position:absolute;
	left: 115px;
	top: 117px;
}
#touBtn {
	height:28px;
	width:108px;
	position:absolute;
	left: 155px;
	top: 117px;
}

#contactBtn {
	height:28px;
	width:92px;
	position:absolute;
	left: 266px;
	top: 117px;
}

#mainNav{
	margin-top: 15px;
	width: 116px;
	max-width: 116px;
	height: 218px;
	float: left;
	background-image:url(Images/leftNavBack.png);

}
#hookahBtn {
	height:50px;
	width:109px;
	position:absolute;
	left: 4px;
	top: 179px;
}

#flavorsBtn {
	height:50px;
	width:109px;
	position:absolute;
	left: 4px;
	top: 230px;
}

#pricesBtn {
	height:50px;
	width:109px;
	position:absolute;
	left: 4px;
	top: 280px;
}

#orderBtn {
	height:50px;
	width:109px;
	position:absolute;
	left: 4px;
	top: 328px;
}

#content {

	width: 800px;
	float: right;
	margin-bottom: 80px;
	margin-top:40px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

#shopTable {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color: #5ba051;
	text-align: center;
	font-size: 16px;
	
}

#textContent {

	margin-left:30px;
	margin-right:50px;
	margin-top:30px;
	margin-bottom: 60px;
}

#orderContent {

	margin-left:30px;
	margin-right:50px;
	margin-top:30px;
}

#order1Content {
		clear: both;
	margin-left:30px;
	margin-right:50px;
	margin-top:30px;
}

#mainContent {
	width: 400px;
	float: left;
}
#secondaryContent {
	width: 400px;
	float: right;
}

#pictureBox {
	margin: 0 auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	background-image:url(Images/contentbox.png);
	background-repeat:no-repeat;
	background-position:center top;
	height: 245px;
	width: 267px;
}
#pictureBox h1 {
	text-align:center;
	color:#5ba051;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
#pictureBox p {
	text-align:center;
	color:#5ba051;
	padding:0px;
}


#hookahTypes {
	width: 700px;
	height: 210px;
	position: relative;
}

#hookahPic1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	background-image:url(Images/contentbox1.png);
	background-repeat:no-repeat;
	height: 210px;
	width: 200px;
	position:absolute;
}

#hookahPic1a {
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	background-image:url(Images/contentbox1.png);
	background-repeat:no-repeat;
	height: 210px;
	width: 200px;
	position:relative;
	margin-top:15px
}

#hookahPic1 h1 {
	text-align:center;
	color:#5ba051;
	font-size:16px;
	padding-top: 2px;
}


#hookahPic1a h1 {
	text-align:center;
	color:#5ba051;
	font-size:16px;
	padding-top: 5px;
	margin-top: 15px;
}

#hookahPic2 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	background-image:url(Images/contentbox1.png);
	background-repeat:no-repeat;
	height: 210px;
	width: 200px;
	position:absolute;
	left: 250px;
}

#hookahPic2 h1 {
	text-align:center;
	color:#5ba051;
	font-size:16px;
	padding-top: 2px;
}


#hookahPic3 {
	text-align:center;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-image:url(Images/contentbox1.png);
	background-repeat:no-repeat;
	height: 210px;
	width: 200px;
	position:absolute;
	left: 500px;

}

#hookahPic3 h1 {
	text-align:center;
	color:#5ba051;
	font-size:16px;
	padding-top: 2px;
}




#footer {
	clear: both;
	background-image:url(Images/footerBG.png);
	height: 40px;
}
#footer p {
	text-align: center;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight:bold;
	padding-top: 10px;
}
#footer a:link {
	text-decoration: none; 
	color:#FFFFFF
}
#footer a:visited {
	text-decoration: none; 
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none; 
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none; 
	color: #67507c;
}
