@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}

body {
	background-color:#112138;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	padding-top:20px;
	width:970px;
	padding-left:8px;
	padding-right:10px;
	text-align:left;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
}

a {
	color:#f6fc00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height:106px;
	width:970px;
	background-image: url(../images/header-tile.gif);
	background-repeat: repeat-x;
}

.logo { float:right;}
.telephone { float:left; padding-top:10px; padding-left:10px;}


#nav {
	width:940px;
	height:27px;
	padding-top:7px;
}

#nav ul { text-align:center; }

#nav li {
	display:inline;
	list-style-type: none;
	padding-right:20px;
	padding-left:20px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {color:#f6fc00;}

.li-bord {border-right: 1px solid #f6fc00;}

#content {
background-color:#2c3a4f;
width:950px;
border-top: 2px solid #f6fc00;
border-bottom: 1px solid #f6fc00;
padding:10px;
}

#left-images {
width:160px;
margin-right:5px;
float:left;
padding-left:15px;
padding-top:35px;
}


#left-images img{ margin-bottom:25px;}

#container { float:left; width:730px; padding-top:25px; padding-left:20px; padding-right:20px;}
#container_index { float:left; width:750px; padding-top:30px; padding-left:10px; padding-right:10px;}
#container h2, #container_index h2 {
	font-size:25px;
	font-weight: normal;
	margin-bottom:15px;
}
#container h2 strong, #container_index h2 strong { color:#f6fc00}
#container p, #container_index p { line-height:20px; margin-bottom:20px;}
#container h4, #container_index h4 {
	font-size:20px;
	color:#f6fc00;
	margin-bottom:5px;
	font-weight: normal;
}


#footer {
	width:970px;
	text-align:center;
	font-size: 11px;
	padding-top:10px;
	text-transform: uppercase;
	padding-bottom:20px;
}

.clear { clear:both;}



.table-top {
	width:227px;
	border-top: 2px solid #f6fc00;
	background-color:#1c2b41;
	font-size: 12px;
	vertical-align:top;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;

}




.table-top h3 {
	color:#91b6ed;
	text-transform: uppercase;
	text-align:center;
	font-size: 18px;
	margin-bottom:10px;
}
.table-top img { text-align:center; margin:0 auto; padding-bottom:6px;}

.table-top .testimonial { font-size: 11px; line-height:18px; }
.table-top .testimonial em {color:#f6fc00;}
.table-bottom { border-bottom: 2px solid #f6fc00; background-color:#1c2b41; text-align:right; padding-bottom:5px; padding-right:10px; 	padding-top:10px; }
.table-bottom a {
	color:#f6fc00;
	text-decoration: none;
	font-size:10px;
	text-transform: uppercase;

}
.table-bottom a:hover {
	color:#f6fc00;
	text-decoration: underline;
}

.imgborde{
	border: 2px solid #FFFFFF;
	padding:2px;
	margin-bottom:10px;
}
.imgborde1{
	border: 1px solid #f6fc00;
	padding:2px;
}

.imgleft { float:left; 	border: 2px solid #FFFFFF; margin-right:5px; }

#testimonials { }
#testimonials a { color:#FFFFFF}
#testimonials a:hover {
	color:#f6fc00;
	text-decoration: none;
}
#testimonials p { padding-left:35px;}
.testimonial1 { font-size: 12px; line-height:18px; width:550px; text-align:justify; }
.testimonial1 em {color:#f6fc00;}
.contacting {color:#f6fc00;}
#contact { padding-left:20px;}
#contact p { margin-bottom:10px;}

#contact .formy {
	padding:3px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	width:190px;
}

#contact .formy_button {
	background-color:#2C3A4F;
	border: 1px solid #abadb3;
	width:105px;
	color: #abadb3;
	padding:2px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: lowercase;
}