@charset "UTF-8";
/* CSS Document */
html { 
	min-height: 100%; 
	overflow: scroll;
	margin-bottom: 1px;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

body {
	margin: 0;
	text-align: center;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px;
	color: #727272;
	background: #f2f2f2;
}
/* -- LINK COLORS -- */
a, a:visited {
	color: #69bdff;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}
a img {
	border: 0 !important;
	text-decoration: none !important;
	padding-right: 3px;
}
/* --- SITE TEMPLATE --*/
#container {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#banner {
	width: 100%;
	clear: both;
	height: 85px;
}
#banner_fmt {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#banner_rdr {
	width: 980px;
	/*height: 80px;*/
	height: 78px;
	clear: both;
	padding: 10px;
	text-align: left;
	color: white;
	background: url(../images/bg_hdr.png);
	background-repeat: repeat;
}
#content {
	width: 100%;
	clear: both;
}
#content_fmt {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#content_rdr {
	width: 980px;
	clear: both;
	text-align: left;
	padding: 0 10px;
	background: url(../images/bg_content.png);
	background-repeat: repeat;
}
#content_btm {
	width: 1000px;
	height: 20px;
	clear: both;
	padding: 0;
	background: url(../images/bg_content_btm.png);
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	clear: both;
}
#footer_fmt {
	width: 920px;
	margin: 0 auto;
	text-align: center;
}
#footer_rdr {
	width: 100%;
	text-align: left;
	padding:  10px 0;
	clear: both;
}
/* --- END SITE TEMPLATE --*/
/* -- BANNER STYLES -- */
#logo {
	float: left;
	width: 200px;
	margin: 18px 0 0 20px;
}
#slogan {
	float: right;
	width: 400px;
	height: 50px;
	margin: 25px 45px 0 60px;
	color: #a7a7a7;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
/*
#sub_nav {
	width: 100%;
	clear: both;
	background: url(../images/sub_nav.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 34px;
}
*/
#sub_nav {
	width: 100%;
	clear: both;
	height: 34px;
	position: absolute;
	top: 0;
	right:25px;
}
#sub_nav_fmt {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

#sub_nav_fmt ul {
	margin: 0;
	padding: 0;
	float: right;
	margin: 5px 0 0 0;
	clear: both;
}
#sub_nav_fmt li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	display: inline !important;
	font-size: 11px;
}
#sub_nav li a {
	text-decoration: none;
}
#sub_nav li a:hover {
	text-decoration: underline;
}
/* -- END BANNER STYLES -- */
/* -- MAIN NAV -- */

#nav_rdr {
	float: right;
}
ul#tabnav { 
	text-align: center; 
	margin-left: 5px; 
	list-style-type: none;
	padding: 30px 0 0 0; 
	margin-top: 1px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	width: 517px;
}

#tabnav li {
	display: inline;
	padding: 0;
	margin: 0;
}

ul#tabnav li a.selected, ul#tabnav li a:hover { /* settings for selected tab */
background: url(../images/selected.png) no-repeat 0px 30px !important;
color: #727272;
color: #adadad;
}

ul#tabnav li a { /* settings for all tab links */
border: none;
text-decoration: none;
padding: 10px 7px 15px 7px;
margin: 0 10px;
color: #727272;
color: #A7A7A7;
overflow: hidden;
display: block;
float: left;
text-align: center;

}

