
body {
	width: 766px;
	margin: 0px auto;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url("bg_blue_grad.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
h1, h2, h3,h4, h5, h6, p, li, select, input, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
}
th, td {
	font-size: 12px;
}

h1 {
	font-size: 0.9em;
	color: #FF089F;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	font-size: 0.8em;
	color: #0BB1EE;
}
h3 {
	font-size: 0.75em;
	color: #0BB1EE;
}
h4 {
	font-size: 0.75em;
	color: #333333;
	margin: 0px;
}
h5 {
	font-size: 0.75em;
	color: #333333;
}
h6 {
	font-size: 0.75em;
	color: #333333;
}

a:link, a:visited {
	color: #FF089F;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF089F;
	text-decoration: underline;
}

a img {
	border: 0px;
	vertical-align: middle;
}

p, ul, ol, label, input, textarea, select, legend {
	color: #444444;
	font-size: 0.75em;
	line-height: 1.6em;
}


form {
	margin: 0px;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	height: 0px;
}




/* Logo and Login box */

	div#logorow {
		margin: 0px;
	}
		img#logo {
			width: 167px;
			height: 156px;
			border: 0px;
			vertical-align: bottom;
		}

		ul#toptabs {
			float: right;
			width: 586px;
			margin: 0px;
			padding: 2px 0px 0px 0px;
			list-style: none;
		}

			ul#toptabs li {
				margin-right: 2px;
				float: left;
				height: 34px;
				width: 103px;
				text-align: center;


				color: #FFFFFF;
				font-size: 1.2em; /* 0.9em */
				font-weight: bold;
				text-transform: uppercase;
			}

			ul#toptabs li.tel {
				margin-right: 0px;
				width: 166px;
				background-image: url("tab_blue_tel.gif");
				background-repeat: no-repeat;
				background-position: top center;
				padding-top: 9px;
				font-size: 1.25em; /* 1.1em */
			}

				ul#toptabs li a {
					display: block;
					color: #FFFFFF;
				}
				ul#toptabs li a {
					display: block;
					color: #FFFFFF;
					padding-top: 9px;
					padding-bottom: 9px;
					background-image: url("tab_pink.gif");
					background-repeat: no-repeat;
					background-position: top center;

				}
				ul#toptabs li a:active, ul#toptabs li a:hover {
					text-decoration: none;
				}

/* Logo and Login box */





/* Drop-downs */



#nav {
	position: relative;
	top: 7px;
	height: 35px;
	margin-bottom: 20px;
}

	ul#topnav {
		position: absolute;
		width: 766px;
		height: 35px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 35px;

		background-image: url("top_bar.gif");
		background-position: top left;
		background-repeat: no-repeat;
		list-style: none;

		display: block;
		z-index: 20;

	}
		ul#topnav li {
			position: relative;
			float: left;
			padding: 0px;
			z-index: 1;
			background-image: url("topnav_li_bg.gif");
			background-position: top right;
			background-repeat: no-repeat;

		}
		ul#topnav li.last {
			background-image: none;
		}

			ul#topnav li a {
				display: inline-block;
				height: 26px;
				padding: 9px 18px 0px 18px;
				color: #5E3342;
				font-size: 1em;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
			}
			html>body ul#topnav li a {
				display: block;
			}

				ul#topnav li ul {
					position: absolute;
					top: 12px;
					margin: 21px 0px 0px 0px;
					padding: 0px;
					list-style: none;
					display: none;
					z-index: 200;
					width: 200px;
					left: -1px;

					border-bottom: 1px solid #039AD3;
				}
				ul#topnav li.last ul {
					left: -95px;
					/* POSITION THIS ONE DIFFERENTLY!!!! */
				}

					ul#topnav li ul li {
						z-index: 200;
						float: none;
						background-image: none;
						width: 200px;
					}

						ul#topnav li ul li a {
							z-index: 200;
							color: #000000;
							padding: 2px 10px 2px 10px;
							background: #51DBF9;
							width: 178px;
							margin: 0px;

							border-width: 1px 1px 0px 1px;
							border-style: solid;
							border-color: #039AD3;

							font-size: 1em;
							line-height: 2em;
							height: 13px;

						}
						html>body ul#topnav li ul li a {
							padding-top: 3px;
							padding-bottom: 8px;
						}

						ul#topnav li ul li a:active, ul#topnav li ul li a:hover {
							color: #FFFFFF;
							background: #00ACEF;
						}

						ul#topnav li:hover ul, ul#topnav li.over ul { /* lists nested under hovered list items */
							display: block;
						}

/* Drop-downs */





