﻿@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html, body { /*styling the html tag allows for 100% height */
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


@media screen and (min-width: 960px) {
    body {
        //overflow-x: hidden;
    }
}


::selection {
	background: #171614; /* Safari */
	}
::-moz-selection {
	background: #171614; /* Firefox */
}

/*FONT-FACE*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('type/bebasneue-webfont.eot');
    src: url('type/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),         
         url('type/bebasneue-webfont.ttf') format('truetype'),
         url('type/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fonts*/
body{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;   
	padding:0;
	background: #fefefe url(../images/armada-background.jpg) no-repeat scroll center top;}
a:link, a:visited{color:#677719;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:1.6em;}
h2{	
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #E1E5B2;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 15pt;
	text-transform:uppercase;
	font-weight:200;
	}
h3{
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #eaeaea;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 1em;
	text-transform:uppercase;
	font-weight:200;
	}
	
h4 {
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #a50000;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 0.9em;
	text-transform:uppercase;
	font-weight:200;
	}
h5 {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #606060;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 0.85em;
	text-transform:uppercase;
	font-weight:200;
	}

h6 {font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #a50000;
	font-size: 0.8em;
	font-weight: bold;
}

h6 a:link {color:#a50000;}
	
p { font-family: Helvetica, Arial, "Lucida Grande", sans-serif; color: #d8d7d7; font-size: 0.7em; line-height: 1.2em; text-align: left;}


.list ul {  }
.list li { list-style:circle; font-family: Helvetica, Arial, "Lucida Grande", sans-serif; color: #959391; font-size: 0.75em; line-height: 1.2em; margin-bottom: 5px;}

.step { font-size:3.6em; float:left; margin-right: 10px; margin-top:-8px;}
.stepred {color: #a50000;}

.red {color: #a50000;}
.redheading, .stepred {color: #a50000; background: -webkit-linear-gradient(#c63131, #5a2726);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.wcwheel { background:none;}
.wcwheel h1 { font-size:2.4em; background: -webkit-linear-gradient(#9f9f9f, #4b4b4b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.wheel {}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

#outer {
    min-width: 960px;
    overflow-x: hidden;
}

#outide-container {
    width: 960px;
    margin: 0px auto;  
}

#container, #container2, #container3 {
	width: 1140px;
	margin-left: -90px;
	-moz-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
	-webkit-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
	box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
}

#container{ background: #3C4C01 url(../images/armada-background-inner-green.jpg) no-repeat scroll center top;}	

#container2{
	padding: 20px 0 20px 0;
	border-top: 1px solid #424141;
	background: url(../images/background-pattern2.gif) center top repeat; 
}
#container3{
	padding-top: 10px;
	border-top: 1px solid #424141;
	background: #262D04;
}

.container_12 p{
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size:11pt;
    line-height:1.3em;
    margin: 10px 0 10px 10px;
    color: #495608;
}
	
.content {
	width: 960px;
	margin-left: 90px;
}

#topbar{width:960px;}
#logo{ width: 100%; height: auto; margin: 5px 0 -15px -5px; float:left;}

/* ------------------------------
MAIN NAVIGATION
------------------------------ */
#navcontainer { float:left; position: relative; }

#navcontainer ul {
	padding-left: 0;
	margin-top: -25px;
	margin-left: 7px;
	margin-bottom: 10px;
	color: #efeeed;
	float: left;
	text-transform:uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 1.1em;
	font-weight:100;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
    padding: 0.1em 0.3em;
    padding-right: 50px;
    color: #efeeed;
    text-decoration: none;
    float: left;
}

#navcontainer ul li a:hover {
color: #d7d3cc;
}


#smoothmenu1 ul{
    padding-left: 0;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 10px;
	color: #efeeed;
	float: left;
	text-transform:uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 1.1em;
	font-weight:100;
}

#smoothmenu1 ul li { display: inline; }

#smoothmenu1 ul li a {
    padding: 0.2em 0.3em;    
    color: #efeeed;
    text-decoration: none;
    float: left;
}

#smoothmenu1 ul li a:hover {
    color: #d7d3cc;
}


/* ------------------------------
HOME SECONDARY NAV
------------------------------ */
/*Social Media Icons*/
.nav1container ul img {border:none; margin-left: -24px; padding-right:4px;}

/*Nav*/
.nav1container ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	color: #efeeed;
	text-transform:uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 1.20em;
	font-weight:200;
}

.nav1container ul li { list-style: none; margin-top: 10px; margin-left:0; }

.nav1container ul li a {
clear:right;
color: #9b8d79;
text-decoration: none;
}

.nav1container ul li a:hover {
color: #b1a189;
}

