@charset "UTF-8";
/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

#header{
	width:100%;
	height:126px;
	background:url(images/header.png) repeat-x;
	text-align:center;
}

#epicleft, #epicright{
	position: absolute; 
	top: 114px; 
	left: 0; 
	width: 138px; /*Width of left frame div*/
	height: 490px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background:url(images/epicleft.jpg) no-repeat;
	text-align:center;
}

#contentspace{
	position: fixed; 
	top: 114px;
	left: 138px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 138px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: auto; 
	background: #fff;
	padding-top:30px;
}

#container{
	width:655px;
	margin:0 auto 0 auto;
}

#epicright{
	left: auto;
	right: 0; 
	width: 138px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background:url(images/epicright.jpg) no-repeat;
}

/*menu buttons---------------------------------------------------------------------------*/

.homebtn{
	display:block;
	margin:15px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/homebtn.jpg) no-repeat;
}

a.homebtn:link, a.homebtn:visited, a.homebtn:active{
	background:url(images/homebtn.jpg) no-repeat;
	}
	
a.homebtn:hover {
	background-position:0 -25px;
	}
	
.servicesbtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/servicesbtn.jpg) no-repeat;
}

a.servicesbtn:link, a.servicesbtn:visited, a.servicesbtn:active{
	background:url(images/servicesbtn.jpg) no-repeat;
	}
	
a.servicesbtn:hover {
	background-position:0 -25px;
	}
	
.whybtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/whybtn.jpg) no-repeat;
}

a.whybtn:link, a.whybtn:visited, a.whybtn:active{
	background:url(images/whybtn.jpg) no-repeat;
	}
	
a.whybtn:hover {
	background-position:0 -25px;
	}
	
.asciibtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/asciibtn.jpg) no-repeat;
}

a.asciibtn:link, a.asciibtn:visited, a.asciibtn:active{
	background:url(images/asciibtn.jpg) no-repeat;
	}
	
a.asciibtn:hover {
	background-position:0 -25px;
	}
	
.privacybtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/privacybtn.jpg) no-repeat;
}

a.privacybtn:link, a.privacybtn:visited, a.privacybtn:active{
	background:url(images/privacybtn.jpg) no-repeat;
	}
	
a.privacybtn:hover {
	background-position:0 -25px;
	}
	
.freebtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/freebtn.jpg) no-repeat;
}

a.freebtn:link, a.freebtn:visited, a.freebtn:active{
	background:url(images/freebtn.jpg) no-repeat;
	}
	
a.freebtn:hover {
	background-position:0 -25px;
	}
	
.contactbtn{
	display:block;
	margin:3px 0 0 0;
	width:138px;
	height:25px;
	background:url(images/contactbtn.jpg) no-repeat;
}

a.contactbtn:link, a.contactbtn:visited, a.contactbtn:active{
	background:url(images/contactbtn.jpg) no-repeat;
	}
	
a.contactbtn:hover {
	background-position:0 -25px;
	}
	
/*menu styles---------------------------------------------------------------------------*/

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262261;
	font-weight:bold;
}

.menu2{
	color:#fff;
	text-align:left;
}

.dot{
	margin-left:20px;
}

a.menu:link, a.menu:visited, a.menu:active{
	text-decoration:none;
	color:#FFF;
	}
	
a.menu:hover {
	text-decoration:none;
	color:#262261;
}

.line{
	margin:2px 0 2px 0;
	}

/*right menu styles---------------------------------------------------------------------------*/

.news{
	margin:15px 0 0 0;
}

.rightmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	margin:10px 2px 10px 10px;
}

/*content sections---------------------------------------------------------------------------*/

#left{
	width:360px;
	float:left;
	margin:0 20px 10px 10px;
}

#left2{
	width:600px;
	margin:0 auto 0 auto;
}

#right{
	width:255px;
	float:left;
	background-color:#e4f2f9;
	margin-bottom:10px;
}

#foot{
	clear:left;
	width:655px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(images/hometest.jpg) no-repeat;
}

/*content styles---------------------------------------------------------------------------*/

h1{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

h2{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:3px 0 2px 0;
	line-height:130%;
	font-weight:bold;
}

p{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin:0 0 13px 0;
	line-height:130%;
}

p.rightbox{
	margin:0 20px 10px 20px;
}

h1.rightbox{
	margin:10px 10px 10px 20px;
	font-size:15px;
}

.indent{
	margin:-5px 0 13px 20px;
}

ul.rightnone{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0 20px 10px 30px;
	list-style:none;
}
	
p.foot{
	color:#fff;
	padding-top:18px;
	margin:-2px 20px 20px 20px;
	font-size:10px;
}

.testimonialbtn{
	margin-right:30px;
}

ul{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0 0 13px 12px;
	list-style:disc;
}

ul.rightbox{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:-10px 20px 10px 32px;
	list-style:disc;
}

a.foot:link, a.foot:visited, a.foot:active{
	text-decoration:none;
	color:#FFF;
	}
	
a.foot:hover {
	text-decoration:none;
	color:#262261;
}