/*
//
// primary styles
// Author: DataSetGo
// Date: 2006/04/18
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body#splash {
	font: 12px/16px helvetica, arial, sans-serif;
	background: #4D589B;
	color: #333;
	margin: 0;
	padding: 0;
}

body {
	background: #999;
	font: 14px/18px "trebuchet ms", arial, verdana, helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #5153A0;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 20px;
	color: #5153A0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #5153A0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #5153A0;
}


#container {
	width: 890px;
	margin: 0 auto 0 auto;
	border: 1px solid #333;
	background: #fff url('images/backgrounds/container2.jpg') no-repeat;
}

#containerHome {
	width: 890px;
	margin: 0 auto 0 auto;
	border: 1px solid #333;
	background: #fff url('images/backgrounds/container.jpg') no-repeat;
}


#containerSplash {
	width: 792px;
	margin: 0 auto 0 auto;
}

#content {
	width: 750px;
	margin: 40px 0 0 120px;
}

#header {
	height: 130px;
}

#nav {
	position: relative;
	margin: 20px 0 0 118px;
	padding: 0;
	width: 760px;
	height: 30px;
	background: url('images/buttons/nav2.jpg') no-repeat;
	top: 0px;
	}

#nav ul {margin: 0; padding: 0;}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav a {height: 30px; display: block;}
#nav span {display: none;}


#navA {left: 0px; width: 109px;}
#navB {left: 109px; width: 109px;}
#navC {left: 220px; width: 109px;}
#navD {left: 328px; width: 109px;}
#navE {left: 437px; width: 109px;}
#navF {left: 547px; width: 109px;}
#navG {left: 657px; width: 109px;}


#navA a:hover {background: transparent url('images/buttons/nav2.jpg') -0px -30px no-repeat;}
#navB a:hover {background: transparent url('images/buttons/nav2.jpg') -109px -30px no-repeat;}
#navC a:hover {background: transparent url('images/buttons/nav2.jpg') -220px -30px no-repeat;}
#navD a:hover {background: transparent url('images/buttons/nav2.jpg') -328px -30px no-repeat;}
#navE a:hover {background: transparent url('images/buttons/nav2.jpg') -437px -30px no-repeat;}
#navF a:hover {background: transparent url('images/buttons/nav2.jpg') -547px -30px no-repeat;}
#navG a:hover {background: transparent url('images/buttons/nav2.jpg') -657px -30px no-repeat;}


#footer {
	text-align: center;
	padding: 30px 0 5px 0;
	font-size: 10px;
}

.clear {
	clear: both;
}

img.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
  
 /* page-specific styles
 ////////////////////////////////////// */
 
div#splash {
	width: 640px;
	margin: 0 auto;
}

ul#clients { margin: 0; padding: 0;}
ul#clients li {margin: 0 30px; padding: 5px 0; list-style: none;}

fieldset {
	width: 500px;
}
input.textfield {
	margin-left: 5px;
	width: 300px;
}

table#contact {
	margin-left: 50px;
}
table#contact td {
	padding: 3px 0;
}
td.label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

img.videoBox {
	border: 1px solid #333;
	margin-bottom: 20px;
}

div#swfHolder {
	width: 586px;
	margin: 0 auto;
}

a#skipIntro {
	color: #fff;
	text-align: center;
	margin: 10px auto;
}

/* about page */
div.vids {
	display: none;
	width: 320px;
	height: 256px;
}

div.vidsNew {
	width: 320px;
	height: 256px;
}

div#getQT {
	margin-top: 20px;
}

/*external Player Page */
div#extPlayer {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

/* how.php */
/*testimonial tag line*/
span#testTag {
	display: block;
	margin-left: 300px;
}
