@charset "utf-8";
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	}
/* General Styles */
body  {
	text-align: left;
	background: url(../images/head_pattern.jpg) repeat-x;
	height: 500px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
}
html {
	background:#333333
}
blockquote  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 4em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(../images/upQuote.gif) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
}
blockquote span {
	text-align: right;
	font-weight: bold;
	background: url(../images/downQuote.gif) no-repeat right bottom;
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
}


/* ---------All layout generic styles---------------- */
.twoColFixSmSide #container, .twoColFixLgSide #container, .oneCol #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 600px;
} 
.twoColFixSmSide #header, .twoColFixLgSide #header, .oneCol #header {
	height: 100px; /* this will be the height of the header background graphic */
	position: relative;
	color: #666666;
	background-repeat: no-repeat;
} 
.twoColFixSmSide #sidebar div, .twoColFixLgSide #sidebar div {
	background: #58725A;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.twoColFixSmSide #footer, .twoColFixLgSide #footer, .oneCol #footer {
	background-color: #CCCCCC;
	height: 5px;
	margin-top: 3px;
} 
.twoColFixSmSide #footer p, .twoColFixLgSide #footer p, .oneCol #footer p {
	font-size: 8pt;
	text-align: left;
	height: 5px;
	width: 1500px;
	margin-top: 3px;
}
/* --------------Large sidebar specific styles -------------*/
.twoColFixLgSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 0;
	color: #fff;
}
.twoColFixLgSide #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; 
} 
/* --------------Small sidebar specific styles -------------*/
.twoColFixSmSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, adding padding and borders will increase the overall width in standards-compliant browsers */
	padding: 0;
	color: #fff;
}
.twoColFixSmSide #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; 
} 

/* -----------------end large sidebar styles ----------------------------*/
/* -----------------one column styles ----------------------------*/
.oneCol #mainContent {
	margin: 0;
	padding: 0;	}
.oneCol #mainContent .article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #78320E;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	padding-left: 55px;
	background: url(../images/skull_header.gif) no-repeat left center;
}
.oneCol #mainContent img {
	background: none;
	display: inline;
	border: none;
	margin: 5px;
	padding: 0;
}
/* ----------------- shopping area styling -------------------- */
#mainContent .TabbedPanels .TabbedPanelsTab h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	background: none;
	padding: 0;
	margin:0;
	line-height: 1.6;
	color: #78320E;
}
.wearContainer {
	width: 300px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	}
.carryContainer {
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
#mainContent .shop{
	font: 1em/1 Georgia, "Times New Roman", Times, serif;
	color: #78320E;
	margin: 0;
	padding:0;
}
#mainContent .wearContainer p, #mainContent .carryContainer p {
	font-size: .85em;
	line-height: 1;
	margin: 0;
	padding: 0;
	}
#mainContent .wearContainer .plus, #mainContent .carryContainer .plus {
	margin-left: 110px;
	}
#mainContent .wearContainer .plus a,#mainContent .carryContainer .plus a {
	border: none;
	font-weight: normal;
	}
#mainContent .wearContainer .plus a:hover,#mainContent .carryContainer .plus a:hover  {
	color: #666;
	}
#mainContent .article .wearContainer h2,#mainContent .article .carryContainer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #78320E;
	line-height: 1.4;
	padding:0;
	background: none;
	text-align: left;
	margin: 0;
	}
/* -------------------- main content specific styles ------------------*/
#mainContent img {
	background: #ccc;
	display: block;
	padding: 3px;
	border: 0;
	margin: 1.6em auto;
}
#mainContent p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	line-height: 1.6;
	padding-left: 0em;
	color: #666;
	margin-top: 0em;
}
#mainContent a {
	text-decoration: none;
	font-size: 9pt;
	color: #F60;
}
#mainContent a:hover {
}


#mainContent .article, #mainContent .galleryArticle {
	background: #fff;
	padding: 0;
	margin-bottom: 0em;
	border: 0;
	border-top: none;
	height: 550px;
}
#mainContent .article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #999;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	padding-left: 45px;
	background: url(../images/skull_icon.gif) no-repeat left center;
}
#mainContent .article h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	color: #F60;
	margin-bottom: -5em;
	font-weight: normal;
	text-align: center;
	background: url(../images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	margin: 1em .5em;
	color: #600;
}
/* ------ mainContent gallery styles --------------*/
#mainContent .galleryArticle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height:1.75em;
	text-align: center;
	color: #666;
	margin: 1em 2em 0;
	font-weight: normal;
	padding: 0;
	background: none;
}
#mainContent .galleryArticle h2 {
	position: relative;
	top: -.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 0;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding: 0 0 55px;
	background: url(../images/headline_bkg6.jpg) no-repeat center bottom;
}
#mainContent .author {
	font-style: italic;
	}
