﻿@media all and (max-width: 768px) 
{
	
body 
{
	margin: 0;
	padding: 0;
	background: #696969 url(../images/bg.jpg) 70% 30% no-repeat;
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	_width: expression( document.body.clientWidth < 320 ? "320px" : "auto" );
}
a 
{
	cursor: pointer;
}
/* **************************************************** */	

#header
{
	width: 100%;
	height: 60px;
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
#logo
{
	float: left;
	width: 230px;
	height: 60px;
	background: url(../images/lg-logo.png) 5px 5px no-repeat;
	padding-left: 65px;
	line-height: 60px;
	font-size: 12pt;
	color: #fff;
}
#logo a 
{
	text-decoration: none;
	color: #fff;
}
/* **************************************************** */	
.headerCustInfo 
{
	position: fixed;
	display: block;
	top: 60px;
	width: 100%;
	font-size: 10pt;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	background: #555;
	color: #fff;
}
/* **************************************************** */	
#mobile-menu 
{
	float: right;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/mobile-menu.png) 0 0 no-repeat;
}

#menu 
{	
	display: none;
	position: fixed;
	top: 60px;
	right: 0px;
	background: #333;
	z-index: 999;
}
#menu ul 
{
	padding: 0;
	margin: 0;
} 
#menu ul li 
{
	list-style-type: none;
}
#menu a 
{
	display: block;	
	font-size: 12pt;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	border-bottom: 1px solid #000
}
#menu ul ul 
{
	padding: 0;
	margin: 0;
}
#menu ul li li 
{
	list-style-type: none;
}
#menu ul li li a
{
	font-size: 11pt;
	padding-left: 55px;
	background: url(../images/right.png) 35px 50% no-repeat;
}
#menu a:hover
{
	color: #FFD700;	
}
/* **************************************************** */	
#content 
{
	margin-top: 100px;
	padding: 15px 10px 60px;
	background: url(../images/content-bg.png);
	
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	*/
	
	z-index: 998;
}
#content h2 
{
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
}

/* **************************************************** */	

.step a 
{
	height: auto !important;
	outline: 0px;
}
.step a img 
{
	width: 100px;
	height: 100px;
}
.step a b
{
	display: block;
	font-size: 12pt !important;
}
.step a span 
{
	font-size: 9pt;
} 
.step a .date 
{
	display: block;
}
.step a .date b 
{
	margin-bottom: 0px;
}
.step a .uom 
{
	display: block;
	width: 50px;
	padding: 2px 10px !important;
	float: right;
	margin-top: -23px !important;
	font-size: 12pt !important;
	font-weight: bold;
	background: #fff;
	text-align: center;
} 

#choice 
{
	text-align: center;
}

#step_final 
{
	width: 90%;
	background: url(../images/footer-bg.png);
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}

.step .button 
{
	display: block;
	padding: 8px 20px !important;
	background: #ccc;
	width: 80%;
}

/* **************************************************** */	
	
}