/*	general 
--------------------------------------------------------------------------- */

/* Body Class Example
body.aicaw #specifications table td:first-child { width: 75px; }
body.aicaw #specifications #spec-sheet { display: none; }
*/


body { background: url(images/bg-alt-1.jpg) repeat-x; font-size: 14px;  background-position: 0px -20px; }
html { overflow-y:scroll; }
a { color:#75552f; }
a:hover,a:focus {
	color: #c47c26;
}

.table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
  background: #e6e6e6;
  color: #333;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
  background-color: #fff;
}

//a:active { outline:0; position:relative; top:1px; } /* this will affect any positioned links */
::-moz-selection { text-shadow:none; background:#99e921; color:#000000; }
::selection { text-shadow:none; background:#99e921; color:#000000; }
h1,h2,h3,h4,h5,h6 { text-shadow:0 1px 1px rgba(0,0,0,0.25); }
input,select,textarea { font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-size:1em; }
hr { height:1px; } /* add background-color and color properties to change the color */
.box { background:#C0D7EC; margin-bottom:1.5em; padding:1em; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.icon { vertical-align:middle; }
.large { line-height:1.5em; }
.center { text-align:center; }
.inner { padding:1em; } /* for when you want padding inside the grid */
ul.none { margin:0 0 1.5em 0; padding:0; list-style-type:none; }
img.left,p img.left,.alignleft { margin:0 1.5em 1.5em 0; float:left; }
img.right,p img.right,.alignright { margin:0 0 1.5em 1.5em; float:right; }
.aligncenter { display:block; margin:0 auto; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px; }
.button,#searchsubmit {
	float:left;
	background:#FFFFFF;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#0a435a;
	border:none;
	padding:4px 8px;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,0.25);
	width:auto;
	overflow:visible;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
.button:hover,#searchsubmit:hover { background:#a4e5ff; color:#c47c26; }
.button:after,#searchsubmit:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }

form .button {
	clear: both;
	background:#FFFFFF;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#0a435a;
	border: 2px solid #999999;
	padding:8px 16px;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,0.25);
	width:auto;
	overflow:visible;
	margin-bottom: 15px;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
form .button:hover { background:#a4e5ff; color:#0a435a; }
form .button:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }

#wrap { }


/*	header 
--------------------------------------------------------------------------- */
.wf-inactive #header { position:relative; z-index:1000; margin-top: 30px; }
#header { position:relative; z-index:1000; margin-top: 15px; }

.wf-inactive #company-name h1 { margin:0 0 8px; padding:0; }
.wf-inactive #company-name h1 a {
	background:url(images/company_name.png) no-repeat;
	display:block;
	width:647px;	
	height:36px;
	text-indent:-9999px;
}
.wf-inactive #company-name h1 a:hover {
	background: url(images/company_name.png) 0 -36px no-repeat;
	display: block; 
	width:647px;	
	height:36px;	
}
.wf-inactive #company-name span {
	display: none;
}

#company-name h1 { margin:10px 0 0 0; padding:0; }
#company-name h1 a {
	display:block;	
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;		
	width:647px;	
	height:28px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#company-name h1 a:hover {
	color: #e9e721;	
}
#company-name span {
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;		
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;	
}


.wf-inactive #logo { position: absolute; top: -27px; right: -13px; background: url(images/logo.png) no-repeat; width: 132px; height: 132px; }
#logo { position: absolute; top: -4px; right: -15px; background: url(images/logo.png) no-repeat; width: 145px; height: 145px;}

#newsletter { clear: both; width: 300px;}
#newsletter span { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 16px; color: #000000; }
#newsletter input[type=text] { float: left; height: 20px; width: 175px; margin: 0 0 0 0; padding: 4px; border: 1px solid #000000;background: url(images/nav_bg.png); color: #FFFFFF;}
#newsletter .button { float: left; height: 30px;padding: 4px 10px; border: 1px solid #000000; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;background: url(images/nav_bg.png); color: #FFFFFF; margin: 0; clear: none; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 18px;}
#newsletter .button:hover { color: ##FFFFFF; background: url(images/nav_bg_hover.png); }
#navigation { background: url(images/nav_bg.png); height: 85px; width: 100%; position: relative; left: 0;}
#navigation-inner { width: 950px; margin: auto; }

.bigword { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; }

.ppl { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 19px; color: #000000; }
.ppl2 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; }

.apprl:before { content: "\00BB \0020"; }
.apprl  { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; }

.classclickhere a { text-decoration: none; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; text-shadow:0 2px 2px rgba(0,0,0,0.50); }

