/***********************************
		***BASICS***
***********************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F6F6EF;
	font-family: Arial, Helvetica, Sans-Serif;	font-size: 11px;
	line-height: 120%;
	color: #666666;
	font-size: small;
}

img {
	border: none;
}

#container {
    position: relative;
    top: 0;
    left: 0;
	width: 680px;
	background: transparent URL(/images/FNP-mid.gif) top center repeat-y;
	margin: 8px auto;
	padding: 0;
	font-size: 94%;
}

a {text-decoration: none;}
a:link {color: #2CA7D8;}
a:visited {color: #2CA7D8;}
a:active {color: #2CA7D8;}
a:hover {color: #2CA7D8; text-decoration: underline;}

h1, h2, h3, h4, h5 {
	color: #0697D1; 
	margin: 0 0 4px 0;
	background-color: transparent;
}

h1 {font-size: 190%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form,
script,
embed,
img {
	padding: 0;
	margin: 0;
}


#header {
	background: transparent URL(/images/FNP-top.gif) top center no-repeat;
	height: 139px;
	_margin: 0 0 0 16px;
}

#kicker {
	top: 70px;
	font-weight: normal;
	color: #545454;
	font-size: 120%;
	text-align: right;
	text-transform: none;
}

#footer {
	background: transparent URL(/images/FNP-bot.gif) bottom center no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 6px 0 30px 0;
	margin: 0 30px 0 30px;
	height: 15px;
	margin: 0;
	color: #c0c0c0;
}

#footer a {	color: #c0c0c0;}

#contentWrapper{
	margin: 0 42px;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #c0c0c0;
}

.contentPicWrapper {
	background-color: #F7FAF9;
}

.contentPicWrapper img {
	margin-right: 12px;
	display: block;
}

.productCategoryPicHeader {
	text-transform: uppercase;
	font-size: 94%;
	position: absolute;
	top: 150px;
	left: 440px;
	width: 184px;
	font-weight: bold;
}

.productCategoryPicHeader h1 {
	font-size: 210%;
	font-weight: normal;
}

.productCategoryPicHeader li {
	border-bottom: 1px dotted #DBDDDC;
	font-weight: normal;
}

#account {
	top: 19px;
	text-align: right;
	font-size: 90%;
	line-height: 110%;
}

#kicker,
#account {
	position: absolute;
	left: 244px;
	width: 394px;
}

#account p,
#topNav p {
	margin: 0;
	padding: 0;
}


#topNav {
	position: absolute;
	top: 108px;
	left: 42px;
	width: 596px;
	text-transform: uppercase;
	font-size: 90%;
	padding: 6px 0;
	height: 16px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#search {
	width: 208px;
	background-color: #E6EDEC;
	position: absolute;
	top: 110px;
	height: 26px;
	left: 430px;
	display: block;
	color: #7BC4DF;
	font-weight: bold;
}

.searchWrapper {
	padding: 0 12px;
}

#search .searchWrapper input {
	font-size: 11px;
	color: #666;
	padding: 0 3px;
	margin-top: 4px;
}

#bodyCopy {
	width: 600px;
	margin-top: 18px;
}

#bodyCopy h1 {
	font-size: 190%; 
	text-transform: uppercase; 
	font-weight: normal;
	margin-top: 3px;
}

#rightNav {
	position: absolute;
	left: 494px;
	top: 180px;
	font-size: 95%;
	width: 144px;
	padding: 0 0 0 12px;
	margin: 0;
	border-left: 1px solid #C0C0C0;
}

#rightNav li.bold {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

#rightNav li.bold a {color: #666;}

/* product drilldown */

.productCategoryHeader {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.productThumbs {display: block;}

.productThumbs ul {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
} 

.productThumbs li {
	/*position: relative;
	top: 0;
	left: 0;*/
	float: left;
	width: 184px;
	display: block;
	background-color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 94%;
	font-weight: bold;
}

.productThumbs li img {
	height: 120px;
	width: 120px;
	display: inline;
}

li.pipe {
	background-color: #d6d6d6;
	width: 1px;
	height: 70px;
	margin: 40px 8px 0 12px;
} 

.Killer {
	width: 100%;
	height: 1px;
	clear: both;
}

#productMedium {
width: 270px;
text-align: center;
margin-top: 10px;
float: left;
margin-right: 15px;
}

#productInfo {
float: left;
width: 310px;
margin-top: 10px;
}

#productInfo h1 {
font-weight: normal;
font-size: 140%;
}

#productInfo h2 {
font-weight: bold;
text-transform: uppercase;
font-size: 110%;
color: #666;
}

#productInfo h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}

.productDescription {
background-color: #F7FAF9;
padding: 6px 0;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
font-size: x-small;
line-height: 100%;
margin-bottom: 8px;
}

hr {
	color: #C0C0C0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #C0C0C0;
}

.size { 
width: 244px;
float: left;
}

.size select,
.qty select {
text-transform: uppercase;
font-size: 90%;
}

.size select {
width: 230px;
}

.qty select {
width: 60px;
}

.qty {
width: 60px; 
float: left;
}

.productPrice {
text-align: right;
font-weight: bold;
font-size: 140%; 
border-top: 1px solid #C0C0C0;
margin-top: 12px;
padding-top: 12px;
margin-bottom: 12px;
}

.navincontent {
  text-align: center;
  width: 100%;
  margin: 8px auto;
  padding: 6px;
  background-color: #E6EDEC;
}


.grey, A.grey, A:active.grey, A:visited.grey {color: #666666;}
.blue, A.blue, A:active.blue, A:visited.blue {color: #0095D0;}
.green, A.green, A:active.green, A:visited.green {color: #C6E223;}
.black, A.black, A:active.black, A:visited.black {color: #000000;}

#productInfo .grey, A.grey, A:active.grey, A:visited.grey {color: #666666; text-transform: uppercase;}
#productInfo .blue, A.blue, A:active.blue, A:visited.blue {color: #0095D0; text-transform: uppercase;}
#productInfo .green, A.green, A:active.green, A:visited.green {color: #C6E223; text-transform: uppercase;}
#productInfo .black, A.black, A:active.black, A:visited.black {color: #000000; text-transform: uppercase;}

#productSelections {text-align: right; font-size: 150%;}
#productSelections .grey, A.grey, A:active.grey, A:visited.grey {color: #666666; text-transform: lowercase;}
#productSelections .blue, A.blue, A:active.blue, A:visited.blue {color: #0095D0; text-transform: lowercase;}
#productSelections .green, A.green, A:active.green, A:visited.green {color: #C6E223; text-transform: lowercase;}
#productSelections .black, A.black, A:active.black, A:visited.black {color: #000000; text-transform: lowercase;}
