/* Style sheet for CRS Mobile Cold Storage
Copyright Cornish WebServices 2010 */

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td, th {
	vertical-align:top;
}
a img {
	border:none;
}
/* typography */
body {
	color:#222;
	background:#C0C1C2;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008FFF;
	margin:0.5em 15px;
	line-height:1;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.5em;
	color:#0077BA;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
}
h5, h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0.5em 15px;
}
a:focus, a:hover {
	color:#fe0000;
	text-decoration:underline;
}
a {
	color:#fe0000;
	text-decoration:none;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1em 1.5em 5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
table {
	margin: 0.7em 15px 1.4em 15px;
	width:95%;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
tr.even td {
	background:#eee;
}
tr.over td {
	background:#ccc;
}
th, thead td, .tableheader, table.tableStripes tr.even.tableheader td{
	font-weight:bold;
	background:#008FFF;
	color:#fff;
}
th, td {
	padding:4px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
td p {
	font-size:100%;
	margin:0;
}
table.noBorder, table.lightboxGallery {
	border:none;
}
table.noBorder th, table.noBorder td,
table.lightboxGallery th, table.lightboxGallery td {
	border:none;
	text-align:center;
	vertical-align:bottom;
}
table.lightboxGallery td img {
	width:100px;
	height:84px;
	border:1px solid #008FFF;
	padding:2px;
}
.bullets {
	list-style-position: inside
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
/* MISCELLANEOUS */
hr {
	color: #fc5555;
	background-color: #fc5555;
	height: 1px;
	border: none;
	clear:both;
	margin: 0.7em auto;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
.asterisk {
	color: #FF0000;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatImgLeft {
	float:left;
	margin: 0.5em 10px 10px 0;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
}
.blueText {
	color:#008FFF;
}
.redText {
	color:#FE0000;
}
.greyText {
	color:#666;
}
.blueBg {
	background-color:#008FFF;
	color:#fff;
}
.redBg {
	background-color:#FE0000;
	color:#fff;
}
.greyBg {
	background-color:#666;
	color:#fff;
}
.w2 {
	width:50%;
}
.w2b {
	width:42%;
}
.w2c {
	width:35%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.small {
	font-size:.8em;
}
.large {
	font-size:1.2em;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.more {
	text-align:right;
	font-style:italic;
	color:#666;;
}
/*column forms*/
#brochure {
	margin:0;
	padding:2px 0 0 0;
}
#searchbox {
	margin: 0 13px 0 0;
	padding:1px 0 0 0;
	text-align:right;
}
#searchsite {
	width:80px;
	padding:2px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin:0;	
}
#email2, #email3 {
	margin: 0 0 15px 10px;
	padding:2px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	width:100px;
	float:left;
}
#email2.text, #email3.text, #searchsite.text {
	border:1px solid #bbb;
}
#email2.text:focus, #email3.text:focus, #searchsite.text:focus {
	border:1px solid #6f6f6f;
}
.subscribeBtn {
	color:#FE0000;
	background:#fff;
	width:41px;
	margin:0 0 0 5px;
	padding:2px;
	border:none;
	text-transform:uppercase;
	font:bold 90% Verdana, Arial, Helvetica, sans-serif;
}
.brochureBtn {
	background:#FE0000;
	color:#fff;
	width:41px;
	margin:0 0 0 5px;
	padding:2px;
	border:none;
	text-transform:uppercase;
	font:bold 90% Verdana, Arial, Helvetica, sans-serif;
}
/* boxes */
.redBox {
	margin:0;
	width: 166px;
	padding: 3px;
	border:1px solid #FE0000;
}
.redBox h2, .redBox p, redBox a {
	background:#FE0000;
	color:#fff;
	display:block;
	margin:0;
	padding:5px;
}
.redBox a {
	background:#FE0000;
	color:#fff;
	display:block;
	margin:0;
	padding:0;
}
.redBox a:hover {
	text-decoration:none;
}
.redBox h1 {
	font-size: 150%;
	font-weight:bold;
	text-transform:uppercase;
}
.redBox p {
	font-size: 90%;
	padding:5px 5px 10px 5px;
}
.leftbox {
	margin:15px 0 20px 0;
	min-height:135px;
	height:auto !important;
	height:135px;
	width: 168px;
	padding: 3px;
	border:1px solid #008FFF;
	overflow:hidden;
}
.leftbox h2 {
	margin:0;
	padding:5px;
	display:block;
	/*height:24px;
	background:url(site-images/leftcolblue-top.jpg) no-repeat 0 0;*/
	background:#008FFF;
	color:#fff;
	font-size: 125%;
	text-transform:uppercase;
}
.leftbox p {
	margin:0;
	padding:0 15px 15px 15px;
}
.leftbox ul {
	padding: 0 15px;
}
.leftbox2 {
	margin:15px 0 0 0;
	min-height:135px;
	height:auto !important;
	height:135px;
	width: 175px;
	padding: 0 0 4px 0;
	overflow:hidden;
}
.leftbox2 img {
	margin:0px 0 0 0;
	padding: 6px 0px 6px 4px;
}
.leftbox2 h1,.leftbox2 h2,.leftbox2 h3,.leftbox2 h4 {
	margin:0;
	padding:8px 0 0px 35px;
	height:26px;
	background:url(site-images/icebox-top.jpg) no-repeat 0 0;
	color:#008FFF;
	font-size: 130%;
	font-weight:bold;
	text-transform:uppercase;
}
.leftbox2 p {
	margin:0;
	padding:0px 0px 6px 6px;
}
.leftbox2 ul {
	padding: 0 15px;
}
.rightbox {
	margin:15px 0 0 0;
	min-height:135px;
	height:auto !important;
	height:135px;
	width: 175px;
	padding: 0 0 4px 0;
	overflow:hidden;
}
.rightbox img {
	margin:0;
	padding: 6px 0px 6px 4px;
}
.rightbox h2 {
	margin:10px 0 0 0;
	padding:8px 0 0px 35px;
	height:26px;
	background:url(site-images/icebox-top.jpg) no-repeat 0 0;
	color:#fe0000;
	font-size: 130%;
	font-weight:bold;
	text-transform:uppercase;
}
.rightbox h3 {
	margin:0;
	padding:5px 0 4px 4px;
	color:#000;
	font-size: 110%;
	font-weight:bold;
	text-transform:uppercase;
}
.rightbox p {
	margin:0;
	padding:0px 2px 6px 4px;
}
.rightbox ul {
	padding: 0 15px;
}
.freebrochure {
	margin:16px 0 0 0;
	min-height:133px;
	height:auto !important;
	height:133px;
	width: 174px;
	padding: 0;
	background:url(site-images/brochure-back.jpg) no-repeat 0 0;
}
.freebrochure h2 {
	margin:0;
	padding:8px 0 0 11px;
	color:#fff;
	font-size: 130%;
	font-weight:bold;
	text-transform:uppercase;
}
.freebrochure p {
	margin:0;
	padding:4px 66px 6px 10px;
	color:#fff;
	font-size: 90%;
}
.newsletter {
	margin:0;
	min-height:135px;
	height:auto !important;
	height:135px;
	width: 175px;
	padding: 0 0 20px 0;
	overflow:hidden;
}
.newsletter h2 {
	margin:10px 0 0 0;
	padding:8px 0 0 35px;
	height:26px;
	background:url(site-images/icebox-top.jpg) no-repeat 0 0;
	color:#fe0000;
	font-size: 130%;
	font-weight:bold;
	text-transform:uppercase;
}
.newsletter p {
	margin:0;
	padding:0 5px 6px 10px;
}
.homebox {
	margin:8px 2px 8px 10px;
	min-height:214px;
	height:auto !important;
	height:214px;
	width: 134px;
	padding: 3px;
	border:1px solid #008fff;
	float:left;
}
.h1 {
	margin-left:15px;
}
.homebox h4 {
	margin:0;
	padding:3px 0 0 0;
	background:url(site-images/homebluebox-top.jpg) no-repeat 0 0;
	color:#fff;
	line-height:1.1;
	text-align:center;
	font-weight:normal;
	width:134px;
	height: 33px;
	font-size: 95%;
	text-transform:uppercase;
}
.homebox p {
	margin:0;
	padding:0;
	font-size: 86%;
}
.searchsite {
	margin:0;
	padding:0;
}

/*gridbox*/
.gridContainer {
	width:520px;
	margin:1em auto;
}
.gridbox {
	margin:8px 2px 8px 15px;
	min-height:138px;
	height:auto !important;
	height:138px;
	width: 143px;
	padding: 3px;
	border:1px solid #008fff;
	float:left;
}
.gridbox h3 {
	margin:3px 0 0 0;
	padding:0;
	font-size: 100%;
	font-weight:bold;
	width:143px;
	text-align:center;	
}
.gridbox a {
	text-decoration:none;
	text-align:center;
	width: 143px;
}
.gridbox a img {
	text-align:center;
	width: 143px;
	height:96px;
}
.gridbox img {
	margin:0 auto;
}

/*file icons */
/* PDF document links */
#content a[href$='.pdf'], #footer a[href$='.pdf'] {
 background:transparent url(../coldstorage-images/pdf.gif) center left no-repeat;
 display:inline-block;
 padding-left:20px;
 line-height:15px;
}

