/********************************/
/* WebTekTV.com					*/
/* Stylesheet					*/

/********************************/
/* General Formatting			*/
body {
	background: url(../images/bkgrd_body.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
.pagecount {
	color: #FFF;
}

/********************************/
/* Layout						*/
.bar {
	background: #000 url(../images/bkgrd_bar.jpg) repeat-x;
	border-top: solid 2px #000;
	border-bottom: solid 2px #1F1F1F;
	height: 29px;
}
#header {
	background: url(../images/bkgrd_header.jpg) no-repeat;
	border: solid 10px #000;
	border-top: none;
	border-bottom: none;
	height: 166px;
	margin: 0 auto;
	width: 760px;
}
#banners {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 510px;
}
#main {
	background: #000;
	border: solid 20px #000;
	border-right: solid 10px #000;
	border-left: none;
	margin: 0 auto;
	width: 770px;
}
#sidebar {
	background: url(../images/bkgrd_sidebar.jpg) no-repeat bottom;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 248px 0;
	width: 250px;
}
#content-wrapper {
	float: left;
	width: 506px;
}
#content {
	background: #0D0D0D;
	border: solid 2px #1B1B1B;
	padding: 10px;
}
#footer {
	font-size: 0.55em;
	margin: 0 auto;
	padding: 0 10px;
	width: 760px;
}

/********************************/
/* Header						*/
#header img {
	margin: 6px;
}
#header ul {
	float: right;
	font-size: 0.70em;
	padding: 8px 10px;
}
#header ul li {
	color: #FFF;
	display: inline;
}
#header ul li a  {
	color: #FFF;
	text-decoration: none;
}
#header ul li a:hover, #header ul li a:active  {
	color: #FFF;
	text-decoration: underline;
}

