@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#home {
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.buy input, .buy select, .buy textarea, .mail input, .mail textarea, .mail table
{
	width: 100%;	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	clear: none;
	float: none;
	margin-left: auto;
}
#home {
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
body
{
	font-family: 'Open Sans', sans-serif;
	color:#000000;	
}
h1, h2, h3
{
	text-align:center;	
}
nav
{
	position:relative;
	margin:0 auto;	
}
nav ul li
{
	display:inline-block;
	text-align:center;
	position:relative;
	margin:0 auto;	
	background:rgba(255,255,255,1.00);
}
nav ul li a
{
	text-decoration:none;
	color:#000000;
	padding:2px 5px 2px 5px;
	text-align:center;
	position:relative;
	margin:0 auto;	
}
nav ul li a:hover
{
	background: rgba(0,174,255,1.00);
	color:#FFFFFF;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 739px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#home {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}

body
{
	font-family: 'Open Sans', sans-serif;
	color:#000000;	
}
h1, h2, h3
{
	text-align:center;	
}
nav
{
	position:relative;
	margin:0 auto;	
}
nav ul li
{
	display:inline-block;
	text-align:center;
	position:relative;
	margin:0 auto;	
	background:rgba(255,255,255,1.00);
}
nav ul li a
{
	text-decoration:none;
	color:#000000;
	padding:2px 5px 2px 5px;
	text-align:center;
	position:relative;
	margin:0 auto;	
}
nav ul li a:hover
{
	background: rgba(0,174,255,1.00);
	color:#FFFFFF;	
}
}
@media only screen and (min-width: 1024px) {

.gridContainer {
	width: 994px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#home {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}

body
{
	font-family: 'Open Sans', sans-serif;
	color:#000000;	
}
h1, h2, h3
{
	text-align:center;	
}
nav
{
	position:relative;
	margin:0 auto;	
}
nav ul li
{
	display:inline-block;
	text-align:center;
	position:relative;
	margin:0 auto;	
	background:rgba(255,255,255,1.00);
}
nav ul li a
{
	text-decoration:none;
	color:#000000;
	padding:2px 5px 2px 5px;
	text-align:center;
	position:relative;
	margin:0 auto;	
}
nav ul li a:hover
{
	background: rgba(0,174,255,1.00);
	color:#FFFFFF;	
}
}