/* reset.css */
html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	float:none !important;
}
table, th, td {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
:focus {
	outline:0;
}


body {
    background: url("../../images/back_body.png") repeat-x scroll center top transparent;
	padding:0 0;
	font:12px/1.5em, Arial, Helvetica, sans-serif;
	background-color:#221f1f;
	color:#FFF;
}
em {
	font-style:italic;


}


/*Template Start*/

#holder {
    margin: 0 auto;
    padding: 0px;
    position: relative;
    width: 940px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#header
 {
    height: 160px;
    position: relative;
    width: 100%;
	border-bottom:3px solid #eb2127;
}
#logo {
    background: url("../../images/logo.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 122px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 270px;
}

#logo a {
    width: 270px;
    height: 122px;
	display:block;
}
#moto {
	font-size:18px;
	color:#FFF;
	display:block;
	position:absolute;
	left:30px;
	top:150px;
}
#headerTxt {
	font-size:26px;
	color:#FD0;
	line-height:normal;
	text-align:center;
	display:block;
	position:absolute;
	right:30px;
	top:80px;
}
#headerTxt p {
	text-shadow: 1px 1px 3px #333; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
#mainNav {
    height: 38px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 107px;
    width: 100%;	
}

#banner {
    margin: 5px auto 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

#bannerTxt {
	width:400px;
	position:absolute;
	top:60px;
	left:170px;
	font-size:22px;
	line-height:normal;
	text-align:center;
	color:#000;
	overflow:hidden;
}
#content {
    display: table;
    width: 940px;
    background: url("../../images/back_main.jpg") no-repeat scroll center bottom transparent;
}
#content h1, #content h2, #content h3, #content h4 {
	font-weight:normal;
	font-family:Arial;
}
#content h1, .contactform legend {
color: #FFFFFF;
    font-family: 'Alfa Slab One',cursive;
    font-size: 28px;
    line-height: 38px;
    padding: 10px 0;
}
#content h2 {
color: #CCCCCC;
    font-family: 'Alfa Slab One',cursive;
    font-size: 25px;
    line-height: 38px;
    padding: 10px 0;
font-weight: 200;
}
#content h3 {
	padding:10px 0;
	font-size:18px;
	color:#CCC;
}
#content h4 {
	margin:5px 0;
	padding:5px 10px;
	border:1px solid #DDD;
	background:#F1F1F1;
	font-size:16px;
	color:#1c1c1c;
}
#content p {
	padding:10px 0;
	color:#CCC;
}
table.globalTable {
	margin:10px auto;
	border:1px solid #CCC;
	width:80%;
	-webkit-box-shadow: 0px 0px 4px #CCC; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #CCC; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #CCC; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
table.globalTable tr.odd td {
	background:#FAFAFA;
}
table.globalTable th {
	padding:5px 0;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#6b3abd;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table.globalTable td {
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#content a:link, #content a:active, #content a:visited {
	color:#999;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
}
#content ul, #content ol {
    list-style: disc inside none;
    padding: 10px 15px 10px 0;
}
#content li {
	color:#666;
}
div#col-1 {
    background-position: 0 2px;
    background-repeat: no-repeat;
    clear: both;
    display: table;
    margin: 0 auto;
    padding-bottom: 28px;
    width: 940px;
}
div#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#888;
	font-size:20px;
	font-style: italic;
	font-weight:normal;
}
div#col-1 .module_home img {
    border: 1px solid #BEBEBE;
    padding: 4px;
}

div#col-1 .module_home .service img {
	background-color:#000;
	border:none;
    padding: 4px;
}

div#col-1 .module_home .service:hover img {
	background-color:#FFF;
}

div#col-1 #col-2 img {
	width:200
}


div#col-2, {
	display:block;
	float:left;
	position:relative;
}
div#col-2 {
	width:678px;
}