.classtitle { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 21px; color: #000000; }



.training-about { margin-bottom: 15px; }
.training-about p 
{
/* font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 19px !important; color: #000000; margin: 0; margin-bottom: 10px;*/
}
.training-about:hover  { color: #000000; }

.policy-about { margin-bottom: 15px; text-align: justify; }
.policy-about div { width: 600px;  margin-left: auto; margin-right: auto;

}
.policy-about p 
{
/* font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 19px !important; color: #000000; margin: 0; margin-bottom: 10px;*/
}
.policy-about:hover  { color: #000000; }

.match-about { margin-bottom: 15px; }
.match-about p { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 21px !important; color: #000000; margin: 0; margin-bottom: 10px;}
.match-about:hover  { color: #000000; }

.forum-link { text-align: left; margin-top: 30px; padding-bottom: 0px; height: 90px; padding-left: 40px; padding-top: 10px;
	background: url(/images/logo80.png) no-repeat;  
	font-weight: bold; }
.forum-link p { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 19px !important; color: #000000; margin: 0; margin-bottom: 10px;}

.forum-link a { font-size: 22px; text-transform: uppercase;
}

.bigword2 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 23px; color: #000000; font-weight: bold; text-decoration: underline;}

.soldout { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 23px; color: #700000; font-weight: bold; text-decoration: underline;}

#signup  label { width: 150px; float: left; }
#signup p { margin-bottom: 5px; }
#signup input[type=text] { width: 300px; }
#signup .cb { clear: both; margin: 0;}
#signup .cb input[type=checkbox] { float: left; }
#signup .cb label { float: none; width: 150px; }
#signup .button { margin-top: 15px; }
/* NO TYPE KIT */
.wf-inactive #nav { 
	position:relative; 
	list-style:none; 
	width: 950px;
	margin:auto; 
	padding:0;
	//border: 1px solid #FF0000;
}
.wf-inactive #nav li { float:left; position:relative; } 
.wf-inactive #nav li a { 
	font-family:  verdana;	
	text-decoration:none; 
	display:block; 
	float:left; 
	font-size:14px; 
	padding:32px 13px; 
	color:#fff; 
	margin:0; 
	text-transform: uppercase;
	letter-spacing: 2px;
}
.wf-inactive #nav li a:hover,
.wf-inactive #nav li.current_page_item > a,
.wf-inactive #nav li.current_page_parent > a,
.wf-inactive #nav li.current_page_ancestor > a,
.wf-inactive #nav li.current-cat > a,
.wf-inactive #nav li.current-cat-parent > a { 
	color:#a4e5ff; 
	background: url(images/nav_bg_hover.png);
}

/* EOF NO TYPE KIT */

#nav { 
	position:relative; 
	list-style:none; 
	width: 950px;
	margin:auto; 
	padding:0;
	//border: 1px solid #FF0000;
}
#nav li { float:left; position:relative; } 
#nav li a { 
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;	
	text-decoration:none; 
	display:block; 
	float:left; 
	font-size:20px; 
	padding:27px 17px 28px 17px; 
	color:#fff; 
	margin:0; 
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow:0 2px 2px rgba(0,0,0,0.50);
}
#nav li a:hover,
#nav li.current_page_item > a,
#nav li.current_page_parent > a,
#nav li.current_page_ancestor > a,
#nav li.current-cat > a,
#nav li.current-cat-parent > a { 
	color:#e9e721; 
	background: url(images/nav_bg_hover.png);
}

/*	content
--------------------------------------------------------------------------- */
#content { margin-bottom:24px; background:#fff; }

#main, #page { position:relative; top: 10px; margin-bottom: 50px; }

#page { background: #fff; border: 4px solid #000000; padding-bottom: 50px;}
#page-inner { padding: 15px 20px 15px 20px; }
.wf-inactive #page h2 {
	font-family: "refrigerator-deluxe-1", "refrigerator-deluxe-2", verdana;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 47px;
	background: url(images/page-h2-bg-alt-1.png) no-repeat;
	text-transform: uppercase;
	margin: 0 0 10px -37px;
	width: 983px;
	height: 56px;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
}
#page h2 {
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 47px;
	background: url(images/page-h2-bg-alt-1.png) no-repeat;
	margin: 0 0 10px -37px;
	width: 983px;
	height: 56px;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow:0 2px 2px rgba(0,0,0,0.50);	
}

#page p { font-size: 14px; }
.databooksmalltext p { font-size: 13px !important; 
	margin-bottom: 7px !important;
}
.databooksmalltext h3 { margin-bottom: 8px !important; margin-top: 12px !important;
}

#switch-products { font-weight: bold; float: right; margin-top: 9px; background: url(images/nav_bg.png); border: 1px solid #000000; color: #FFFFFF; padding: 5px 10px;}
#switch-products .list { color: #000000; }
#right-column { padding: 0; margin: 0;}
#product-media { margin: 0 0 15px 5px; text-align: center; }

