@CHARSET "ISO-8859-1";
/* ---------- GENERAL ---------- */
* {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
	outline: 0;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}
html {
	font-size: 100%;
}
body {
	color: #333333;
	background-color: #F5F5F5;
	text-align: center;
	overflow-x: hidden;
}
img {
	border: 0px none;
}
a {
	color: #145D7B;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
a: hover {
}
h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 15px 0;
	color: #145D7B;
	line-height: 1.2;
}
h2 {
	color: #145D7B;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
	margin: 5px 0;
}
h3 {
	color: #527f9e;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 16px 0;
	padding-left: 25px;
}
h4 {
	color: #527f9e;
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	font-weight: 400;
}
ol, ul {
	list-style-position: inside;
}
ol li, ul li {
	list-style-position: inside;
}
ul {
	list-style-type: none;
	clear: both;
}
ul li {
	background : none;
	line-height: 160%;
	padding: 1px 0 1px 30px;
}
span {
	font-family: Arial,Helvetica,sans-serif;
}
strong {
	color: #757575;
}
p {
	margin: 10px 0;
	padding: 0;
}
/* ---------- GENERAL CLASSES/IDs ---------- */
#article-wrapper .central-wrapper p {
	line-height: 18px;
}
.wrapper {
}
.central-wrapper {
	margin: 0 auto;
	text-align: left;
	display: block;
	width: 940px;
}
.inline-list {
	display: block;
	padding: 0;
}
.inline-list li {
	display: inline;
}
.bulleted-list li {
	background: url("http://alaskatent.com/images/bullet.gif") no-repeat scroll 18px 7px transparent;
}
.main-content {
	display: block;
	min-height: 200px;
	line-height: 12px;
}
.other-content {
	display: block;
	clear: both;
	min-height: 200px;
}
.other-content td {
	vertical-align: top;
}
.other-content ul li {
	background: url("http://alaskatent.com/images/bullet.gif") no-repeat scroll 18px 7px transparent;
}
.spacer {
	clear: both;
	display: block;
	height: 10px;
}
.pageheader {
	display: block;
	margin: 0.5em 0;
	color: #145D7B;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.inline-image-wrapper {
	text-align: center;
}
.article {
	display: block;
	margin: 20px 0;
}
.left-column {
	display: block;
	float: left;
	width: 620px;
	min-height: 400px;
	padding: 0 0 20px 0;
}
.right-column {
	float: right;
	width: 300px;
}
.article-text {
	padding: 0 10px 10px 0;
}
.article-image {
	float: left;
	padding: 0 10px 10px 0;
}
/* ---------- TOP ---------- */
#top-wrapper {
    background: url("http://alaskatent.com/images/header-bg.gif") repeat-x scroll left top transparent;
    border-bottom: 1px solid #DDDDDD;
}
#top-wrapper .central-wrapper {
    height: 100px;
}
h1.logo a {
}
h1.logo a span {
    position: absolute;
    text-indent: -1000em;
    background: url("http://alaskatent.com/logo3.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 75px;
    width: 323px;
}
#search_form {
	float: right;
	margin-top: 10px;
}
#search-wrapper {
	background: url("http://alaskatent.com/images/icon-search.gif") no-repeat scroll 250px 6px #fff;
	border: 1px solid #D5D5D5;
	display: block;
	width: 280px;
	height: 30px;
}
#search_form #keywords {
	background-color: transparent;
	border: none;
	color: #999999;
	padding: 7px 5px;
	width: 240px;
}
#keyword-search {
	background-color: transparent;
	display: inline-block;
	width: 40px;
	height: 30px;
	position: relative;
	left: 240px;
	top: -26px;
	z-index: 100;
	cursor: pointer;
}
#search .main-content{
	min-height: 520px;
}
/* ---------- MAIN NAV ---------- */
.nav-wrapper {
	background: url("http://alaskatent.com/images/mainnav-bg.gif") repeat-x scroll left bottom transparent;
	border-top: 5px solid #145D7B;
	border-bottom: 1px solid #D5D5D5;
}
.nav-wrapper ul li {
	background: none;
}
#main-nav {
	position: relative;
	margin: 0;
}
#main-nav .last-item a span {
	padding-right: 0;
}
#main-nav a span {
	display: inline-block;
	color: #888;
	font-size: 11px;
	outline: medium none;
	text-transform: uppercase;
}
#main-nav li {
	padding: 15px 20px 15px 15px;
	text-decoration: none;
	display: inline-block;
}
#main-nav li.active, 
#main-nav li:hover {
    	background: url("http://alaskatent.com/images/mainnav-active2.gif") no-repeat scroll left top transparent;
}
.secondary-menu {
	display: none;
	background: url("http://alaskatent.com/images/trans-bg.png") repeat scroll 0 0 transparent;
	border: 1px solid #D6D6D6;
	min-width: 175px;
	position: absolute;
	top: 48px;
	z-index: 100;	
	margin-left: -16px;
}
#main-nav .secondary-menu li {
	background: none;
	display: block;
	height: 30px;
	padding: 0;
}
#main-nav .secondary-menu li a {
}
#main-nav .secondary-menu li span {
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	display: block;
	line-height: 30px;
	text-transform: none;
	padding: 0 10px;
}
#main-nav .secondary-menu li span:hover {
	color: #fff;
}
.menu-item {
}
.secondary-menu li {
	background: none;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #D6D6D6;
	border-right: medium none;
	line-height: 10px;
	height: 10px;
}
.secondary-menu li a {
	font-size: 12px;
	text-transform: none;
}
#main-nav .secondary-menu li:hover {
	background-color: #145D7B;
	color: #fff;
}
.secondary-menu .secondary-menu {
	display: none;
	margin-left: 20px;
	top: 0;
	left: 155px;
}
.secondary-menu .secondary-menu a {
	/*color: #145D7B;*/
}
/* ---------- CAROUSEL ---------- */
#carousel-wrapper .central-wrapper {
	background: url("http://alaskatent.com/images/sl-bg.png") no-repeat center top transparent;
	width: 1000px;
}
#carousel {
	display: block;
	width: 940px;
	height: 340px;
}
#carousel li {
	background: none;
	padding: 0;
}
#carousel-wrapper {
	background: url("http://alaskatent.com/images/topsl-bg.gif") repeat-x center top transparent;
}
.carousel-frame {
	margin: 0 auto;
}
.carousel-caption {
	float: right;
	position: relative;
	top: -100px;
	background-color: #000;
	color: #fff;
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.carousel-pagination {
	float: right;
	margin: 5px -5px 5px 0;
	padding: 0 0 0 10px;
}
.carousel-pagination li {
	background: none repeat scroll 0 0 #CCCCCC;
	padding: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.carousel-pagination .carousel-pagination-active {
	background: none repeat scroll 0 0 #145D7B;
}
/* ---------- TABS ---------- */
.ui-tabs {
	clear: both;
}
#product-tabs {
	float: left;
	width: 940px;
	margin: 20px 0;
}
#product-tabs .ui-widget-header {
	background: none;
	border: none;
}
#product-tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	background: url("http://alaskatent.com/images/slide_bg.png") repeat-x scroll center top #EEEEEE;
	color: #333333;
}
#product-tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	background: none;
	color: #333333;
}
#product-tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-color: #ccc;
}
#product-tabs .ui-state-hover {
	border-color: #ccc;
}
#product-tabs .ui-state-hover a {
	background: none;
}
#product-tabs .ui-widget-content {
}
#product-tabs p {
	padding: 10px;
}
#product-tabs ul li {
	background: url("http://alaskatent.com/images/bullet.gif") no-repeat scroll 18px 7px transparent;
}
#product-tabs .product-tab {
	background: none;
}
/* ---------- CATEGORY ---------- */
#category-wrapper .central-wrapper {
	width: 988px;
}
#category-menu li {
	background: none;
	height: 110px;
	padding: 0;
	display: inline-block;
	margin: 22px;
	overflow: hidden;
}
#category-menu img {
	width: 150px;
	height: 113px;
}
.category-text {
	display: block;
	background-color: #000;
	width: 140px;
	height: 120px;
	padding: 5px;
	position: relative;
	top: -45px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.category-title {
	width: 100%;
	padding: 5px 0 15px 0;
	float: left;
	color: #fff;
	text-transform: uppercase;
	line-height: 15px;
}
@-moz-document url-prefix() {
    .category-title  {
	padding: 0 0 15px 0;
    }
}
.category-caption {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
/* ---------- SOCIAL LINKS---------- */
#social-links-wrapper {
	background: none repeat scroll 0 0 #145D7B;
	margin: 0 0 20px 0;
	color: #aaddee;
	line-height: 1.8;
}
#social-links-wrapper .title-box {
	display: block;
	height: 45px;
	margin: 5px 0;
	font-size: 11px;
	border: solid 1px #216F8F;
	border-width: 0 0 1px 0;
}
#social-links-wrapper h3 {
	background: url("http://alaskatent.com/images/h3-hilite-bg.gif")  repeat-x scroll left bottom #216F8F;
	margin: 14px 0;
	padding: 0;

}
#social-links-wrapper h3 span {
	background: url("http://alaskatent.com/images/span-hilite-bg.gif") no-repeat scroll right center transparent;
	HEIGHT;20PX;
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 5px;
	color: #aaddee;
}
#social-links-wrapper .content-box {
	padding: 10px 25px;
	clear: both;
}
#social-links-wrapper .content-box img {
	background: none repeat scroll 0 0 #0F5471;
	border: 1px solid #216F8F;
	padding: 4px;
}
#social-links-wrapper .content-box p, #social-links-wrapper .content-box a, #social-links-wrapper .content-box strong {
	color: #aaddee;
}
.right-column .right-content {
	display: block;
	margin: 25px 0;
	text-align: center;
}
.left-column .left-content {
	display: block;
	margin: 25px 0;	
}
/* ---------- FOOTER ---------- */
#breadcrumb-wrapper .central-wrapper, #category-breadcrumb-wrapper .central-wrapper {
	background: url("http://alaskatent.com/images/grad1.gif") repeat-x scroll left top transparent;
	height: 20px;
	padding: 10px 0;
	position: relative;
}
#breadcrumb-wrapper, #category-breadcrumb-wrapper {
	background: url("http://alaskatent.com/images/pathway-bg.gif") no-repeat scroll center top transparent;
	margin: 20px 0 0 0;
	position: relative;
	text-transform: uppercase;
	clear: both;
	border-bottom: 1px solid #353535;
	border-top: 1px solid #D5D5D5;
}
#category-breadcrumb-wrapper {
	margin: 0;
}
#breadcrumb-wrapper span, #category-breadcrumb-wrapper span {
	background: url("http://alaskatent.com/images/pw-inner-bg.gif") no-repeat scroll right center transparent;
	float: left;
	color: #757575;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	font-size: 11px;
	text-transform: uppercase;
}
#breadcrumb-wrapper span strong, 
#breadcrumb-wrapper span a,
#category-breadcrumb-wrapper span strong,
#category-breadcrumb-wrapper span a {
	font-size: 11px;
	text-transform: uppercase;
}
#footer-image-wrapper {
	clear: both;
	background-color: #B0B6C9;
}
#bottom-wrapper {
	height: 20px;
	background-color: #145D7B;
	font-size: 12px;
	padding: 10px 0;
}
#bottom-wrapper .central-wrapper {
	line-height: 20px;
}
#footer-nav {
	font-size: 11px;
	display: inline;
	margin: 0;
}
#footer-nav a {
	font-size: 11px;
}
#footer-nav li {
	background: none repeat scroll 0 0 transparent;
	border-right: 1px dotted #AADDEE;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