#image-rotator{margin-bottom: 20px; position: relative; margin:0 auto; height: 450px;}

.main{width:auto; display:block; padding:10px 0; min-height: 450px;}

div.spacer{clear:both; height:1px; display:block;}
div.bodyspacer{clear:both; height:4px; display:block; background:url(../images/imgbg.png) repeat; margin: 10px 0 10px 0;}
div.bodyspacergray {clear:both; height:4px; display:block; background:url(../images/imgbg-gray.png) repeat; margin: 20px 0 20px 0;}
div.bodyspacerline {clear:both; height:1px; display:block; border-bottom:1px solid #ccc; margin: 10px 0 10px 0;}

.main img { background:url(../images/imgbg.png) repeat; border: 1px solid #5b5959; padding: 5px; float:left; }

.home h3 a {background: url(../images/imgbg.png) repeat; padding: 5px; width: 302px; text-align:right; color:#dfdfdf; margin: 10px 0 10px 0; float: right;}
.main h3 a:link {color:#dfdfdf; text-decoration:none;}
.main h3 a:visited {color:#dfdfdf;text-decoration:none;}
.main h3 a:hover {color:#cbcbcb;text-decoration:none;}
.main h3 a:active {color:#dfdfdf;text-decoration:none;}

.recent_post {min-height: 95px; border-top: 1px solid #424141;}
.recent_post img {width: 75px; height: 75px; margin:10px; float:left;}
.recent_post h3 { margin-top: 10px; margin-bottom: 0px;}


/*--- Footer ---*/
#footer{ width: 960px; height: 70px; background-color:#262D04; clear: both;}

#footernavcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #a50000;
	float: left;
	text-transform:uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: 1em;
}

#footernavcontainer ul li { display: inline; }

#footernavcontainer ul li a {
padding: 0.1em 0.4em;
color: #EFEEED;
text-decoration: none;
float: left;
}

#footernavcontainer ul li a:hover {
color: #d7d3cc;
}

/* Home Features */

.featshoots img {width: 290px; margin-bottom: 10px; margin-right:10px;}
.pressshoots img {width: 218px; margin: 0 5px 10px 5px; border: 1px solid #bfbab7; padding:0 !important;}


/* ------------------------------
MAIN CONTENT ALL OTHER PAGES
------------------------------ */

.main_content{ width:auto; display:block; padding:0; min-height: 450px; padding-bottom:40px; background: #f4f4f4 url(../images/background-maincontent.jpg) no-repeat scroll center top; }
.main_content_heading { padding: 10px; padding-top:20px; margin-bottom: 20px;  border-bottom: 1px solid #ccc;}
.main_content_heading h1 { margin-bottom: 0;}
.main_content_heading h4 { margin-top: 0;}
.main_content_heading img {
}
.main_content h1, .main_content h2, .main_content h3, .main_content h4 {}
.main_content h3, .main_content h5 { margin: 10px 0 5px 0; }
.main_content h1 {text-transform:uppercase; text-shadow:none; font-weight:100; color:#3C4C01; font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; }
.main_content h2 {text-transform:uppercase; text-shadow:none; font-weight:100; color:#797976; font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; }
.main_content h3 {font-size: 1.2em; color:#2a2620; text-shadow:none;}
.main_content h4 {color:#797976; text-shadow:none; font-size: 1.1em;}
.main_content h5 {color:#909090; text-shadow:none; padding: 8px 0 1px 0; font-size: 0.8em;}
.main_content p, .maincontent ul {margin: 10px 0 10px 10px; color: #495608;}
.main_content img { padding: 5px 0 5px 0; }

/* ------------------------------
TOP NAV LIST
------------------------------ */

.topNavList{
    text-align:right; 
    text-transform: uppercase;
    font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:1.5em;
    text-decoration: none;
}

    .topNavList a{
        color:#3C4C01;
        text-decoration: none;
        padding-left:35px;
    }

        .topNavList a:hover{
            color: #2a2620;
            text-decoration: none;
        }

/* ------------------------------
MAIN WHEEL
------------------------------ */

.main_wheel h2 {
	font-size: 2em;
	color: #a50000;
}
.main_wheel h4 {
	font-size: 1em;
	color: #2a2620;
	margin: 0 0 30px 0;
}
.main_wheel ul {margin-bottom: 30px;}

.main_wheel ul li a {
	font-size: 1.6em;
	text-transform: uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #565656;
	text-decoration: none;
}
.main_wheel ul li p {font-size: 0.7em; line-height:normal; text-align:left; margin: 0 0 10px 0; color: #565656;}

/* ------------------------------
FEATURES WHEEL
------------------------------ */
.features_wheel h3 { margin-bottom: 5px;}
.features_wheel h4 { margin: 5px 0 5px 0;}
.features_wheel p { margin-bottom: 30px;}

/* ------------------------------
WORDPRESS ON HOME PAGE
------------------------------ */
.article { float: left; display:inline-block; width: 295px; margin-bottom: 10px; border-bottom: 1px solid #5b5959; margin-top: 10px; }
.article .gallery{display: none;}
.storycontent { margin-bottom: 20px; width: 295px;}
.storycontent p { color:#8c8a84; font-size:10px;}
.storycontent a { color:#e6ded1;}
.storycontent img { margin: 10px 0 10px 0; float: left; clear:right; }
.storycontent h1 { size: 18px; font-weight:bolder;}
#wordpress h2 { margin-top:20px; margin-bottom:5px; color:#C00;}

.headarticle { width: 295px; margin-top: 20px; }
.storycontent p { color:#eeeeee; font-size:12px; width: 450px; line-height: 1.4;} 
.gallery-item img {border: none; padding: 5px; }
.storycontent gallery-item {border:#999; margin: 10px 10px 10px 0; float: left; clear:right; }
.headarticle .meta {color:#a6a5a4; font-size:0.8em;}
.headarticle h6 {color:#efefef; font-size:0.8em;}


/* ------------------------------
TABLE STYLES
------------------------------ */

/* TABLE - TITANIUM */

table.titaniumbolts
{
background-color:#2a2620;
border-spacing:1;
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
padding:0;
}

th.header
{

border-bottom-style: dotted;
border-width:1px;
border-color:#000000;
font-size:12px;
font-weight:bold;
padding:5px;
text-align:left;
vertical-align:top;
}

tr
{

border-style:solid;
border-width:1px;
border-color:#000000;
font-size:11px;
font-weight:100;
padding:5px;
}

td
{
padding:4px 0;
text-align:left;
vertical-align:top;
}


/* TABLE - CONFIGURATION */
table.configuration
{

background-color:#2a2620;
margin-bottom: 40px;
border-spacing:1;
font-family: Helvetica, Arial, sans-serif;
padding:0;
}

th.configheader
{
	text-align:center;
color:#ffffff;
border-bottom-style: dotted;
border-width:1px;
border-color:#000000;
font-size:12px;
font-weight:bold;
padding:5px;
vertical-align:top;
}


/* TABLE - BUILD */
table.build
{
background-color:#e2e2e2;
margin-bottom: 20px;
border-spacing:0;
font-family: Helvetica, Arial, sans-serif;
padding:0;
border: 1px solid #aeaeae;
}

table.build td, th {
  border: 1px solid #aeaeae;
} 


table.build tr
{
font-family: Helvetica, Arial, sans-serif;
font-size: 0.65em;
color:#7c7c7b;
border: 1px solid #aeaeae;
}

table.build th
{
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
color:#7c7c7b;
border: 1px solid #aeaeae;
}

/* TABLE - BUILD */
table.wheelcontact
{
	text-align:center;
	margin-bottom: 40px;
	border-spacing:0;
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
}

table.wheelcontact h2 { font-size: 1.8em; }


table.wheelcontact td
{
font-size: 1em;
text-align:center;
}


/******* 5columun (180px wide) ********/
.grid_180 { width: 180px;  display: inline; float: left; margin-left: 5px; margin-right: 5px; }
.grid_180 h1 { text-align:center; }

/*SECONDARY NAV*/
#secondary_nav
{
margin: 0 auto;
padding: 0;
text-transform: uppercase;
font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
}

/* to stretch the container div to contain floated list */
#secondary_nav:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#secondary_navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 1.2em;
}

ul#secondary_navlist li
{
display: block;
float: left;
width: 18%;
margin: 0;
padding: 0;
}

ul#secondary_navlist li a
{
display: block;
width: 100%;
padding: 0.4em;
border-style: solid;
color: #ffffff;
text-decoration: none;
background: #c1c0bb;
}

#secondary_nav>ul#secondary_navlist li a { width: auto; }

ul#secondary_navlist li#active a
{
background: #a6a5a1;
color: #383838;
}

ul#secondary_navlist li a:hover, ul#secondary_navlist li#active a:hover
{
color: #ffffff;
background: #b7b6b0;
border-color: #aaab9c #fff #fff #ccc;
}


/*MINI_NAV*/
.mini_nav h4 {
	color: #666;
	margin:5px 0 5px 0;
	padding:0;
}
.mini_nav
{
	background: #fefefe url(../images/creampaper.png) repeat;
	margin-bottom: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'bebas_neueregular', 'Arial Narrow', Helvetica, Arial, "Lucida Grande", sans-serif; 
}

/* to stretch the container div to contain floated list */
.mini_nav:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul.mini_navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 1em;
}

ul.mini_navlist li
{
display: block;
float: left;
/* width: 18%; */
margin-right: 1px;
padding: 0;
}

ul.mini_navlist li a
{
display: block;
width: 100%;
padding: 0.3em;
border-style: solid;
color: #a50000;
text-decoration: none;
background: #fff;
}

.mini_nav>ul.mini_navlist li a { width: auto; }

ul.mini_navlist li#active a
{
background: #acacac;
color: #383838;
}

ul.mini_navlist li a:hover, ul.mini_navlist li#active a:hover
{
color: #a50000;
background: #d4d4d4;
border-color: #aaab9c #fff #fff #ccc;
}


/* ------------------------------
PAGE DEPENDENT
------------------------------ */

/*WHEEL COLLECTION*/
.wheelstyle { padding:0; margin:10px 0 0 0; border-bottom: 1px solid #CCCCCC; }

.pressshots, .pressshots2 { margin:7px 5px 10px 5px; }
.pressshots img, .pressshots2 img { width: 218px; padding:0 !important;}
.pressshots img {border: 1px solid #BFBAB7; margin-right:7px;}
.pressshots2 img {vertical-align: middle;}

.pscropped {width: 218px; height: 144px; overflow: hidden; float:left; display: inline; padding:0 !important; border: 1px solid #BFBAB7; margin: 0 12px 15px 0; vertical-align: middle;}
.pscropped img { vertical-align: middle; width: 100%; padding:0; }

/*OPTIONS*/
#options h6 {color:#828282; margin-bottom:-6px; font-size:0.7em;}

/*PROCESS*/
.processimage { padding-left:10px;}

/*SL Series*/
#backgroundimage {height: 100%; display: block; clear: both; overflow: auto; background:url(../images/features/slconfigmerc.png) no-repeat bottom;}

/*OUR TEAM*/
#ourteam {min-height: 450px; height: auto; }
#ourteam p {margin:0;}
#ourteam h4 {margin-bottom:2px; margin-top: 5px; padding-bottom:0; font-size:0.95em; color: #73736a;}
#ourteam h3 {margin-bottom:0; padding-bottom:0;}
#ourteam h2 {margin-bottom:5px; margin-top: 10px; padding-bottom:0;}

/*CONTACT*/
.staff h3 {margin-bottom:0px;}
.staff p {margin:0px; padding:0;}
.staff h4 {margin: 10px 0 0 0; padding:0px;}

.contactinfo p { text-align:left; }


/*WHEEL EXPLODE*/
#3dcontainer {border: 1px solid #CCC; height: 307px; width: 460px;}


/* WHEEL SLIDES*/
#slides {
      display: none;
	  margin-bottom: 30px;
    }
	
#slides img { border: 1px solid #bfbab7; padding:0 !important; }
	
/* Show active item in the pagination */
.slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../images/slides/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

.slidesjs-pagination .active {
    color:#a50000;
}

.slidesjs-previous.slidesjs-navigation {
	margin-top:10px;
background-image: url(../images/slides/left.png);
width: 11px;
height: 17px;
display: block;
text-indent: -99999px;
position: absolute;
background-position: left bottom;
background-repeat: no-repeat;
}

.slidesjs-next.slidesjs-navigation {
margin-top:10px;
margin-left: 20px;
background-image: url(../images/slides/right.png);
width: 11px;
height: 17px;
display: block;
text-indent: -99999px;
position: absolute;
background-position: left bottom;
background-repeat: no-repeat;
}



.footer p{
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; color: #d8d7d7; font-size: 0.7em; line-height: 1.2em; text-align: left;
}


.content-spacer{
    border-bottom: 1px solid #ccc; padding-top:10px;
}

.subHeading{
    padding-left:9px; padding-top:20px;
}

.tableContent{ 
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size:1em;
    line-height:0.8em;    
    color: #495608;
    padding-top:10px;
    padding-left:5px;
}

.regularFont{
    font-size:10pt;
}

.content li {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size:1em;
    line-height:1.2em;    
    color: #495608;
    list-style-image: url(images/bullet-circle.jpg);
    list-style-type: circle;                    
}

.backToTop{
    padding-top:50px;
    padding-bottom:20px;
    text-align:right;
}

.button{
    font-weight: bold;
    font-family: Verdana;
    font-size: 10px;
    height: 22px;
    padding-left: 10px; 
    padding-right: 10px;
        
}

.topRightMenu{
    font-weight:bold;
    font-size:12pt;
}