
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	z-index: 1;
}

h1 {font-size: 46px; padding: 10px 0; font-family: 'Nothing You Could Do', cursive;}
h2 {font-size: 40px; padding: 10px 0; font-family: 'Nothing You Could Do', cursive;}
h3 {font-size: 32px; padding: 10px 0; font-family: 'Nothing You Could Do', cursive;}
h4 {font-size: 24px; padding: 10px 0; font-family: 'Nothing You Could Do', cursive;}
h5 {font-size: 16px; padding: 10px 0; font-family: 'Nothing You Could Do', cursive;}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

object, embed {max-width: 100%;}

img { height:auto; border: 0px; }

html {overflow-y: scroll;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after,
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

a:hover { color: #EF0000 !important; }
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}

.ie7 img {-ms-interpolation-mode: bicubic;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body {
    font-family: 'Marcellus', serif;
    color: #000;
    font-size: 12px;
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);
    letter-spacing: normal;
    z-index: 1;
}

a:link, a:visited {
    color: #AFAA00;
    background: transparent;
    text-decoration: none;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

.right { float: right }
.left { float: left; }
.clear { clear: both; }
.righttxt { text-align: right; }
.center { text-align: center; }
.half { width: 50%; }

.red { color: #770000; }
.yellow { color: #C4AD00 }

.large { font-size: 24px; }
.larger { font-size: 48px; }
.txt16 { font-size: 16px; }

.padded30 { padding: 30px 0; }
.padding-left { padding-left: 20px; }
.padding30bottom { padding: 0 0 30px; }

.border { 
    border-top: #000 1px solid;
    padding-bottom: 30px;
    margin: 0;
}

img { vertical-align: top }

#ribbon {

    background: #E5D200;
    border-right: #C30000 2px solid;
    border-bottom: #C30000 2px solid;
    border-radius: 0 0 12px 0;
    -moz-border-radius: 0 0 12px 0;
    -webkit-border-radius: 0 0 12px 0;
    box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    -moz-box-shadow: 2px 2px 10px #000;
    position: absolute;
    width: 200px;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px;
    font-size: 16px;
}

#ribbon2 {
    background: #E5D200;
    border-left: #C30000 2px solid;
    border-bottom: #C30000 2px solid;
    border-radius: 0 0 0 12px;
    -moz-border-radius: 0 0 0 12px;
    -webkit-border-radius: 0 0 0 12px;
    box-shadow: -2px 2px 10px #000;
    -webkit-box-shadow: -2px 2px 10px #000;
    -moz-box-shadow: -2px 2px 10px #000;
    position: absolute;
    width: 200px;
    height: 90px;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
}

.shell {
    position: relative;
    background: url(images/bg1.jpg) repeat scroll 150px 0;
    width: 100%;
    overflow: hidden;
    padding: 34px 0 0;
    z-index: 100;
 }

.logo {
    margin: 0 auto;
    max-width: 520px;
}

#slogan {
    text-align: center;
    padding-top: 10px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 40px;
}

/* NAV MENU */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

ul {
    list-style: circle;
}

nav ul { list-style: none; }

#navcontainer {
  text-align: center;
  padding-bottom: 100px;
  width: 100%;
}

#navigation {
    margin: 40px 0;
    font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff0000;
    display: inline-block;
    min-width: 680px;
}

#navigation:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {
    float: left;
/*    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;    */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
    box-shadow: 0 1px rgba(255,255,255,1) inset;
    -webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #CC0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#CC0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%,#CC0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff0000 0%,#CC0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff0000 0%,#CC0000 100%); /* IE10+ */
    background: linear-gradient(top, #ff0000 0%,#CC0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}

#navigation li:hover, #navigation li.current {
    box-shadow: 0 1px rgba(255,255,255,0.2) inset;
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
    border-color: #262626 !important;
    background: #4D4D4D; /* Old browsers */
    background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}   

#navigation a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px #525;
}

#navigation a:hover, #navigation li.current a {
    color: #FFF !important;
    text-shadow: 0 1px #000;
}

#navigation li:first-child {
    border-left-color: #BABABA;
 /*   border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;         */
}

#navigation li:last-child {
  /*  border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;     */
}

/* END NAV */

.main {
    position: relative;
    width: 100%;
    z-index: 200;
}

.wrappershadow {
    position: relative;
    background: url(images/shadow.png) no-repeat scroll 0 -80px;
    margin: 0 auto;
    width: 1100px;
    min-height: 546px;
    z-index: 200;
}

.wrapper {
    position: relative;
    background: #fff no-repeat scroll 0 0;
    margin: -100px auto;
    max-width: 860px;
    min-height: 500px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
     box-shadow: 0 1px rgba(255,255,255,0.2) inset;
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
    -moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
    padding: 50px;
    z-index: 200;
}

.wrapperindex {
    background: transparent no-repeat scroll 0 0;
    margin: 0px auto;
    max-width: 860px;
    min-height: 200px;
    padding: 0 50px;
}

#light {
    width: 114px;
    margin: 0 auto;
    font-size: 18px;
}

#slogan2 {
    font-size: 24px;
    width: 100%;
    margin: auto 0;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.linebreak {
    position: relative
    width: 100%;
    border-top: #000 1px solid;
    padding: 30px 0;
    margin: 30px 0;
}

.birdwire {
    background: url(images/birds.png) no-repeat scroll 0 0;
    height: 66px;
    margin: 20px 0;
}

.birdwire2 {
    background: url(images/birds2.png) no-repeat scroll 0 0;
    height: 66px;
    margin: 20px 0;
}

#about {
    position: relative;
    padding: 30px 0;
    text-align: left;
}

#about h3 { text-align: center; }

.house {
    padding-top: 50px; 
    padding-right: 50px;    
}

.contactdets { 
    text-align: left;
}

#arrow { 
    margin: 0;
    width: 100%;
}

#arrowleft {
    background: url(images/arrowside.png) repeat-x;
    width: 230px;
    height: 149px;
    float: left;
}

#arrowmid {
    background: url(images/arrow.png);
    width: 400px;
    height: 149px;
    float: left;
}

#arrowright {
    background: url(images/arrowside.png) repeat-x;
    width: 230px;
    height: 149px;
    float: left;
}

#formbottom {
    background: url(images/arrowside.png) repeat-x;
    width: 860px;
    height: 149px;
}

#moreinfo1 {
    position: absolute;
    width: 150px;
    top: 272px;
    left: 370px;
}

#moreinfo2 {
    position: absolute;
    width: 150px;
    top: 212px;
    left: 182px;
}

#commercialwrap { line-height: 16px; }

/* Footer */

#footer {
    margin-top: 100px;
    padding-bottom: 50px;
}

#footer a:link, #footer a:visited {
    color: #000;
}

#footwrap {
    max-width: 80%;
    border-top: #000 1px solid;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px 0 0;
}

#footermenu ul {
    text-align: center;
}
 
#footermenu ul li{
    display: inline;
    padding: 0 10px;
}

#footermenu a:hover {
    text-decoration: underline;
}

#certs {
    width: 440px;
    margin: 0 auto;
}

.nic {
    float: left;
    padding: 30px;
}

.trust {
    float: left;
    padding: 30px;
}

.copyright {
    text-align: center;
}