/* -- FOOTER STYLES -- */
#footer_rdr #footer_logos {
	clear: both;
}
#footer_rdr #footer_logos #footer_left {
	float: left;
	width: 400px;
}
#footer_rdr #footer_logos #footer_right {
	float: right;
	width: 400px;
	text-align: right !important;
}
#footer_rdr #footer_logos #footer_right img {
	float: right;
}
#footer_rdr #footer_links {
	clear: both;	
	font-size: 11px;
}
#footer_rdr #footer_links ul {
	margin: 0;
	padding: 0;
}
#footer_rdr #footer_links li {
	margin: 0;
	padding: 0 3px 0 4px;
	border-left: 1px solid #dedede;
	list-style: none;
	display: inline;
}
#footer_rdr #footer_links li.first {
	border: none;
	padding-left: 0;
}
#footer_rdr #footer_links #copyright {
	clear: both;	
}
/* -- END FOOTER STYLES -- */
/* -- GLOBAL STYLES -- */
.clear {
	clear: both;
}
.separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #cccccc;
	padding: 0 !important;
	margin: 0;
}
.note {
	font-size: 11px;
	padding: 5px 0 0 0;
	font-weight: normal !important;
	line-height: 16px !important;
}
/* --- FOOTER STYLES -- */
#footer table#verisign-table {
	float: right;
}
#footer table#verisign-table td {
	padding: 0 3px;
}

/* -------------- SEO CONTENT ----------- */
#content_rdr #seo_links {
	margin: 0 auto;
	width: 950px;
	text-align: center;
	padding: 25px 10px 15px 18px;
}
 #content_rdr #main_content {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding: 25px 10px 15px 10px;
}
#content_rdr #seo_links .seo_column {
	width: 280px;
	padding: 0 10px 0 20px;
	float: left;
	text-align: left;
}
.talk {
	width: 310px !important;
}
.artist p {
	font-size: 18px;
	padding: 12px 0 12px 40px;
}
.press {
	width: 250px !important;
}

.artist p.upload {
	background: url(../images/icon_upload.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.artist p.select {
	background: url(../images/icon_select.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.artist p.masterpiece {
	background: url(../images/icon_masterpiece.png);
	background-position: left 8px;
	background-repeat: no-repeat;
}

.artist div.orderlink, .talk div.orderlink, .ideas div.orderlink {
	float: right;
	text-align: right;
	clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.artist div.orderlink img, .talk div.orderlink img, .ideas div.orderlink img {
	padding: 0 0 0 5px;
}
#content_rdr #seo_links .seo_column h3 {
	color: #818181;
	font-size:24px;
	font-style:normal;
	font-weight: 300;
	margin: 0;
	padding: 5px 0 25px 40px;
	text-transform: uppercase;
	line-height: 24px;
	background: url(../images/icon_hdr.png) no-repeat top left;
}
.talk {
	font-size: 16px;
}
.talk p.quote {
	padding: 12px 0 12px 40px;
	background: url(../images/icon_quote.png);
	background-repeat: no-repeat;
	background-position: top 15px;
	width: 240px;
}
.talk p.quote img {
margin: 0 0 0 10px;
}
.talk p.customer {
	clear: both;
	float: right;
	margin: 10px 20px 10px 0;
	font-weight: bold;
}
.space {
	height: 30px;
}

.message{
	font-weight:bold;
	color:#009966;
	font-size:13px;
}
/* --------------------- ADMIN  ---------------------- */
table#cartbottom h5{
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:20px;
}

table#cartbottom {
border-collapse: collapse;
line-height:20px;
}

table#cartbottom td{
padding:10px;
vertical-align:top;
}

table#buttons{
border:0px;
width:100%;
padding:20px 0px 10px 0px;
}
table#buttons td{
border:0px;
}
/* --------------------- ERRORS  ---------------------- */
#error{
background-color:#fdfac8;
padding:10px;
color:#000000;
font-weight:bold;
font-size:11px;
margin-bottom:30px;
}
/* --------------------- ERRORS  ---------------------- */
#errorred{
background-color:#ffcccc;
padding:10px;
color:#000000;
font-weight:bold;
font-size:11px;
margin-bottom:30px;
}
/* --------------------- MESSAGES  ---------------------- */
#greenmessage{
background-color:#ccffcc;
padding:10px;
color:#000000;
font-weight:bold;
font-size:11px;
margin-bottom:30px;
}

/* -------------- promotional ------------------ */
#slideshow {
	position: relative;
}
#slideshow img.promo {
	position: absolute;
	top: 1px;
	left: 50px;
	z-index: 100;
}