* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: verdana, arial, tahoma, serif;
	font-size: 7pt;
	background-color: #000000;
	padding: 20px 0;
	line-height: 11pt;
}

table { font-family: verdana, arial, tahoma, serif; font-size: 7pt; }
td { text-align: center; }

a {outline: none;}

a img { border: 0; }


#emailform textarea, #emailform select {
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	border: #bbbbbb 1px solid;
}

#emailform input {
	height: 16px;
	margin: 5px;
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
 	border: #bbbbbb 1px solid;
}

#emailform input.checkbox {
	margin: 0;
	padding: 0;
	height: 14px;
	border: 0;
}

#emailform input[type="text"] {
	padding: 2px;
	height: 16px;
	margin: 5px;
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	border: #bbbbbb 1px solid;
}

#emailform input[type="submit"] {
	height: 28px;
	margin: 5px;
	padding: 2px 0;
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	border: #bbbbbb 1px solid;
}

#emailform textarea {
	padding: 2px;
	height: 150px;
	margin: 5px;
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	border: #bbbbbb 1px solid;
}

select {
    color: #444444;
    font-family: arial, tahoma, serif;
    font-size: 8pt;
}

h1 {
	font-size: 18pt;
	font-family: verdana, tahoma, serif;
	color: #B60000;
	line-height: 18pt;
}

h2 {
	font-size: 15pt;
	font-family: verdana, tahoma, serif;
	color: #39362F;
	padding-left: 15px;
	line-height: 15pt;
}

h3 {
	font-size: 8pt;
	font-family: verdana, tahoma, serif;
	color: #39362F;
	line-height: 9pt;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #B60000;
	line-height: 8pt;
}

.tab {
	display: block;
}

p {
	color: #39362F;
	margin-bottom: 15px;	
}

a, a:link, a:visited, a:active {
	border: 0;
	color: #B60000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* layout divs */

#header {
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #F7F3EA url(images/bg1.jpg) 0 0 no-repeat;
	width: 724px;
	height: 143px;
	text-align: center;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 724px;
	height: 794px;
	background: #F7F3EA url(images/bg2.jpg) 0 0 no-repeat;
	display: block;
}
#contentx {
	margin: 0 auto;
	padding: 0;
	width: 724px;
	height: 1188px;
	background: #F7F3EA url(images/bg2x.jpg) 0 0 no-repeat;
	display: block;
}

#footer {
	margin: 0 auto;
	width: 724px;
	height: 49px;
	background: #F7F3EA url(images/bg3.jpg) 0 0 no-repeat;
}

/* main nav */
#nav {
	background: url(images/header_dots.jpg) repeat-x bottom;
	margin: 0 auto 40px auto;
	width: 320px;
	text-align: center;
	display: block;
	height: 16px;
}
		
#nav ul {
	background: #FAF9F5 url(images/header_dots.jpg) repeat-x top;
	list-style: none;
	height: 13px;
	padding-top: 1px !important; padding-top:2px;
}
		
#nav ul li {
	display: inline;
}
		
#nav ul li a, #nav ul li a:visited, #nav ul li a:link, #nav ul li a:active {
	background: url(images/star.jpg) no-repeat right center;
	padding:  0 12px 0 0;
	color: #39362F;
}
		
#nav ul li a:hover {
	color: #B60000;
}


/* content layout divs*/
#container {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	width: 670px;
    display: block;
}

#left {
	float: left;
	width: 50%;
}

#right {
	float: right;
	width: 50%;
}


/*home page */

#home-tv {
	margin-top: 30px;
	width: 310px;
	height: 302px;
	background: url(images/main_tv_placeholder.jpg) no-repeat;
}

.latest {
	height: 78px;
	margin-left: 20px;
	background: url(images/main_latest_dashes.jpg) no-repeat bottom left;
}
	
.workthumb {
	padding: 7px 0 0 0;
	width: 145px;
	height: 63px;
	background: url(images/thumbnail_bg.jpg) no-repeat top left;
	float: left;
	text-align: center;
}

/* 167x68 */		
.workdescbg {
	width: 159px;
	height: 58px;
	float: left;
	padding: 8px 0 0 10px;
	background: url(images/work_desc_bg2.jpg) no-repeat top left;
}

.workdesc {
	width: 143px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	height: 48px;
	background: url(images/work_desc_bg.gif) no-repeat top left;	
}
		
.merch {
	float: left;
	width: 150px;
	padding: 1px 0 0 10px;
}
		
.merch .workthumb {
	display: block;
	clear: both;
	float: none;
}

#news {
	background: url(images/main_news_bg.jpg) no-repeat top left;
	width: 292px;
	height: 302px;
	padding: 10px 20px 10px 12px;

}
		
#newsscroll {
	width: 285px;
	height: 230px;
	margin: 20px auto 0 auto;
	overflow: auto;
	scrollbar-base-color: #009966;
scrollbar-track-color: #FAF9F6;
scrollbar-face-color: #FAF9F6;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color: #F5F4EF;
scrollbar-arrow-color: #D13B00;
scrollbar-shadow-color: #F0EFE8;
scrollbar-3dlight-color: #F0EFE8;
}

/* work page */
#left #nav {
	margin: 0;
	text-align: left;
	width: 270px;
}

#left #nav ul { padding-top: 0px !important; padding-top: 2px; height: 14px !important; height: 13px; padding-left: 5px;}
		
#left #nav ul li a, #left #nav ul li a:visited, #left #nav ul li a:link, #left #nav ul li a:active {
	padding: 0 4px 1px 5px !important;
	padding-bottom: 0;	
	background: url(images/work/arrow.gif) no-repeat left center;
}

#browseform {
	padding-top: 16px;
	text-align: right;
}

.separator-dash {
	width: 100%;
	clear: both;
	height: 12px;
	background: url(images/work/work_diag.jpg) no-repeat center;
}
	
.separator-dot {
	margin: 0 auto;
	width: 90%;
	clear: both;
	height: 30px;
	background: url(images/header_dots.jpg) repeat-x center;		
}

.paginate {
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.paginate span {
    background-color: #FBFAF6;
    padding: 2px;
    font-family: arial, serif;
    font-size: 8pt;
    font-weight: bold;
    
}

.paginate span a {text-decoration: underline;}

/* individual work page */
#work-image {
	margin: 5px auto 0 auto;
	width: 710px;
	height: 340px;
}

#workwindow {
	width: 293px;
	height: 211px;
	padding: 15px 15px 0 15px;
	background: url(images/work/work_window.jpg) no-repeat top left;
}

#workwindow {font-family: arial, tahoma, serif;}
#workwindow p {font-family: arial, tahoma, serif; }
#workwindow em { font-size: 8pt;}

.leftmargin { margin-left: 20px; }

.full {margin: 0; padding: 0; width: 100%;}

a.offlink, a:active.offlink, a:visited.offlink, a:active.offlink { color: #333333; text-decoration: none;}

#cart tr, #subtotal tr {
    background: url('images/store/dots_store.gif') repeat-x bottom;
    height: 50px;
}

#cart th { font-weight: bold; }

#subtotal { float: right; }

.price { font-weight: bold; color: #B60000; }

.na { color: #666666; }


/*followers page*/
.fourcol { width: 21%; float: left; padding: 0 1% 0 2%; border-right: #39362F 1px dotted; }

.preload { display: none; }

.error {
	color: red;
	width: 80%;
	margin: 5px auto;
	text-align: center;
	padding: 10px 0;
}

.success {
	color: green;
	width: 80%;
	margin: 5px auto;
	text-align: center;
	padding: 10px 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