#product-photos { position: relative; left: 20px;}
#product-photos a { text-decoration: none; }
#product-photos span { background: url(images/cycle_text_bg.png); width: 410px; padding: 4px 10px; position: absolute; bottom:20px;/*top: 245px;*/ left: 5px;color: #FFFFFF; font-size: 14px; display: block;  }

#product-photos span a { color: #FFFFFF; text-decoration: none; }
#product-video { padding: 5px 5px 0 5px; background: #000000; width: 413px; margin: 0 0 10px 0;}
#product-photos img { padding: 4px; background: #EFEFEF; border: #888888 1px solid; margin: 0 10px 10px 0;}

#product-photos-left { position: relative; left: 20px;}
#product-photos-left a { text-decoration: none; }
#product-photos span-left { background: url(images/cycle_text_bg.png); width: 410px; padding: 4px 10px; position: absolute; bottom:20px;/*top: 245px;*/ left: 5px;color: #FFFFFF; font-size: 14px; display: block;  }

#product-photos-left span a { color: #FFFFFF; text-decoration: none; }
#product-photos-left img { padding: 4px; background: #EFEFEF; border: #888888 1px solid; margin: 0 10px 10px 0;}

#product-photos.no-left-margin { position: relative; left: 0px; overflow: hidden; }

.product-base-sku-title {
	margin: 0;
	font-family: "refrigerator-deluxe-1", "refrigerator-deluxe-2", verdana;
	font-size: 18px;
	text-transform: uppercase;;
}
#specifications { font-size: 12px; width: 443px; margin-left: 20px; position: relative; }
#specifications h3 { text-shadow: none; margin: 0; padding: 8px; background: #e6e6e6; color: #51603a; font-family:  verdana; text-align: left; font-size: 18px;}
#specifications p { }
#specifications table { background: #EFEFEF; padding: 5px; }
#specifications table td { vertical-align: top; line-height: 15px; }
#specifications table td span { width: 240px; display: block; } 
#specifications table td:first-child { width: 50px; }

body.people h3 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; margin: 0px 0px 3px 0px; text-decoration: underline;} 

body.about h4 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; margin: 0px 0px 7px 0px; font-style: italic;} 

body.state-policy h4 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; margin: 0px 0px 7px 0px; font-style: italic;} 

body.about h3 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 22px; color: #000000; margin: 5px 0px 10px 0px; font-style: italic;} 

/* .about-intro p { font-family: "serif", "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 19px !important; color: #000000; margin: 0px 0px 20px 0px;}  */


.meet-the-team-format { }

/* .letter-growth-format p { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", "serif", verdana; font-size: 20px !important; color: #000000; margin: 0px 0px 20px 0px;}   */

body.new-site-growth-2012 h3 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 22px; color: #000000; margin: 5px 0px 10px 0px; font-style: italic;} 

body.meet-the-team h3 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 22px; color: #000000; margin: 5px 0px 10px 0px; font-style: italic;} 

body.people h4 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 19px; color: #000000; margin: 0px 0px 7px 0px; } 

body.training h3 { font-size: 23px; margin-bottom: 10px; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; text-decoration:underline; }

body.training #classes #class_schedule h3 { font-size: 23px; margin-bottom: 3px; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; text-decoration:underline; }

body.training #instructors h3 { font-size: 23px; margin-bottom: 0px; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; text-decoration:underline; }


body.training #instructors a { text-decoration: underline; }
body.training #classes #class_schedule h3 { padding: 15px 0 0 0; }
body.training h4 { margin-bottom: 0px; }
body.training h4 a { text-decoration: none; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; color: #000000; font-size: 24px;text-shadow:0 2px 2px rgba(0,0,0,0.50); }

#match-description { }

#instructors { width: 440px; }
#instructors dt {

	clear: left;
	float: left;
	width: 125px;
	text-align: left;
	font-weight: normal;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	font-size: 19px;
	color: #000000;
}	
#instructors dd {
	float: left;
	width: 300px;
	text-align: left;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	font-size: 19px;
	margin: 0;
}

#classspecifications { font-size: 12px;  width: 600px; }
#classspecifications h3 { text-shadow: none; margin: 0; padding: 8px; background: #e6e6e6; color: #51603a; font-family:  verdana; text-align: left; font-size: 18px;}
#classspecifications p { }
#classspecifications table { background: #EFEFEF; padding: 5px; }
#classspecifications table td { vertical-align: top; line-height: 15px; }
#classspecifications table td span { width: 430px; display: block; }

body.aicaw #specifications table td:first-child { width: 75px; }
body.aicaw #specifications #spec-sheet { display: none; }

