body {
	margin: 0px 0;
	padding: 0;
	color:#31333B;
	background-color: #FFFFFF;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 850px;
}

#menu {
	width: 850px;
	height: 45px;
	margin: 0 auto;
	background: #006699;
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #FFFF66;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #ffcd04;
}

#menu a:hover {
	border-bottom-color: #ffcd04;
	background: #ffcd04;
}

#menu .active a {
	border-bottom-color: #FFCD04;
	background: #ffcd04;
}

#content {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	/*background:#000000;*/
}



#right {
	width: 540px;
	margin-left:20px;
	float:right;
	/*background: #ff00ff;*/
	}


#left {
	width: 250px;	
	margin: 0 auto;
	float:left;
	padding:20px;
	padding-top:0px;
	}

#right_index {
	width: 250px;
	margin-left:20px;
	float:right;
	/*background: #ff00ff;*/
	}


#left_index {
	width: 540px;	
	margin: 0 auto;
	float:left;
	padding:20px;
	padding-top:0px;
	}

	/*background: #ff0000;*/
}

#footer {
	width: 850px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #CCCCCC;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #0000FF;
}

#legal {
	width: 850px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 100px;
	background: #FFFFFF;
}

#legal p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

 h1 {
	color:#8fa819;
	font-family: "Trebuchet MS",arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	padding-left:12px;
	background: url(images/arrow.gif) no-repeat left center;
	text-transform: uppercase;
 }
 
 h2 {
	color: #333333;
	font-family: "Trebuchet MS",arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-left:12px;
 }
 
.blue {
color:#3f71b6;
font-weight: 800;
}

.bluesquare {
	color:#3f71b6;
	font-weight: 800;
	padding-left:12px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


a {
color:#3f71b6;
}

a:hover {
color:#3f71b6;
text-decoration :none;
}

hr {
width:100%;
height: 1px;
color:#8fa819;
background-color:#8fa819;

}
 
#holder {
	position: absolute;
	left: 140px;
}
#copy {clear: both;}
html, body, #holder {
	min-height: 100%;
	width: 880px;
	height: 100%;
}
html>body, html>body #holder { height: auto;}
#free-flash-header a:hover {color:#cdd2d7;text-decoration:none}
#resol {text-align:left;font-family:Verdana, Arial, Helvetica, sans-serif;position:fixed;padding-left:10px;width:290px;top:0px;left:1280px;margin:0 auto;background:#bfc6d9;} #resol h1 {background:none;font-size:1.2em;letter-spacing:10px;padding:0px;margin:0px;border: 0px;} #resol h2 {font-size:0.6em;letter-spacing:3px;padding:0px;margin:0px;background:none;}


#product {
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#product ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#product li {
	display: block;
	text-align:center;
	float: left;
	margin: 15px;
	height : 320px;
	border: 1px solid #999999;
	text-decoration: none;
	font-size: 16px;
	color: #990000;
	width: 165px;
	padding: 10px;
}

#product em {
	color: #333333;
	font-size: 14px;
}

#testimonial {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#testimonial ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#testimonial li {
	display: block;
	float: left;
	margin: 10px;
	height : 300px;
	border: 1px solid #999999;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	width: 250px;
	padding: 5px;
	background-color: #ECF4F4;
}

#testimonial em {
	color: #333333;
	font-size: 14px;
}

/* Floats*/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
