/* @override http://dev.piado.us/css/piado.css */

/* @override http://localhost/~chr/piado/css/piado.css */

@import url("header.css");

body {
	background: #000 url(piado_seal_background_03.png) no-repeat right bottom;
	padding: 0;
	margin: 0;
	color: #000;
	font: .75em/1.5em "Lucida Grande", tahoma, Lucida, Verdana, sans-serif;
	margin: 0 auto;

}

#logo {
	background: url(piado_logo_v2_delicious_smlr.png) no-repeat 5px 10px;
	height: 87px;
	position: relative;
}

#logo-link {
	left: 45px;
	display: block;
	width: 160px;
	position: relative;
}

#logo-img {
	height: 87px;
	position: relative;
	left: 45px;
	width: 160px;
}


#content {
	width: 700px;
	margin: 0 auto;
}

#wide-content, #additional-info {
	width: 940px;
	margin: 0 auto;
}

.clear { clear: both; padding: 0; margin: 0; }

a {
	color: #777;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
a:hover {
	color: #36b5ff;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}

/* Moved to header.css ----------------------- */
/*

#header-nav {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
}

#logo {
	background: url(piado__logo.png) no-repeat 50px 5px;
	height: 87px;
}

#separator-top-1 {
	position: relative;
	top: -7px;
	left: 3px;
	float: left;
	border-bottom: 1px solid #CCC;
	width: 65px;
	height: 1px;
}

#separator-top-2 {
	position: relative;
	top: -7px;
	float: right;
	border-bottom: 1px solid #CCC;
	width: 655px;
	margin: 0;
	padding: 0;
	height: 1px;
}


#header-links {
	position: relative;
	width: 600px;
	top: -7px;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font: 120% "Delicious", "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	color: #666666;
	/* background-color: #333; */
	padding: 12px 0 0 10px;
	word-spacing: 10px;
	margin: 0;
}
*/
/* Moved to header.css ----------------------- */

.menu-selected-item {
	font-weight: bold;
	color: #0099ff;
}

.page-title {
}

#main {
	background-color: #fff;
}

.hi_caps {
	text-transform: uppercase;
}

h2 {
	line-height: 125%;
}
.light-gray {
	color: #999;
}

.form-note {
	color: #777;
}

/* @end */

/* @group Footer */
#footer {
	background-color: #000;
	height: 200px;
	color: #999;
	width: 750px;
	margin: 0 auto;
	padding: 20px;
}

#makeRequest {
	float:right;
}

#footer-links {
	border-right: 1px dotted #222;
	width: 300px;
	float: left;
}

#footer a {
	color: #444;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
#footer a:hover {
	color: #36b5ff;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}

.footer-gray {
	color: #444;
}

.footer-google-checkout {
	opacity: 0.3;
}
/* @end */




/* @group MENU */
/*
#main-menu {
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
}

.hidden {
	visibility: hidden;
}

#main-menu li {
	margin:0;
	padding:0 20px 0 0;
	float: left;
}

li.home a {
	display: block;
	width: 30px;
	height: 18px;
	background: url(mi_home.png);
}

li.home a:hover {
	display: block;
	width: 30px;
	height: 18px;
	background: url(mi_home.png) 0 32px;
}

li.shop a {
	display: block;
	width: 28px;
	height: 18px;
	background: url(mi_shop.png);
}

li.shop a:hover {
	display: block;
	width: 28px;
	height: 18px;
	background: url(mi_shop.png) 0 32px;
}

li.collection a {
	display: block;
	width: 64px;
	height: 18px;
	background: url(mi_collection.png);
}

li.collection a:hover {
	display: block;
	width: 64px;
	height: 18px;
	background: url(mi_collection.png) 0 32px;
}

li.blog a {
	display: block;
	width: 26px;
	height: 18px;
	background: url(mi_blog.png);
}

li.blog a:hover {
	display: block;
	width: 26px;
	height: 18px;
	background: url(mi_blog.png) 0 32px;
}


li.wholesale a {
	display: block;
	width: 63px;
	height: 18px;
	background: url(mi_wholesale.png);
}

li.wholesale a:hover {
	display: block;
	width: 63px;
	height: 18px;
	background: url(mi_wholesale.png) 0 32px;
}


li.about a {
	display: block;
	width: 35px;
	height: 18px;
	background: url(mi_about.png);
}

li.about a:hover {
	display: block;
	width: 35px;
	height: 18px;
	background: url(mi_about.png) 0 32px;
}


li.contact a {
	display: block;
	width: 47px;
	height: 18px;
	background: url(mi_contact.png);
}

li.contact a:hover {
	display: block;
	width: 47px;
	height: 18px;
	background: url(mi_contact.png) 0 32px;
}
*/
/* @end */