/* Right-Hand Sidebar */
div#sidebar {
	width: 156px;
	float: left;
}
	div#sidebar img.top, div.sitemap_wrap img.top {
		vertical-align: top;
	}
	div#sidebar img.bottom, div.sitemap_wrap img.bottom {
		vertical-align: bottom;
	}
	div#sidebar form {
		padding: 10px 10px 0px 10px;
	}

	div#sidebar fieldset {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		border: 0px;
		border-bottom: 1px solid #ffffff;
	}



	div#sidebar legend, div#sidebar label, div#sidebar input, div#sidebar select {
		font-size: 0.7em;
		display: block;
		padding: 0px;
		margin: 0px;
	}

	div#sidebar legend {
		padding-bottom: 10px;
	}

	div#sidebar legend, div#sidebar label {
		color: #ffffff;
	}

	div#sidebar input, div#sidebar select {
		width: 132px;
	}

	div#sidebar input.imagebut {
		display: block;
		margin: 5px auto 5px auto;
		padding: 0px;
		text-align: center;
		width: auto;
	}

	div#sidebar h1 {
		font-size: 1em;
		margin: 0px 10px 0px 10px;
		padding: 0px;
		text-align: center;
		color: #003333;
		z-index: 20;
	}

	div#sidebar p {
		font-size: 0.7em;
		margin: 0px 10px 0px 10px;
		text-align: center;
		color: #003333;
		z-index: 20;
	}

	div#sidebar a img {
		margin: 5px auto 5px auto;
		padding: 0px;
		text-align: center;
		border: 0px;
	}

	div#sidebar div.pink {
		background-image: url("sidebar_pink_bg.gif");
		margin-bottom: 10px;
	}
	div#sidebar div.blue {
		background-image: url("sidebar_blue_bg.gif");
		margin-bottom: 10px;
	}
	div#sidebar div.green {
		background-image: url("sidebar_green_bg.gif");
		margin-bottom: 0px;
	}
/* /Right-Hand Sidebar */