#footer-nav a, #copyright a {
	color: #AADDEE;
}
#copyright {
	float: right;
	font-size: 11px;
	display: inline;
	color: #AADDEE;
}
#copyright a {
	font-size: 11px;
}
/* ---------- HOME ---------- */
#article-wrapper .left-column {
	width: 66%;
	margin: 0 0 20px 0;
}
#article-wrapper .right-column {
	width: 33%;
}
/* ---------- PRODUCT PAGE ---------- */
#article-page .left-column {
	width: 410px;
}
#article-page .right-column {
	width: 520px;
	padding: 40px 0 20px 10px;
}
.article-img-wrapper {
	float: left;
	height: 267px;
	width: 400px;
	margin: 0 10px 20px 0;
}
#scrolling-carousel img {
	height: 267px;
	width: 400px;
}
#scrolling-carousel li {
	padding: 0;
}
#article-page .inline-image {
	margin: 10px 0;
}
#article-page .related {
	float: left;
	clear: both;
	margin: 10px 0;
}
.brochure-dowload {
	float: left;
	margin: 10px 0;
}
.ptable {
	border: 1px solid #D5D5D5;
	margin: 10px 10px 10px 10px;
}
.ptable td {
	padding: 5px;
	border-bottom: 1px solid #D5D5D5;
}
.ptable tr.blue {
	background: #145d7b;
}
/* ---------- CATEGORY PAGE ---------- */
#category-page.central-wrapper {
	width: 1020px;
}
#categories {
	float: left;
	margin: 0 0 20px 0;
}
#category-page h1 {
	padding: 20px 0 0 40px;
}
.category-product {
    float: left;
	width: 175px;
	height: 140px;
	margin: 40px;
}
.category-product img {
	width: 175px;
	height: 131px;
    margin: 3px 15px 0 0;
    padding: 0;
}
.category-product-title {
	float: left;
	height: 40px;
	color: #555555;
	font-weight: 700;
	text-align: center;
	width: 175px;
}
/* ---------- STATIC PAGE ---------- */
#static-wrapper .left-column {
	width: 66%;
}
#static-wrapper .right-column {
	width: 33%;
}
/* ---------- SUPPORT ---------- */
#support li {
	color: #555555;
}
#support ol li {
	list-style-position: outside;
}
#support ol strong {
	display: block;
	font-weight: 900;
}
.results-list {
	width: 400px;
	
}
.result-link {
	width: 100px;
}
.result-excerpt {
	width: 300px;
	
}
/* ---------- CONTACT US ---------- */
.contact-us-wrapper {
	text-align: center;
}
.contact-us {
	display: block;
	text-align: center;
	width: 100px;
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid #BBBBBB;
	padding: 6px;
	margin: 0 auto;
}
#contact-us-wrapper li {
	background: none;
	padding: 0;
}
#contact-us-wrapper INPUT[type="text"] {
	width: 289px;
	height: 30px;
	background-color: #F2F2F2;
	border: 1px solid #CFCFCF;
	color: #797979;
	font-size: 12px;
	padding: 0;
	margin: 5px 0;
}
#contact-us-wrapper textarea {
	width: 200px;
	background-color: #F2F2F2;
	border: 1px solid #CFCFCF;
	color: #797979;
	padding: 0;
	margin: 5px 0;
}
#contact-us-wrapper label {
	float:left;
	width: 220px;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
}
.lost-text, .lost-text a {
	color: #527F9E;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 16px;
}
/* ---------- GALLERY ---------- */
.modal-click {
	display: inline-block;
	width: 210px;
	height: 170px;
}
.lightbox-content-wrapper {
	background: url("http://alaskatent.com/images/shadowAlpha.png") no-repeat scroll right bottom transparent;
	display: inline-block;
	float: left;
	padding: 0;
	width: 210px;
	height: 170px;
	margin: 10px;
}
.lightbox-image-wrapper {
	border: 1px solid #CCCCCC;
	display: block;
	position: relative;
	width: 193px;
	height: 155px;
	padding: 5px;
}
.lightbox-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	width: 186px;
	height: 149px;
	padding: 4px 4px 0px 4px;
}
#simplemodal-data {
	width: 530px;
	height: auto;
}
.gallery-caption {
	background: url("http://alaskatent.com/images/black-transparency-bg.png") repeat transparent;
	position: absolute;
	color: #fff;
	display: block;
	width: 184px;
	bottom: 0;
	left: 0;
	margin: 0 4px 7px 5px;
	padding: 0 5px;
}
#AVPlayerID_87177dcd_632516611 iframe {
	margin: 10px 0;
}