/* 
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/


/* Table of Contents
==================================================
	#Base 960 Grid    
	#Tablet (Portrait)
	#Mobile (Portrait) 
	#Mobile (Landscape)
	#Clearing */
	
	

/* #Base 960 Grid  [width: 1000px; for NOISE ]
================================================== */

	.container { position: relative; width: 1000px; margin: 0 auto; padding: 0; background-color:#FFF; }
	.column, .columns { float: left; display: inline; /*margin-left: 10px; margin-right: 10px;*/ }
	.row { margin-bottom: 20px; }
	
	/* Nested Column Classes */
	.column.alpha, .columns.alpha 				{ margin-left: 0; }
	.column.omega, .columns.omega 				{ margin-right: 0; }
	
	.container .one-third.column				{ width: 300px; }
	.container .two-thirds.column				{ width: 620px; }
	
	/*****************************
		12 Column
	*****************************/
	
	/* Base Grid */
	

/* header left*/
	.container-twelve .one.column 			{ width: 263px; }
/* header centre*/
	.container-twelve .two.columns 			{ width: 465px; }
/* header right*/
	.container-twelve .three.columns 		{ width: 267px; padding-right:5px; }

/* not used*/	.container-twelve .four.columns 	{ width: 313px; padding-left:20px;}
/* not used*/	.container-twelve .five.columns 	{ width: 500px; text-align:center; }

/* product images */	
	.container-twelve .six.columns 			{ width: 250px;}

/* not used*/	.container-twelve .seven.columns 	{ width: 455px; padding:10px; }	
/* not used*/	.container-twelve .eight.columns 	{ width: 450px; padding:10px; border-left:#090 dashed 2px ; }

/* content left */
	.container-twelve .nine.columns 		{ width: 480px; padding:10px; background:#FFF; }
/* content right gallery */
	.container-twelve .ten.columns 			{ width: 480px; padding:10px; background:#FFF; }	
/* footer*/
	.container-twelve .eleven.columns 		{ width: 1000px; margin-top:10px; }	
/* outer*/
	.container-twelve .twelve.columns 		{ width: 1000px; background:#000; }

.header-address { font-family: Arial; font-size:0.75em; line-height:1.2em; color:#FFF; text-align:right; padding-top:10px; }
.telephone{ float:right; margin-top:40px; }
.banner { width:890px; max-height:300px; margin:0px;  }
.product{ float:left; margin:10px; /*border:solid 1px #666;*/ padding:5px; text-align:center; width:250px; min-height:310px }
.slogan {clear:both; float:left; margin:0; padding:0; border-top:1px solid #FFF; width:100%; font-family:Verdana, Geneva, sans-serif; font-size:90%; z-index:1000; position:relative; line-height:2.0em; text-align:center;}

	/* Offsets */	
	.container-twelve .offset-by-one 					{ margin-left: 80px;  }
	.container-twelve .offset-by-two 					{ margin-left: 160px; }
	.container-twelve .offset-by-three 					{ margin-left: 240px; }
	.container-twelve .offset-by-four 					{ margin-left: 320px; }
	.container-twelve .offset-by-five 					{ margin-left: 400px; }
	.container-twelve .offset-by-six 					{ margin-left: 480px; }
	.container-twelve .offset-by-seven 					{ margin-left: 560px; }
	.container-twelve .offset-by-eight 					{ margin-left: 640px; }
	.container-twelve .offset-by-nine 					{ margin-left: 720px; }
	.container-twelve .offset-by-ten 					{ margin-left: 800px; }
	.container-twelve .offset-by-eleven 				{ margin-left: 880px; }

	
	/*****************************
		16 Column
	*****************************/
	
	/* Base Grid */
	.container-sixteen .one.column 						{ width: 40px;  }
	.container-sixteen .two.columns 					{ width: 100px; }
	.container-sixteen .three.columns 					{ width: 160px; }
	.container-sixteen .four.columns 					{ width: 220px; }
	.container-sixteen .five.columns 					{ width: 280px; }
	.container-sixteen .six.columns 					{ width: 340px; }
	.container-sixteen .seven.columns 					{ width: 400px; }	
	.container-sixteen .eight.columns 					{ width: 460px; }
	.container-sixteen .nine.columns 					{ width: 520px; }
	.container-sixteen .ten.columns 					{ width: 580px; }	
	.container-sixteen .eleven.columns 					{ width: 640px; }	
	.container-sixteen .twelve.columns 					{ width: 700px; }
	.container-sixteen .thirteen.columns 				{ width: 760px; }	
	.container-sixteen .fourteen.columns 				{ width: 820px; }	
	.container-sixteen .fifteen.columns 				{ width: 880px; }
	.container-sixteen .sixteen.columns 				{ width: 940px; }
	
	/* Offsets */	
	.container-sixteen .offset-by-one 					{ margin-left: 60px;  }
	.container-sixteen .offset-by-two 					{ margin-left: 120px; }
	.container-sixteen .offset-by-three 				{ margin-left: 180px; }
	.container-sixteen .offset-by-four 					{ margin-left: 240px; }
	.container-sixteen .offset-by-five 					{ margin-left: 300px; }
	.container-sixteen .offset-by-six 					{ margin-left: 360px; }
	.container-sixteen .offset-by-seven 				{ margin-left: 420px; }
	.container-sixteen .offset-by-eight 				{ margin-left: 480px; }
	.container-sixteen .offset-by-nine 					{ margin-left: 540px; }
	.container-sixteen .offset-by-ten 					{ margin-left: 600px; }
	.container-sixteen .offset-by-eleven 				{ margin-left: 660px; }
	.container-sixteen .offset-by-twelve 				{ margin-left: 720px; }
	.container-sixteen .offset-by-thirteen 				{ margin-left: 780px; }
	.container-sixteen .offset-by-fourteen 				{ margin-left: 840px; }
	.container-sixteen .offset-by-fifteen 				{ margin-left: 900px; }
	

/* #Tablet (Portrait)
================================================== */	
	/* Note: Design for a width of 768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.container { width: 768px; }
		/*.container .column, 
		.container .columns { margin-left: 10px; margin-right: 10px;  }*/
		.column.alpha, .columns.alpha 				{ margin-left: 0; margin-right: 10px; }
		.column.omega, .columns.omega 				{ margin-right: 0; margin-left: 10px; }
	
		.container .one-third.column				{ width: 236px; }
		.container .two-thirds.column				{ width: 492px; }		
		
		/*****************************
			12 Column
			((768/12) - 20) * 1 = 44
		*****************************/

/* header left*/
	.container-twelve .one.column 			{ width: 180px; }
/* header centre*/
	.container-twelve .two.columns 			{ width: 365px; }
/* header right*/
	.container-twelve .three.columns 		{ width: 213px; padding-right:10px; }

/* not used*/	.container-twelve .four.columns 	{ }
/* not used*/	.container-twelve .five.columns 	{ }

/* product images */	
		.container-twelve .six.columns 		{ width: 250px; }

/* not used*/	.container-twelve .seven.columns 	{  }	
/* not used*/	.container-twelve .eight.columns 	{  }

/* left content */
	.container-twelve .nine.columns 		{ width: 748px; border-top:solid 1px #999; }
/* right content slider */
	.container-twelve .ten.columns 			{ width: 748px; }
/* footer*/
	.container-twelve .eleven.columns 		{ width: 748px; }	
/* outer */
	.container-twelve .twelve.columns 		{ width: 768px; }
			
.header-address { font-family: Arial; font-size:0.75em; line-height:1.2em; color:#FFF; text-align:right; padding-top:10px; }
.telephone{ float:right; margin-top:40px; }
.banner { width:890px; max-height:300px; margin:0px;  }
.product{ float:left; margin:10px; /*border:solid 1px #666;*/ padding:5px; text-align:center; width:250px; min-height:310px }
			
		/* Offsets */	
		.container-twelve .offset-by-one 				{ margin-left: 64px;  }
		.container-twelve .offset-by-two 				{ margin-left: 128px; }
		.container-twelve .offset-by-three 				{ margin-left: 192px; }
		.container-twelve .offset-by-four 				{ margin-left: 256px; }
		.container-twelve .offset-by-five 				{ margin-left: 320px; }
		.container-twelve .offset-by-six 				{ margin-left: 384px; }
		.container-twelve .offset-by-seven 				{ margin-left: 448px; }
		.container-twelve .offset-by-eight 				{ margin-left: 512px; }
		.container-twelve .offset-by-nine 				{ margin-left: 576px; }
		.container-twelve .offset-by-ten 				{ margin-left: 640px; }
		.container-twelve .offset-by-ten 				{ margin-left: 590px; }
		.container-twelve .offset-by-eleven 			{ margin-left: 704px; }

		
		/*****************************
			16 Column
			((768/16) - 20) * 1 = 28
		*****************************/

		.container-sixteen .one.column 						{ width: 28px;  }
		.container-sixteen .two.columns 					{ width: 76px;  }
		.container-sixteen .three.columns 					{ width: 124px; }
		.container-sixteen .four.columns 					{ width: 172px; }
		.container-sixteen .five.columns 					{ width: 220px; }
		.container-sixteen .six.columns 					{ width: 268px; }
		.container-sixteen .seven.columns 					{ width: 316px; }	
		.container-sixteen .eight.columns 					{ width: 364px; }
		.container-sixteen .nine.columns 					{ width: 412px; }
		.container-sixteen .ten.columns 					{ width: 460px; }	
		.container-sixteen .eleven.columns 					{ width: 508px; }	
		.container-sixteen .twelve.columns 					{ width: 556px; }
		.container-sixteen .thirteen.columns 				{ width: 604px; }	
		.container-sixteen .fourteen.columns 				{ width: 652px; }	
		.container-sixteen .fifteen.columns 				{ width: 700px; }
		.container-sixteen .sixteen.columns 				{ width: 748px; }

		/* Offsets */	
		.container-sixteen .offset-by-one 					{ margin-left: 48px;  }
		.container-sixteen .offset-by-two 					{ margin-left: 96px;  }
		.container-sixteen .offset-by-three 				{ margin-left: 144px; }
		.container-sixteen .offset-by-four 					{ margin-left: 192px; }
		.container-sixteen .offset-by-five 					{ margin-left: 240px; }
		.container-sixteen .offset-by-six 					{ margin-left: 286px; }
	.container-sixteen .offset-by-seven 				{ margin-left: 336px; }
		.container-sixteen .offset-by-eight 				{ margin-left: 384px; }
		.container-sixteen .offset-by-nine 					{ margin-left: 432px; }
		.container-sixteen .offset-by-ten 					{ margin-left: 480px; }
		.container-sixteen .offset-by-eleven 				{ margin-left: 528px; }
		.container-sixteen .offset-by-twelve 				{ margin-left: 576px; }
		.container-sixteen .offset-by-thirteen 				{ margin-left: 624px; }
		.container-sixteen .offset-by-fourteen 				{ margin-left: 672px; }
		.container-sixteen .offset-by-fifteen 				{ margin-left: 720px; }
	}
	
	
/*	#Mobile (Portrait) 
================================================== */
	
	/* Note: Design for a width of 320px */
	
	@media only screen and (max-width: 767px) {
		.container { width: 290px;  padding:0px 5px 0px 5px; }
		.columns, .column { margin: 0; }

/* header left*/
	.container .one.column  	{ width: 290px; text-align:center; }
/* header centre*/
	.container .two.columns  	{ width: 290px;  text-align:center; }
/* header right*/
	.container .three.columns  	{ width: 290px; }

/* not used*/	.container .four.columns 	{  }
/* not used*/	.container .five.columns 	{  }
		
/* product images */	
	.container .six.columns 	{ width: 280px;}

/* not used*/	.container .seven.columns 	{ }
/* not used*/	.container .eight.columns 	{ }

/* left content */
	.container .nine.columns 	{ width: 280px; padding:5px; }
/* right content slider */
	.container .ten.columns  	{ width: 270px; padding:5px;  }
/* footer*/
	.container .eleven.columns  	{ width: 290px; margin-top:10px; }
/* outer*/
	.container .twelve.columns  	{ width: 290px; }
		
/* not used*/	.container .thirteen.columns,
/* not used*/	.container .fourteen.columns,
/* not used*/	.container .fifteen.columns,
/* not used*/	.container .sixteen.columns, 
/* not used*/	.container .one-third.column, 
/* not used*/	.container .two-thirds.column  { width: 290px; }
/* not used*/	.container  .twelve.columns .navigation  { width: 290px; height:0px;}
		
p { text-align:none; }
h1 { font-size:1.0em }
body{ background:#FFF; }
.header-address { font-family: Arial; font-size:0.75em; line-height:1.2em; color:#FFF; text-align:center; padding-top:10px; border-bottom:solid 1px #ccc; }
.telephone{ float:right; margin-top:40px; }
.banner { width:890px; max-height:300px; margin:0px;  }
.product{ float:left; margin:10px; /*border:solid 1px #666;*/ padding:5px; text-align:center; width:250px; min-height:310px }



				
		/* Offsets */	
		.container .offset-by-one,				
		.container .offset-by-two, 					
		.container .offset-by-three, 				
		.container .offset-by-four, 					
		.container .offset-by-five, 					
		.container .offset-by-six, 					
		.container .offset-by-seven, 				
		.container .offset-by-eight, 				
		.container .offset-by-nine, 					
		.container .offset-by-ten, 					
		.container .offset-by-eleven, 				
		.container .offset-by-twelve, 				
		.container .offset-by-thirteen, 			
		.container .offset-by-fourteen, 			
		.container .offset-by-fifteen { margin-left: 0; } 			
				
	}	 
	
	
/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.container { width: 415px; padding-left:5px; }
		.columns, .column { margin: 0; }
		
/* header left*/
	.container .one.column { width: 415px; }
/* header centre*/
	.container .two.columns { width: 415px; }
/* header right*/
	.container .three.columns { width: 415px; }

/* not used*/	.container .four.columns {  }
/* not used*/	.container .five.columns {  }

/* product images */	
		.container .six.columns { width: 415px; }

/* not used*/	.container .seven.columns {  }
/* not used*/	.container .eight.columns {  }

/* content left */
	.container .nine.columns { width: 410px; }
/* content right gallery */
	.container .ten.columns { width: 410px; }
/* footer*/
	.container .eleven.columns { width: 415px; }
/* outer*/
	.container .twelve.columns { width: 415px; }
		.container .thirteen.columns { width: 410px; }
		.container .fourteen.columns { width: 410px; }
		.container .fifteen.columns { width: 410px; }
		.container .sixteen.columns { width: 410px; }
		.container .one-third.column { width: 410px; } 
		.container .two-thirds.column { width: 410px; }
		
p { text-align:none; }
h1 { font-size:1.0em }
body{ background:#FFF; }
.header-address { font-family: Arial; font-size:0.75em; line-height:1.2em; color:#FFF; text-align:center; padding-top:10px; border-bottom:solid 1px #ccc; }
.telephone{ float:right; margin-top:40px; }
.banner { width:890px; max-height:300px; margin:0px;  }
.product{ float:left; margin:10px; /*border:solid 1px #666;*/ padding:5px; text-align:center; width:250px; min-height:310px }


	}
	 
	
/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } 
	
	/* Use clearfix class on parent to clear nested columns, 
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
	  content: ' ';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	.row:after,
	.clearfix:after {
	  clear: both; }
	.row, 
	.clearfix {
	  zoom: 1; }
	  
	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}
	
	
	