/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
/*force scrollbar in FF + Safari to prevent jumping side-to-side on short pages*/
	height: 100%;
	margin-bottom: 1px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****Begin PKP styles*****/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p { 
	font-size: .75em;
	color: #019FAB;
	margin: 0 50px 1em 0;
	line-height: 1.5;
} 
a {
	color: #019FAB;
}
a:hover {
	text-decoration: none;
}
h1 {
}
h2 {
	font-size: .9em;
	color: #019FAB;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	/*text-align: left;*/
}
.printLogo {
	display: none;
}
#navigation {
	margin: 0;
	padding: 0;
}
#sidebar {
	width: 242px;
	float: left;
	color: #019FAB;
	background: #fff;
	padding: 35px 0 0 0;
	margin: 0;
}
#sidebar p {
	margin: 0 15px 1.0em 45px;
}
#sidebar ul {
	margin: 32px 0 13px 35px;
}
#sidebar ul#catalogSubNav {
	margin: -5px 0 35px 55px;
}
#sidebar ul li {
	margin: 0 0 .4em 0;
	line-height: 1.2;
	font-size: .8em;
}
#sidebar ul li a {
	color: #019FAB;
}
#sidebar li.aboutActive strong, #sidebar li.retailersActive strong, #sidebar li.productsActive strong {
	font-weight: normal;
}
#sidebar ul#productSubNav {
	margin: 26px 0 13px 35px;
}
#sidebar ul#productSubNav li {
	margin: 0 0 1em 0;
	font-size: .8em;
}
#sidebar ul#productSubNav li ul {
	margin: 3px 0 0 30px;
}
#sidebar ul#productSubNav li ul li {
	margin: 0 0 .4em 0;
	font-size: 1.0em;
}
#sidebar ul#productSubNav li a {
	font-size: 1.0em;
	color: #019FAB;
}
ul#productSubNav li.productCategory {
	display: block;
	text-transform: uppercase;
}
ul#productSubNav li.productCategory ul li {
	text-transform: none;
}
#main {
	width: 678px;
	float: right;
	margin: 0;
	padding: 95px 0 0 0;
}
#mainProducts {
	width: 678px;
	float: right;
	margin: 0;
	padding: 96px 0 0 0;
}
#mainProducts img#main {
	margin: 15px 0 25px 0;
	padding: 0;
}
/***Use these styles for the product grid when all a table is necessary due to unequal thummbnail heights***/
#buyProducts {
	margin: 35px 0 0 0;
}
#buyProducts td.noPad {
	padding-right: 0;
}
#buyProducts img {
	margin-bottom: 7px;
}

/****for Buy Online: Posters ******/
.galleryInner {
	width: 670px;
	margin-left: -4px;
}
.galleryInner td {
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
.galleryInner td.caption {
	padding: 10px 0 30px 0;
	vertical-align: top;
	font-size: .75em;
}
/*****End product grid table styles****/
/****Product detail pages. Use where we do not need to use a table for the reasons mentioned above. For this to work properly, all the thumbnails need to be the same width (160px), and in a given row, (rows will be three across if the thumbs are 160px), all thumbs must be the same height. If you have a tall one next to a short one, the bottoms will not align, nor will the captions align properly, especially if they are multiple-line captions****/

#mainProducts #productGrid, #mainProducts #productLandingGrid {
	width: 640px;
}
#mainProducts #productGrid .product, #mainProducts .productRight  {
	float: left;
	text-align: center;
	margin: 30px 80px 15px 0;
	width: 160px;
}
#mainProducts #productLandingGrid .product, #mainProducts .productRight  {
	float: left;
	text-align: center;
	margin: 30px 0 15px 0;
}
#mainProducts .productRight {
	margin: 30px 0 15px 0;
}
#mainProducts .product img, #mainProducts .productRight img {
	display: block;
	border: none;
	margin: 0 0 12px 0;
}
#mainProducts .product a, #mainProducts .productRight a {
	font-size: .8em;
	line-height: 1.3;
}
.pageCounter {
	float: right;
	font-size: .8em;
	color: #019FAB;
	margin-right: 35px;
}
/*****End Product Detail pages styles***/
/*****Catalog landing page styles***/
#main #catalogGrid {
	width: 640px;
}
#main #catalogGrid .product, #main .productRight  {
	float: left;
	text-align: center;
	margin: 8px 66px 15px 0;
	width: 273px;
}
#main .productRight {
	margin: 8px 0 15px 0;
}
#main .product img, #main .productRight img {
	display: block;
	border: none;
	margin: 0 0 6px 0;
}
#main .product a, #main .productRight a {
	font-size: .8em;
	line-height: 1.3;
}
/****End Catalog landing page styles***/
/***Catalog Detail pages styles***/
#catalogCovers {
	font-size: .7em;
	width: 640px;
	margin-top: 8px;
}
#catalogCovers td {
	text-align: center;
	font-weight: bold;
	padding: 0 0 20px 0;
}
#catalogCovers td img{
	margin-bottom: 8px;
}
/***End Catalog detail pages styles****/
/***This is for styling a data table such as Contact information***/
.contactTable {
	margin: 9px 0 1em 0;
	float: left;
}
.contactTable td, .contactTable th {
	font-size: .8em;
	color: #019FAB;
	padding: 0 50px 10px 0;
}
.contactTable th {
	font-weight: normal;
	text-align: left;
}
/****End Contact styles***/
#footer {
	clear: both;
	font-size: .6em;
	padding: 50px 0;
	margin-left: 282px;
	color: #019FAB;	
}
.clear {
	clear: left;
}
/***This is a bulleted list with the orange bullets. The bullet is stored as a background image in the <li>. Its position is controlled by the numbers after 'no-repeat'. The first number is horizontal position, the second vertical***/
ul.orange {
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0.2em;
	list-style: none;
	margin-bottom: 1em;
}
ul.orange li {
	background: url(images/bullet_orange.gif) no-repeat 0em 0.7em;
	padding-left: 1.1em;
	font: normal 0.75em/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #008e9a;
	margin: 0px;
}
/***End orange list styles**/
.awardsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #019fab;
}
/****Find a Rep and Trade Shows table styles***/
#repTable {
	margin: 30px 0 0 0;
	width: 640px;
}
#repTable td {
	vertical-align: top;
	font-size: .75em;
	color: #008e9a;
	padding: 10px 14px 10px 0;
	border-bottom: 1px solid #01BAAF;
}
#repTable td.nowrap {
	white-space: nowrap;
}
#repTable th {
	text-align: left;
	vertical-align: top;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	background: #01BAAF;
	padding: 7px 14px 7px 0px;
	margin-bottom: 18px;
	white-space: nowrap;
}
/***End Find a Rep and Trade Shows styles****/
/*****Catalog Request styles****/
#catalogRequest {
	margin: 9px 0 1em 0;
}
#catalogRequest td {
	vertical-align: top;
	font-size: .75em;
	padding: 0 0 5px 15px;
}
#catalogRequest th {
	text-align: right;
	vertical-align: top;
	font-size: .75em;
}
#catalogRequest th.required {
	text-align: left;
	padding-left: 15px;
}
#catalogRequest th.required strong, #catalogRequest th strong {
	color: #fc9c4e
}
/******************************************************/