#rotator { width: 687px; height: 295px; background: #000000; margin-top: 10px; padding: 12px 0 0 12px; overflow: hidden; position: relative; }
#rotator .controls { width: 250px; height: 295px; z-index: 999; text-decoration: none; }
#rotator .controls#ps { position: absolute; top: 0; left: 0; }
#rotator .controls#ns { position: absolute; top: 0; right: 0; }
#rotator .controls a { display: none; padding-top: 130px; width: 250px; height: 133px; outline: none; }
#rotator .controls:hover > a { display: block; }
#rotator .controls a#prev { text-align: left; }
#rotator .controls a#next { text-align: right; }


#cycle { margin:0; padding:0; list-style-type: none; }
#cycle div { background: url(images/cycle_text_bg.png); width: 665px; height: 22px; padding: 8px 5px; position: relative; top: -38px; color: #FFFFFF; font-size: 14px;}
#cycle div img { margin-left: 10px; }

#rotator32 { width: 442px; height: 299px; background: #000000;
margin-top: 4px; margin-left: 10px; padding: 12px 0 0 12px; 
overflow: hidden; float: right; clear: right;
margin-right: 0px;
margin-bottom: 5px;
}

#rotator_team { width: 612px; height: 412px; background: #000000;
margin-top: 4px;  padding: 12px 0 0 12px; 
overflow: hidden; 
float: left; clear: left;
margin-bottom: 5px;
margin-right: 10px;
position: relative;
}

#rotator_team .controls { width: 200px; height: 400px; z-index: 999; text-decoration: none; }
#rotator_team .controls#ps { position: absolute; top: 0; left: 0; }
#rotator_team .controls#ns { position: absolute; top: 0; right: 0; }
#rotator_team .controls a { display: none; padding-top: 195px; width: 200px; height: 205px; outline: none; }
#rotator_team .controls:hover > a { display: block; }
#rotator_team .controls a#prev { text-align: left; }
#rotator_team .controls a#next { text-align: right; }

.photo_left_287 {
background: #d0d0d0;
border-color: #d0d0d0;
color: #000000;
font-size: 14px;
width: 287px;
border-width: 4px;
border-style: solid;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px; 
text-align:left;
float: left;
}
.photo_left_430 {
background: #d0d0d0;
border-color: #d0d0d0;
color: #000000;
font-size: 14px;
width: 430px;
border-width: 4px;
border-style: solid;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px; 
text-align:left;
float: left;
}



#cycle32 { margin:0; padding:0; list-style-type: none; }
#cycle32 div { background: url(images/cycle_text_bg.png); width: 430px; height: 14px; padding: 8px 5px; position: relative; top: -38px; color: #FFFFFF; font-size: 8px;}
#cycle32 div img { margin-left: 10px; }

#cycle_team { margin:0; padding:0; list-style-type: none; }
#cycle_team div { background: url(images/cycle_text_bg.png); width: 600px; height: 22px; padding: 8px 5px; position: relative; 
top: -38px; color: #FFFFFF; 
font-size: 14px; text-transform: uppercase; 
}
#cycle_team div img { margin-left: 10px; }


.wf-inactive #oneliner { text-align: center;   font-family: verdana; text-transform: uppercase; font-size: 13px; color: #000000; text-decoration: none; font-weight: bold; margin-top: 10px; }      
#oneliner  {text-align: left; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
color: #000000; text-decoration: none; font-weight: bold; margin: 10px 0; position: relative;}
#oneliner #video {
	position: absolute;
	right: -40px;
}
#oneliner #video a {
	text-decoration: none;
}

#facebookright #video {text-align: right; font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
color: #000000; text-decoration: none; font-weight: bold; margin: 10px 0; position: relative; display: block;}

#facebookright #video:first-child a { position: relative; left: 35px;}
.welcome { /*text-decoration: underline;*/ font-weight: bold; }

#oneliner p { margin: 0px; }

#secondary { margin-top: 50px; }
#secondary2 {margin-top: 22px; margin-bottom: 5px; }
#features { position: relative; top: 10px; margin: 0; padding: 0; list-style-type: none;}
.feature { margin-bottom: 1px; clear: both; padding: 2px; }
.feature:hover { background: url(images/nav_bg_hover.png);  }

.latest_threads { font-size: 13px;  }
/*#threads li:before {	content: "\00BB \0020";	} */ 
#threads { color: #333333; width: 345px;
	position: relative; top: 0px; left: 0px; margin: 0; padding: 0; 
	list-style-image:  url(images/ic/chat_alt_stroke_12x12.png); 
/* 	list-style-type: none;*/ }
#threads a:hover { background: url(images/nav_bg_hover.png); color: #ffffff; }  
#threads a { text-decoration: none; color: #333333;
display: block; margin: 0; padding: 1px 3px 2px 3px; 
}
.thread { margin-bottom: 0px; clear: both; padding: 0px; }