/* ------ mainContent table styles --------------*/
#mainContent table#gearTbl {
	width: 500px;
	border: 1px solid #333;
	margin: 0 auto;
	border-collapse:collapse;
	background: #445745;
}
#mainContent  #gearTbl  caption   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: .5em;
}
#mainContent #gearTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}
#mainContent #gearTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #fff;
	text-align:center;
}
#mainContent #gearTbl th {
	background: #444;
	height: 190px;
	vertical-align: bottom;
	font-weight: normal;
	border: 1px solid #333;
	text-align: center;
	padding-bottom: 0.5em;
}
#mainContent #gearTbl th.sony {
	background: #444 url(../images/sony_dscf717.gif) no-repeat center;	
}
#mainContent #gearTbl th.fuji {
	background: #444 url(../images/fuji_finepixf480.gif) no-repeat center;
}
#mainContent #gearTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#mainContent #gearTbl td {
	padding: 1.5em 1em;
	border: 1px solid #333;
	}
#mainContent #gearTbl tr.odd {
	background: #58725A;
}
#mainContent #gearTbl tr:hover {
	background: #333;
}
/* ---------------- form styles ----------------*/
#formWrap {
	background: #999;
	padding: 1em 0;
	}
form#frmContact {
	width: 505px;
	margin: 0 auto;
	}
fieldset {
	background: #D8D5C5;
	border: none;
	margin: 1em 0;
	padding-bottom: .5em;
	}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	background: #D8D5C5;
	padding: 0.2em .5em;
	margin-left: 0.5em;
}
#formWrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #602E0C;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 1.4em 0;
}
input.text {
	width: 250px;
}
textarea {
	width: 300px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
label.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1;
	color: #000;
}
span.aside {
	font-style: italic;
}
p.required {
	position: relative;
}
span.required {
	position: absolute;
	left: 320px;
	padding-left: 35px;
	background: url(../images/notice_icon.gif) no-repeat left center;
	color: #c00;
	height: 25px;
	line-height: 25px;
}

input.text:focus, textarea:focus {
	background: #C8D3CB;
}


/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 0px;
	list-style: none;
	float: right;
	position: absolute;
	right: -43px;
	bottom: 1px;
	width: 381px;
	height: 21px;
	background-repeat: no-repeat;
	line-height: 14px;
	font-size: 14px;
}
#header li {
	float: left;
	padding-right: 3px;
}
#header li a:link, #header li a:visited {
	background: 0;
	padding: 0;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.1em;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #78320E;
	background: #fff;
	cursor: default;
}
#header li a:hover {
	color: #F60;
	outline: 0;
}
#header #logo {
	background: url(../images/logo.gif) no-repeat;
	height: 76px;
	width: 630px;
	position: absolute;
	top: 72px;
	right: 268px;
}
#header h1 {
	text-indent: 0em;
	height: 58px;
	width: 546px;
	position: absolute;
	left: 0px;
	top: 43px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/name_large.png);
}
/* ------------------sidebar specific styles -----------------------*/
#sidebar h1{
	margin: 0;
	text-indent: -1000em;
	height: 35px;
	margin-bottom: .25em;
	}
#sidebar #previous h1 {
	background: url(../images/previous_head.gif) no-repeat;
}
#sidebar #archive h1 {
	background: url(../images/archives_head.gif) no-repeat;
	margin-bottom: 0;
}
#sidebar #next h1 {
	background: url(../images/next_header.gif) no-repeat;
}
#sidebar #current h1 {
	background: url(../images/current_head.gif) no-repeat;
}
#sidebar #required h1 {
	background: url(../images/required_head.gif) no-repeat;
	font-size: 1em;
	height: 35px;
}
#sidebar #about h1 {
	background: url(../images/about_head.gif) no-repeat;
}
#sidebar #about p{
	margin: 1em .625em;
	}
#sidebar #required ul,#sidebar #archive ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar  #required  ul li {
	margin: 0 0 0 10px;
}
#sidebar #archive ul li {
	margin:0;
	padding:0;
	background: url(../images/archive_bkg.gif) no-repeat left center;
	}
#sidebar #required ul a {
	display: block;
	width: 200px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	text-decoration: none;
	line-height: 2.2em;
	background: url(../images/bullet.gif) no-repeat left center;
	margin: 0;
}
#sidebar #archive ul a {
	display: block;
	width: 170px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	background: url(../images/archive_bkg.gif) no-repeat left center;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#sidebar #archive ul a:hover {
	background-position: -200px 0px;
	color: #58725A;
	}
#sidebar #archive ul a.current {
	background-position: top right;
	color: #602E0C;
	cursor: default;
	}
#sidebar #archive ul a.last {
	border-bottom: none;
	}
.twoColFixSmSide #sidebar div#archive {
	padding:0;
	}
#sidebar #required ul a:hover {
	background: #6C8C6F url(../images/bullet.gif) no-repeat left center;
}
#sidebar div img {
	margin: .5em auto;
	display: block;
}
#sidebar div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	margin: 0 10px;
}
#sidebar  div#next  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin: 1em .7em;
	line-height: 1.6;
}

#sidebar div p.caption {
	font-size: 0.8em;
	margin-top: 0em;
	text-align: center;
}
#sidebar div h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
}
.rightAlign    {
	text-align: right;
}
#logo {
}
