html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: small;
	font-weight: 400;
}

body{
	background: #fff;
	color: #666666;
	width: 100%;
	-webkit-text-size-adjust: none;
}

div#wrapper{
	border: solid #aaa 1px;
	max-width: 100%;
}

/* ------------------------------------------------------------------------------------- Search Bar */
#header{
	background: #0969a3 url(/web/mobile/images/mb/search_bg_bl.png) top left repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1{
	height: 48px;
	width: 50px;
	padding-left: 6px;
	margin-top: 0px;
	float: left;
}

#header #search_items{
	position: relative;
	top: 10px;
	right: 8px;
	width: 230px;
	height: 27px;
	float: right;
}

#header #search_field{
	width: 190px;
	/*width: 80%;*/
	height: 27px;
	border: none;
	float: left;
	background: #fff url(/web/mobile/images/mb/search_field_bg_bl.png) top left no-repeat;
	margin: 0;
	padding: 0 5px 0 5px;
}

#search_btn{
	float: right;
	border: none;
	width: 26px;
	height: 28px;
}

/* ------------------------------------------------------------------------------------- Banner Ad */
#banner_ad{
	background: #ececec;
	height: 48px;
	text-align: center;
}

#banner_ad a{
	text-decoration: none;
	display: block;
}

/* ------------------------------------------------------------------------------------- Hero */
#hero{
    background: #f3f1f1 url(/web/mobile/images/mb/hero_bg.png) top right no-repeat;
	height:64px;
}

#hero h2{
	padding: 21px 0 21px 8px;
	*padding: 16px 0 16px 8px;
}

#hero.home{
	background: #306ee0 url(/web/mobile/images/mb/spotlight/hero_home.jpg) top left no-repeat;
/*	background: #306ee0;
	width: 100%;
	overflow: hidden;*/
	height:96px;
	border-top: solid #fff 1px;
}

#hero.home img{
	width: 756px;
	height: 95px;
}

#hero.home h2{
	display: none;
}

/* ------------------------------------------------------------------------------------- Content Specific */

p{
	padding: 0px 6px 20px 6px;
	color: #666666;
	font-size: 13px;
}

a{
	color: #007fc5;
	text-decoration: none;
	font-weight: bold;
}

h2{
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 16px 6px;
}

h3{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 16px 6px;
}

h3 a{
	font-size: 14px;
}

h4{
	color: #666666;
	font-size: 13px;
	font-weight: normal;
}

cite{
	font-style: normal;
	color: #007fc5;
	display: block;
}

strong{
	font-weight: bold;
}

ul{
	margin: 0 0 20px 26px;
	list-style: disc;
	width: auto;
}

ul li{
	padding: 0px 0 0px 0px;
	margin: 6px 0;
	color: #666666;
}

ul li .blue{
	color: #007fc5;
}

input, 
label, 
select{
	margin: 0 0 10px 6px;
	border: none;
	background: #fff;
}

/* ------------------------------------------------------------------------------------- Forms */
#content form{
	margin-bottom: 10px;
	margin-left: 6px;
}

#content form label{
	font-weight: bold;
	padding-bottom: 0px;
	display: inline-block;
}

#content form .textinput{
	/*background: transparent url(/web/mobile/images/mb/input_bg.png) top left no-repeat;*/
	margin-top: 0px;
	border: solid #999 1px;
	height: 24px;
	width: 220px;
	padding: 0px;
}

#content form select{
	/*background: #ccc url(/web/mobile/images/mb/select_bg.png) top left no-repeat;
	margin-top: 6px;*/
	border: solid #ccc 1px;
	height:24px;
	*height: 24px;
	width:220px;
	padding: 4px;
}

/* ------------------------------------------------------------------------------------- Padding on cloud intro paragraphs */

p.cloudIntro{
	padding-top: .7em;
}

/* ------------------------------------------------------------------------------------- No small icon with text description */

#regPost{
	padding: 0px 6px 20px 6px;
}

#regPost img{
	float: left;
	width: 58px;
	height: 41px;
}

#regPost .noBottom{
	padding-bottom:5px;
}

#regPost p{
	display: inline-block;
	margin: auto 0;
	float: left;
	padding: 2px 0 0px 8px;
	/*font-size: 14px;*/
	width: 78%;
}

/* ------------------------------------------------------------------------------------- Image with text description */
#imagePost{
	padding: 10px 6px 20px 6px;
}

#imagePost img{
	float: left;
	width: 105px;
	height: 79px;
}

#imagePost p{
	display: inline-block;
	margin: auto 0;
	float: left;
	padding: 26px 0 0px 8px;
	font-size: 14px;
	font-weight: bold;
	width: 60%;
}

/* ------------------------------------------------------------------------------------- video with text description */
#vidPost{
	padding: 0px 6px 20px 6px;
}

#vidPost img{
	float: left;
	width: 58px;
	height: 41px;
}

#vidPost .noBottom{
	padding-bottom:5px;
}

#vidPost p{
	display: inline-block;
	margin: auto 0;
	float: left;
	padding: 2px 0 0px 8px;
	/*font-size: 14px;*/
	width: 78%;
}

