@charset "utf-8";
/* CSS Document */
/*GlOBALS*/
body
{
	background:url(../img/background.jpg) no-repeat fixed top left;
}
a:link,a:visited
{
	color:#333;
	text-decoration:none;
}
a:hover,a:active
{
	text-decoration:underline;
}
.red
{
	font-weight:bold;
	color:#F30;
}
#dologin
{
	cursor:pointer;
	color:#1796FF;
	font-weight:bold;

}

/*HEADERS*/
#header
{
	margin-bottom:20px;
}
#header-links ul
{
	background:#6b6b6b url(../img/header_link.jpg) repeat-x center left;
	padding:5px 0;
}
#header-links li
{
	list-style:none;
	display:inline;
	margin-left:10px;
}
#header-links a:link,#header-links a:visited
{
	color:#CCC;
	font-size:1.2em;
	padding:0 5px;
	font-weight:bold;
}
#header-links a:hover,#header-links a:active
{
	color:#fff;
	text-decoration:none;
}
/*CONTENT*/

#side-nav-right
{
	background:url(../img/right_grad.jpg) repeat-y top left;
}
.right-content
{
	padding:8px;
	background:#090909 url(../img/right_sub_grad.jpg) repeat-x top left;
	margin:5px;
}
.right-content ul
{
	margin-left:15px;
}
.right-ul li
{
	list-style:none;
	background:url(../img/1256622862_buttons_20.png) no-repeat top left;
	padding-left:24px;
	min-height:24px;
}
.right-tag
{
	font-weight:bold;
	color:#fff;
	font-size:1.4em;
	display:block;
}
.right-tag2
{
	font-weight:bold;
	color:#9C0;
	font-size:1.2em;
	display:block;
}
.right-ul
{
	margin: 5px 0;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}
.right-ul li
{
	margin-bottom:5px;
}
.li-header
{
	color:#39F;
}
#content
{
	color:#000;
}
#tabs-container
{
	height:auto;
	margin-top:20px;	
}
.right-select
{
	display:inline-block;
	width:300px;
	margin-bottom:5px;
}
.vid-thumb td
{
	padding-bottom:5px;
	padding-left:5px;
}
.vid-thumb
{
	width:auto;
	margin-left:25px;
}
/*FOOTER*/
#footer
{
	text-align:center;
	margin-top:20px;
}
/*VIDEO*/
#logo
{
	position:absolute;
	top:5px;
	left:50px;
	z-index:100;
}
.yt_holder
{
	position:relative;
	text-align:right;
}
#ytvideo2
{
	padding:5px;	
	text-align:right;
}
.demo2 li
{
	list-style:none;
	display:inline;
	padding-right:5px;
	
	
}
.demo2 img
{
	height:95px;
	overflow:hidden;
}
#content-container h2
{
	font-size:1.8em;
	color:#72A330;
	float:left;
}
#content-container .img-float
{
	float:right;
}
/*TESTIMONIAL PAGE*/
#testimonial-container,#cms
{
	clear:both;
}
.testimonials
{
	margin:10px 0;
	padding:5px;
	border:1px dashed #CCC;
	background:#000000 url(../img/tabs.jpg) repeat-x 0 -22px;
	color:#fff;
}
.testimonials h1,.testimonials h2,.testimonials h3,.testimonials h4,.testimonials h5,.testimonials h6 {font-weight:normal;color:#fff; float:none; margin:0;}
.testimonials a {color:#fff;}
.testimonial-text
{
	text-align:justify;
	
}
.client-name 
{
	margin-top:10px;
	text-align:right;
	font-weight:bold;
	text-transform:capitalize;
	font-style:italic;
}
.client-name a
{
	color:#fff;
}
/*CMS PAGE*/
#cms
{
	background:#000000 url(../img/tabs.jpg) repeat-x 0 -22px;
	border:1px dashed #CCC;
	padding:5px;
	text-align:justify;
	color:#fff;
}
#cms h1,#cms h2,#cms h3,#cms h4,#cms h5,#cms h6 {font-weight:normal;color:#fff; float:none; margin:0;}
#cms a
{
	color:#fff;
}
#live
{
	text-align:center;
	margin-top:25px;
}
/*Registration*/
#reg-table
{
	width:500px;
}
#reg-table td
{
	margin-bottom:5px;
}
#registration label { width: 350px; }
#registration label.error{ color:#F30; padding-left:5px;}
.statusmsg
{
	font-weight:bold;
}
.message
{
	font-weight:bold;
	color:#C00;
}