/* Defaults */
* { 
margin: 0;
padding: 0; 
}
body {
margin: 0;
text-align: center;
background-color: black;
}
img {
border: 0;
}
h1 {
font-size: 18px;
margin-bottom: 10px;
}
h2 {
font-size: 12px;
margin-bottom: 3px;
}
h3 {
font-size: 12px;
font-weight: normal;
margin-bottom: 10px;
}
h4 {
font-size: 14px;
}
p {
margin-bottom: 5px;
}

/* IDS */
#border {
width: 800px;
background-image: url("images/background_border.gif");
background-repeat: repeat-y;
}
#cigarlist li {
margin-left: 35px;
margin-top: -3px;
}
#container {
width: 700px;
text-align: left;
margin-left : 50px;
margin-right: 50px;
}
#content {
clear: left;
padding: 15px;
font-size: 11px;
font-family: arial, sans-serif;
}
#content img {
border: 1px solid black;
margin-right: 10px;
margin-left: 10px;
}
#copyright {
text-align: center;
font-family: arial, sans-serif;
font-size: 10px;
color: #AAAAAA;
clear: both;
padding-top: 20px;
margin-bottom: 10px;
}
#copyright a {
text-decoration: none;
color: #999999;
}
#copyright a:hover {
text-decoration: none;
color: #666633;
}
#header {
width: 800px;
height: 200px;
}
#header_bottom {
background-image: url("images/header/bottom.jpg");
background-repeat: no-repeat;
background-position: bottom;
height: 22px;
padding: 172px 0 6px 0;
width: 800px;
}
#header_top {
background-image: url("images/header/top.jpg");
background-repeat: no-repeat;
}
#wrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
}

/* Navigation */
#navigation {
width: 800px;
height: 22px;
}
#bottom_navigation {
font-family: arial, sans-serif;
font-size: 10px;
color: #CCCCCC;
text-align: center;
}
#bottom_navigation a {
text-decoration: none;
color: #666666;
font-weight: bold;
}
#bottom_navigation a:hover {
color: #999966;
}

/* Classes */
.directory {
margin-bottom: 15px;
}
.directory a {
color: #333333;
}
.directory a:hover {
color: #999966;
}
.else {
float: left;
width: 130px;
margin-bottom: 25px;
}
.else p {
text-align: center;
margin-left: 10px;
}
.else h2 {
text-align: center;
margin-left: 10px;
}
.hookah {
float: left;
width: 150px;
margin-bottom: 25px;
}
.hookah p {
text-align: center;
}
.employee {
float: left;
width: 130px;
margin-bottom: 25px;
}
.employee p {
padding-left: 10px;
}
.product {
float: left;
text-align: center;
}
.smokes {
float: left;
width: 215px;
margin-right: 5px;
}
.smokes dt {
margin-left: 10px;
font-weight: bold;
}
.smokes dd {
margin-left: 25px;
}
.spacer {
clear: both;
}

/* Links */
a {
color: #333333;
}
a:hover {
color: #999966;
}


/* Page Clauses */
#policies h2 {
margin-top: 20px;
}
#cigars p {
margin-top: 5px;
}
#cigars_top img {
float: left;
}
#cigars_top p {
margin-left: 10px;
}

/* Admin */
#admin_content {
font-family: arial, sans-serif;
font-size: 11px;
margin-left: 20px;
}
#admin_content h1 {
margin-top: 10px;
}
#admin_content h2 {
margin-top: 20px;
font-size: 13px;
}