/* @group SUBMENU */
#submenu {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 400px;
}

#submenu ul {
	position: relative;
	top: -7px;
	background-color: #333;
	padding: 0 20px 0 20px;
	margin: 0;
	left: 60px;
	float: left;
}

#submenu ul li {
	list-style-type: none;
	float: left;
	padding: 4px 5px 4px 10px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	white-space: nowrap;
	vertical-align: middle;
	color: #ccc;
}
#submenu ul li.selected {
	background: url(/gfx/selected_indicator.gif) no-repeat center bottom;
}

.selected a {
	color: #fff;
}

.selected a:hover {
	color: #36b5ff;
}

/* @end */


/* @group Article */

.article {
	width: 600px;
	padding-top: 30px;
}
.article-large {
	width: 800px;
	padding-top: 30px;
}

.article-image {
	width: 130px;
}

.article-msg {
	width: 400px;
	padding: 0 10px;
}
.article-large-msg {
	width: 600px;
	padding: 0 10px;
}
.article-large-msg p {
	margin: 0;
}

.article-msg h2 {
	margin: 3px 0 0 0;
}

.left {	float: left; }
.right { float: right; }
.center { margin: 0 auto; }

.about-the-brand {
	width: 700px;
	padding: 30px 10px 0 10px;
}

.about-the-brand-msg {
	width: 350px;
	padding: 0 20px 0 0;
	border-right: 1px solid #999;
}

.about-the-brand-img {
	width: 280px;
	padding: 15px 0 25px 25px;
}

.about-the-brand-msg2 {
	width: 330px;
	padding: 0 20px 0 0;
}

.about-the-brand-img2 {
	width: 290px;
	padding: 10px;
	clear: right;
}

.about-the-brand h2 {
	margin: 3px 0 0 0;
}


.right p, .right h2 {
	text-align: right;
}

.clear {
	clear: both;
}

.seal {
	text-align: center;
}

.article-large-msg ul {
	margin: 0;
	padding: 0 0 0 17px;
}
/* @end */


/* @group Forms */
.input-text {
	border: 1px solid #CCC;
	padding: 4px;
}

/* @end */


/* @group PR */
.pr-container {
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #CCC;
}

.media-images {
}
.pr-container a, .media-images a { border-bottom: 1px solid #999; }
.pr-container a:hover, .media-images a:hover { border-bottom: 1px solid #36b5ff; }

.media-images p img { float: left; padding: 5px; }
.media-images h3 {
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 15px 0 2px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	clear: both;
}
.pr-media {
	width: 176px;
	float: left;
	padding: 5px;
	border: 1px solid #f0f0f0;
	margin: 5px;
	text-align: center;
	color: #999;
}
.pr-media-large {
	width: 275px;
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
	color: #999;
}
.pr-download { padding: 0 0 0 17px;}

.pr-media span, .pr-media-large span {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	display: inline-block;
}
/* @end */



/*@group Slideshow */

#jdgallery-controls {
	position: absolute;
	top: 370px;
	left: 870px;
	z-index: 1000;
}
.playBtn {
	position: absolute;
	z-index: 1000;
	color: #FFFFFF;

	background: url(pause_button__black.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;

	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

.pauseBtn {
	position: absolute;
	z-index: 1000;
	color: #FFFFFF;

	background: url(pause_button__black.png) 0px -22px no-repeat;
	width: 20px;
	height: 20px;

	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

.show {
	visibility: visible;
}

.hide {
	visibility: hidden;
}
/* @end */

/* @group InfoBox */
.ib-medium {
	width: 405px;
}

.ib-collection {
	width: 260px;
}


.info-box {
	padding: 10px;
	margin: 10px 10px 0 20px;
	border: 1px solid #f0f0f0;
}

.info-box h2 {
	font-size: 110%;
	margin: 0;
	padding: 0 0 5px 0;
}

.info-box p {
	padding: ;
	margin: 0 0 10px 0;
}

.info-box a {
	background-color: #000;
	color: #999;
	padding: 2px 5px;
}

.info-box a:hover {
	color: #fff;
	padding: 2px 5px;
}

/* @end */













