/*** CSS development by Armor Marketing and Design ******************************************/
/*  Armor Web-Site Design September 2013                                                     /
/*  Developer: David "Captain" Galica                                                        /												   			     /
/********************************************************************************************/

/*** Standard Opening HTML Tags CSS Styles *****************************************************************************/
html {margin:0; padding:0;}
body {margin:0; padding:0;}
h1{}
h2{}
h3{}
.clear {clear: both;}
.center {text-align: center;}



/*** Main Temnplate CSS Styles *****************************************************************************/
#logo {}
#phoneNumber {}
#callToAction {}

#mainBody { margin:0; padding:0; text-align:center;}
#container { margin:0; padding:0; text-align:center;}
#main { margin:0 auto; max-width:1140px;}
#header { height:100px;}
#menu { height:30px;}
#content { padding:20px; min-height:500px}
#footer {}

/*** Menu Tags ***/
.menuList li {	list-style: none; position:relative; float:left;}
.menuList a { padding: 10px 19px; color: #fff; display: block; line-height:160%; text-decoration:none;}
.menuList li:hover > a {background: rgb(0,0,0); background: rgba(0,0,0,0.5); text-decoration:none;}
.menuList .submenuList {	display:block;	width:130px; padding: 0 5px; text-align:left; background: rgb(0,0,0); background: rgba(0,0,0,0.5);}
.menuList .submenuList:hover{	background: rgb(0,0,0); background: rgba(0,0,0,0.8);}
.menuList ul { display:none; margin:0; padding:0; position:absolute; left:0; z-index:1000;}
.menuList ul ul { left: 140px; top:0;}
.menuList li:hover > ul {display:block;}
.pipe {border-right:1px solid #e2dfd9; box-shadow: 1px 0px 2px #888;}
.thisPage {}

.footerMenu {}

/* Mobile screen sizes */
@media only screen and (max-width: 1120px) {
	
}

