/*-------------------------------------------+
|                                            |
|  TEMPLATE                                  |
|                                            |
+-------------------------------------------*/
html {
	overflow: scroll;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #616161;
	background-image: url('images/body.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div#wrapper {
	width: 960px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#shadow {
	width: 832px;
	height: 100%;
	background-image: url('images/shadow.png');
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	padding: 0px;
}
div#main {
	width: 782px;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #AAAAAA;
	margin-right: auto;
	margin-left: auto;
	
}
div#logo {
	background-image: url('images/logo.png');
	width: 780px;
	height: 125px;
	border: 1px solid #666666;
	margin: 0px 0px 0px 0px;
}
#shadowsedge {
	background-image: url('images/shadowsedge.png');
	width: 147px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -30px;	
}
div#nav {
	background-image: url('images/nav.png');
	width: 780px;
	height: 37px;
	color: #777777;
	border: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}
div#myContent {
	width: 760px;
	border: 1px solid #666666;
	overflow: hidden;
	display: block;
	margin-top: 5px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #191819;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2em;
}
div#footer {
	background-image:url('images/footer.png');
	width: 780px;
	height: 70px;
	border: 1px solid #444444;
	margin: 0px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}
/*-------------------------------------------+
|                                            |
|  GENERAL STYLES                            |
|                                            |
+-------------------------------------------*/
a {
	color: #F0F0F0;
	text-decoration: none;
	border: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 37px;
}
a:visited {
	color: #F0F0F0;
	text-decoration: none;
	border: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 37px;
}
a:hover {
	color: #E08C2B;
	text-decoration: underline;
}
a.caps {
	color: #E08C2B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.2em;
}
a.caps:visited {
	color: #E08C2B;
	text-decoration: none;
	text-transform: uppercase;
}
a.caps:hover {
	color: #E08C2B;
	text-decoration: underline;
	text-transform: uppercase;
}
/*-------------------------------------------+
|                                            |
|  FOOTER STYLES                             |
|                                            |
+-------------------------------------------*/
#footer p {
	margin: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 35px;
}
#footer .orange {
	color: #E08C2B;
}
#footer .white {
	color: #FFFFFF;
}
/*-------------------------------------------+
|                                            |
|  GALLERY STYLES                            |
|                                            |
+-------------------------------------------*/
div#gallery p {
	width: 500px;
	margin: 0 auto;
	font-size: 0.9em;
}
div.thumb {
	background-color: #555555;
	width: 62px;
	float: left;
	margin: 5px;
	padding: 2px;
	display: inline;
}
.thumb img
{
	border: 2px solid #222222;
}
.thumb a img
{
	border: 2px solid #222222;
}
.thumb a:hover img
{
	border: 2px solid #E08C2B;
}
.thumb a:visited img
{
	border: 2px solid #222222;
}
/*-------------------------------------------+
|                                            |
|  NAV STYLES                                |
|                                            |
+-------------------------------------------*/
#nav a {
	color: #F0F0F0;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 37px;
}
#nav a:hover {
	color: #E08C2B;
	text-decoration: underline;
	text-transform: inherit;
}
/*-------------------------------------------+
|                                            |
|  IMAGE STYLES                              |
|                                            |
+-------------------------------------------*/
img{
	font-size: 1em;
	border: 0px;
}
/*-------------------------------------------+
|                                            |
|  FRONT PAGE STYLES                         |
|                                            |
+-------------------------------------------*/
.home div#left {
	background-color: #222222;
	border: 1px solid #333333;
	font-size: 13px;
	width: 120px; 
	display: inline; 
	float: left; 
	margin-right: 5px; 
	padding: 5px;
}
.home div#flash {
	background-color: transparent;
	border: 1px solid #333333;
	text-align: center;
	width: 480px; 
	display: inline; 
	float: left; 
	padding: 0px 0px 5px 0px;
}
.home div#right {
	background-color: #222222;
	border: 1px solid #333333;
	font-size: 13px;
	width: 120px; 
	display: inline;
	float: left; 
	margin-left: 5px; 
	padding: 5px;
}
/*-------------------------------------------+
|                                            |
|  PRODUCTS STYLES                           |
|                                            |
+-------------------------------------------*/
.products div#left {
	background-color: #222222;
	border: 1px solid #333333;
	width: 207px; 
	height: 356px;
	display: inline;
	float: left; 
	margin-right: 5px; 
	padding: 5px;
}
.products div#right {
	background-color: #222222;
	border: 1px solid #333333;
	font-size: 13px;
	width: 524px; 
	height: 356px;
	display: inline;
	float: left; 
	margin: 0px; 
	padding: 5px;
}
.products div.sticks {
	background-color: #222222;
	border: 1px solid #333333;
	width: 115px; 
	display: inline;
	float: left; 
	overflow: hidden;
	margin: 5px 6px 0px 0px; 
	padding: 2px;
}
.products img.sticks {
	width: 115px;
}
.products .heading {
	color: #E08C2B;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
/*-------------------------------------------+
|                                            |
|  MOVIE STYLES                              |
|                                            |
+-------------------------------------------*/
div#movie {
	background-color: #000000;
}
#movie div#flash {
	width: 480px;
	margin: 0 auto;
}
/*-------------------------------------------+
|                                            |
|  LOCATION STYLES                           |
|                                            |
+-------------------------------------------*/
.locations div#list {
	background-color: #222222;
	border: 1px solid #333333;
	width: 140px; 
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px; 
	padding: 10px;
}
.locations #list a {
	color: #F0F0F0;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
}
.locations #list a:hover {
	color: #E08C2B;
	text-decoration: underline;
	text-transform: inherit;
}
.locations ul {
	margin: 0px;
	list-style-type:none;
	display: inline;
	
}
.locations .heading {
	color: #E08C2B;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.3em;
}
.locations .listHeading {
	color: #E08C2B;
	text-decoration: underline;
	text-align: left;
	text-transform: capitalize;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.locations div#data {
	background-color: #222222;
	border: 1px solid #333333;
	width: 565px; 
	display: inline;
	float: left;
	margin: 0px; 
	padding: 10px;
}
.locations div.business {
	background-color: #333333;
	border: 1px solid #454545;
	width: 545px; 
	display: block;
	margin: 0px 0px 10px 0px; 
	padding: 0px 10px 0px 10px;
}
.locations p {
	height: 15px;
}
.locations span.name {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
}
.locations span.phone {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 11px;
	margin-left: 20px;
}
.locations span.address {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 11px;
	margin-left: 20px;
}
.locations span.website {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 11px;
	margin-left: 20px;
}


