﻿/*
dark blue: #596c71
light blue: #b5c1c5
red: #ff420d
dark grey: #dedede
light grey: #ededed
*/

/* reset */
html, body{ margin: 0; padding: 0; width: 100%; height: 100%; }

body{
	color: #fff;
	font: normal normal normal 12px/120% Helvetica, Arial, Verdana, sans-serif;
	background: #8c8c8c url(../images/backgrounds/air-cordless.jpg) no-repeat fixed center center;
	background-size: auto 100%;
}
	body#request{ background: #fff; }
	
	#login,
	#request { background-image: url(../images/backgrounds/air-cordless-login.jpg); }
	
/* generic */
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
fieldset, legend, form{ margin: 0; padding: 0; }

img{ border: none; }

p{ margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6{ color: #fff; font-weight: normal; line-height: 120%; text-align: left; }
h1{ font-size: 2em; margin-bottom: .25em; }
h2{ font-size: 1.75em; margin-bottom: .25em; color: #666; }
h3{ font-size: 1.5em; }
h4{ font-size: 1.25em; }
h5{ font-size: 1.125em; }
h6{ font-size: 1em; text-transform: uppercase; }

a,
a:link,
a:visited{ color: #fff; text-decoration: underline; cursor: pointer; }
a:hover{ color: #fff; }
a:active{ color: #fff; }

table{ width: 100%; border-collapse: collapse; border: 1px solid #b5c1c5; margin-bottom: 1em; }
	thead{ }
		thead th{ background-color: #666; border-bottom: 1px solid #b5c1c5; padding: 5px; }
	tbody.alt0 td,
	tr.alt0,
	td.alt0{ background: #666; border-bottom: 1px dotted #b5c1c5; }
	
	tbody.alt1 td,
	tr.alt1,
	td.alt1{ background: #999; border-bottom: 1px dotted #b5c1c5; }
		tr.alt0:hover, tr.alt1:hover{ background-color: #dedede; }
		th{ font-weight: bold; }
		td{ vertical-align: top; padding: 6px; }
		
	tbody.alt0 td,
	tbody.alt1 td{ border-bottom: none; }
		tbody.alt0 tr:first-child td,
		tbody.alt1 tr:first-child td{ border-top: 1px dotted #b5c1c5; }
		
dl{ }
	dl dt{ font-weight: bold; margin-top: 12px; text-transform: uppercase; }
		dl dt:first-child{ margin-top: 0; }
	dl dd{ margin-top: 5px; width: 100%; }

ul, ol{ margin: 0 0 1em 1.25em; }

abbr, label[title]{ border-bottom: 1px dotted #fff; }

hr{ }

/* form */
input, select, textarea{ font: normal normal normal 12px/120% Helvetica, Verdana, Arial, sans-serif; }
	input::-moz-focus-inner{ border: 0; padding: 0; }

input[type=text],
input[type=password],
select{ width: 200px; padding: 7px; background-color: #6d6e71; border: none; color: #fff; -moz-box-shadow: inset -3px -3px 3px #5a5b5d; -webkit-box-shadow:  inset -3px -3px 3px #5a5b5d; box-shadow: inset -3px -3px 3px #5a5b5d; }

input[disabled], textarea[disabled], select[disabled]{ background: none; border: 0; color: #fff; }

.micro_field{ width: 25px !important; }
	select.micro_field{ width: 35px !important; }
.mini_field{ width: 50px !important; }
	select.mini_field{ width: 60px !important; }
.medi_field{ width: 75px !important; }

.checkbox_list,
.radio_button_list{ border: none; }

textarea{ width: 75%; resize: none; }

fieldset{ border: none; display: block; }
	legend{ text-transform: uppercase; }
		legend + *{ -webkit-margin-top-collapse: separate; margin-top: 12px; }

dl.form{ width: 100%; }
	dl.form dt{ clear: both; float: left; width: 32%; margin: 12px 0 0 0; }
	dl.form dd{ float: left; width: 68%; margin: 12px 0 0 0; }
	dl.form .checkbox{ float: left; width: 100%; }
	dl.form dd + dd{ margin-left: 32%; float: left; }

input[type=checkbox].fancy{ position: absolute; left: -9999em; }
input[type=checkbox].fancy + label{ background: transparent url(../images/sprites/icons-reskin.png) no-repeat scroll left top; display: inline-block; background-position: -28px -95px; width: 17px; height: 18px; border: none; cursor: pointer; }
	input[checked=checked].fancy + label,
	input[type=checkbox].fancy.checked + label{ color: #0f0; background-position: -4px -95px !important; }

input[type=checkbox].download{ position: absolute; left: -9999em; }
input[type=checkbox].download + label{ background: transparent url(../images/sprites/icons-reskin.png) no-repeat scroll left top; display: inline-block; background-position: -28px -119px; width: 15px; height: 15px; border: none; cursor: pointer; }
	input[checked=checked].download + label,
	input[type=checkbox].download.checked + label{ color: #0f0; background-position: -52px -119px !important; }

/* reusable */
.image_text{ text-indent: -9999em; overflow: hidden; }
.left{ float: left; }
.right{ float: right; }
.flag{ text-align: center; }
.currency{ text-align: right; }
.error{ color: #fff; }
.hidden{ display: none; }
.item_count{ font-weight: normal; color: #fff; }
.rounded{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
	
.main_gradation{
	background: #acb6b8;
	background: -moz-linear-gradient(#acb6b8, #717c7f);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#acb6b8), to(#717c7f));
	background: linear-gradient(#acb6b8, #717c7f);	
	-pie-background: linear-gradient(#acb6b8, #717c7f);
}

.collapsible + .drawer{ display: block; }
.expandable + .drawer{ display: none; }

/* sprites */
.icon{ background: transparent url(../images/sprites/icons-reskin.png) no-repeat scroll left top; display: block; }
	.icon.zoom_in{ background-position: 0 0; width: 24px; height: 23px; display: block; }
		.icon.zoom_in:hover{ background-position: 0 -23px; }
	.icon.zoom_out{ background-position: -24px 0; width: 24px; height: 23px; display: block; }
		.icon.zoom_out:hover{ background-position: -24px -23px; }
	.icon.zoom_reset{ background-position: -48px 0; width: 24px; height: 23px; display: block; }
		.icon.zoom_reset:hover{ background-position: -48px -23px; }
	.icon.logos{ background-position: -72px 0; width: 73px; height: 51px; }
	.icon.historical{ background-position: -155px 0; width: 61px; height: 54px; }
	.icon.media{ background-position: -226px 0; width: 53px; height: 56px; }
	.icon.stock{ background-position: -72px -129px; width: 80px; height: 57px; }
	.icon.knowledgebase{ background-position: -162px -128px; width: 48px; height: 59px; }
	.icon.marketing-communications { background-position: -226px -129px; width: 69px; height: 70px; margin-top: 40px !important; }
	.icon.products{ background-position: -72px -66px; width: 76px; height: 53px; }
	.icon.preliminary{ background-position: -167px -66px; width: 38px; height: 52px; }
	.icon.promotions{ background-position: -221px -65px; width: 98px; height: 53px; }
	.icon.tag{ background-position: 0 -74px; width: 30px; height: 16px; display: inline-block; }
	.icon.email{ background-position: -3px -51px; width: 17px; height: 13px; }
	.icon.zoom{ background-position: -28px -51px; width: 16px; height: 13px; }
	.icon.download{ background-position: -54px -51px; width: 11px; height: 15px; }
	.icon.checked{ background-position: -4px -95px; width: 17px; height: 18px; }
		.icon.unchecked{ background-position: -28px -95px; width: 17px; height: 18px; }
	.icon.close{ background-position: -32px -66px; width: 32px; height: 32px; }
	.icon.info{ background-position: -4px -118px; width: 17px; height: 17px; display: inline-block; padding-left: 3px; }
	.icon.pdf{ background-position: -53px -99px; width: 14px; height: 14px; }
	
	a[href$=".pdf"]:before{ content: ""; background: transparent url(../images/sprites/icons-reskin.png) no-repeat scroll -53px -99px; padding-left: 18px; width: 14px; height: 14px; }

/* buttons */
.button,
input[type=submit]{
	cursor: pointer;
	display: inline-block;
	background: #6d6e71;
	border: none;
	outline: 0;
	-moz-box-shadow: inset -3px -3px 3px #5a5b5d; -webkit-box-shadow:  inset -3px -3px 3px #5a5b5d; box-shadow: inset -3px -3px 3px #5a5b5d;
	color: #fff !important;
 	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
	.button:hover,
	input[type=submit]:hover{ background: #6d6e71; -moz-box-shadow: inset -3px -3px 3px #5a5b5d; -webkit-box-shadow:  inset -3px -3px 3px #5a5b5d; box-shadow: inset -3px -3px 3px #5a5b5d; }
	
.button.secondary, input[type=submit].secondary{ border: 1px solid #888; background: transparent; color: #58595b !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	.button.secondary:hover, input[type=submit].secondary:hover{ color: #333 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	
.button.tertiary, input[type=submit].tertiary{ background: #333; border-color: #000; color: #fff !important }
	.button.tertiary:hover, input[type=submit].tertiary:hover{ -moz-box-shadow: 0 0 3px #333; -webkit-box-shadow:  0 0 3px #333; box-shadow: 0 0 3px #333; }

/* tabs */
.tabs{ list-style: none; margin-left: 0 !important; }
	.tabs li{
		background: #fff;
		border-left: 1px solid #666;
		float: left;
	}
	.tabs li:first-child { border-left: none; }
		.tabs li.active{ background: #fff; border-bottom: none; }
			.tabs li.active a{ color: #666; font-weight: bold; }
		.tabs a{ display: block; color: #666; font-weight: normal; padding: 10px; text-decoration: none; }

.panel{ clear: left; padding-top: 5px; }

/* html5 */
header, footer, aside, section, hgroup, menu, nav{ display: block; }

header, #content, footer{ padding: 10px; }

/* header */
header{ height: 75px; margin: 0 10px; position: relative; border-bottom: 1px solid #acaaaa; }
	header h1{ position: absolute; left: 10px; top: 10px; width: 326px; height: 75px; margin: 0; background-image: url(../images/logos/ttifc-logo.png); }
		header h1 a{ display: block; width: inherit; height: inherit; }
		#sticky_container header input[type=submit] { color: #fff !important; border-color: #fff; }
	header h5{ position: absolute; right: 10px; bottom: 10px; text-transform: uppercase; }
		header h5 a,
		header h5 a:link,
		header h5 a:visited,
		header h5 a:hover,
		header h5 a:active{ color: #919292; text-decoration: none; }
	header h6{ position: absolute; left: 200px; bottom: 5px; }
	header ul{ position: absolute; right: 10px; top: 10px; list-style-type: none; }
		header ul li{ float: left; margin-left: 10px; padding-left: 10px; border-left: 1px solid #acaaaa; }
			header ul li:first-child{ border-left: none; }
	header fieldset{ position: absolute; right: 0; bottom: 10px; }
		header fieldset legend{ display: none; }
		header fieldset input[type=text]{ }

/* footer */
footer{ height: 20px; text-align: center; }
	footer p{ margin-bottom: 0; }

/* sticky footer (force footer to bottom of page if not enough content) */
#sticky_container{
	width: 960px;
	background-color: #666;
	background-color: rgba(102, 102, 102, .25);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
	#sticky_push{ height: 40px; clear: both; }

/* content */
#content{ width: 940px; }

	aside{ float: left; width: 190px; margin-right: 10px; }
		aside section{ }
			aside section:first-child{ }
		aside section h2{ }
		aside nav{ font-size: 16px; }
			nav ul{ list-style: none; }
				nav > ul:first-child{ margin-bottom: 0; }
				nav > ul{ margin-left: 0; }
				nav ul ul{ margin-top: 10px; }
				nav ul li{ margin-bottom: 3px; }
					nav ul li > a{ display: block; padding: 3px; }
								
					nav ul li:hover > a { background-color: #ededed; color: #666; }
					
					nav > ul > li.selected > a,
					nav > ul > li.selected li.selected a{ background-color: #dedede; color: #666; }
					
					nav > ul > li.selected > a .item_count,
					li:hover > a .item_count,
					nav > ul > li.selected > ul > li.selected > a .error,
					li:hover > a .error { color: #666; }
					
					nav ul ul{ font-size: 12px; font-weight: normal; display: none; }
						nav ul ul{ margin: 3px 0 0 5px; }
						nav ul li.selected ul{ display: block; }
				
			nav a,
			nav a:link,
			nav a:visited,
			nav a:hover,
			nav a:active{ color: #fff; text-decoration: none; }

	#main_content{ float: left; width: 740px; }
		#home #main_content{ width: 940px; }

/* home */
#categories { list-style-type: none; margin: 25px auto 0; }
	#categories li { float: left; background-color: #666; width: 150px; height: 150px; margin-left: 47px; margin-bottom: 50px; text-align: center; position: relative; }
		#categories li:first-child{ margin-left: 0; }
		
		#categories li a{ display: block; text-decoration: none; color: #fff; }
		
		#categories li a span:first-child{ margin: 45px auto 0; }
	
		#categories li span + span{ display: block; width: 100%; position: absolute; left: 0; bottom: -25px; font-size: 14px; font-weight: bold; text-transform: uppercase; }

/* product list */
.paging{ list-style: none; margin-left: 10px !important; }
	.paging li{ display: inline; padding-right: 10px; }
	
/* items */
.item_list_container{ clear: left; }
.item_list{ float: left; width: 175px; margin: 0 10px 25px 0; position: relative; }
	.item_list .item_image{ width: 100%; height: 125px; line-height: 125px; text-align: center; position: relative; }
		.item_list .item_image img{ max-width: 175px; max-height: 125px; vertical-align: middle; }
		.item_list .item_image .item_actions { position: absolute; left: 0; bottom: 0; background-color: #666; width: 100%; display: none; }
		.item_list .item_image:hover .item_actions { display: block; }
		
	.item_list p{ margin-top: 1em; height: 28px; overflow: hidden; text-align: center; }
	
	.item_actions{ list-style: none; float: left; margin-left: 0; }
		.item_actions li{ float: left; margin-left: 5px; height: 21px; }
			.item_actions li:first-child{ margin-left: 0; }
			.item_actions li .icon.email,
			.item_actions li .icon.zoom,
			.item_actions li .icon.download{ margin-top: 1px; }

.item{ float: left; width: 430px; text-align: center; position: relative; }
	.item img{ }
	.item a{ text-decoration: none; color: #000; }
	.item .zoom{ position: absolute; left: 0; bottom: -1em; }
		.item .zoom .icon.zoom{ float: left; position: static; padding-right: 3px; }
	.item .problem{ position: absolute; right: 0; bottom: -1em; }

.item_info{ float: right; width: 292px; margin-left: 10px; background-color: #666; padding: 4px; }
	.item_info .file_name{ float: left; }
	.item_info .item_actions{ float: right; }
	.item_info .info{ clear: both; }
	.item_info textarea{ width: 193px; height: 100px; }

	#upload_form{ display: none; position: absolute; left: 50%; top: 50%; }

/* login and request */
#login header { text-align: center; border-bottom: none; height: auto; padding: 135px 0 75px; }

#login footer { height: 75px; padding: 0; min-width: 960px; position: relative; line-height: 75px; }

#login #sticky_container { margin-bottom: -75px; background-color: transparent; }
#login #sticky_push { height: 75px; }

#login h1 { color: #666; font-weight: normal; text-align: center; text-transform: uppercase; }

.login_container,
.request_container{ }

	.login_container input[type=text],
	.request_container input[type=text],
	.login_container input[type=password],
	.request_container input[type=password],
	.login_container select,
	.request_container select{ width: 205px; height: 21px; line-height: 21px; padding: 2px; font-size: 14px; }

	.login_container .button, .login_container input[type=submit],
	.request_container .button, .request_container input[type=submit]{
		padding: 7px;
	}

	.login_logo,
	.login_form {
		width: 350px;
		margin: 0 auto;
		padding: 10px;
		background-color: #666;
		background-color: rgba(102, 102, 102, .25);
		position: relative; 
	}
	
	.login_logo{
		left: 0;
	}
		
	.login_form{ }
		.login_form fieldset{ width: 205px; margin: 0 auto 2em; }
			.login_form legend{ color: #fff; font-size: 18px; }
				#login .login_form legend{ display: none; }
			.login_form label { color: #fff; }
			.login_form dd + dd{ margin-top: 10px; }
	
	.login_container p { text-align: right; }
		.login_container a{ color: #fff; }
		
	.request_logo,
	.request_form{
		width: 350px;
		margin: 0 auto;
		padding: 10px;
		background-color: #666;
		background-color: rgba(102, 102, 102, .25);
		position: relative; 
	}
			
	.request_form{ right: 0; width: 305px; }
		.request_form fieldset{ width: 205px; margin: 0 auto 2em; }
			.request_form legend{ display: none; }
			.request_form dd + dd{ margin-top: 10px; }
		.request_form label { color: #fff; }
		.request_form .message{ position: absolute; top: 38%; }

/* zoom */
#gallery{ width: 740px; height: 550px; margin: 0 auto; position: relative; }
		#gallery h1, div#gallery h2{ text-align: center; }
		#gallery_large{ width: 740px; height: 550px; line-height: 550px; position: absolute; right: 0; margin: 0 auto; text-align: center; overflow: hidden; background: #fff; }
			#gallery_large img{ vertical-align: middle; }
		#gallery_loading{ visibility: hidden; position: absolute; left: 50%; margin-left: -24px; top: 50%; margin-top: -24px; }
		
		#gallery_zoom{ position: absolute; left: 0; top: 0; }
			#gallery_zoom img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
			
#gallery_actions{ position: absolute; right: 5px; bottom: 21px; background-color: #fff; border: 1px solid #000; width: 86px; height: 155px; }
			#gallery_help{ position: absolute; right: 3px; bottom: 125px; width: 80px; text-align: center; }
		
			#gallery_thumbnail{ position: absolute; right: 12px; bottom: 40px; width: 62px; height: 82px; line-height: 80px; text-align: center; background-color: #fff; }
				#gallery_thumbnail span{ height: 82px; }
				#gallery_thumbnail img{ vertical-align: middle; }
				#zoom_selector{ position: absolute; left: 18px; top: 25px; width: 23px; height: 30px; border: 1px solid #dd1d00; cursor: move; }
					#zoom_selector img{ position: absolute; left: 0; top: 0; }
		
			#gallery_actions ul{ list-style: none; width: 72px; position: absolute; left: 7px; bottom: 10px; margin: 0; }
				#gallery_actions li{ float: left; }
				
			#gallery_percent{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; }

/* modal (z-index: 1000) */
#modal_overlay{ width: 100%; height: 100%; background: #666; position: fixed; left: 0; top: 0; z-index: 1001; }
#modal_window{ position: fixed; z-index: 1002; background: #fff; }
	#modal_window a{ position: absolute; z-index: 1003; right: -16px; top: -16px; cursor: pointer; }
	#modal_window h1{ background-color: #666; padding: 5px; height: 26px; overflow: hidden; }
	#modal_window iframe{ width: 100%; height: 100%; border: none; overflow: auto; background-color: #fff; }
	#modal_window textarea{ width: 100%; padding: 0; margin: 0; border: none; }