html, body, div, span,
h1, h2, h3, h4, h5, h6,
a, li, img, ol, ul, p,
fieldset, form, label, legend,
table, caption, tbody, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #fff;
	font: 10px verdana;
	line-height: 14px;
}

a{
	font-weight: bold;
	color: #fff;
	outline: none;
	text-decoration: none;
}

a.blue{
	font-weight: normal;
	color: #00acda;
}

p{
	padding-top: 10px;
}

ol, ul{
	padding-top: 5px;
}

li{
	text-align: left;
	margin-left: 22px;
	padding-bottom: 5px;
}

h1{
	font-size: 20px;
	padding-bottom: 5px;
}
h2{
	font-size: 14px;
	padding-bottom: 5px;
}

.hr{
	border-bottom: solid 1px #dbdada;
	padding-top: 20px;
	margin-bottom: 20px;	
}

html, body{
	width: 100%;
	height: 100%;
}
html{
	background: url(../images/page-bg.jpg) no-repeat center top #000;
}
body{
	background: url(../images/flourish-2.gif) no-repeat bottom right;
	min-height: 585px;
}

input, select{
	font: 11px verdana;
	border: solid 1px #a5a8aa;
}
textarea, textarea.border{
	font: 11px verdana;
	border: solid 1px #a5a8aa;
}
textarea.noBorder{
	border: none;
}


.err{
	text-align: center;
	font-weight: bold;
	color: #f04a38;
}

.clearance{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
}

/*========== MAIN CONTAINERS ==========*/
#outer-container1{
	background: url(../images/flourish-1.gif) no-repeat top left;
}

#inner-container{
	width: 679px;
	margin: 0px auto;
}

#content-container{
	width: 679px;
	min-height: 294px;
	background-color: #000;
}

#content-container-bottom{
	width: 679px;
	height: 27px;
	background: url(../images/content-bg-bottom.gif) no-repeat bottom;
}

#content-container-top{
	width: 679px;
	height: 31px;
	background: url(../images/content-bg-top.gif) no-repeat top;
}


/*========== TEXT ==========*/
.txt-sm-white{
	color: #fff;
	text-align: center;
	font: 9px verdana;
	letter-spacing: -.5px;
}

/*========== HEADER ==========*/
#logo a{
	margin: 0px auto;
	text-indent: -5000px;
	display: block;
	width: 231px;
	height: 115px;
	background: url(../images/logo.gif) no-repeat center;
	margin-bottom: 20px;
}

/*========== NAV ==========*/
ul#mainNav{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style: none;
	height: 20px;
	z-index: 10;
}
ul#mainNav li{
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#mainNav li a{
	height: 20px;
	display: block;
	text-indent: -5000px;
}
ul#mainNav li.products{
	width: 119px;
	background: url(../images/btn-products0.gif) no-repeat;
}
ul#mainNav li.imprintable{
	width: 119px;
	background: url(../images/btn-imprintable0.gif) no-repeat;
}
ul#mainNav li.story{
	width: 118px;
	background: url(../images/btn-story0.gif) no-repeat;
}
ul#mainNav li.wholesale{
	width: 119px;
	background: url(../images/btn-wholesale0.gif) no-repeat;
}
ul#mainNav li.buy{
	width: 113px;
	background: url(../images/btn-buy0.gif) no-repeat;
}

body.products ul#mainNav li a.products, ul#mainNav li a.products:hover{
	background: url(../images/btn-products1.gif) no-repeat;
}
body.imprintable ul#mainNav li a.imprintable, ul#mainNav li a.imprintable:hover{
	background: url(../images/btn-imprintable1.gif) no-repeat;
}
body.story ul#mainNav li a.story, ul#mainNav li a.story:hover{
	background: url(../images/btn-story1.gif) no-repeat;
}
body.wholesale ul#mainNav li a.wholesale, ul#mainNav li a.wholesale:hover{
	background: url(../images/btn-wholesale1.gif) no-repeat;
}
body.buy ul#mainNav li a.buy, ul#mainNav li a.buy:hover{
	background: url(../images/btn-buy1.gif) no-repeat;
}

/*========== HOME ==========*/
#thumbnails{
	width: 565px;
	margin: 0px auto;
	padding: 2px 0px 1px 0px;
}
#thumbnail-container{
	position: relative;
	width: 520px;
	overflow: hidden;
}
#thumbs{
	position: relative;
}
.thumbnail{
	display: none;
}

#lightbox-image-details-caption a, #lightbox-image-details-caption, #lightbox-image-details-currentNumber{
	color: #000;
}
#lightbox-image-details-caption a:hover{
	text-decoration: underline;
}

/*========== IMPRINTABLE ==========*/
body.builder #content-container-top{
	display: none;
}

body.builder #content-container{
	background-color: transparent;
}

#imprintable-content{
	color: #fff;
	padding: 0px 100px 0px 85px;
}
.select, .cards{
	display: none;
}
.cards a{
	float: left;
	padding: 0px 10px 10px 0px;
	height: 126px;
}

/*========== STORY ==========*/
#story-content{
	color: #fff;
	padding: 0px 70px 0px 180px;
}

/*========== WHOLESALE ==========*/
#wholesale-content{
	color: #fff;
	padding: 0px 120px 0px 140px;
}

/*========== CONTACT ==========*/
#contact-content{
	color: #fff;
	padding: 0px 120px 0px 140px;
}

.form td{
	padding: 5px 5px;
}

#footer{
	width: 625px;
	padding-left: 15px;
}

/*========== PRESSKIT ==========*/
#presskit-content{
	color: #fff;
	padding: 0px 0px 0px 170px;
}