@charset "utf-8";
/* CSS Document */

body
{
	background:#000000 url(../images/bg.jpg) top center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0;
	padding:0;
}
img{
	border:none;
}
.container{
	margin: 0 auto;
	padding:0;
    width: 875px;
	margin:0 auto;
}
.header{
	width: 875px;
	padding:0 0 30px 0;
	margin:0;
}
.header_top{
	width:875px;
	height:80px;
	margin:0;
	padding:0;
}
.logo{
	float:left;
	width: 219px;
	height:80px;
}
.right_links{
	float:right;
	height:32px;
	margin-top:48px;
}
.main_menu{
	clear:both;
	width:875px;
	text-align:center;
	margin-top:20px;
}
.main_menu ul{
	margin:0;
	padding:0;
}
.main_menu ul li{
	display:inline;
}
.main_menu ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	padding:5px;
}
.main_menu ul li a:hover{
	color:#ffdf6e;
}
.content{
	width:875px;
	clear:both;
	overflow:hidden;
}
.tag_line{
	width:880px;
	height:58px;
	background:url(../images/tagline-bg.png) top center no-repeat;
	margin-bottom:-30px;
    position: relative;
	z-index:100;
}
.tag_line p{
    font-family: Goudy Bookletter 1911;
    font-size: 17px;
	line-height:44px;
	text-align:center;
	margin:0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight:bold;
}
.content_inner{
	clear:both;
	width:845px;
	overflow:hidden;
	background:url(../images/transparentB.png) top left repeat transparent;
	padding:15px;
}
.content_inner2{
	clear:both;
	width:775px;
	overflow:hidden;
	background:url(../images/transparentB.png) top left repeat transparent;
	padding:50px;
}
.content_inner2 h2{
	font-size:24px;
	font-weight:normal;
}
.content_inner2 h1{
	text-align:center;
	font-size:30px;
	font-weight:normal;
}
.content_inner2 p{
	text-align:justify;
	line-height:20px;
}
.slide_show{
	width:845px;
	height:309px;
}
.link_box{
	clear:both;
	width:845px;
}
.link_box table{
	background:url(../images/controllers-bg.png) repeat transparent;
}
.link_box td{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border:2px solid #bbbbbb;
}
.link_box td:hover{
	background:#e7e7e7;
	color:#ffffff;
	border-color:none;
}
.link_box a{
	display:block;
	text-decoration:none;
	color:#000000;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.link_box a h2{
	font-size:17px;
	font-weight:bold;
	color:#DD9A40;
	margin:0;
	padding:0;
}
.link_box div{
	padding:8px;
}
.footer{
	width:875px;
	height:100px;
	padding-top:10px;
	font-size:10px;
	clear:both;
}
.about_flags{
	width:100%;
	text-align:center;
}
.button{
	background:#666666;
	border:1px solid #ffffff;
	padding:10px;
	text-decoration:none;
	color:#000000;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.button:hover{
	background:#000000;
	color:#ffffff;
	text-shadow:none;
}
.team_box{
 	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #FFFFFF;
    color: #6D6E6E;
    padding-left: 30px;
	border-radius: 10px 10px 10px 10px;
    min-height: 35px;
    padding: 16px 20px 8px 75px;
    text-shadow: 1px 1px 1px #FFFFFF;
	overflow:hidden;
	margin-top:10px;
}
.team_box h2{
	margin-top:0;
}
.team_box img{
	margin:0 10px 10px 0;
}
.team_box .img{
	float:left;
}
.team_box .txt{
	float:right;
	width:500px;
}
.signature{
	text-align:right;
}
.signature span{
	color:#9C9C9C;
	font-style:italic;
}
.test_arrow{
    background: url(../images/testimonial-bottom-arrow.png) no-repeat scroll 0 0 transparent;
    bottom: -22px;
    height: 23px;
    position: absolute;
    right: 38px;
    width: 23px;
}
.testmonials{
	border:10px solid #eeeeee;
}
.credits{
	text-align:center;
}
.credits h2, .credits h3{
	margin:5px 0 5px 0;
}
.contact_form{
	float:left;
}
.contact_form input, contact_form textarea{
	width:250px;
}
.contact_info{
	float:right;
	width:400px;
}
.contact_info a{
	color:#00B7F3;
	text-decoration:none;
}
.contact_info a:hover{
	text-decoration:underline;
}

.txt
{
width:180px;
color:#666666;
padding:4px;
border:#cccccc 2px solid;
}
.cmt
{
width:280px;
color:#666666;
padding:4px;
border:#cccccc 2px solid;
}
.btn
{
color:#666666;
padding:5px;
}