body {
	margin: 0;
	padding: 0;
	background:#000000 url(images/site_side.gif);
	background-position:center;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #fd7900;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 221px;
	padding-top: 5px;
	margin: 0 auto;
}

/* Logo */

.facebook {
	height: 30px;
	background: url(images/facebook.png) no-repeat;
	padding: 0 0 0 5px;
	font-style:normal;
	text-decoration: none;
}

.facebook a{
	color: #ccc;
	text-decoration: none;
}

}.facebook a:hover{
	color: #ff5a00;
}

.twitter {
	height: 30px;
	background: url(images/twitter.png) no-repeat;
	padding: 0 0 0 5px;
	font-style:normal;
	text-decoration: none;
}

.twitter a{
	color: #ccc;
	text-decoration: none;
	
}.twitter a:hover{
	color: #ff5a00;
}

#logo {
	height: 151px;
	background: url(images/logo2.gif) no-repeat left 65%;
}

#logo h1 {
	float: left;
	padding: 22px 40px 10px 10px;
	letter-spacing: -2px;
	font-size: 48px;
}


#logo h2 {
	float:right;
	width: 350px;
	height: 151px;
	/*background: url(images/blog.gif) no-repeat right 35%;*/
	
}

#logo h2 a {
	width: 350px;
	height: 151px;
}

/*
#logo a#rollover {
	float:right;
	height: 200px;
	width: 211px;
	display:block;
		background: url(images/showoffer.gif) no-repeat right 35%;
}

#logo a#rollover:hover {

	background: url(images/showoffer_hover.gif) no-repeat right 35%;
}
*/


/* Gallery */

#gallery {
	clear: both;
	width: 805px;
	height: 290px;
	margin: 0 auto;
		padding-top: 16px;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#video {
text-align:center;
}

.entry_show {
text-align:right;
margin: 5px 5px 5px 5px;
}

.entry_trailer {
text-align:right;
color:#fd7900;
margin: 5px 5px 5px 5px;
}

.show_image {
float: left;
margin: 5px 5px 5px 5px;
}


.entry_home {
text-align:left;
margin: 5px 5px 5px 5px;
}

.entry_home a:hover {
background:#fd7900;
}

.entry_packages {
text-align:left;
margin: 5px 5px 5px 5px;
}

.entry_packages a:hover {
background:#fd7900;
}

#question {
font-size:1.5em;
color:#fd7900;
}

#clip_short_description {
text-align:left;
}

#clip_short_description h3 {
	line-height: 20%;
	padding-top: 5px;
}

.extra_text {
vertical-align:top;
padding: 0 5px 0 0;
}

.orange {
color:#fd7900;
}


#hiddenphototext {
	font-size: 30px;
}

.package_text_left {
text-align:left;
}

.package_text_right {
text-align:right;
}
/* Menu */

div#main_navi{
	background: url(images/navi.gif) no-repeat;
	font-style:normal;
	float: left;
	margin-top: 0px;
	margin-bottom:20px;
	height: 37px;
	width: 830px;
	}
	div#main_navi ul.left{
		float: left;
		list-style-type: none;
		padding: 0 0 0 10px;
		width: 620px;
		}
		div#main_navi ul li{
			position: relative;
			top: -9px;
			float: left;
			text-transform: uppercase;
			}
			div#main_navi ul.left li a{
				text-decoration: none;
				float: left;
				overflow: hidden;
				color: #ccc;
				font-size: 13px;
				margin: 0 15px 0 15px;
				font-style:normal;
				}
			div#main_navi ul.left li a:hover{
				color: #ff5a00;
				}
	/*---------------------header dropdown menu 20090803---------------------------------------*/
			div#main_navi ul.left li ul{
				display: none;
				position: absolute;
				left: 0;
				width: 125px;
				margin-top: 1px;
				padding: 0 3px;
				height: auto;
				background-color: #111;
				border: 1px solid #2d2c2c;
				border-top: 0;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				}
			div#main_navi ul.left li ul li{
				width: 125px;
				overflow: hidden;
				}
			div#main_navi ul.left li ul li a{
				font-style: normal;
				font-size: 12px;
				padding: 3px 6px;
				margin: 0 2px;
				}
				
				
				#main_navi ul.left a span {display: none;}

#main_navi ul.left a:hover span {
	display: block;
	float: left;
	padding-top: 30px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: justify;
	font-size: 12px;
	color: #FFFFFF;

}

				
/*---------------------header dropdown menu 20090803---------------------------------------*/
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 2px 0 0 0;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 11px;
				line-height: 21px;
				margin-top: 3px;
				margin-right: 5px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.twitter a{
				font-style:normal;
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
				}
			div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
			div#main_navi ul.right li.feed a{
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #ff5a00;
				}
				
				
			div#main_navi ul.right li.facebook a{
				font-style:normal;
				background: url(images/facebook.gif) no-repeat 0 3px;
				padding-left: 23px;
				}
			div#main_navi ul.right li.facebook a:hover{
				color: #0af;
				}
	


/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

.carousel {
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
}

#content {
	width: 830px;
}

.post {
	padding: 0 0 20px 0;
}

.post_contact p {
line-height:140%;
}

.contact_box {
background-color:#000000;
color:#FFFFFF;
}

.title {
	margin: 0;
	color:#fd7900;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

.sample_video {
	width: 720px;
	margin: 5px 5px 5px 5px;
}

#sample_video {
	clear: both;
	text-align: center;
}

.swvidwrapper {
	margin:0 auto; 
	display:block;
	width: 720px;
	text-align: center;
}

.container {
	margin:0 auto; 
	display:block;
	width: 720px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0;
	background: #fd7900;
	border-top: 3px solid #d03737;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #d03737;
}

#footer p {
	vertical-align: top;
}