/********************************/
/* Content						*/
#nav {
	padding: 10px 0;
}
#nav li {
	clear: left;
	padding: 0 0 10px 0;
}
#nav li a {
	color: #C3C3C3;
	display: block;
	font-size: 0.90em;
	font-weight: bold;
	line-height: 32px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#nav li a span {
	background: #000 url(../images/nav.jpg) no-repeat 10px center;
	display: block;
	float: left;
	height: 32px;
	padding: 0 0 0 10px;
	width: 42px;
}
#nav li a strong {
	background: #000;
	padding: 0 10px 0 0;
}
#nav li a:hover {
	background: url(../images/bkgrd_nav.jpg) repeat-x center;
}
#nav li.current a span {
	background: #000 url(../images/nav_active.jpg) no-repeat 10px center;
}

	/* Content Items */
	#content a {
		color: #B3202A;
	}
	#content a:hover {
		text-decoration: underline;
	}
	#content a.readmore {
		background: url(../images/btn_readmore.jpg);
		display: block;
		float: left;
		height: 23px;
		margin: 10px 0 20px 0;
		text-indent: -99999px;
		width: 78px;
	}
	#content h2, #content h3, #content h4, #content h5, #content h6 {
	}
	#content h2 {
		color: #FFF;
		font-size: 1.90em;
	}
	#content h3 {
		color: #C3C3C3;
		font-size: 1.50em;
		font-weight: normal;
		text-transform: uppercase;
	}
	#content h4 {
		color: #FBFCFD;
		font-size: 1.30em;
		margin: 15px 5px 5px 5px;
	}
	#content h5 {
		color: #B3202A;
		font-size: 0.80em;
		margin: 15px 5px 5px 5px;
	}
	#content h6 {
		color: #B3202A;
		font-size: 0.80em;
		font-style: italic;
		font-weight: normal;
		margin: 15px 5px 5px 5px;
	}
	#content p, #content blockquote {
		clear: both;
		color: #8E8E8E;
		font-size: 0.80em;
		line-height: 1.30em;
	}
	#content p.error {
		background: #AF0016;
		border: solid 1px #666;
		color: #C99;
		margin: 10px 0;
		padding: 5px;
	}
	#content blockquote {
		border: dotted 2px #B3202A;
		border-left: none;
		border-right: none;
		margin: 0 0 0 20px;
		padding: 20px 0 10px 0;
	}
	#content ul, #content ol {
		color: #8E8E8E;
		font-size: 0.80em;
		line-height: 1.30em;
		margin: 20px 0;
		margin-left: 30px;
	}
	#content ol {
		list-style: decimal;
	}
	#content li {
		padding-bottom: 15px;
	}
	#content ul li {
		list-style: square;
	}
	#content fieldset ul {
		margin: 0;
	}
	#content fieldset li {
		clear: both;
		list-style: none;
		padding: 2px 0;
	}
	#content fieldset li.button {
		padding: 5px 0 0 7.25em;
	}
	#content fieldset label {
		color: #8E8E8E;
		display: block;
		float: left;
		font-size: 0.80em;
		width: 10.00em;
	}
	#content fielset label.required {
		background: url(../images/bkgrd_label.gif) no-repeat 0 5px;
		padding: 0 0 0 12px;
	}
	#content input, #content select, #content textarea {
		background: #2D2D2D;
		border: none;
		color: #8E8E8E;
	}
	#content input.radio, #content input.checkbox {
		background: none;
		width: auto;
	}
	#content table {
		border-collapse: separate;
		border-spacing: 2px;
		margin: 20px 0;
		width: 100%;
	}
	#content th, #content td {
		padding: 10px;
	}
	#content th {
		background: #000 url(../images/bkgrd_th.jpg) repeat-x;
		border: solid 1px #000;
		color: #C3C3C3;
	}
	#content th.blank {
		background: none;
		border: none;
	}
	#content td {
		background: #000 url(../images/bkgrd_td.jpg) repeat-x;
		border: solid 1px #737272;
		color: #FFF;
		font-size: 0.80em;
	}
	
	/* Sidebar */
	.module {
		background: #300;
		border: solid 1px #545550;
		color: #C1C1C1;
		font-size: 0.80em;
		margin: 0 0 10px 15px;
	}
	.module h4 {
		background: #000 url(../images/bkgrd_moduleheader.jpg) repeat-x;
		line-height: 36px;
		margin: 0;
		padding: 0 5px;
	}
	.module h4.testimonials {
		line-height: normal;
		padding: 5px;
	}
	.module a {
		color: #FFF;
	}
	.module a:hover {
		text-decoration: underline;
	}
	.module div {
		background: #000 url(../images/bkgrd_module.jpg) repeat-x;
		padding: 5px 0;
	}
	.module ul {
		padding: 0 5px;
	}
	.module li {
		padding: 1px 0;
	}
	.module label {
		display: block;
		float: left;
		padding: 3px 0 0 0;
		width: 5.50em;
	}
	.module blockquote {
		font-size: 0.80em;
	}
	.module blockquote .citation {
		font-weight: bold;
	}
	
	/* Registration */
	#content .playerSelect {
		clear: left;
	}
	#content .playerSelect li {
		float: left;
		list-style: none;
		margin: 0 10px 0 0;
	}
	
	/* Client Admin */
	#header ul.sessionNav {
		background: #492021;
		margin: 0 14px 0 0;
		padding-bottom: 11px;
	}
	#sessionNav {
		margin: 0 15px 15px 15px;
	}
	#sessionNav li, #clientNav li {
		color: #FFF;
		display: inline;
		font-size: 0.70em;
	}
	#sessionNav a, #clientNav a {
		color: #FFF;
	}
	#sessionNav a:hover, #clientNav a:hover {
		text-decoration: underline;
	}
	#content #clientNav {
		background: #492021;
		font-size: 1.00em;
		margin: 0 5px 10px 5px;
		padding: 5px;
	}
	#tourForm fieldset, #blogForm fieldset {
		padding: 0 0 0 5px;
	}
	
	/* Vehicle Search */
	#vehicleSearch {
		background: #000;
		border: solid 1px #CCC;
		clear: both;
		margin: 20px 30px;
		padding: 10px;
	}
	#content .vehicleSearch {
		clear: left;
	}
	#content .vehicleSearch li {
		float: left;
		list-style: none;
		margin: 0 20px 0 0;
	}
	
	/* Blog */
	#content a.posttitle {
		color: #FFF;
		font-weight: bold;
	}
	.postlink {
		display: block;
		float: left;
		font-size: 0.80em;
		padding: 10px 0 10px 5px;
	}
	
