/*
Stylesheet for Panama Hat Company of the Pacific, designed for Screen Media

Author: Christopher Werby of Pipsqueak Productions, LLC
http://www.pipsqueak.com

Created: August 25, 2008
Last updated: August 26, 2008.  
*/

body
{
	margin: 0;
	background-color: black;
	background-image: none;
}

div#logo { background-image: none; }
img { border: 0; }
a img { border: 0; }

div#canvas
{
	background-image: url(../images/_elements/Canvas_Tile.jpg);
	background-repeat: repeat;
	width: 960px;
	position: relative;
}

div#mainContent
{
	background-image: url(../images/_home/Left_Column_Background.gif);
	background-repeat: repeat-y;
	padding-left: 204px;
	padding-top: 342px;
	min-height: 2270px; /*was 2181px*/
}

div#topper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 318px;
	background-image: url(../images/_home/Globe_Left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}

div#topper span.stamps
{
	background-image: url(../images/_elements/Topper_Logos_and_Stamps.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 640px;
	height: 153px;
	top: 0px;
	left: 300px;
	z-index: 3;
	display: block;
}

div#topper span.globe
{
	background-image: url(../images/_home/Globe_Right.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 318px;
	top: 1px;
	left: 204px;
	z-index: 2;
	display: block;
}

div#topper h1
{
	text-indent: -9999px;
	position: absolute;
}

div#topper h2
{
	text-indent: -9999px;
	position: absolute;
}

div#topper p
{
	width: 600px;
	padding-top: 160px;
	margin-left: 330px;
	margin-bottom: 0;
	font-size: .8em;
	color: #6e4c46;
	line-height: 1.2em;
}

div#topper cite
{
	/*
position: absolute;
	left: 820px;
	top: 255px;
*/
	font-size: .9em;
	color: #6e4c46;
	z-index: 10;
	font-style: normal;
	background-image: url(../images/_home/BBB_Signature.gif);
	background-repeat: no-repeat;
	height: 55px;
	background-position: 0 0;
	width: 100px;
	padding-left: 35px;
	padding-top: 35px;
	margin-left: 800px;
	margin-top: -15px;
	display: block;
}

div#leftSidebar
{
	width: 204px;
	background-color: #630;
	z-index: 1;
	position: absolute;
	top: 0;
}

div#photoTour
{
	/*position: absolute;*/
	padding-top: 330px;
	padding-left: 10px;
	width: 190px;
}

div#photoTour h1, div#photoTour h2
{
	color: #fefefe;
	font-weight: normal;
}

div#photoTour h1
{
	font-size: 1em;
	margin-bottom: 0;
	text-transform:uppercase;
}

div#photoTour h2
{
	font-size: .8em;
	margin-top: 0;
	padding-top: 0;
}

div#photoTour ol
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

div#photoTour ol li img { border: 2px #d1c2b3 solid; }

div#photoTour ol li img:hover
{
	position: relative;
	left: 1px;
	top: 1px;
}

div#photoTour ol li a
{
	text-decoration: none;
	color: #fefefe;
	font-size: .8em;
}

div#photoTour ol li a span
{
	display: block;
	margin-bottom: .1in;
}

div#photoTour ol li a span:hover { text-decoration: underline; }

div#rightSidebar
{
	width: 341px;
	background-color: black;
	position: absolute;
	left: 960px;
	top: 0;
}

	div#porkpies { width: 256px; }
	div.superfeature { height: 350px; }
	
	div.superfeature h1
	{
		font-size: .9em;
		color: white;
		text-align: center;
		margin: 0;
		padding-top: .2in;
		padding-bottom: .2in;
	}
	
	div.superfeature h1 a { text-decoration: none; }
	div.superfeature a { color: white; }
	div.superfeature a:hover { text-decoration: underline; }
	
	div.superfeature p
	{
		color: white;
		font-size: .8em;
		text-align: center;
		margin-top: 20px;
	}
	
	div.superfeature .hide
	{
		text-indent: -9999px;
		position: absolute;
		text-align: left;
	}

body#home div#hatNavigator {padding-top:0;}

div#hatNavigator ul
{
	margin-left: 0;
	padding-left: 7px;
	list-style-type: none;
	list-style-position: outside;
}

div#hatNavigator ul li
{
	margin: 0;
	padding: 0;
}

div#hatNavigator ul li img { border: 0; }

div#hatNavigator ul li img:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}

div#hatNavigator ul.mens
{
	background-image: url(../images/_triptych/Label_Mens.gif);
	background-repeat: no-repeat;
	background-position: 260px 380px;
}

div#hatNavigator ul.womens
{
	margin-top: 45px;
	background-image: url(../images/_triptych/Label_Womens.gif);
	background-repeat: no-repeat;
	background-position: 260px 300px;
}

body#home div#navigation2
{
	top: 281px;
	left: 234px;
	z-index: 100;
	margin-left:-5px;
	margin-top:-38px;
}


div#navigation2 li.home { display: none; }
div#topMenu a, div#topMenu a:visited { border: 0; }
div#topMenu li.shopping { border-left: 3px #630 solid; }
div#topMenu li.aboutUs a { border-right: 4px #630 solid; }

div#widgets
{
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#widgets h1
{
	color: #fefefe;
	font-size: .8em;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#widgets form
{
	margin-top: 0;
	padding-top: 0;
}

div#search input#searchbox { width: 150px; }
div#translate { margin-top: .3in; }
div#translate form { margin-bottom: 0; }

div#translate p
{
	color: #fefefe;
	font-size: .8em;
	width: 190px;
	margin-top: 0;
}

div#shoppingPanel
{
	margin-top: 4px;
	position: absolute;
	width: 755px;
}

div#shoppingPanel div.text
{
	background-image: url(../images/_home/Shopping_Panel_Text.gif);
	background-repeat: no-repeat;
	background-position: 173px 10px;
	text-indent: -9999px;
	height: 350px;
}

div#shoppingPanel div.text address a
{
	display: block;
	height: 30px;
	width: 160px;
	position: absolute;
	left: 360px;
	top: 330px;
}

div#shoppingPanel h1.link a, div#shoppingPanel h1.link span a
{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}

div#shoppingPanel h1 span.arrow a
{
	height: 18px;
	width: 18px;
	background-image: url(../images/_home/Arrow_Shopping_Panel.gif);
	left: 460px;
	background-color: inherit;
}

div#shoppingPanel h1#customFit span a { top: 189px; }
div#shoppingPanel h1#readRoll span a { top: 248px; }
div#shoppingPanel h1#safariEdition span a { top: 309px; }
div#shoppingPanel h1 span.arrow a:hover { background-position: 1px 1px; }

div#shoppingPanel h1.link a
{
	height: 50px;
	width: 355px;
	left: 170px;
}

div#shoppingPanel h1#customFit a
{
	top: 160px;
	height: 50px;
}

div#shoppingPanel h1#readRoll a
{
	top: 220px;
	height: 50px;
}

div#shoppingPanel h1#safariEdition a
{
	top: 280px;
	height: 50px;
}

div#shoppingPanel span.top, div#shoppingPanel div.middle, div#shoppingPanel span.bottom
{
	display: block;
	background-repeat: no-repeat;
	width: 755px;
}

div#shoppingPanel div.middle
{
	background-image: url(../images/_home/Shopping_Panel_BG_Middle.gif);
	background-repeat: repeat-y;
	height: 350px;
}

div#shoppingPanel span.top
{
	background-image: url(../images/_home/Shopping_Panel_BG_Top.gif);
	height: 10px;
}

div#shoppingPanel span.bottom
{
	background-image: url(../images/_home/Shopping_Panel_BG_Bottom.gif);
	height: 15px;
}

div#shoppingPanel h1, div#shoppingPanel h2, div#shoppingPanel address, div#shoppingPanel address a
{
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-family: "Myriad Pro", Verdana;
	color: #6e2618;
	font-style: normal;
}

div#shoppingPanel h1
{
	font-size: 1.6em;
	margin-top: 0in;
	margin-bottom: 0;
}

div#shoppingPanel h2
{
	font-size: 1.1em;
	margin-top: -5px;
}

div#shoppingPanel h1#customFit { margin-top: 25px; }
div#shoppingPanel h1#readRoll { margin-top: .2in; }

div#shoppingPanel address
{
	font-size: 1em;
	color: #e7b059;
	margin-top: .25in;
}

div#shoppingPanel address a
{
	text-decoration: none;
	color: #e7b059;
}

div#shoppingPanel address a:hover { text-decoration: underline; }

div#shoppingPanel img#fashionStack
{
	position: absolute;
	top: 18px;
	left: 20px;
}

div#shoppingPanel img#brentBlackPortrait
{
	position: absolute;
	top: 20px;
	left: 525px;
}

div#shoppingButtons
{
	position: absolute;
	height: 92px;
	width: 205px;
	top: 60px;
	left: 250px;
}

div#shoppingButtons a
{
	display: block;
	height: 43px;
	width: 100px;
	background-repeat: no-repeat;
}
div#shoppingButtons a:visited { background-position: 0 0; }
div#shoppingButtons a:hover, div#shoppingButtons a:focus { background-position: 0 -43px; }
div#shoppingButtons a:active { background-position: 0 -86px; }
div#shoppingButtons div { background-position: 0 -43px; height:43px;width:100px;}
div#shoppingButtons div.rollup, div#shoppingButtons div.beach { margin-top: 6px; }

div#shoppingButtons div.mens a, div#shoppingButtons div.mens
{
	background-image: url(../images/_elements/Button_Mens_100x43.gif);
	float: left;
}

div#shoppingButtons div.womens a, div#shoppingButtons div.womens
{
	background-image: url(../images/_elements/Button_Womens_100x43.gif);
	float: right;
}

div#shoppingButtons div.rollup a, div#shoppingButtons div.rollup
{
	background-image: url(../images/_elements/Button_Roll-Up_100x43.gif);
	float: left;
}

div#shoppingButtons div.beach a, div#shoppingButtons div.beach
{
	background-image: url(../images/_elements/Button_Beach_100x43.gif);
	float: right;
}

div#mainContent { color: #6e4c46; }

div#mainContent h1, div#mainContent h2, div#mainContent h3
{
	margin: 0;
	font-weight: normal;
	font-family: "Myriad Pro", myriad, verdana, sans-serif;
}

div#mainContent h1
{
	font-size: 1.05em;
	word-spacing: 0em;
}
div#mainContent h2 { font-size: 1em; }

div#mainContent h3
{
	font-size: .9em;
	font-style: italic;
}

div#mainContent p
{
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 0;
}

div#mainContent a
{
	text-decoration: none;
	color: inherit;
}

div#mainContent a:hover { text-decoration: underline; }

div#mainContent a.arrow
{
	height: 18px;
	width: 18px;
	background-image: url(../images/_home/Arrow_Canvas.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: absolute;
}

div#mainContent a.arrow:hover { background-position: 1px 1px; }
div#topContent, div#midContent, div#bottomContent { width: 100%; }

div#topContent
{
	/*background-color:yellow;*/
	padding-top: 380px;
}

div#midContent { /*background-color:red;*/ }
div#bottomContent { /*background-color:blue;*/ }

div#saveWeaving
{
	width: 365px;
	margin-left: 12px;
	float: left;
	margin-top: 5px;
	display: inline;
}

div#saveWeaving div.middle
{
	min-height: 500px;
	background-image: url(../images/_home/Saving_Art_Panel_BG_Middle.jpg);
	background-repeat: repeat-y;
	padding-left: .2in;
}

div#saveWeaving span.top, div#saveWeaving span.bottom
{
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/_home/Saving_Art_Panel_BG_Caps.gif);
	height: 1px;
	clear: both;
}

div#saveWeaving span.bottom { margin-left: -18px; }

div#saveWeaving h1
{
	text-align: left;
	padding-top: .1in;
	/*margin-left: -.2in;*/
	font-size: .9em;
	font-weight:bold;
}

div#saveWeaving h2
{
	font-size:1.2em;
	padding-top: 30px;
	clear: both;
}

div#saveWeaving h1 + h2 { padding-top: .1in; }

div#saveWeaving p
{
	margin-left: 110px;
	margin-right: 10px;
}

div#saveWeaving img
{
	float: left;
	margin-top: .1in;
	display: block;
}

div#saveWeaving img.last { margin-bottom: .1in; }
div#saveWeaving img#montecristiFoundationLogo { padding-top: .2in; }

div#aboutUs
{
	width: 359px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	display: inline;
}

div#aboutUs h1:first-child { padding-top: .04in; }

div#aboutUs h1
{

	clear: both;
	padding-top: 48px;
	margin-bottom: 0;
}

div#aboutUs img { float: left; }

div#aboutUs img.logo
{
	float: none;
	margin-left: 5px;
}

div#aboutUs img#logoNationalGeographic { margin-top: .3in; }
div#aboutUs img#logoCBS { margin-top: .8in; }
div#aboutUs img#logoRobbReport { margin-top: 1.1in; }

div#aboutUs p
{
	margin-left: 205px;
	font-size: .75em;
	margin-right: 10px;
	margin-top: 5px;
}

div#aboutUs a.underline { text-decoration: underline; }
div#aboutUs a.arrow { margin-right: -12px; }

div#midContent
{
	clear: both;
	padding-top: .15in;
}

div#whoWearsPanamas
{
	margin-top: .3in;
	width: 364px;
	float: left;
	display: inline;
}

div#whoWearsPanamas h1
{
	font-size: .85em;
	margin-left: .05in;
	margin-top:-2px;
	margin-bottom:2px;
}

div#whoWearsPanamas img { float: left; }

div#whoWearsPanamas p
{
	margin-left: 220px;
	margin-top: 0;
	font-size: .75em;
}

div#inTheMovies
{
	width: 361px;
	float: right;
	margin-top: .25in;
	display: inline;
}

div#inTheMovies p
{
	margin-top: .05in;
	font-size: .75em;
}

div#inTheMovies a.arrow { margin-right: 3px; }

div#history
{
	clear: both;
	padding-top: .3in;
}

div#history img.weavers { float: left; }

div#history img.map
{
	float: right;
	margin-right: 10px;
}

div#history h1
{
	margin-left: 230px;
	font-size: 1.2em;
	margin-top: 50px;
}

div#history h2
{
	margin-left: 250px;
	font-size: .85em;
	font-style: italic;
	margin-top: .1in;
}

div#history a.arrow { margin-left: 15px; }

div#bottomContent
{
	clear: both;
	width: 734px;
	margin-left: 11px;
	padding-top: .3in;
	padding-bottom: .3in;
	position: relative;
}

div#bottomContent span.top, div#bottomContent span.bottom
{
	height: 1px;
	background-image: url(../images/_home/Address_Panel_BG_Caps.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
}

div#bottomContent div.middle
{
	background-image: url(../images/_home/Address_Panel_BG_Middle.jpg);
	background-repeat: repeat-y;
}

div#bottomContent img#veriSign
{
	position: absolute;
	bottom: 37px;
	left: 10px;
}

div#bottomContent img#betterBusinessBureau
{
	position: absolute;
	bottom: 37px;
	right: 10px;
}

div#bottomContent address
{
	font-style: normal;
	padding-top: 10px;
}

div#bottomContent address span
{
	display: block;
	text-align: center;
}

div#bottomContent p
{
	text-align: center;
	margin-left: 130px;
	margin-right: 130px;
}

div#bottomContent p.credits { padding-bottom: 10px; }
div#bottomContent span.company { font-size: 1.3em; }

div#bottomContent span.tollfree
{
	margin-top: .1in;
	font-size: 1.2em;
	margin-bottom: .1in;
}

div#bottomContent span.email
{
	margin-top: .1in;
	font-size: 1.2em;
}