/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */


/* #Basic Styles
================================================== */
	.main_page {
		background: #fff;
		font: 14px/21px "SamsungIFRg", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
 }


/* #Typography
================================================== */
	.main_page h1, .main_page h2,.main_page  h3, .main_page h4, .main_page h5, .main_page h6 {
		color: #181818;
		font-family: "SamsungIFRg", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	.main_page h1 a, .main_page h2 a, .main_page h3 a, .main_page h4 a, .main_page h5 a, .main_page h6 a { font-weight: inherit; }
	.main_page h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	.main_page h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	.main_page h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	.main_page h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	.main_page h5 { font-size: 17px; line-height: 24px; }
	.main_page h6 { font-size: 14px; line-height: 21px; }
	.main_page .subheader { color: #777; }

	.main_page p { margin: 0 0 20px 0; }
	.main_page p img { margin: 0; }
	.main_page p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	.main_page em { font-style: italic; }
	.main_page strong { font-weight: bold; color: #333; }
	.main_page small { font-size: 80%; }

/*	Blockquotes  */
	.main_page blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	.main_page blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	.main_page blockquote cite { display: block; font-size: 12px; color: #555; }
	.main_page blockquote cite:before { content: "\2014 \0020"; }
	.main_page blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	.main_page hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	.main_page a,.main_page  a:visited { color: #333; text-decoration: underline; outline: all; }
	.main_page a:hover, .main_page a:focus { color: #000; }
	.main_page p a, .main_page p a:visited { line-height: inherit; }


/* #Footer
================================================== */
	
	.main_page #footer .productArea .last-child { display: none; }
	.main_page .lowBandWidth { display: none !important; }
	
/* #Images
================================================== */

	.main_page img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		 }

	.main_page .button.full-width,
	.main_page button.full-width,
	.main_page input[type="submit"].full-width,
	.main_page input[type="reset"].full-width,
	.main_page input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	.main_page button::-moz-focus-inner,
	.main_page input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Misc
================================================== */
	.main_page .remove-bottom { margin-bottom: 0 !important; }
	.main_page .half-bottom { margin-bottom: 10px !important; }
	.main_page .add-bottom { margin-bottom: 20px !important; }