#vidPost p .timestamp{
	background: #fff url(/web/mobile/images/mb/video_icon.png) right 4px no-repeat;
	padding-right: 24px;
	padding-left: 4px;
	display: inline-block;
}

/* ------------------------------------------------------------------------------------- News Post */
#post{
	padding: 15px 6px 15px 6px;
	border-bottom: solid #eaeaea 1px;
}

#post.last{
	border: none;
}

#post .date{
	white-space: nowrap;
}

/* ------------------------------------------------------------------------------------- Product Image */
#product{
	margin: 14px 0 5px 0 ;
	text-align: center;
}

/* ------------------------------------------------------------------------------------- Address */
.address{
	padding: 0 0 10px 0;
}

.address a{
	font-weight: normal;
}

.address .phone{
	color: #007fc5;
}

.divider{
	border-top: solid #eaeaea 1px;
	padding: 20px 0 0 0;
}

/* ------------------------------------------------------------------------------------- Main Navigation */
#main_nav,
#related_links,
#low_nav{
	list-style: none;
}

#main_nav li,
#related_links li,
#low_nav li{
	border-top: solid #f7f7f7 1px;
	border-bottom: solid #a5a5a5 1px;
	display: block;
}

#related_links li{
	border-top: solid #a5a5a5 1px;
	border-bottom: none;
	margin: 0;
}

#main_nav li a,
#related_links li a,
#low_nav li a{
	text-decoration: none;
	color: #666666;
	display: block;
	/*height: 40px;
	padding-left: 4px;*/
	padding: 12px 4px;

	/*line-height: 40px;*/
	background: #fff url(/web/mobile/images/mb/nav_arrows.png) right -39px no-repeat;
	*width: 100%;
}

#main_nav li a:hover,
#related_links li a:hover,
#low_nav li a:hover{
	background: #007fc5 url(/web/mobile/images/mb/nav_arrows.png) right 0px no-repeat;
	color: #fff;
}

/*
#main_nav li a:visited,
#related_links li a:visited{
	background: #fff url(/web/mobile/images/mb/nav_arrows.png) right -39px no-repeat;
	color: #666666;
}*/

/* ------------------------------------------------------------------------------------- low Navigation */
#low_nav li a{
	background: #383838 url(/web/mobile/images/mb/nav_arrows.png) right -119px no-repeat;
	color: #fff;
}

#low_nav li a.top{
	background: #737373 url(/web/mobile/images/mb/nav_arrows.png) right -78px no-repeat;
	color: #fff;
}


#low_nav li a.top:hover{
	background: #007fc5 url(/web/mobile/images/mb/nav_arrows.png) right -78px no-repeat;
	color: #fff;
}
/*
#low_nav li a.top:visited{
	background: #737373 url(/web/mobile/images/mb/nav_arrows.png) right -78px no-repeat;
	color: #fff;
}*/

#low_nav li a.return:hover{
	background: #007fc5 url(/web/mobile/images/mb/nav_arrows.png) right -119px no-repeat;
	color: #fff;
}
/*
#low_nav li a#return:visited{
	background: #383838 url(/web/mobile/images/mb/nav_arrows.png) right -117px no-repeat;
	color: #fff;
}
*/
/* ------------------------------------------------------------------------------------- Footer */
#footer{
	margin: 0 auto;
	background: #f2efef;
}

/* ------------------------------------------------------------------------------------- Footer Menu Specific Items */
#footer #footer_menu,
#footer #social_menu{
	border-top: solid #dfdcdc 1px;
	width: 100%;
	list-style: none;
}

/* ------------------------------------------------------------------------------------- Trademark Menu & Footer Menu Items */

#footer li{
	background: #f2efef url(/web/mobile/images/mb/divider.png) right center no-repeat;
	padding: 10px 6px;
	display: inline-block;
	font-size: 10px;
	float: left;
}

#footer li.last{
	background: none;
	padding-right: 0;
	padding-left: 4px;
	float: left;
}

#footer li a{
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding-right: 0px;
	font-weight: normal;
	float: left;
}

/* ------------------------------------------------------------------------------------- Trademark Menu Specific Items */
#footer #trademark_menu{
	padding-top: 10px;
	list-style: none;
}

#footer #trademark_menu li{
	float: left;
}

#footer #trademark_menu li a{
	color: #666666;
	display: block;
	float: left;
}

#footer #trademark_menu li.copy{
	width: 176px;
}

#footer #trademark_menu li a.selected{
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------- Social Media Links */
#footer #social_menu li{
 background: none;
 list-style: none;
}

#footer #social_menu li a{
 display: block;
 height: 15px;
}

#footer #social_menu li span{
	display: none;
}


/* Clear Fix */
.clearfix:after{
	clear:both;
	content:'.';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
	
.clearfix{
	display:inline-block;
}

* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}


/* ------------------------------------------------------------------------------------- Latest Misc. Adds */
.first1{
	margin-top:14px;	
}

dl{
	padding:0px 6px 20px 6px;
}

.reducedBottomPadding{
	padding-bottom:10px;	
}

#mboxImported-default-us_mobile-0{text-align:center; margin-top:14px;} /* this is for the offers banner adds */