/*
* 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
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
* {font-family: "Georgia", "Times New Roman", serif !important;}
h3 {font-size:24px;}
h4 {font-size:18px;line-height:22px;}
#nav-holder {
	position:fixed;
	z-index:999;
	background-color:#95c06b;
	width:100%;
}
#nav ul,
#nav li {
	margin:0;
	padding:0;
}
#nav ul {
	list-style:none;
}
#nav li {
	display:inline;
	padding-right:24px;
}
#nav a {
	font-size:2em;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
.page-content {
	min-height:900px;
	padding-top:100px;
	padding-bottom:0px;
}
#page1 .page-content {
	min-height:800px;
	padding-top:150px;
	padding-bottom:0px;
}
#page3 .page-content {
	min-height:850px;
	padding-top:150px;
	padding-bottom:0px;
}
.text-block {
	padding-left:20px;
	padding-right:20px;
}
.product-block {
	padding-left:12px;
	padding-right:12px;
}
p {
	text-align:justify;
}
.product-image {
	margin:12px 0;
}
.nowrap {
	white-space:nowrap;
}
	
a>img {
	border:none;
}

/* #Page Styles
================================================== */

#page1-outside,
#page3-outside {
	width:100%;
	background-image:url("../images/background.png");
	background-position:top center;
	background-repeat:repeat-x;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		p {
			text-align:left;
		}
		#page1 .page-content,
		#page2 .page-content,
		#page3 .page-content {
			min-height:860px;
			padding-top:140px;
			padding-bottom:0px;
		}
		#nav-holder {
			padding:20px 0;
		}
		#nav li {
			display:block;
			padding-right:0;
		}
		#nav a {
			font-size:1.0em;
			line-height:1.50em;
			font-weight:bold;
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