/* Excel Documents links */
#content a[href$='.xls'], #content a[href$='.csv'], #content a[href$='.xlw'], #content a[href$='.xlt'] {
 background:transparent url(../coldstorage-images/excel.gif) center left no-repeat;
 display:inline-block;
 padding-left:20px;
 line-height:15px;
}
 
/* Word Document Links */
#content a[href$='.doc'], #content a[href$='.rtf'], #content a[href$='.wps'], #content a[href$='.txt'] {
 background:transparent url(../coldstorage-images/word.gif) center left no-repeat;
 display:inline-block;
 padding-left:20px;
 line-height:15px;
}
 
/* mailto: links */
#content a[href^="mailto:"], #footer a[href^="mailto:"] {
 background:transparent url(../coldstorage-images/email.png) center left no-repeat;
 display:inline-block;
 padding-left:20px;
 line-height:15px;
}
#content .externalLink, #footer .externalLink {
	background:transparent url(../coldstorage-images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}

/* root element for tabs  */
ul.tabs { 
	clear:both;list-style:none; 
	margin:20px 15px 0 15px!important; 
	padding:0;	
	border-bottom:1px solid #818181;	
	height:30px;
	width: 604px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(site-images/blue-tabs.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w4 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.m 			{ background-position: -422px -0px; width:134px; }
ul.tabs a.m:hover 	{ background-position: -422px -31px; }
ul.tabs a.m.current { background-position: -422px -62px; }

/* width 3 */
ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 4 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }




/* initially all panes are hidden */
.panes {
	margin:0;
	padding:10px;
}
.panes .pane {
	display:none;		
}


