/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	margin: auto;
	padding: auto;
	font-family: Arial, Helvetica, sans-serif;
} 
 
#container {
	position: relative;
	width: 800px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	border: 1px solid #000;
} 

#wrapperhome {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	background-image : url(images/backgrounds/home.gif);
	background-repeat : no-repeat;
	min-height: 525px;
	height: 525px;
} 

#wrapperclub {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	background-image : url(images/backgrounds/home.gif);
	background-repeat : no-repeat;
	min-height: 525px;
	height: 525px;
} 

#wrappergluten {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	background-image : url(images/backgrounds/home.gif);
	background-repeat : no-repeat;
	min-height: 525px;
	height: 525px;
} 

#wrapperultrapremium {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	background-image : url(images/backgrounds/ultrapremium_pages.gif);
	background-repeat : no-repeat;
	min-height: 525px;
	height: 525px;
} 

#wrappermisc {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	height: 620px;
	background-image : url(images/backgrounds/misc_pages.gif);
	background-repeat : no-repeat;
	min-height: 620px;
}

#wrappercontact {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	height: 401px;
	background-image : url(images/backgrounds/contact_pages.gif);
	background-repeat : no-repeat;
	min-height: 401px;
}

#wrappershoppingcart {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	height: 524px;
	background-image : url(images/backgrounds/shopping_cart.gif);
	background-repeat : no-repeat;
	min-height: 524px;
}

#wrapperabout {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	height: 524px;
	background-image : url(images/backgrounds/about_pages.gif);
	background-repeat : no-repeat;
	min-height: 524px;
}

#wrapperblank {
	/* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	text-align: left;
	width: 800px;
	height: 590px;
	background-image : url(images/backgrounds/blank.gif);
	background-repeat : no-repeat;
	min-height: 590px;
}
 
#header {
	position: relative;
	height: 76px;
	/* IMPORTANT */
	width: 100%;
	background-color : #293A8A;
} 

#header_contact {
	position: relative;
	height: 67px;
	/* IMPORTANT */
	width: 100%;
	background-color : #293A8A;
} 
 
#nav {
	position: absolute;
	padding: 2px 0px 0px 2px;
	white-space : nowrap;
	top: 30px;
	left: 200px;
}

#nav a {
	font : bold italic 13px Arial;
	text-decoration: none;
	letter-spacing : -.5px;
	margin-right: 7px;
}

#nav a:link {
	color: #FFF;
}

#nav a:visited {
	color: #FFF;
}

#nav a:hover {
	color: #FFEE0D;
}

#maincol {
	width: 100%;
}

#contenthome {
	width: 375px;
	height: 500px;
	position: relative;
	float: right;
	padding : 5px 5px 0px 5px;
}

#contentclub {
	width: 320px;
	height: 500px;
	position: relative;
	float: right;
	padding : 0px;
	margin-right: 110px;
}

#club_heading {
	position: absolute;
	right: 16px;
	top:48px;
}

#club_logo {
	position: absolute;
	right: 41px;
	top:348px;
}

#club_link {
	position: absolute;
	left: -274px;
	top:216px;
}

#contentclub LI {
	color: #293a8a;
}

#contentgluten {
	width: 405px;
	height: 460px;
	position: absolute;
	left: 240px;
	top: 100px;
	padding : 5px 5px 0px 5px;
	border: 1px solid #9C9DB1;
	background: #FFF;
	overflow: auto;
}

#contentshoppingcart {
	width: 405px;
	height: 460px;
	position: absolute;
	left: 340px;
	top: 100px;
	padding : 5px 5px 0px 5px;
	border: 1px solid #000;
}

#contentabout {
	width: 565px;
	height: 460px;
	position: absolute;
	left: 224px;
	top: 120px;
	font-size: 9.5px;
	line-height: 11px;
}

#contentabout p{
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#contentultrapremium {
	width: 405px;
	height: 460px;
	position: absolute;
	left: 240px;
	top: 100px;
	float: right;
	padding : 5px 5px 0px 5px;
	border: 1px solid #9C9DB1;
	background: #FFF;
	overflow: auto;
}

#contentgluten strong {
	font-size: 12.5px;
	font-weight: normal;
}

#contentultrapremium strong {
	font-size: 12.5px;
	font-weight: normal;
}

#contentmisc {
	width: 230px;
	height: 575px;
	position: absolute;
	right: 20px;
	top: 115px;
	padding : 5px 5px 0px 5px;
}

#contentcontact {
	width: 300px;
	height: 401px;
	position: absolute;
	right: 20px;
	top: 70px;
	padding : 5px 5px 0px 5px;
}

#contentblank {
	padding : 5px 5px 0px 5px;
}

#home_heading {
	position: absolute;
	width: 332px;
	height: 77px;
	top: 43px;
	left: 25px;
}

#home_text {
	position: absolute;
	width: 310px;
	height: auto;
	top: 122px;
	left: 35px;
	font-family: Arial;
	font-size: 12.5;
}

#flashhome {
	position: absolute;
	height: 395px;
	width: 343px;
	top: 205px;
	left: 0px;
	background: url(images/home_flash_back.gif);
}

#flash_object_home{
	position: absolute;
	top: 140px;
	left: 30px;
	width:275;
	height:275;
	z-index:3;
}

#flash_home_pic{
	position: absolute;
	top: 72px;
	left: 80px;
	width:125;
	height:100;
	z-index:2;
}

#flash_home_scroller{
	position: absolute;
	left: 0px;
	top: 28px;
	width:245;
	height:70;
	z-index:1;
}

#flashproducts {
	position: absolute;
	top: 240px;
	left: 16px;
	width: 240px;
	height: 230px;
}

#cart {
	position: absolute;
	width: 130px;
	height: 30px;
	right: 20px;
	top: 90px;
	text-align: right;
	z-index: 100;
}

#cart a {
	color : #293A8A;
	font-family :  Arial, Helvetica,sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight: bold;
	text-decoration: none;
}

#contactinfo {
	position: absolute;
	bottom: 5px;
	left: -40px;
}

#store_locations_map {
	position: absolute;
	top: 130px;
	left: 220px;
}

#store_locations_list {
	position: absolute;
	top: 190px;
	left: 20px;
}

#store_locations_list .nolink {
	color: #CCC;
}

#store_locations_list a {
	text-decoration: none;
}

#store_locations_search {
	position: absolute;
	top: 550px;
	left: 220px;
	font-size: 11px;
	color: #000066;
}

.link {
	cursor:pointer;
	cursor:hand;
}


/*Simple styles for clients to use sizes and colors etc.*/

A:link {
	color: #000066;
}

A:visisted {
	color: #000066;
}

A:hover {
	color: #0066cc;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #293a8a;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 
	
	#print_close {
		display:none;
	}

	#maincol {
		width:100%;
		float:none;
	}
}