@charset "utf-8";
/* CSS Document */

html	{
	height:100%;
	background: #000 url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body	{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 1.5em;
    background:url(/images/bg_body.png) no-repeat center top;
}


/* GENERIC */
#MainTableGeneric	{
background:#fff url(/images/bg_body.png) no-repeat center top;
width:1000px;
padding:0 20px;
position:relative;
}
.AlignCenterMargin	{
	margin:0 auto;
}

.noborder	{
	border:none;
}
.ProductDescription	{
}
.ProductDescription	p	{
	font-size:1.2em;
	margin:0 0 8px 0;
	padding:0;
}
.CallOut	{
	padding:8px;
	background:#f6f3d3;
}

/* TYPOGRAPHY */
h1	{
	font-size:1.2em;
	margin:0;
	padding:6px 0;
	font-family:Arial, Helvetica, sans-serif;
}
h2	{
	margin:12px 0 0 0;
	padding:0;
	font-size:1.2em;
}
p	{
	margin:0;
	padding:4px 0 4px 0;
	color:#333333;
}
p.ProductDescription	{
	font-size:1.1em;
	line-height:1.5em;
}
h2.included	{
	background-image: url(/images/briefcase.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:10px 0 4px 0;
	padding:0 0 0 25px;
}
ul.ContentUl	{
	margin:0 0 0 20px;
	padding:0 20px 0 0;
}
ul.ContentUl li	{
	line-height:1.5em;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/images/bg_li.gif);
}
ul.ContentUl  ul	{
	margin:0 0 0 10px;
	padding:0 20px 0 0;
}
ul.ContentUl  ul li	{
	line-height:1.5em;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/images/bg_li_a.gif);
}

/* END TYPOGRAPHY */

/* Links */
a:link, a:visited	{
	color:#B9DAF4;
	text-decoration:none;
}

a:hover	{
	color:#fff;
}


/* END LINKS */

/* CLIENT QUOTES */
h3.ClientsSayABoutUs	{
background:#333333 none repeat scroll 0 0;
border:1px dotted;
color:#99CCFF;
display:block;
font-family:arial;
font-size:140%;
font-weight:bold;
margin:0 0 5px 0px;
padding:12px;
}
#ClientQuotes	{
	padding:10px 6px 20px 6px;
}
#ClientQuotes	h3 {
}
#ClientQuotesFadeBottom {
	position: relative;
	height: 50px;
	width:500px;
	margin-top: -50px;
}
/* More quote control on Quote stylesheet */

/* FOOTER	*/
#footer	{
	text-align:center;
	padding:20px 0;
}
#footer	a:link,#footer	a:visited	{
	color:#0066CC;
	text-decoration:underline;
	border-right:1px solid #e1ddd0;
	padding:4px 8px;
}

/* NEWS STYLES */
.tdNews	{
}
.News {
width:360px;
height:100%;
overflow:hidden;
float:right;
}

.News h3	{
	background-image: url(/images/news_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px 0px -8px 0;
	width:360px;
	height:46px;
	text-indent:-2000px;
	z-index:1000;
	position:relative;
}
.News ul	{
	margin:0;
	padding:0 0 0px 0;
	list-style-type: none;
	width:100%;
	z-index:1;
	position:relative;

}
.News ul li	{
	display:block;

}
.NewsDate	{
	color:#666;
	display:block;
	margin-bottom:-5px;
	padding:2px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.News a:link, .News a:visited	{
	text-decoration:none;
	color:#2788b8;
	border-bottom:1px dotted #e1ddd0;
	display:block;
	padding:1px 0 1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
.News a:hover	{
	border-bottom:1px dotted #e1ddd0;
	display:block;
	padding:1px 0 1px 3px;
	background-color:#FFFFE6;

}
.News a.SeeMoreNews	{
	color:#2788b8;
	background-color:#e2eef2;
	text-align:right;
	font-size:18px;
	display:block;
	padding:3px 5px 4px 0;
}

.News a.SeeMoreNews:hover	{
	background-color:#268cc5;
	color:#FFF;
}


/* What we Believe */
h2#WhatWeBelieve	{
border-bottom:1px dotted #E5E2D7;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:200%;
margin-bottom:4px;
padding-bottom:10px;
text-align:center;
}

.BelieveHeading	{
background:#333333 none repeat scroll 0 0;
border:1px dotted;
color:#99CCFF;
display:block;
font-family:arial;
font-size:140%;
font-weight:bold;
margin:0 0 5px 0px;
padding:12px;
}

.aboutus p {
margin:0 0 12px 0;
}

/* SHOWS PAGE */
#tbShowsListing	{
	width:560px;
}
#tbShowsListing td	{
	border-bottom:1px solid #d2d2c8;
	padding:8px;
}

/* NAB header */
#nabshow {
background:url(../images/nabshow.jpg) no-repeat;
width:453px;
height:137px;
display:block;
cursor:pointer;
position:absolute;
top:6px;
right:-68px;
float:right;
clear:both;
}

#Header {position:relative; display:block; height:100%; width:100%;}
