@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #cccccc;
		/*background-image:url(../images/bg_acc.gif);
	background-repeat: repeat;*/
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1180px;
	background: #333333;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #333333;
}

.topbar {
	background-color:#000000;
	float: right;
	width: 1180px;
	text-align:right;
	padding-bottom: 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.sidebar1 {
	float: right;
	width: 285px;
	background: #ffffff;
	padding-bottom: 10px;
}

.sidebar1 ul, ol, il, dl {
	color: #cccccc;
	clear: both;
	text-align: left;
	font-variant:small-caps;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 0px 0; 
}	

.sidebar1 h1 {
	padding: 5px 5px;
	color: #66ff00;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-variant:small-caps;
}

.sidebar1 h2 {
	padding: 5px 5px;	
	color: #cccccc;
	clear: both;	
	text-align: center;
	font-size: 18px;
	font-variant:small-caps;
}

.sidebar1 h4 {
	padding: 5px 5px;	
	color: #EEEEEE;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-variant:small-caps;
}

.sidebar1 h5 {
	padding: 5px 5px;	
	color: #EEEEEE;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-variant:small-caps;
}

.sidebar1 h3 {
	padding: 5px 5px;	
	color: #EEEEEE;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-variant:small-caps;
}

.sidebar1 p {
	padding: 5px 5px;
	color: #EEEEEE;
	clear: both;
	text-align: left;
	font-size: 12px;
}

.sidebar1 a:link {
	color: #cccccc;
	clear: both;
	font-size: 12px;
	font-weight:bold;	
	text-decoration: underline;
}

.sidebar1 a:visited {
	color: #66ff00;
	clear: both;
	font-size: 12px;
	font-weight:bold;	
	text-decoration: underline;	
}

.sidebar1 a:hover, a:active, a:focus {
	background: #cccccc;	
	color: #d64134;	
	font-size: 12px;
	font-weight:bold;	
	text-decoration: none;	
}

/* 3 Bucket Content Area padding is Top-Right-Bot-Left*/
.content {
	padding: 5px 5px 10px 5px;
	width: 880px;
	float: left;
}

	#content .bucket {
		width: 270px; float: left; margin: 0 0 48px 15px;
		background-color:#333333;
		border: 1px solid #262626;
	}
		#content .bucket:first-child {
			margin: 0 0 0 20px;
		}
	
	#content #hookahs, #content #shisha, #content #access {
		display: block; width: 270px; height: 260px;
		margin: 0 0 10px 0;
	}
		#content #hookahs { background: url(../images/buckets-hookahs.gif); background-repeat: no-repeat; background-color:#353535;}
		#content #shisha { background: url(../images/buckets-shisha.gif); background-repeat: no-repeat; background-color:#353535;}
		#content #access { background: url(../images/buckets-access.gif); background-repeat: no-repeat; background-color:#353535;}
	
		#content #hookahs:hover, #content #shisha:hover, #content #access:hover {

		}
		
		#content .bucket h1 {
			background: #353535;
			color: #999999;
			clear: both;
			text-align: center;
			font-size: 12px;
			font-variant:small-caps;
			margin: 0; padding: 1px 1px 0px 0px;			
}
		
		#content .bucket p {
			color: #ffffff;
			clear: both;
			text-align: left;
			font-size: 12px;
			margin: 0 0 24px 0; padding: 0 13px 0 13px;
		}
		
		#content .bucket a:link {
			color: #999999;
			clear: both;
			font-size: 12px;
			text-decoration: underline;
		}

		#content .bucket a:visited {
			color: #999999;
			clear: both;
			font-size: 12px;
			text-decoration: underline;	
		}

		#content .bucket a:hover, a:active, a:focus {
			text-decoration: none;
			background: #999999;	
			color: #333333;	
			font-size: 12px;
			text-decoration: underline;	
		}
		
		#content .bucket ul, ol, il, dl {
			color: #ffffff;
			clear: both;
			text-align: left;
			font-size: 12px;
			margin: 0 0 24px 0; padding: 0 13px 0 13px;
		}		
		

#content2 .feature {
	width: 870px;
	float: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background: #FFFFFF;	
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 1px solid #333333;	*/
}

#content2 .feature h1 {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 16px;
	font-variant:small-caps;
	margin: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content2 .feature h2 {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-variant:small-caps;
	margin: 0;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#content2 .feature h3 {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-variant:small-caps;
	margin: 0;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#content2 .feature p {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

#content2 .feature li {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content2 .feature a:link {
	color: #333333;
	clear: both;
	font-size: 12px;
	text-decoration: underline;
}

#content2 .feature a:visited {
	color: #333333;
	clear: both;
	font-size: 12px;
	text-decoration: underline;	
}

#content2 .feature a:hover, a:active, a:focus {
	text-decoration: none;
	background: #FFFFFF;	
	color: #333333;	
	font-size: 12px;
	text-decoration: underline;	
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content2 ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px 0px 0px 0px;
	background: #0298dd;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer h1 {
	color: #ffffff;
	clear: both;
	font-size: 14px;
	font-variant:small-caps;
}

.footer h2 {
	color: #cccccc;
	clear: both;
	font-size: 12px;
	font-variant:small-caps;
}

.footer h3 {
	color: #cccccc;
	clear: both;
	text-align: left;
	font-size: 16px;
	font-variant:small-caps;
}

.footer p {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 12px;
}

/* ~~ gswform ~~ */
.emtform {
	padding: 0px 0px 3px 0px;
	background: #333333;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.emtform h1 {
	background: #333333;
	color: #d64134;
	clear: both;
	text-align: center;	
	font-size: 14px;
	font-variant:small-caps;
}

.emtform h2 {
	color: #d64134;
	clear: both;
	font-size: 12px;
	font-variant:small-caps;
}

.emtform h3 {
	background: #333333;
	color: #d64134;
	clear: both;
	text-align: left;
	font-size: 16px;
	font-variant:small-caps;
}

.entform p {
	color: #333333;
	clear: both;
	text-align: left;
	font-size: 12px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
