@charset "utf-8";

/********************************************************layout*/
*
{
	margin:0;
	padding:0;
}
body, html
{
	width:100%;
	height:100%;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../images/bg.gif) repeat-x 0 0;
	text-align:center;
	color:#666666;
}
#box
{
	width:960px;
	margin:0 auto;
}
#header
{
	width:1000px;
	height:150px;
	text-align:left;
	background:url(../images/logo.gif) no-repeat 0 0;
}
p
{
	margin:25px 0 0 0;
}
h1
{
	font-size:24px;
	line-height:25px;
}
.subhead
{
	display:block;
	font-size:13px;
	color:#39B54A;
	font-weight:bold;
}
.green
{
	color:#39B54A;
	font-weight:bold;
}
.pad
{
	padding:0 0 0 5px;
}
.padder
{
	padding:0 5px;
}
ul
{
	list-style:outside;
	margin:20px 0 0 15px;
}
.mailto
{
	text-decoration:none;
	color:#666666;
}
.mailto:hover
{
	color:#39B54A;
}
.alink
{
	text-decoration:none;
	color:#39B54A;
}
/********************************************************nav*/
#navBar
{
	float:right;
}
.nav
{
	float:left;
	height:20px;
  padding: 60px 6px 0 6px;
	text-decoration:none;
	color:#666666;
	font-size:11px;
	margin:0 0 0 15px;
}
.nav:hover, .on
{
	background:#39B54A;
	color:#FFFFFF;
}
/********************************************************body*/
.content
{
	width:960px;
	min-height:600px;
	text-align:left;
}
.index
{
	background:url(../images/homeBG.jpg) no-repeat 0 0;
}
.video
{
	background:url(../images/videoBG.jpg) no-repeat 0 0;
	height:635px;
	width:560px;
	padding:0 170px 50px 230px;
}
	.training-link
	{
		display:block;
		position:absolute;
		width:164px;
		height:40px;
		background:url(../images/training-link-off.gif) no-repeat 0 0;
		margin:638px 0 0 5px;
	}
		.training-link:hover, .training-link.on
		{
			background:url(../images/training-link-on.gif) no-repeat 0 0;
		}
	.sales-link
	{
		display:block;
		position:absolute;
		width:193px;
		height:40px;
		background:url(../images/sales-link-off.gif) no-repeat 0 0;
		margin:638px 0 0 183px;
	}
		.sales-link:hover, .sales-link.on
		{
			background:url(../images/sales-link-on.gif) no-repeat 0 0;
		}
.index h1
{
	position:absolute;
	margin:0 0 0 350px;
}
.index h1#solution
{
	position:absolute;
	margin:600px 0 0 350px;
}
.link
{
	display:block;
	position:absolute;
	text-decoration:none;
	width:208px;
	height:208px;
}
.one
{
	background:url(../images/leftLink.jpg) no-repeat 0 0;
	margin:74px 0 0 80px;
}
.two
{
	background:url(../images/rightLink.jpg) no-repeat 0 0;
	margin:74px 0 0 673px;
}
.train
{
	padding:0 30px 0 451px;
	width:479px;
	background:url(../images/trainingBG.jpg) no-repeat 0 0;
}
.test
{
	padding:0 0 0 481px;
	width:479px;
	background:url(../images/testBG.jpg) no-repeat 0 0;
}
.test p
{
	margin:15px 0 0 0;
}
.newSales
{
	padding:0 100px 0 383px;
	width:477px;
	background:url(../images/newBG.jpg) no-repeat 0 0;
}
.tstory
{
	padding:0 100px 0 383px;
	width:477px;
	background:url(../images/storyBG.jpg) no-repeat 0 0;
}
.comp
{
	padding:0 100px 0 383px;
	width:477px;
	background:url(../images/companyBG.jpg) no-repeat 0 0;
}
.con
{
	padding:0 100px 0 383px;
	width:477px;
	background:url(../images/contactBG.jpg) no-repeat 0 0;
}
hr
{
	border:none;
	height:1px;
	background:#CCC;
	margin:20px 0 0 0;
}
.view-btn
{
	position:absolute;
	width:155px;
	height:50px;
	display:block;
	cursor:pointer;
	background:url(../images/view-btn.gif) no-repeat 0 0;
	margin:140px 0 0 17px;
}
.video p, .video h1
{
	position:relative;
	float:left;
}
.video form
{
	position:absolute;
	width:214px;
	height:380px;
	margin:215px 0 0 495px;
}
.video form h1
{
	font-size:23px;
	margin:0 0 20px 0;
}
.video small
{
	float:right;
}
.video input, .video textarea
{
	font:12px/15px Arial, Helvetica, sans-serif;
	width:205px;
	height:20px;
	display:block;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	padding:5px;
	margin:7px 0 0 0;
}
.video textarea
{
	height:80px;
}
.video form #submit
{
	float:right;
	width:60px;
	height:25px;
	background:#39B54A;
	color:#FFFFFF;
	text-align:center;
	border:none;
}
.vid
{
	position:absolute;
	margin:218px 0 0 -60px;
}
/********************************************************footer*/
.footer
{
	width:960px;
	margin:50px 0 30px 0;
	padding:8px 0 30px 0;
	border-top:1px solid #CCCCCC;
	text-align:left;
	font-size:11px;
}
.right
{
	float:right;
}
.right a
{
	text-decoration:none;
	color:#39B54A;
}