/* Main content area */

	div#hpwrapper {
		background-image: url("hp_bg_stripe.gif");
		background-position: top left;
		background-repeat: repeat-y;
		margin-bottom: 20px;
		float: left;
	}

	div#content {
		width: 590px;
		padding: 0px 0px 0px 0px;
		margin: 0px 20px 10px 0px;
		background-color: #FFFFFF;
		background-image: url("content_bg.gif");
		background-position: top left;
		background-repeat: no-repeat;
		color: #111111;
		float: left;
	}

	div#addsidebarbg {
		width: 590px;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		color: #111111;
		background-color: #FFFFFF;
		background-image: url("hp_bg_stripe.gif");
		background-position: top left;
		background-repeat: repeat-y;
	}

	div#productpagecontent {
		width: 590px;
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 10px 0px;
		background-image: url("product_page_bg.gif");
		background-position: top left;
		background-repeat: repeat-y;
		color: #111111;
		float: left;
	}

		div#productdata {
			float: left;
			width: 285px;
			margin-right: 20px;
		}
		div#productimage {
			float: left;
			width: 285px;
			margin-right: 0px;
		}
			div#productimage img {
				display: block;
				text-align: center;
				margin: 0px auto;
			}

			div#productimage p {
				text-align: center;
			}
				div#productimage p img {
					display: inline;
					vertical-align: middle;
				}
		div#popup {
			display: none;

			padding: 5px;
			background-color: #009BE2;

			position: absolute;
			margin-left: 80px;
			z-index: 50;
		}
			div#popup p {
				position: relative;
				margin: 0px;
				padding: 0px;
				color: #ffffff;
				z-index: 51;
				text-align: center;
				font-weight: bold;
			}
			div#popup p a {
				color: #ffffff;
				text-decoration: none;
			}
			div#popup p img {
				margin: 0px;
				padding: 0px;
			}

	div#content ul, div#productpagecontent ul {
		margin: 0px;
		padding: 0px;
	}

	div#content ul li, div#productpagecontent ul li {
		padding-left: 22px;
		margin-left: 0px;
		list-style: none;
		background-image: url("bullet_target.gif");
		background-position: left center;
		background-repeat: no-repeat;
	}

	div#content a, div#productpagecontent a {
		text-decoration: underline;
	}

		p#breadcrumb {
			background-image: url("breadcrumb_bg_pink.gif");
			background-position: top left;
			background-repeat: no-repeat;
			color: #FFFFFF;
			height: 26px;
			padding: 8px 9px 0px 20px;
			margin: 0px;
		}
			p#breadcrumb a {
				color: #FFFFFF;
			}

		.textcontent {
			padding-bottom: 5px;
			*padding-bottom: 1px;
			background-image: url("dots_horiz.gif");
			background-position: bottom left;
			background-repeat: repeat-x;
		}

		.textcontentwsidebar {
			padding-bottom: 5px;
			*padding-bottom: 10px;
			width: 385px;
			background-image: url("dots_horiz.gif");
			background-position: bottom left;
			background-repeat: repeat-x;
		}



		/* Home page styles */


		div#hpcontent {
			padding: 0px;
			margin: 20px 0px 0px 0px;
			background-color: #FFFFFF;
			background-image: url("hp_bg_stripe.gif");
			background-position: top left;
			background-repeat: repeat-y;
			color: #111111;
			float: left;
			width: 590px;
		}

			img#hpgraphic {
				width: 590px;
				margin: 0px;
				padding: 0px;
				vertical-align: top;
			}
			img#ipgraphic {
				width: 590px;
				margin: 0px;
				margin-top: 10px;
				padding: 0px;
				vertical-align: top;
			}

			div#hpsidebar {
				margin: 0px 0px 0px 18px;
				clear: both;
				float: right;
				width: 175px;
			}
				div#hpsidebar  h1, div#hptextcontent h1 {
					margin-top: 0px;
				}

			div#hpsidebar .last {
				background-image: url("dots_horiz.gif");
				background-position: top left;
				background-repeat: repeat-x;
			}
				div#hpsidebar .last  h1 {
					padding-top: 10px;
				}

			div#hptextcontent {
				padding-bottom: 5px;
				*padding-bottom: 10px;
				width: 385px;
				background-image: url("dots_horiz.gif");
				background-position: bottom left;
				background-repeat: repeat-x;
			}

			div#hpsidebar p, div#hpproductfocus p {
				margin: 5px 0px 5px 0px;
			}
			div#hpsidebar p a, div#hpproductfocus p a {
				padding-left: 10px;
				background-image: url("bullet_chev.gif");
				background-position: left;
				background-repeat: no-repeat;
			}


		/*  /Home page styles */



		/* Product Nav styles */

		div.hpnav {
			clear: left;
			margin: 0px 0px 10px 0px;
			padding-bottom: 10px;
			width: 389px;
			float: left;
		}

		div.pnav {
			clear: both;
			margin: 0px 0px 10px 0px;
			padding-bottom: 10px;
			background-image: url("dots_horiz.gif");
			background-position: bottom left;
			background-repeat: repeat-x;
		}

			div.pnavvert {
				float: left;
				background-image: url("dots_double_vert.gif");
				background-position: top left;
				background-repeat: repeat-y;
			}

				div.pnavitem {
					float: left;
					width: 189px;
					padding: 0px;
					margin-right: 12px;
				}
				div.pnavlastitem {
					float: left;
					width: 188px;
					padding: 0px;
					margin-right: 0px;
				}

					div.pnavitem h2, div.pnavlastitem h2 {
						margin-top: 0px;
					}
					div.pnavitem h4, div.pnavlastitem h4 {
						line-height: 1.6em;
						margin: 0px;
					}
					div.pnavitem p, div.pnavlastitem p {
						line-height: 1.6em;
						margin: 0px;
					}
					div.pnavitem p a, div.pnavlastitem p a {
						padding-left: 10px;
						background-image: url("bullet_chev.gif");
						background-position: left;
						background-repeat: no-repeat;

					}

					/* /Product Nav styles */


	#content_ftr {
		width: 590px;
		height: 7px;
		border: 0px;
		vertical-align: top;
	}

/* /Main content area */

/* Footer */

	div#footer {
		height: 34px;
		clear: both;
		/*background-image: url("pink_horiz_bar.gif");
		background-position: top center;
		background-repeat: no-repeat;*/
		width: 700px;
		margin: 0px auto;
		text-align: center;
		margin-top: 10px;
	}
		div#footer p {
			padding: 8px 20px 9px 0px;
			color: #FF089F;
			text-align: center;
			padding-right: 20px;
		}
			div#footer p a:link, div#footer p a:visited {
				text-decoration: none;
				color: #FF089F;
			}
			div#footer p a:active, div#footer p a:hover {
				text-decoration: underline;
				color: #FF089F;
			}

	p#copyright {
		text-align: center;
		padding-right: 20px;
	}
/* Footer */

/* Artwork upload process */

