@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:"Futura Lt BT";
	src: url('http://qmigroupinc.com/brand/FUTURAL.TTF');
}
/*For browser/screen widths less than 768px*/
/* iPhone 5 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 

568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 

2){
/* Styles */

}

/* iPhone 5 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 

568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */

}

#siteWrapper{
		width:960px;
	height:auto;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	border: 0px;
    margin-left:auto;
    margin-right:auto;
		font-family:"Futura Lt BT";
	}
	
#header{
	width:1300px;
	height:75px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	border: 0px;
	clear:both;
	position:fixed;
	z-index:9999;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	}

#content{
		clear:both;
	width:960px;
	height:auto;
	padding:0px;
	margin:0px;
	border: 0px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#logo{
    display: inline;
    position:relative;
  background-color:#ffffff;
  padding:0px;
  padding-left:0px;
  padding-right:46px;
  top:0px;
  text-align:center;
z-index:9999;
	}
	
.tooltip{
    display: inline;
    position: relative;
}

#navWrapper {
top:0px;
    display: inline;
    position:relative;
  background-color:#ffffff;
  padding:0px;
  padding:left:46px;
  padding-right:46px;
  text-align:center;
z-index:9999;
height:40px;
width:auto;
}
#navWrapperMargin{

	    display: inline;
    position:relative;
  background-color:#ffffff;
  padding:0px;
  padding:left:46px;
  padding-right:46px;
  text-align:center;
  margin-left:300px;
	}

.navFont{
	font-family:"Futura Lt BT";
	margin-top:10px;
	}
	
a:link    {color:#ed1c24; background-color:transparent; text-decoration:none}
a:visited {color:#bc1b21; background-color:transparent; text-decoration:none}
a:hover   {color:#ff0000; background-color:transparent; text-decoration:none}
a:active  {color:#ed1c24; background-color:transparent; text-decoration:none}

.nav a:link    {color:#000000; background-color:transparent; text-decoration:none}
.nav a:visited {color:#000000; background-color:transparent; text-decoration:none}
.nav a:hover   {color:#000000; background-color:transparent; text-decoration:none; font-weight:bold;}
.nav a:active  {color:#000000; background-color:transparent; text-decoration:none}
	

	.HOME a.HOME,
.ABOUT a.ABOUT,
.STORE a.STORE
.CONTACT a.CONTACT
.PROGRAMFULFILLMENT a.PROGRAMFULFILLMENT,

{
text-decoration:none;
	font-weight:bold;
}

.fixed-nav-bar {
  z-index: 9999;
  background-color: #ffffff;
}

#box-shadow {
-moz-box-shadow: 5px 5px -5px #888;
-webkit-box-shadow: 5px 5px -5px #888;
box-shadow: 5px 5px -5px #888;
	font-size:12px;
}

.pageContent {
		clear:both;
    float: left;
margin-right:auto;
margin-left:auto;
margin-top:85px;
	height:700px;
	width:960px;
}

.bodyGradient {
	clear:both;
margin-right:auto;
margin-left:auto;
margin-top:65px;
background-image:url(../imgs/Xblgrad.png);
background-repeat:repeat-x;
width:960px;
min-height:300px;
}

.leftContentHalf{
	float:left;
	text-align:left;
	font-size:14px;
	width:275px;
	margin-left:75px;
	}
	
	.rightContentHalf{
	float:right;
	text-align:left;
	font-size:14px;
	width:275px;
	margin-right:75px;
	}
	
.leftContent3Half{
	float:left;
	text-align:left;
	font-size:14px;
	width:350px;
	margin-left:75px;
	}
	
	#contact{
	float:left;
	text-align:left;
	font-size:14px;
	width:450px;
	margin-left:20px;
		margin-top:100px;
	}
	
	#contactMap{
	float:right;
	text-align:left;
	font-size:14px;
	width:450px;
	margin-right:20px;
	margin-top:100px;
	}
	
#footer {
	    clear: both;
    position:relative !important;
	bottom:0px;
	padding:0px;
	margin:0px;
	border: 0px;
	width:960px;
	height:75px;
padding-top:1%;
	font-size:16px;
	text-align:center;
    margin-left:auto;
    margin-right:auto;
	background-color:#6d6f72;
	z-index:9000;
	}
	#footerMain {
	    clear: both;
    position:relative !important;
	bottom:-300px;
	padding:0px;
	margin:0px;
	border: 0px;
	width:960px;
	height:75px;
padding-top:1%;
	font-size:16px;
	text-align:center;
    margin-left:auto;
    margin-right:auto;
	background-color:#6d6f72;
	z-index:9000;
	}