/* 
	Stylesheet for Scotch Tough Tape
	Written by Evan Heisler of Thorn Creative
	eheisler@thorncreative.com
*/



/* Style 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */



/* ---------------------------------------

	Structure

   ------------------------------------ */

body {
	background: #888787;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}
	
#pageWrapper {
	background: url(../images/bgGrunge.gif) center top no-repeat;
	width: 100%;
	}
	#pageWrapper.wtb {background: url(../images/bgGrungeWTB.gif) center top no-repeat;}
	
#contentWrapper {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
	
#flashContent {
	background: url(../images/bgAltContent.jpg) left top no-repeat;
	color: #fff;
	height: 355px;
	}
	body#french #flashContent {background: url(../images/bgAltContent-fr.jpg) left top no-repeat;}
	
#header {
	background: #000 url(../images/bgNav.gif) 0px 68px repeat-x;
	height: 134px;
	position: relative;
	}
	
.columnThin {
	background: url(../images/bgColumnThin.gif) center bottom no-repeat;
	display: block;
	float: left;
	height: 312px;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	width: 304px;
	}
	
.columnWide {
	background: url(../images/bgColumnWide.gif) center bottom no-repeat;
	display: block;
	float: left;
	height: 312px;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
	width: 631px;
	}

/* ---------------------------------------

	End Structure

   ------------------------------------ */



/* ---------------------------------------

	Typography

   ------------------------------------ */
   
/* main Nav */
ul#mainNav {
	float: right;
	margin: 19px 0 0;
	}
	
ul#mainNav li {
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 50px;
	}
	ul#mainNav li.active {}
	
ul#mainNav li a {
	color: #3c3c3c;
	display: block;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 0 14px;
	padding: 0 12px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	}
	ul#mainNav li a:hover {color: #fff;}
	ul#mainNav li.active a {color: #fff;}
/* End Main Nav */

/* Footer Nav */
	
ul#microNav {
	background: #000;
	font-size: 1.1em;
	height: 46px;
	margin: 30px 0 0;
	text-align: right;
	width: 100%;
	}
	
ul#microNav li {
	color: #999;
	display: block;
	float: right;
	line-height: 46px;
	padding: 0 6px;
	}
	
ul#microNav li a {
	color: #999;
	display: block;
	line-height: 46px;
	text-decoration: none;
	}
	ul#microNav li a:hover {color: #fff;}
	
ul#microNav li img {
	height: 18px;
	padding: 13px 0 0;
	}
	
/* End Footer Nav */

h2#readyToBuy {
	background: url(../images/headerBuy.gif) left top no-repeat;
	line-height: 79px;
	text-indent: -9999px;
	}
	body#french h2#readyToBuy {background: url(../images/headerBuy-fr.gif) left top no-repeat;}
	
h2#tough {
	background: url(../images/headerTough.gif) left top no-repeat;
	line-height: 79px;
	text-indent: -9999px;
	}
	body#french h2#tough {background: url(../images/headerTough-fr.gif) left top no-repeat;}
	
p {
	font-size: 1.3em;
	line-height: 1.4em;
	}
	
p.langToggle {
	color: #333;
	float: right;
	font-size: 1.1em;
	height: 30px;
	margin: 10px;
	}
	
p.langToggle a {color: #999; text-decoration: none;}
p.langToggle a:hover {color: #fff;}

p#description {
	float: left;
	margin: 95px 0 0 215px;
	width: 400px;
	text-align: center;
	}
	body#french p#description {margin: 95px 0 0 177px; width: 515px;}

p#getFlash {
	background: #333;
	border: 1px solid #ff0000;
	float: left;
	margin: 15px 0 0 150px;
	padding: 10px;
	text-align: center;
	width: 200px;
	}
	body#french p#getFlash {margin: 15px 0 0 75px;}

strong {
	font-weight: bold;
	}
	
.columnThin p {
	margin: 20px;
	}
	body#french .columnThin p {margin: 20px 20px 0;}
	
.columnWide p.tough {
	background: url(../images/toughGuy.jpg) 334px 0px no-repeat;
	height: 199px;
	padding: 30px 312px 0 50px;
	}
	
