@charset "UTF-8";
/* CSS Document */


/* Site Styles and navigations */

body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	}
	
h1 {
	font-size: large;
	}
	
h2 {
	font-size: medium;
	}	
	
#container {
	width: 850px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	}
	
#navbar {
	font-size: medium;
	border-bottom:medium solid white;
	}
	
	
	
	
/* Home page styles */	
	
p.tagline {
	text-align: center;
	}
	
.middle_graphic {
	margin-left: 10px;
	margin-right: 10px;
	}
	
#video {
	width: 560px;
	}
	
#social {
	width: 270px;
	float: right;
	}
	
	
/* About us page styles */
	
#news {
	width: 549px;
	}
	
/* About us page styles */
	
#aboutus_container {
	height: 350px;
	}
	
#aboutus_img {
	float: right;
	margin-bottom: 50px;
	}
	
	
/* Smokers pages styles */
	
#smokers_container {
	height: 370px;
	}

#smokers_img {
	float: right;
	margin-left: 10px;
	}
	
#smokers_graphics {
	height: 300px;
	}



	
#homepit {
	width: 270px;
	margin-left: 10px;
	float: right;
	}
	
#pits {
	width: 560px;
	}
	
#portable {
	float: right;
	margin-left: 10px;
	}



.pits_nav {
	margin-right: 15px;
	}
	


/* Contact page styles */

#bizcard {
	text-align: center;
	}

	

/* Partners page styles */

#ottologo {
	width: 200px;
	}

#ottoinfo {
	width: 640px;
	float: right;
	margin-left: 10px;
	}
	
#JRlogo {
	width: 200px;
	}

#JRinfo {
	width: 640px;
	float: right;
	margin-left: 10px;
	}
	
#Diamondlogo {
	width: 200px;
	}

#Diamondinfo {
	width: 640px;
	float: right;
	margin-left: 10px;
	}
	
#BOSlogo {
	width: 200px;
	}

#BOSinfo {
	width: 640px;
	float: right;
	margin-left: 10px;
	}
	
/* About us page styles */
	
#contact_container {
	height: 300px;
	}

/* PRODUCTS page styles */

	/* Retail1 page styles */
	
#retail1 {
	width: 410px;
	padding-right: 10px;
	border-right: thin white dashed;
	}
	
	
	/* Retail2 page styles */

#retail2 {
	float: right;
	width: 410px;
	}

/* PHOTOS page styles */

.photo_album {
	margin-left: 15px;
	margin-top: 15px;
}





/* All the link styles */

a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	border-top: none;
	text-decoration: underline;
	}
	

	

/* navbar link styles */

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#navbar a:hover {
	border-top: medium solid white;
	text-decoration: none;
	}
	
#navbar a:active {
	color: #FF0000;
	border-top: medium solid red;
	}
	
a img {
	border: none;
	}
	
/* Footer styles */	

#footer {
	width: 850px;
	padding: 10px;
	clear: both;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}





/*	

/* All the link styles 
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
a:hover {
	border-top: medium solid white;
	}
	
a:active {
	color: #FF0000;
	border-top: medium solid red;
	}
	

/* Footer styles 
	
#footer {
	width: 850px;
	padding: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

#footer a:hover {
	border-top: none;
	text-decoration: underline;
	}
	
*/