form#artupload {
	width: 330px;
	margin: 20px auto 0px auto;
}
	form#artupload label {
		clear: both;
		float: left;
		width: 100px;
	}
	form#artupload label.wide {
		clear: both;
		float: left;
		width: 320px;
	}

	form#artupload input {
		float: left;
		width: 220px;
		margin-top: 5px;
	}
	form#artupload input.file {
		width: 227px;
	}

	form#artupload textarea {
		clear: both;
		float: left;
		width: 320px;
		margin-top: 5px;
	}
	form#artupload input#artsubmit {
		clear: both;
		float: left;
		width: auto;
		margin-top: 5px;
	}

	div#uploading {
		clear: both;
		width: 330px;
		margin: 0px auto 0px auto;
		display: none;
	}
		div#uploading p {
			text-align: center;
			font-weight: bold;
		}
		img#uploadingimage {
			display: block;
			margin: 0px auto;
		}

	div.clearartform {
		clear: both;
		margin: 0px 0px 30px 0px;
	}

/*

------------------------------------


*/
div#content ul#sharelinks {
	list-style: none;
	margin-bottom: 20px;
}
	div#content ul#sharelinks li {
		display: inline;
		background-image: none;
		float: left;
		margin: 0px;
		padding: 0px 5px 0px 5px;
		font-weight: bold;
		font-size: 12px;
	}

div#blognav {

}
	div#blognav h2 {
		padding: 8px 10px 12px 12px;
		background-image: url("header_bg_blue.jpg");
		background-position: top left;
		background-repeat: no-repeat;
		color: #ffffff;
	}
		div#blognav h2 a:link, div#blognav h2 a:visited {
			color: #ffffff;
			text-decoration: none;
			background-color: #00ACEF;
		}
		div#blognav h2 a:active, div#blognav h2 a:hover {
			color: #ffffff;
			text-decoration: underline;
			background-color: #00ACEF;
		}
	div#blognav h3 {
		margin: 0px 10px 0px 10px;
	}
		div#blognav a:link, div#blognav a:visited {
			text-decoration: none;
		}
		div#blognav a:active, div#blognav a:hover {
			text-decoration: underline;
		}

	div#blognav p {
		margin: 0px 10px 5px 10px;
		padding-bottom: 5px;
		background-image: url("dots_horiz.gif");
		background-position: bottom left;
		background-repeat: repeat-x;
	}
	p.morelink a {
		display: block;
		padding-left: 10px;
		margin-bottom: 0px;
		background-image: url("bullet_chev.gif");
		background-position: left;
		background-repeat: no-repeat;
	}

div.blogpnav {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
	background-image: url("dots_horiz.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}



div.blogarchive {
	list-style: none;
	padding-left: 0px;
	margin-left: 10px;
}
	div.blogarchive h2 {
		color: #ffffff;
		margin-left: 0px;
	}
	div.blogarchive ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 10px;
	}
		div.blogarchive ul li {
			font-size: 12px;
		}
			div.blogarchive ul li a:link, div.blogarchive ul li a:visited {
				color: #ffffff;
				text-decoration: none;
			}
			div.blogarchive ul li a:active, div.blogarchive ul li a:hover {
				color: #ffffff;
				text-decoration: underline;
			}

div.blogcategories {
	margin-left: 10px;
}
	div.blogcategories h2 {
		color: #ffffff;
		margin-left: 0px;
	}
	div.blogcategories ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 10px;
	}
		div.blogcategories ul li {
			font-size: 12px;
		}
			div.blogcategories ul li a:link, div.blogcategories ul li a:visited {
				color: #ffffff;
				text-decoration: none;
			}
			div.blogcategories ul li a:active, div.blogcategories ul li a:hover {
				color: #ffffff;
				text-decoration: underline;
			}


div.sitemap_wrap {
	background-image: url("/layout/pink_footer_tile.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
	ul.hp_sitemap {
		list-style: none;
		margin: 10px 10px 10px 0px;
		padding: 0px;
		clear: both;
	}
		ul.hp_sitemap li {
			display: inline;
			float: left;
			margin: 0px;
			padding: 0px;
			font-weight: bold;
			font-size: 12px;
		}
			ul.hp_sitemap li a {
				display: block;
				width: 130px;
				margin-left: 10px;
				margin-right: 9px;
				color: #ffffff;
			}

			ul.hp_sitemap ul {
				clear: both;
				margin: 0px;
				padding: 0px 0px 10px 0px;
			}
				ul.hp_sitemap ul li {
					display: block;
					float: none;
					margin: 0px;
					padding: 0px;
					width: auto;
					font-weight: normal;
					font-size: 10px;
				}



	div#content ul.sitemap {
		margin: 0px;
		padding: 0px 0px 0px 0px;

	}
		div#content ul.sitemap li {
			list-style: disc outside none;
			font-size: 11px;
			background-image: none;
			padding: 5px 0px 5px 0px;
			margin-left: 20px;
		}


			div#content ul.sitemap ul {
				padding: 5px 0px 0px 0px;
			}