/* Buttons */

p.btn {
	margin: 0;
	}

p.btn a {
	text-indent: -9999px;
	}
	
p.btn a.wtb {
	background: url(../images/btnWTB.gif) center center no-repeat;
	display: block;
	height: 45px;
	left: 50px;
	position: absolute;
	top: 286px;
	width: 190px;
	}
	body#french p.btn a.wtb {background: url(../images/btnWTB-fr.gif) center center no-repeat;}
	
p.btn a.tough {
	background: url(../images/btnTough.gif) center center no-repeat;
	display: block;
	height: 45px;
	left: 70px;
	padding: 0;
	position: absolute;
	top: 284px;
	width: 190px;
	}
	body#french p.btn a.tough {background: url(../images/btnTough-fr.gif) center center no-repeat; width: 258px;}

/* End Buttons */

/* ---------------------------------------

	End Typography

   ------------------------------------ */



/* ---------------------------------------

	Custom Divs

   ------------------------------------ */

a#logo img {
	left: 0px;
	position: absolute;
	top: 10px;
	}
	
a.facebookLogo img {
	left: 497px;
	position: absolute;
	top: 23px;
	}
	
a.retailer {
	background: url(../images/bgRetailer.jpg) left top no-repeat;
	float: left;
	width: 190px;
	}
	a.retailer:hover {background: url(../images/bgRetailerOn.jpg) left top no-repeat;}
	
.clear {
	clear: both;
	height: 0;
	width: 100%;
	}

.imageText {
	line-height: 0px;
	text-indent: -9999px;
	}
	
ul#microNav li.left {
	float: left;
	}
	body#french ul#microNav li.left {line-height: 13px;margin: 10px;text-align: left;width:400px;}

/* ---------------------------------------

	End Custom Divs

   ------------------------------------ */


  
/* ---------------------------------------

	Where To Buy Styles

   ------------------------------------ */

body#ciResults {
	background: #eee;
	}

#wtbTable {
	height: 250px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 573px;
	}
	
#wtbTable fieldset#left {
	background: transparent url(../images/bgColumnThinWTB.gif) no-repeat scroll left top;
	float: left;
	margin: 0 7px 0 0;
	height: 366px;
	width: 304px;
	}
	
#wtbTable fieldset#right {
	background: #000 url(../images/headerWide.gif) left top no-repeat;
	height: 366px;
	position: relative;
	width: 631px;
	}
	
#resultsFrame {
	background: #fff;
	margin: 15px 0 0 4px;
	width: 623px;
	}
	
#wtbTable h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0 0 33px;
	padding: 22px 0 0;
	}
	
#wtbTable h3 {
	color: #4c4c4c;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}
	
#wtbTable h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 15px 10px;
	}
	
#productDesc {
	text-align: center;
	}
	
#wtbTable #productInfo p {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 20px;
	text-align: center;
	}

#wtbTable select {
	margin: 6px 0 17px 33px;
	width: 230px;
	}
	
#wtbTable input#zipcode {
	margin: 6px 0 0 33px;
	width: 134px;
	}
	
input#submit {
	background: url('../images/btnFind.gif') center top no-repeat;
	border: none;
	color: #595959;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 39px;
	position: absolute;
	top: 20px;
	left: 430px;
	width: 180px;
	text-transform: uppercase;
	}
	
/*
input#online {
	background: url('../images/btnWTBOnline.jpg') center top no-repeat;
	border: none;
	color: #595959;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 3.2em;
	width: 137px;
	text-transform: uppercase;
	}
	input#online:hover {background: url('../images/btnWTBOnline.jpg') center bottom no-repeat;}
*/
	
p#or {
	background: #f7c48d;
	color: #4c4c4c;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 45px;
	left: 301px;
	}
	
p.info {
	color: #000;
	font-size: 1.6em;
	margin: 140px 0 0;
	text-align: center;
	}
	
.productShot {
	height: 180px;
	margin: 0 0 0 4px;
	width: 296px;
	}
	
td {
	text-align: center;
	vertical-align: middle;
	}
   
/* ---------------------------------------

	End Where To Buy Styles

   ------------------------------------ */
