@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:		18;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	24;
	
	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;
	color: hsla(359,100%,50%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
}

.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: 98.9247%;
	padding-left: 0.5376%;
	padding-right: 0.5376%;
	clear: none;
	float: none;
}
#div1 {
}
.H1 {
    font-size: x-large;
    text-align: center;
    text-shadow: 2px 2px 3px hsla(61,69%,50%,1.00);
    width: 100%;
    color: hsla(302,96%,46%,1.00);
}
.topbanner {
}
.nav {
width: 49.4565%;
}
.menu {
width: 100%;
margin-left: 2.1978%;
clear: none;
}
.menuitem {
	background-color: hsla(282,59%,47%,1.00);
	color: hsla(0,29%,97%,1.00);
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-shadow: 3px 3px hsla(0,0%,0%,1.00);
}
.content {
	width: 49.4565%;
	color: hsla(0,0%,100%,1.00);
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	line-height: 12pt;
}
.clientlogos {
	width: 49.4565%;
	margin-left: 1.0869%;
	clear: none;
	color: hsla(61,69%,50%,1.00);
	font-family: chunk;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-align: center;
}
.footer {
	background-color: hsla(332,56%,48%,1.00);
	color: hsla(0,0%,0%,1.00);
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-align: center;
}
.menuitemheader {
}
.photos {
	background-color: hsla(0,0%,0%,1.00);
	color: hsla(61,69%,50%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: large;
	text-align: center;
	width: 100%;
	margin-left: 0;
}
.photo2 {
	background-color: hsla(0,0%,0%,1.00);
	color: hsla(69,59%,57%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	font-size: large;
}
.bottomnav {
}
.navitem {
}
.listitem {
	color: hsla(0,0%,100%,1.00);
	font-family: chunk;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	width: 49.4565%;
}
.navbutton {
	color: hsla(0,0%,100%,1.00);
	font-family: chunk;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	text-align: center;
	width: 49.4565%;
	margin-left: 1.0869%;
	clear: none;
	background-color: hsla(355,70%,42%,1.00);
	text-shadow: 5px 5px 13px hsla(0,0%,0%,1.00);
}
.topnav {
	color: hsla(0,0%,100%,1.00);
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-align: center;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.shoppingheaders {
}
.H2 {
	color: hsla(75,60%,66%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	font-style: italic;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.25%;
	padding-left: 0.375%;
	padding-right: 0.375%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.H1 {
width: 100%;
}
.topbanner {
}
.nav {
	width: 57.9945%;
}
.menu {
width: 100%;
clear: both;
margin-left: 0;
}
.menuitem {
width: 100%;
margin-left: 0;
display: block;
}
.content {
width: 100%;
}
.clientlogos {
width: 41.1924%;
clear: none;
margin-left: 0.813%;
}
.footer {
}
.photos {
width: 100%;
margin-left: 0;
}
.photo2 {
}
.bottomnav {
}
.navitem {
}
.listitem {
width: 100%;
}
.navbutton {
width: 57.9945%;
clear: both;
margin-left: 0;
}
.topnav {
width: 15.9891%;
margin-left: 0.813%;
clear: none;
}
.shoppingheaders {
}
.H2 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 89.2741%;
	max-width: 1232px;
	padding-left: 0.3629%;
	padding-right: 0.3629%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: hsla(0,0%,0%,1.00);
}
#div1 {
}
.H1 {
    color: hsla(0,29%,97%,1.00);
    font-style: normal;
    font-weight: 400;
    font-size: xx-large;
    width: 62.1951%;
}
.topbanner {
}
.nav {
	width: 65%;
}
.menu {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.menuitem {
	width: 100%;
	margin-left: 0;
	display: block;
}
.content {
width: 62.1951%;
}
.clientlogos {
	width: 30%;
	clear: none;
	margin-left: 0.813%;
}
.footer {
	color: hsla(0,0%,100%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.photos {
width: 100%;
margin-left: 0;
}
.photo2 {
}
.bottomnav {
}
.navitem {
}
.listitem {
width: 100%;
}
.navbutton {
width: 49.5934%;
clear: none;
margin-left: 0.813%;
}
.topnav {
width: 15.9891%;
clear: none;
margin-left: 0.813%;
}
.shoppingheaders {
}
.H2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