.wf-inactive .feature h3 { color: #a4e5ff; text-transform: uppercase;font-family: verdana; margin-bottom: 5px; font-size: 16px;  }
.feature h3 { color: #e9e721; text-transform: uppercase;font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; margin-bottom: 3px; font-size: 22px;  }
.feature h3 a { color: #e9e721; text-decoration: none; display: block;  text-shadow:0 2px 2px rgba(0,0,0,0.50);
}
.feature div a { color: #FFFFFF; display: block; clear: both; text-decoration: none; font-size: 13px;}

#classes { clear: left; float: none;  max-width: 500px; list-style-type: none;}
#classes ul { list-style-type: none; padding: 0px;}
#classes li { margin-bottom: 5px; padding: 3px; }
/* #classes li:hover { background: url(/images/nav_bg_hover.png); } */
.class:hover { background: url(/images/nav_bg_hover.png); }

#class_schedule { clear: left; float: none; width: 600px; margin-top: 20px; }
#class_schedule ul { position: relative;  margin: 0; padding: 0; list-style-type: none;}
#class_schedule li { margin-bottom: 5px; padding: 3px; }
#class_schedule a:hover { background: url(/images/nav_bg_hover.png); }

.wf-inactive .class h3 { color: #000000; text-transform: uppercase;font-family: verdana; margin-bottom: 5px; font-size: 16px;  }
.class h3 { color: #e9e721; text-transform: uppercase;font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; margin-bottom: 5px; font-size: 24px;  }

.class h3 a { color: #000000; text-decoration: none; display: block; 	text-shadow:0 2px 2px rgba(0,0,0,0.50);
}
.class div a { color: #000000; display: block; text-decoration: none;}

#facebookright {
	margin-top: 18px;
}
.sub-feature { background: #fff; padding: 5px; width: 160px; height: 160px; position: relative; float: left; margin: 0 5px 5px 0;
	       z-index: 1;
/*	border-radius: 3px;
	-webkit-border-radius: 3px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.50);	
}
.sub-feature img {
	width: 100%;
}
.blogroll { padding-right: 30px; }

.sub-feature div { display: block; width: 150px;background: rgba( 0,0,0, 0.7);height: 45px; padding: 8px 5px; position: relative; top: -75px; color: #FFFFFF; font-size: 14px; text-align: center;}
.sub-feature span { font-size: 12px; display: block;text-align: center; font-style: italic; clear: both; margin-top: 4px; }
.sub-feature a {text-decoration: none;}
.sub-feature:hover div { background: rgba( 0,0,0, 0.5) }	
#about-us { clear: both;
/*       font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;                          
	font-size: 18px; */
}
.wf-inactive #about-us h2 { font-family:  verdana; font-size: 24px; color: #0a435a; margin-bottom: 10px; }
#about-us h2 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; font-size: 32px; color: #0a435a; margin-bottom: 10px; }
#about-us p { font-family: 13px;  padding: 0 25px 0 0; }

#the-team h2 {font-family:  verdana; font-size: 24px; color: #0a435a; margin-bottom: 10px;}
#the-team .team-container { width: 290px; height: 212px;background: #000000; padding: 5px;}
.team-member { clear: both; height: 140px; }
.team-member img { padding: 3px; background: #000000; float: left; margin: 0 15px 15px 0;}
#the-team img { }
#the-team .learn-more { background: url(images/cycle_text_bg.png); width: 280px; height: 22px; padding: 8px 5px; position: relative; top: -44px; color: #FFFFFF; font-size: 14px; text-align: center; }
#the-team .learn-more a { color: #FFFFFF; text-decoration: none; }

#page .the-team { clear: right; float: right; padding: 3px; background: #000000; margin: 0 0 10px 10px; }
#page .image-right { float: right; padding: 3px; margin: 0 0 10px 10px; clear:right;}

#page .gb-right { clear: right; float: right; padding: 3px; background: #000000; margin: 0 0 10px 10px; }
#page .gb-left { clear: left; float: left; padding: 3px; background: #000000; margin: 0 10px 10px 0px; }
#page .grow-center-left { padding: 3px; background: #000000; margin: 10px 10px 10px 10px; }

#page .why-tbac-image { clear: right; float: right; padding: 3px; background: #000000; margin: 0 0 10px 10px; width: 300px; }

#featured-video { position: relative; left: 0px; }
#featured-video #single1 { padding: 5px; background: #000000; }
#featured-video h2 {font-family:  verdana; font-size: 24px; color: #0a435a; margin-bottom: 10px;}

#home-page-divider { height: 20px; }

.dealer-listing { background: #EFEFEF; border: 1px solid #999999; padding: 8px; margin-bottom: 5px; }
h3.state { background: #373737; color: #FFFFFF; font-family:  verdana; font-size: 18px; padding: 5px; margin: 0 0 5px 0;}
.dealer-listing p { padding: 5px; margin: 0; }
p.dealer-description {margin: 13px 0 0 0; }

.article { border-bottom: 1px solid #999999; }
.article h3 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 24px; margin: 10px 10px 10px
0; }
.article p { margin: 0; }
.article img { background: #000000; padding: 3px; }

body.products #page ul { margin: 0 0 0 4px; padding: 0; list-style-type: none; }
body.products #page ul li { border: 3px solid #000000; float: left; width: 290px; height: 193px; position: relative; text-align: center; margin: 0 6px 6px 0; }
body.products #page ul li:hover { border: 3px solid #c47c26; }
body.products #page ul li div { position: absolute; top: 0; left: 0; display: none; background: url(images/cycle_text_bg.png); width: 300px; height: 300px; }
body.products #page ul li a.title { position: absolute; left: 0px; bottom: 0px; color: #ffffff; padding: 5px 10px 5px 10px; height: 30px; text-align: center; width: 270px; background: url(images/cycle_text_bg.png); text-decoration: none; }
body.products #page ul li span { color: #FFFFFF; font-size: 12px; display: block;text-align: center; font-style: italic; margin-top: -4px; }

#questionaire #otherApp { float: right; }

.match { clear: both; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #000000;}
.match img { width: 172px; height: 115px; padding: 3px; background: #000000; float: left; margin-right: 15px;}


#spec-sheet { position: absolute; top: 40px; right: 5px; border: 1px solid #666666; }
#spec-sheet a {  }
#spec-sheet div { background: #d90106; color: #FFFFFF; font-weight: bold; padding: 3px 0; }
#spec-sheet div a { color: #FFFFFF; text-decoration: none; }

#class-spec-sheet { border: none ; }
#class-spec-sheet a {  }
#class-spec-sheet div { background: #d90106; color: #FFFFFF; font-weight: bold; padding: 3px 0; }
#class-spec-sheet div a { color: #FFFFFF; text-decoration: none; }

#class-dates { border: none ; margin: 2px; }
#class-dates a { color: #ffffff; }
#class-dates table { background:  url(images/cycle_text_bg.png); color: #FFFFFF; font-weight: bold; padding: 3px 0; }


body.products h4 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 24px; margin: 0; }
body.why-thunder-beast h4 { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 24px; margin: 0; }
body.why-thunder-beast b { font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana; text-transform: uppercase; font-size: 20px; margin: 0; }

.notable:before { content: "\00BB \0020"; }
.reason:before { content: "\00BB \0020"; }
.reason { margin-bottom: 10px; }
/*	footer
--------------------------------------------------------------------------- */
#footer { clear: both; position:relative; top: 0px; border-top: #c2c2c2 solid 1px; border-bottom: #c2c2c2 solid 1px; background: #EFEFEF; width: 100%; left: 0; 
/*	margin-bottom: 20px;*/
	margin-bottom: 100px;
}
#footer-inner { width: 950px; margin: auto; padding: 10px 0 25px 0; }
#footer p.copy { font-size:12px; margin-bottom:0; }
#footer a {   color: #000000; padding: 0 2px; }
#footer a:hover { color: #75552f; }

#footer .footer_pages h3 { }
#footer .footer_pages ul { margin: 0; padding: 0; list-style-type:none; }
#footer .footer_pages li, #tbac-location { float: left; margin-right: 10px; font-family:  verdana; text-shadow: none; text-transform: uppercase; font-size: 12px; }


#facebook { clear: both; position:relative; top: 10px; width: 100%; left: 0; 	margin-bottom: 20px; }
#facebook-inner { width: 950px; margin: auto; padding: 0px 0 0px 0; }
#facebook p.copy { font-size:12px; margin-bottom:0; }
#facebook a {   color: #000000; padding: 0 2px; }
#facebook a:hover { color: #75552f; }



body.status #footer { position: relative; top:65px; }
/*body.status #page { height: 310px; }*/
#tbac-location { float: right; }

#contact {}
#contact fieldset { border: 2px solid #000000; }
#contact legend { border: 2px solid #000000; padding: 3px 6px; }
#contact div { clear: both; margin-bottom: 0px; }
#contact label { float: left; width: 165px; line-height: 28px;}
#contact #questions { width: 500px; height: 100px; }

input[type=text] { padding: 3px 5px; }
input[type=password] { padding: 3px 5px; }
#questionnaire, #dealerloginform {}
#questionnaire fieldset, #dealerloginform fieldset { border: 2px solid #000000; margin: 5px 5px 20px 5px; }
#questionnaire legend, #dealerloginform legend { border: 2px solid #000000; padding: 3px 6px; }
#questionnaire select, #dealerloginform select { width: 200px; float: left;}
#questionnaire #otherApp { float: left; margin-left: 10px; }
#questionnaire p, #dealerloginform p { clear: both; }
#questionnaire p label, #dealerloginform p label { float: left; width: 225px; margin-right: 10px;}
#questionnaire #application label { float: left; width: 150px; }
#questionnaire #application p { margin: 0; padding: 0; }
#questionnaire label.app { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #000000; }
#questionnaire #otherInformation div label:first-child { width: 375px; }
#questionnaire #multipleGunsInfoText, #questionaire #questions { width: 500px; height: 100px; }
#questionnaire #otherInformation { clear: both;border: 2px solid #000000; }
#questionnaire #otherInformation #questions label { width: 200px; margin-top: 10px;}
#questionnaire #otherInformation #questions textarea { width: 400px; height: 100px; margin-top: 17px;  }
#questionnaire .firearm-info  label { width: 125px; margin-top: 10px;}
#questionnaire fieldset#firearm textarea { width: 320px; height: 100px; }
#questionnaire table td, #dealerloginform table td { vertical-align: top; }

.demo-box { padding: 8px; border: 1px solid #999999; }

#gallery-items { position: relative; left: 10px; }
.gallery-item { margin: 0; padding: 0; height: auto; float: left; margin-right: 20px;   }
.gallery-item img { padding: 5px; background: #000000; width: 425px; }
.gallery-item span { display: block; background: url(images/cycle_text_bg.png); width: 415px; height: 22px; padding: 8px 10px; position: relative; top: -48px; color: #FFFFFF; font-size: 16px; }
.army p { background: #000000; color: #EFEFEF; padding: 8px 10px; width: 415px; margin: -49px 0 15px 0; height: 130px;}
p.faq-question { margin: 0; padding: 0 10px; }
p.faq { border-width: 0 0 1px 0; border-color: #999999; border-style: solid; padding: 0px 10px 15px 10px; margin-bottom: 15px;}
p.faq img { float: right; margin: 0 0 10px 10px; padding: 3px; background: #000000; }
.faq-main { float: right; padding: 3px; background: #000000; margin-right: 10px; }

#left { float: left; width: 455px; }
#right { float: left; width: 400px; }

#submit-gallery { clear: both; }
#submit-gallery fieldset { border: 2px solid #000000; }
#submit-gallery legend { border: 2px solid #000000; padding: 3px 6px; }
#submit-gallery label { float: left; width: 150px; line-height: 28px;}
#submit-gallery #comments { height: 100px; width: 600px; }
#submit-gallery div { clear: both; background: none; color: #000000; margin: 0; padding: 0;}
#left h3 { border-bottom: 1px solid #000000; width: 410px; padding-bottom: 5px; }


#cart-message {
	border: 8px solid #b3b3b3;
	background: #fff;
	color: #000;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	z-index: 9999;
}
#cart-message #head {
	font-family: "refrigerator-deluxe-1", "refrigerator-deluxe-2", verdana;
	color: #000;
	font-size: 24px;
	line-height: 47px;
	text-transform: uppercase;
	height: 56px;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}
#cart-message #head #close-btn {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	height: 24px;
	width: 24px;
}
#cart-message #body {
	padding: 15px 25px;	
}
#cart-message #foot {
	padding: 15px 25px;
	height: 36px;	
	overflow: hidden;
}
#cart-message #foot #continue-shopping-btn {
	float: right;
}
#cart-message #foot #checkout-btn {
	float: left;
}
#cart-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: url(images/nav_bg_hover.png);
	z-index: 8888;
	display: none;
	width: 100%;
	height: 100%;
}


/*	Dealer Area Styles
--------------------------------------------------------------------------- */
#dealerloginform p label { width: 100px; margin-top: 7px; text-align: left; }
#dealerloginform h4 { font-style: italic; font-size: 18px; }
#dealerloginform input[type=submit] { }

.dealer-dashboard-widget {
	float: left;
	width: 49%;
}
.dealer-dashboard-widget.left {
	margin-right: 17px;
}
.dealer-dashboard-widget .inner {
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-style: dashed;
	border-color: #627d4d;
	min-height: 235px;
}
.dealer-dashboard-widget .inner dt {
	float: left;
	clear: left;
	width: 150px;
}
.dealer-dashboard-widget .inner dd {
	margin-left: 150px;
	margin-bottom: 15px;
}	
.dealer-dashboard-widget h3 {
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	background: #627d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
	background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
}
#dealer-dashboard-stats {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 14px;
}
.dealer-dashboard-stat {
	float: left;
	width: 150px;
	margin-right: 22px;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 25px;
}
.dealer-dashboard-stat#last-order-info {
	width: 150px;
}
.dealer-dashboard-stat h3 {
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	color: #627d4d;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.dealer-dashboard-stat span {
	font-size: 16px;
	font-weight: bold;
}


.dealer-pdf-box {
	float: left;
	margin-right: 5px;
	border: 2px solid #888;
}

.dealer-dashboard-stat span span {
	font-size: 14px;
}	
#tbac_table-dealer-order-history tr.hidden td {
	display: none;
}
/*#tbac_table-dealer-order-history tr.open td {
	background: #b9d5ff;
}*/
#tbac_table-dealer-order-history tr.open td {
	background: #b9ffd5;
}
#tbac_table-dealer-order-history tr.closed td {
	background: #e2eeff;
}
#tbac_table-dealer-order-history tr:hover td {
	background: #fff9e1;
}
#tbac_table-dealer-order-history tr td .btn {
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 8px;
}
#tbac_table-dealer-order-history tr td .btn:hover {
	background: #fff;
}

