/* =======================
Copyright: 3plains LLC (www.3plains.com)
Version: 2.4.5
======================= */

/* ========== 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, a, a img { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; list-style: none; -webkit-text-size-adjust: none; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
html {overflow-y: scroll;}

/* ========== BODY ============================== */
body { color: #fff; background: url('../images/bg-body.jpg') no-repeat center top #1c1c1c; font: 500 .85em/1.5 Helvetica, Arial, Verdana, Tahoma, sans-serif;
background-repeat:no-repeat;
background-attachment:fixed; }
a { text-decoration: underline; color: #eb8812; }
a:hover { text-decoration: none; color: #ffc151; }
.color { color: #eb8812; }

/* ========== HEADER ============================== */

#header-block { width: 100%; }
#header { position: relative; height: 243px; width: 980px; margin: 0 auto; background: url('../images/bg-nav.png') no-repeat right bottom;}
#header-tab { position: absolute; top: 5px; right: 0px; font-size: 12px; color: #ffffff; font-style: normal; }
#header-tab a { text-decoration: underline; color: #ffffff; padding: 0 5px 0 5px; }
#header-tab a:hover { text-decoration: none; color: #ffffff; }

.logo { position: absolute; top: 10px; left: 0px; height: 188px; width: 450px; }
.header-cta { position: absolute; top: 40px; right: 10px; height: 150px; width: 250px; }
.social-buttons { float: right; position: absolute; top: 80px; right: 26px; font-size: 14px; color: #FFF; }


#nav {
	position: absolute;
	top: 208px;
	height: 20px; 
	width: 960px;
	margin: 27px auto;

}

{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
}

nav.main-nav {
  position: absolute;
  top: 208px;
  height: 20px;
  left: 27px;
}
nav.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav ul li {
  display: inline-block;
  font-family: "winterthurcondensed-webfont";
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  padding: 0 0 5px 0;
}
nav.main-nav ul li a {
  font-family: "winterthurcondensed-webfont";
  font-size: 1.1em;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 8px 0 3px;
  text-transform: uppercase;
}
nav.main-nav ul li a:hover {
  color: #bb761f;
}

nav.main-nav ul li .current {
  color: #bb761f;
}

nav.main-nav li ul {
  display: none;
}
nav.main-nav li:hover ul {
  display: block;
  position: absolute;
  width: 170px;
  z-index: 500;
  margin: 4px 0 0 0;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
  opacity: 0.9;
}
nav.main-nav li:hover ul li {
  margin: 0;
  float: none;
  display: block;
  text-align: left;
  padding: 0px;
  background-color: #bb761f;
  border-bottom: 1px dotted #666666;
}
nav.main-nav li:hover li:first-child {
  padding-top: 0px;
}
nav.main-nav li:hover li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
nav.main-nav li ul li a {
  font-size: .7em;
  color: #fff;
  text-align: left;
  outline: none;
  display: block;
  padding: 6px 0 4px 10px;
  width: 100%;
  background: none;
  border-bottom: 1px dotted #232323;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;

}
nav.main-nav li ul li a:last-child {
  border: none;
}
nav.main-nav li ul li a:hover {
  color: #232323;
  background: #e9d9b1;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

a.multi-line-button {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-style: solid;
  color: white;
  display: block;
  margin: 0.2em auto;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  background-color: #60a3d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #89bbe2), color-stop(50%, #60a3d8), color-stop(100%, #378bce));
  background-image: -moz-linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
  background-image: linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
  border-color: #2970a9;
  border-left-color: #60a3d8;
  border-top-color: #60a3d8;
  -moz-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  -o-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
  color: white;
  text-shadow: #2e7ebd 0 1px 2px;
}

a.multi-line-button .title {
  font-size: 22px;
  font-weight: bold;
  display: block;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

a.multi-line-button .subtitle {
  font-size: 13px;
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

a.multi-line-button:hover .title {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

a.multi-line-button:hover .subtitle {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

a.multi-line-button:hover, a.multi-line-button:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #9dc7e7), color-stop(50%, #74afdd), color-stop(100%, #378bce));
  background-image: -moz-linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
  background-image: linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
}

a.multi-line-button.orange {
  background-color: #d98026;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e19951), color-stop(50%, #d98026), color-stop(100%, #ae661e));
  background-image: -moz-linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
  background-image: linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
  border-color: #824d17;
  border-left-color: #d98026;
  border-top-color: #d98026;
  -moz-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  -webkit-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  -o-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
  color: white;
  text-shadow: #985a1b 0 1px 2px;
}

a.multi-line-button.orange:hover, a.multi-line-button.orange:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e4a667), color-stop(50%, #dd8d3c), color-stop(100%, #ae661e));
  background-image: -moz-linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
  background-image: linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
}

/* ========== CONTENT ============================== */

.wrapper { height: 100%; width: 100%; }

#content-block { background: url('../images/bg-content.png') repeat-y center; clear: both; overflow: hidden; z-index: -100; }

.content { margin: auto; padding-left:20px; padding-right: 20px; width: 920px; }
.content ul { margin: 0 0 0 0; }
.content li  { padding: 0 0 0 22px; line-height: 24px; }

.crumbs { font-size: 11px; color: #906b40; text-decoration: none; padding-top: 0px; padding-bottom: 8px; padding-left: 2px; }
.crumbs a { color: #906b40; text-decoration: underline;}
.crumbs a:hover { color: #fff; text-decoration: none;}

.hero { width: 920px; margin: 15px 0px 0px 0px; }
.hero img { width: 920px; height: 389px; }

.filigree { background: url('http://www.crossoutfitters.com/uploads/image/filigree.png') no-repeat center top; margin: auto; text-indent: -999999em; height: 33px; width: 296px; }

.ibtn { float: left; display: inline; height: 165px; width: 280px; margin: 20px 30px 20px 0px; color: #675c55; line-height: 175%; font-size: .8em; }
.ibtn last { margin-right: 0px; }
.ibtn img { float: right; width: 280px; padding-top: 5px; padding-bottom: 4px; }

.asterisk { color: red; padding-left: 3px; }

hr { height: 1px; border: 0; background: url(../images/hline.png) repeat-x bottom left; }

.cta { position: relative; clear: both; height: 112px; width: 700px; margin: 20px 0; text-indent: -999em; background: url('http://www.crossoutfitters.com/images/cta-big.jpg') no-repeat top right;	}

/* ========== CONTENT PHOTOS ============================== */

.sxs { width: 100%; margin: 10px 0px 15px 0px; overflow: hidden; }
.sxs img { position: relative; top: 3px; left: 3px; float: left; width: 275px; margin-bottom: 20px; border: 3px solid #965a0d; }
.sxs-inner { float: right; width: 375px; }
.sxs-inner h2 { width: 375px; margin: 0 0 10px 0; }
.sxs-inner h3 { width: 375px; margin: 0 0 10px 0; }
.sxs-inner h4 { width: 375px; margin: 0 0 10px 0; }
.sxs-inner p { width: 100%; margin: 0 0 10px 0; }
.sxs-inner ul { margin: 10px 20px; }
.sxs-inner li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }
.sxs-inner .more img { position: relative; border: 0px; height: 45px; width: 165px; margin: -5px 0 5px -5px; }
.sxs-inner .learn-more { width: 120px; height: 33px; border: 0px; }

.sxs-sm { width: 100%; margin: 30px 0px 5px 0px; overflow: hidden; }
.sxs-sm img { position: relative; top: 3px; left: 0px; float: left; width: 250px; margin-bottom: 20px; border: 3px solid #38170e; }
.sxs-inner-sm { float: left; width:350px; margin: 0 0px 10px 10px;}
.sxs-inner-sm h2,h3,h4 { width: 300px; margin: 0 0 10px 0; }
.sxs-inner-sm p { width: 100%; margin: 0 0 10px 0; }
.sxs-inner-sm ul { margin: 10px 20px; }
.sxs-inner-sm li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }

.sxs-lg { width: 100%; margin: 10px 15px 15px 0px; overflow: hidden; }
.sxs-lg img { position: relative; top: 3px; left: 3px; float: left; width: 425px; margin-bottom: 20px; border: 3px solid #965a0d; }
.sxs-lg-inner { float: right; width: 450px; }
.sxs-lg-inner h2 { width: 450px; margin: 0 0 10px 0; }
.sxs-lg-inner h3 { width: 450px; margin: 0 0 10px 0; }
.sxs-lg-inner h4 { width: 450px; margin: 0 0 10px 0; }
.sxs-lg-inner p { width: 100%; margin: 0 0 10px 0; }
.sxs-lg-inner ul { margin: 10px 20px; }
.sxs-lg-inner li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }
.sxs-lg-inner .more img { position: relative; border: 0px; height: 45px; width: 165px; margin: -5px 0 5px -5px; }
.sxs-lg-inner .learn-more { width: 120px; height: 33px; border: 0px; }

/* ========== WEBSITE CALLOUTS ============================== */


#availability { width: 900px; margin: 0 10px 0 10px; border-collapse: collapse; border: solid 3px #FFF; }

#availability .col1 { width: 300px; }
#availability .col2 { width: 300px; }
#availability .col3 { width: 300px; }


#availability tr { vertical-align: middle; padding: 0;}
#availability td { vertical-align: middle; padding: 8px; border: solid 3px #FFF; }
#availability .odd { background: #EEEEEE; }
#availability .even { background: #d2d2d2; }


#availability .header { background-color: #000; color: #d9d9d9; width: 50px; border-left: solid 3px #FFF; vertical-align: bottom; text-align: center; font-size: 130%; }


#availability .bronze { background-color: #cd851b; font-size: 140%; }
#availability .silver { background-color: #bfbfbf; font-size: 140%; }
#availability .gold { background-color: #b5b525; font-size: 140%; }
#availability .platinum { background-color: #7f7f7f; font-size: 140%; }

#availability .grid { background-color: #948a54; font-size: 140%; }

#availability .smalltext { float: right; font-size: 65%; margin-top: 6px; }


.website { float: left; width: 214px; background: url('../images/bg-callout.png'); color: #000; }

.website-other { margin: 10px 0 10px 14px; }
.website-last { margin: 10px 0 10px 14px; }

.website-heading { float: left; width: 200px; padding: 10px 7px 5px 7px; color: #000; font-weight: 600; font-size: 1.0em; text-align: center; text-transform: uppercase; }

.website-bronze { background-color: #cd7f32; }
.website-silver { background-color: #c0c0c0; }
.website-gold { background-color: #ffd700; }
.website-platinum { background-color: #e5e4e2; }

.website img { width: 214px; height: 160px; }

.website-inner { float: left; width: 200px; height: 450px; padding: 10px 7px 0 7px; font-weight: 600; }

.website-inner a { color: #FFF; }
.website-inner ul { margin: 0 0 10px 0; }
.website-inner li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }

.website-price { color: #fff; font-size: 2.2em; margin: 0 0 0 15px; }

.website-footer { margin: 5px 5px 5px 10px; width: 200px; }
.website-button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	width: 138px;
	margin: 6px 0 10px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.website-button:hover {
	text-decoration: none;
}
.website-button:active {
	position: relative;
	top: 1px;
}
.website-readmore {
	color: #FFF;
	background: #ff7e00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ef6b0a), to(#d8620b));
	background: -moz-linear-gradient(top,  #ef6b0a,  #d8620b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6b0a', endColorstr='#d8620b');
}
.website-readmore:hover {
        color: #FFF;
	background: #ff7e00;
	background: -webkit-gradient(linear, left top, left bottom, from(#f37d26), to(#e46f19));
	background: -moz-linear-gradient(top, #f37d26,  #e46f19);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37d26', endColorstr='#e46f19');
}



/* ========== CONTENT BUTTONS ============================== */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 6px 0 0 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.readmore {
	color: #FFF;
	border: solid 1px #333;
	background: #ff7800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6300), to(#ff8214));
	background: -moz-linear-gradient(top,  #ff6300,  #ff8214);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6300', endColorstr='#ff8214');
}
.readmore:hover {
        color: #FFF;
	border: solid 1px #666;
	background: #cccc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccc33), to(#9d9d1c));
	background: -moz-linear-gradient(top,  #cccc33,  #9d9d1c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc33', endColorstr='#9d9d1c');
}

/* ========== RESOURCES ============================== */

.resources { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources img { position: relative; float: left; width: 270px; height: 150px; margin: 0 0 10px 0; }
.resources-inner { float: right; width: 390px; }
.resources-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }
.resources-inner p { float: left; width: 100%; }
.resources-inner .more { float: left; height: 28px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(http://www.crossoutfitters.com/images/more.png) no-repeat top right; }
.resources-inner .more:hover { float: left; height: 28px; width: 114px; margin-top: 2px; margin-right: 10px; background: url(http://www.crossoutfitters.com/images/more-hover.png) no-repeat top right; }
.resources-nophoto { width: 100%; margin: 0 5px 0 0; overflow: hidden; }
.resources-nophoto-inner h3 { position: relative; float: left; margin-top: 0px; top: 0; }

/* ========== PHOTO GALLERY ============================== */

.gallery-small { display: inline; float: left;  width: 230px; margin-bottom: 20px; text-align: left; }
.gallery-small img { width: 199px; height: 150px; border: 3px solid #965a0d; }
.gallery-large { display: inline; float: left; width: 600px; margin: 0 0 0 0; }
.gallery-large img { position: relative; top: 0; width: 600px; left: 15px; border: 3px solid #965a0d; }
.gallery-small .more { width: 120px; height: 33px; border: 0px; }

/* ========== LISTS ============================== */

ul { margin: 0 0 15px 15px; }
li { line-height: 24px; }
.rates li { line-height: 24px; font-family: Georgia, serif; }

.hline-list li  { padding: 0;  line-height: 30px; background: url(../images/hline.png) repeat-x bottom left; }
.hline-list li:last-child  { padding: 0;  line-height: 30px; background: none; }
.hline-list li a { padding: 0 0 0 15px; text-decoration: none; font-weight: bold; font-size: 1.0em; color: #C7B299; line-height: 1.6; }
.hline-list li a:hover { color: #eae1c4; }

.inline li  { padding: 0 0 2px 0; margin-right: 10px;  line-height: 1.5; display: inline; }

/* ========== FOOTER ============================== */

#footer-block { clear: none; width: 100%; overflow: auto; padding-top: 0px; }

.footer { width: 960px; margin: 0 auto; background: url('../images/bg-footer.png') no-repeat center top; padding-top: 32px; }

.footer-lef { float: left; position: relative; font-size: smaller; width: 359px; margin: 10px 2px 0px 13px; color: #c08326; }
.footer-lef a { color: #c08326; text-decoration: none; }
.footer-lef a:hover { color: #ffffff; text-decoration: underline; }

.footer-mid { float: left; position: relative; width: 202px; margin: 0 0 0px 0; }

.footer-rig { float: left; position: relative; font-size: smaller; width: 359px; margin: 10px 10px 10px 10px; text-align: right; color: #c08326; }
.footer-rig a { color: #c08326; text-decoration: none; }
.footer-rig a:hover { color: #ffffff; text-decoration: underline; }

/* ========== PAGINATION ============================== */

.pagination { float: left; margin: 40px 15px 50px 50px; display: inline-block; text-decoration: none; text-transform: uppercase; }
.pagination a { margin-right: 2px; padding: 14px 16px 12px 16px; background: #000000; border: 1px solid #666666; color: #FFF; text-decoration: none; }
.pagination a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.pagination a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.pagination a.current:hover { border: 1px solid #000; color: #FFF; }

.paginationR { float: left; margin: 40px 15px 50px 50px; text-decoration: none; text-transform: uppercase; }
.paginationR a { margin-right: 2px; padding: 14px 16px 12px 16px; background: #000000; border: 1px solid #000; color: #c07827; text-decoration: none; }
.paginationR a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.paginationR a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.paginationR a.current:hover { border: 1px solid #000; color: #FFF; }

.paginationI { float: left; margin: 10px -5px 50px 0px; text-decoration: none; text-transform: uppercase; }
.paginationI a { margin-right: 2px; padding: 14px 16px 12px 16px; background: #000000; border: 1px solid #000; color: #c07827; text-decoration: none; }
.paginationI a:hover { border: 1px solid #000; color: #FFF; background: #c07827; }
.paginationI a.current { border: 1px solid #333; color: #ddd; background: #C07827; }
.paginationI a.current:hover { border: 1px solid #000; color: #FFF; }

/* ========== FRAMEWORK ============================== */

.f25   { display: inline; float: right; width: 200px; padding: 0 10px 10px 0px; }
.f25 p { float: left; margin: 0 0 5px 10px; }

.f33   { display: inline; float: left; width: 293px; padding: 0 0 0 10px }
.f33 .featuredphoto  { border: 3px solid #c07827; width:281px; height:200px; }
.f33 last { margin-right: 9px; }

.f50   { display: inline; float: left; width: 460px; }

.f75   { display: inline; float: left; width: 680px; padding: 0 20px 10px 10px; }
.f75 ul { margin: 10px 20px; }
.f75 li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }

.f100  { display: inline; float: left; width: 900px; padding: 0 10px 10px 10px; }
.f100 ul { margin: 10px 20px; }
.f100 li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }

.ibtn { float: left; display: inline; height: 140px; width: 215px; margin: 0px 10px 10px 0px; }
	.ibtn last { margin-right: 2px; }
	.ibtn img { float: right; width: 215px; height: 130px; }

.last { margin-right: 0px; }

/* ========== SITE MAP ============================== */

.sitemap { overflow: hidden; margin-bottom: 20px; }
.sitemap ul { width: 960px; margin: 10px 10px; padding: 5px; }
.sitemap li { float: left; width: 250px; display: inline; margin: 4px 0 6px 15px; text-align: left; line-height: 1.0; padding-left: 30px; background: url('../images/check.png') no-repeat 0 0px; }
	
/* ========== BLOG ============================== */

#blog .f75 div { margin-top: 15px; }
#blog .f75 .blog-img { background-color: #FFF; margin: 0 15px 15px 15px; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}
#blog .f75 img { background-color: #FFF; margin: 0 15px 15px 15px; border: 3px solid #ddd; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; box-shadow: 0 0 5px #333;}

#blog .f75 a { text-decoration: underline; color: #749840; font-weight: normal; }
#blog .f75 a:hover { color: #395718; }

#blog .f25 h2 { font-size: 2.0em; margin: 15px 15px 0 15px; }
#blog .f25 h3 { font-size: 1.8em; margin: 30px 15px 0 15px; }

#blog .f75 h2 a { color: #979085; text-decoration: underline; font-size: 1.2em; }
#blog .f75 h2 a:hover { color: #716a5f; text-decoration: underline; }
	
/* ========== CLEARING ============================== */

.clear { position: relative; clear: both; height: 0; width: 940px; }

/* ========== TYPOGRAPHY ============================== */

p { margin-bottom: 15px; }

h1 { text-transform: uppercase; margin-bottom: 15px; margin-top: 0px; color: #bb761f; font: 2.3em 'Arial, Helvetica, Geneva, sans-serif'; }
h2 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #bb761f; font: 2.0em 'Arial, Helvetica, Geneva, sans-serif'; }
h3 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #bb761f; font: 1.8em 'Arial, Helvetica, Geneva, sans-serif'; }
h4 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #bb761f; font: 1.4em 'Arial, Helvetica, Geneva, sans-serif'; }
h5 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #bb761f; font: 1.4em 'Arial, Helvetica, Geneva, sans-serif'; }
h6 { text-transform: uppercase; margin-bottom: 5px; margin-top: 20px; color: #bb761f; font: 1.2em 'Arial, Helvetica, Geneva, sans-serif'; }

@font-face {
    font-family: 'mailart_rubberstampregular';
    src: url('mailr___-webfont.eot');
    src: url('mailr___-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.crossoutfitters.com/css/mailr___-webfont.woff') format('woff'),
         url('mailr___-webfont.ttf') format('truetype'),
         url('http://www.crossoutfitters.com/css/mailr___-webfont.svg#mailart_rubberstampregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
/* ========== FORMS ============================== */

#contact-form { margin: 20px 0; width: 580px; }
#contact-form input[type=hidden] { display: none; }
#contact-form .required { color: red; padding-right: 3px; }		
#contact-form ul { margin: 10px 20px; }
#contact-form li { padding-left: 30px; line-height: 22px; background: url('../images/check.png') no-repeat 0 0px; }		

.L50 { float: left; display: inline; width: 280px; margin: 0 10px 15px 0; }
.L50 label { width: 280px; }
.L50 input[type=text] { width: 270px; padding: 3px; }

.R50 { float: left; display: inline; width: 280px; margin: 0 0 15px 0; }
.R50 label { width: 280px; }
.R50 input[type=text] { width: 270px; padding: 3px; }

.required { color: red; padding-right: 2px; }

.error { padding:20px; background: #facfcf;}
.error ul { margin:5px 0 0 5px; padding:0; }
.error li { list-style:none; color:red; background:none; padding-left:10px; }

.terms { float: left; font-size: .80em; width: 350px; margin: 0 0 5px 185px; padding: 3px 5px; background: #fffed2; color: #000; border: 0px; }
.terms input[type=checkbox] { width: 4%; }
.terms label { width: 90%; }

.city { float: left; display: inline; width: 130px; margin: 0 15px 15px 0; }
.city label { width: 130px; }
.city input[type=text] { width: 130px; padding: 3px; }

.state { float: left; display: inline; width: 40px; margin: 0 15px 15px 0; }
.state label { width: 40px; }
.state input[type=text] { width: 40px; padding: 3px; }

.zip { float: left; display: inline; width: 70px; margin: 0 15px 15px 0; }
.zip label { width: 70px; }
.zip input[type=text] { width: 70px; padding: 3px; }

.spam { float: left; width: 580px; margin: 0 15px 15px 0; }
.spam label { width: 330px; }
.spam input[type=text] { width: 30px; padding: 3px; }

.comments { float: left; width: 580px; margin: 0 0 15px 0; }
.comments label { width: 580px; }
.comments input[type=text] { width: 570px; padding: 3px; }
.comments textarea { width: 565px; padding: 3px; font-family: Georgia, serif; font-size: .98em; }

.textarea { float: left; width: 620px; margin: 5px 0 15px 0; }		
.textarea label { float: right; height: 25px; width: 620px; margin-bottom: 0; vertical-align: top; }		
.textarea textarea { width: 616px; border: 2px solid #d9d9d9; margin: 0; padding: 0;}		

.dropdown { float: left; display: inline; width: 280px; margin: 0 10px 15px 0; }
.dropdown label { width: 280px; }
.dropdown input[type=select] { width: 270px; padding: 3px; }

.optin { float: left; width: 555px; margin: 0 12px 15px 0; padding: 3px 5px; background: #e5edc4; background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac)); background: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac); -pie-background: linear-gradient(top,  #e5edc4,  #d9e4ac); color: #3f7227; text-shadow: 0 1px 0 #fff; border: 1px solid #666666; }
.optin input[type=checkbox] { width: 8%; }
.optin label { width: 92%; }

form input[type=submit] { float: left; position: relative; margin: 5px 12px 25px 0px; cursor: pointer; font-size: 1.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 0px; -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); cursor: pointer; padding: 8px 20px 10px 20px; text-align: center; text-decoration: none; border: solid 1px #3a280c;  background: #3a280c;  background: -webkit-gradient(linear,left top,left bottom,from(#763d14),to(#652b01));  background: -moz-linear-gradient(top,#763d14,#652b01); border: 1px solid #3a280c;  color: #fff; }
form input[type=submit]:hover { position: relative; border: 1px solid #000; background: #eee; background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222)); background: -moz-linear-gradient(top,  #555,  #222); behavior: url(http://www.crossoutfitters.com/css/PIE.htc); }

/* ========== SLIDER ============================== */

#slider { float:left; position: relative; margin: 15px 0 20px 0; width: 920px; height: 389px; background: #a9a196 url(../images/slider/loading.gif) no-repeat 50% 50%; }

.nivo-controlNav { position:absolute; left:25px; bottom:22px; }
.nivo-controlNav a { display:block; width:22px; height:22px; background:url(../images/slider/bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left; }
.nivo-controlNav a.active { background-position:0 -22px; }

.nivo-directionNav a { display:block; width:30px; height:30px; background:url(../images/slider/arrows.png) no-repeat; text-indent:-9999px; border:0; }

a.nivo-nextNav { background-position:-30px 0; right:15px; }
a.nivo-prevNav { left:15px; }

.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif; }
.nivo-caption a { color:#efe9d1; text-decoration:underline; }

.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; width: 920px; height: 376px; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; }

/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; }
.nivo-box { display:block; position:absolute; z-index:5; }

/* Caption styles */
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */ width:100%; z-index:8; }
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; }
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:9; cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }	

#google-map { border: 1px solid #666666; width: 520px; height:500px; margin: 0 0 15px 15px; }




/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.crossoutfitters.com/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}