#footerHolder {
    clear: both;
    min-height: 104px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    background: url("../../images/back_footer.jpg") repeat-x scroll center top #d91e24;
}
#footer {
    clear: both;
    color: #999999;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    min-height: 66px;
    width: 940px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#footerTxt {
	margin-top:10px;
	width:100%;
	text-align:center;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
	padding:1px 12px;
	font-size:12px;
	color:#221f1f;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#221f1f;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
}
#social {
display: block;
    line-height: 33px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 128px;
}
#social img {
	margin-left:10px;
}
.formbuilderform td {
	padding:3px;
	font-weight:bold;
}
.formbuilderform input, .formbuilderform textarea {
	width:250px;
}
.formbuilderform select {
	width:257px;
}
.cms_submit {
	width:100px !important;
}

/* EXTRAS */

.module_home {
    background: url("../../images/back_container.png") no-repeat scroll center top transparent;
    margin-top: 1px;
    overflow: hidden;
    padding: 18px 0 5px;
}


#content a.service {
    background: url("../../images/side_serv.png") no-repeat scroll right top transparent;
display: inline-block;
    float: left;
    margin-left: 10px;
    text-decoration: none;
}

#content a.service:hover .title{
}

#content a.service:hover .txt{
}

.banner_txt {
    color: #FFFFFF;
    height: 344px;
    padding: 8px 24px 10px 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}
#services-menu
{
text-align: center;
}
#services {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 8px;

}

.about_home {
	float:right;
	width:200px;
}

#content .about_home h2{
	text-transform:uppercase;
	color:#0072bc;
}

#content .about_home li{
    font-size: 12px;
    margin-bottom: 8px;
}

#home_wrapper {
    float: left;
    margin-top: 12px;
    width: 100%;
	margin-bottom:10px;
}

.service .title, .service .link {
	width:100%;
	text-align:left;
	display:block;
	color:#000;
}

.service .title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 22px;
    text-align: center;
    text-decoration: none;
    font-family: 'Alfa Slab One',cursive
}


.service .txt {
    color: #CCCCCC;
    float: left;
    font-size: 12px;
    line-height: 14pt;
    margin-top: 8px;
}

.service .link {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0072bc;
	text-transform:none;
    padding-left: 13px;
}

.service .link:hover {
	text-decoration:underline;
}

.formbuilderform td {
	padding:3px;
	font-weight:bold;
}
.formbuilderform input, .formbuilderform textarea {
	width:250px;
}
.formbuilderform select {
	width:257px;
}
.cms_submit {
	width:100px !important;
}

.banner_text {
    left: 52px;
    position: absolute;
    top: 60px;
    width: 400px;
}

#content .banner_text p {
    font-size: 18px;
    line-height: 27px;
	color:#636363;
}

.contactform {
border-left: 1px solid #999999;
    float: right;
    margin-top: 9px;
    overflow: hidden;
    padding-left: 30px;
    width: 488px;
}

.contactform label{
	width:130px;
	display:block;
	float:left;
}

.contactform input{
	width:315px;
	display:block;
}
.contactform input[type="checkbox"]{
    float: left;
    width: auto;
}

.contactform input[type="submit"]{
    float: right;
    width: auto;
margin-right:36px;
}

.contactform div{
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.label {
	font-size:11px;
	font-style:italic;
	color:#666;
}

#m0a13dmoduleform_1 {
	float:right;
}

#m0a13dmoduleform_1 .formbuilderform td {
	font-weight:normal;
}


.gallery div.img {
background-color:#333;
float: left;
}

div#col-1 .gallery div.img img{
margin:0px;
padding:0px;
border:none;
}


.gallery {
	width:100%;
	float:left;
}

div.captcha {
font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 129px;
    width: 321px;
}

div#col-1 .captcha img{
float: left;
    margin-bottom: 8px;
    margin-right: 5px;
}
#phone {
  font-size: 18px;
  color: #FFF;
  line-height: normal;
  display: block;
  position: absolute;
  right: 50px;
  top: 17px;
  text-align: right;
}
#phone h2 a {
color: #FFF !important;
font-size: 25px;
  text-decoration: none !important;
}

#home{
display: inline-block;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 8px;}