/********************************/
/* Tours						*/
	
	/* Client Tour */
	#clientSite, #clientOwner, #clientInfo, #clientListing {
		color: #FFF;
		font-size: 0.70em;
		padding: 5px;
		position: absolute;
	}
	#clientSite {
		color: #FFF;
		font-size: 0.80em;	
		top: 53px;
		right: 53px;
	}
	#clientSite a {
		color: #FFF;
	}
	#clientSite a:hover {
		text-decoration: underline;
	}
	#clientOwner {
		top: 175px;
		right: 48px;
		width: 280px;
		height: 150px;
	}
	#clientOwner li em {
		font-size: 1.20em;
		font-weight: bold;
	}
	#clientInfo {
		top: 330px;
		right: 48px;
		width: 280px;
		height: 240px;
		overflow: auto;
	}
	#clientListing {
		top: 175px;
		left: 44px;
		height: 396px;
		width: 491px;
		overflow: auto;
	}
	#clientListing li {
		float: left;
		margin: 10px;
		height:155px;
		width:138px;
	}
	#clientListing img, #clientListing span, #clientListing strong {
		display: block;
	}
	#clientListing strong {
		padding: 3px 0;
	}

	/* Listing Tour */
	.playerModule {
		position: absolute;
	}
	.playerMenu {
		background: #FFF;
		border: solid 1px #03376F;
		margin: 35px 0 0 0;
		padding: 5px;
		position: absolute;
		width: 300px;
		z-index: 999;
	}
	#tourName, #tourSite, #tourOwner, #tourInfo, #tourNav, #tourMMS, #tourWimpy {
		position: absolute;
	}
	#tourName {
		color: #FFF;
		font-weight: bold;
		top: 100px;
		left: 345px;
	}
	#tourSite {
		color: #FFF;
		font-size: 0.80em;	
		top: 53px;
		right: 53px;
	}
	#tourSite a {
		color: #FFF;
	}
	#tourSite a:hover {
		text-decoration: underline;
	}
	#tourOwner, #tourInfo {
		color: #FFF;
		font-size: 0.70em;
		padding: 5px;
	}
	#tourOwner {
		top: 175px;
		right: 48px;
		width: 280px;
		height: 150px;
	}
	#tourInfo {
		top: 330px;
		right: 48px;
		width: 280px;
		height: 240px;
	}
	#tourInfo div {
		margin: 10px 0 0 0;
		overflow: auto;
		height: 120px;
	}
	#tourOwner li, #tourInfo li {
		padding: 2px 0;
	}
	#tourOwner li em, #tourInfo li em {
		font-size: 1.20em;
		font-weight: bold;
	}
	#tourNav {
		top: 143px;
		left: 44px;
		font-size: 0.80em;
	}
	#tourNav li {
		display: block;
		float: left;
		margin: 0 2px 0 0;
		text-align: center;
		width: 132px;
	}
	#tourNav a {
		color: #FFF;
	}
	#tourNav a:hover {
		text-decoration: underline;
	}
	#tourNav .playerMenu fieldset li {
		clear: both;
		padding: 2px 0;
		text-align: left;
		width: auto;
	}
	#tourNav .playerMenu fieldset label {
		display: block;
		float: left;
		width: 10.00em;
	}
	#tourWimpy {
		top: 582px;
		left: 480px;
	}
	#slideshow1 {
		padding: 176px 0 0 44px;
		
	}
	#pictures a {
		border: solid 2px #000;
		display: block;
		float: left;
		margin: 3px 1px 0 2px;
	}
	

/********************************/
/* Footer						*/
#footer ul {
	color: #EFF7FC;
	float: left;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #EFF7FC;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active{
	text-decoration: underline;
}
#footer p {
	color: #8E8E8E;
	line-height: 1.30em;
	text-align: right;
}
#footer p a {
	color: #8E8E8E;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer span {
	color: #B3202A;
	display: block;
	padding: 5px 0;
}