/*-------------------------------------------+
|                                            |
|  FAQ STYLES                                |
|                                            |
+-------------------------------------------*/
#txt {
	overflow: hidden;
	border: 0px;
	display: block;
	margin: 0px auto 10px;
}
#msg {
	color: #FFFFFF;
	border: 0px;
	width: 500px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.2em;
}
div.faq {
	background-color: #111111;
	padding: 7px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: none;
	border: 1px solid #444444;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
div.faq2 {
	background-color: #222222;
	padding: 7px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: none;
	border: 1px solid #444444;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
p.question {
	color: #E08C2B;
	border: none;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
}
p.answer {
	color: #E0E0E0;
	border: none;
	margin-left: 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}
/*-------------------------------------------+
|                                            |
|  CONTACT FORM STYLES                       |
|                                            |
+-------------------------------------------*/
div#contact {
	margin: 0px auto;
	width: 700px;
}
#contact #left{
	border: 1px solid #777777;
	background-color: #222222;
	width: 300px;
	margin-right: 10px;
	padding:20px;
	float: left;
	display: block;
}
#contact #right{
	border: 1px solid #777777;
	background-color: #222222;
	width: 300px;
	padding:20px;
	float: left;
	display: block;
}
a#email {
	color: #E08C2B
}
#contact p {
	display: inline;
	margin: 0 auto;
}
#contact p#notice {
	color: #FFFFFF;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 30px;
}
label{
	color:#F0F0F0;
	width:250px; 
	display:block;
}
.txt_input{
	width:250px; 
	display:block;
}
textarea{
	border: 1px solid #777777;
	color:#F0F0F0;
	background-color: #333333;
	margin: 5px;
	height:80px; 
	width:250px;
}
input{
	border: 1px solid #777777;
	color:#F0F0F0;
	background-color: #333333;
	margin: 5px;
	display:inline;
}
.req{
	color:#E08C2B;
	font-size:90%;
}
div#message {
	margin: 0 auto;
}
#form_errors{
	text-align: center;
	color:#E08C2B; 
	display:none;
}
#form_thanks{
	text-align: center;
	color:#E08C2B; 
	display:none;
}