.dealer-tabs {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.dealer-tabs li a,
#expandcollapse {
	display: block;
	float: left;
	background: #627d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
	background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
	padding: 10px 15px;
	margin-right: 3px;
	color: #fff;
	text-decoration: none;
}
.dealer-tabs li a.current {
	background: #000;
}
#expandcollapse {
	cursor: pointer;
	float: right;
}

#contact_table {
	border-collapse: collapse;
}
#contact_table td {
	border-bottom: 1px solid #434343;
}
#contact_table td.last {
	border-bottom: none;
}
/* status css from /css/thunder-old.css */
	.summary_order_box {
	margin-left: 0px;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #000000;
	background: #aaaa77;
	font-size: 14px;
	}

	.admin_error {
	background: #cc8888;
	color: #880000; 
	}
	.admin_ok {

	}

	.invoice_right {
	float:right;
	}

	.admin_right {
	float:right;
	}
	.admin_notes {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	background: #999977;
	font-size: 12px;
	margin-left: 10px;
	}

	.admin_notes_ok {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
/*	background: #bbbb99; */

	background: rgba(180,180,180,0.4);
	padding-left: 5px;
	font-size: 12px;
	margin-left: 10px;
	}

	.admin_notes_error {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	background: #ffaaaa;
	font-size: 12px;
	margin-left: 10px;
	}

	.admin_box_status {
	margin-left: 0px;
	background: #999966;
	color: #444466;
	font-size: 12px;
	margin-bottom: 2px;
	text-align: right;
	}

	.admin_box_status_right {
/*	position:relative;
	left: 760px;
	top: -20px; */
	margin-left: 0px;
	background: #999966;
	color: #444466;
	font-size: 12px;
	margin-bottom: 2px;
	text-align: center;
	}

	.admin_box1 {
	margin-left: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	background: #aaaa77;
	font-size: 14px;
	margin-bottom: 5px;
	}
	.admin_box2 {
	margin-left: 20px;
	background: #aaaa77;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	}
	.admin_box3 {
	margin-left: 40px;
	background: #aaaa77;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	}
	.admin_box4 {
	margin-left: 60px;
	background: #aaaa77;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	}
	.admin_box5 {
	margin-left: 80px;
	background: #aaaa77;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	}
.invoice_custid_left {
float: left;

}

.invoice_ffl_right {
float:right;
margin-right: 50px;
}

.news-item {
	background: #fff;
	padding: 10px;
	border: 1px solid #efefef;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.50);	
	margin-bottom: 8px;
	
}
.news-item .title {
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", verdana;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-item .date,
.single-news .date {
	font-size: 12px;
	color: #777;
	margin-bottom: 8px;
}
#news-header {
	font-size: 32px;
}
#blog {
	width: 96%;
}

#all-news-link {
	float: right;
	margin-right: 50px;
	color: #fff;
}
/*	media querieis
--------------------------------------------------------------------------- */
/*
@media print {
	* { background:transparent !important; color:#444 !important; text-shadow:none; }
	a, a:visited { color:#444 !important; text-decoration:underline; }
	a:after { content:" (" attr(href) ")"; }
	abbr:after { content:" (" attr(title) ")"; }
	pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
	img { page-break-inside:avoid; }
	@page { margin:0.5cm; }
	p, h2, h3 { orphans:3; widows:3; }
	h2, h3 { page-break-after:avoid; }
	
}
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
#switch-products { font-weight: bold; float: right; margin-top: 9px; background: url(images/nav_bg.png); border: 1px solid #000000; color: #FFFFFF; height: 30px;}	
}
	
@media all and (orientation:portrait) {
	/* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
	/* Style adjustments for landscape mode goes here */

}

@media screen and (max-device-width: 480px) {
	/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */

}


