<style type="text/css"> 
/************************************************************************
HEAD AREA
*************************************************************************/

/*reset*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 vertical-align: baseline;
}

body{
 background:#17181A;
 color:#707373;
 font:12px/18px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
 position:relative;
}
 
/************************************************************************
HEADINGS
*************************************************************************/ 
 
h1, h2, h3, h4, h5, h6 {
 color:#888c8c;
 font-size:100%;
 font-family:"Vegur",Georgia,Times New Roman,Arial,Helvetica,Geneva,sans-serif; 
 font-style:normal;
 font-weight:normal;
 line-height:1.2em;
 margin:0 0 10px 0;
 padding:0;
 text-shadow: 0px 1px 0px #000;
}
 
h1 {
 font-size:30px;
 font-weight:500;
 }

h2 {
 font-size:24px;
 font-weight:500;
}
 
.intro h2{
 padding-bottom: 5px;
 text-transform:uppercase;
 margin-bottom:0;
}

h3 {
 font-size:18px;
 font-weight:500;
}
 
h1.title, h2.title, h3.title {
 background: url('/images/underline.png') repeat-x bottom left;
 padding: 5px 0 5px;
 margin:0 0 10px;
}
 
.content h3.title {
 margin:0 0 20px;
}
 
.sidebar-widget h3.title{
 margin:0 0 10px;
}

h4 {
 font-size:14px;
 font-weight:500;
 text-transform:uppercase;
}
 
h4.title {
 border-bottom:1px solid #252729;
 font-size:14px;
 font-weight:bold;
 margin:0 0 3px;
 padding:5px 0;
 text-transform:uppercase;
}

.sidebar-widget h4{
 font-size:13px;
 line-height:17px;
 text-transform:none;
 margin:0 0 5px;
}

.intro h4{
 text-transform:none;
}
 
h5 {
 font-size:12px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}

h6 {
 font-size:10px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}
#social-box {
	float:right;
	width: 220px;
	padding-top:15px;
}

/************************************************************************
LINKS
*************************************************************************/ 

a{
 color:#578893;
 text-decoration:none;
}
 
a:hover{
 text-decoration:underline;
}
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 color:#707373;
}

/************************************************************************
HELPER CLASSES
*************************************************************************/ 
 
.center{
 width:940px;
 margin:0 auto;
 position:relative;
}
 
.cc{				/*content-center*/
 margin:0 auto;
 position:relative;
 width:100%;
}
 
/*float*/
 
.left{
 float:left;
}
 
.right{
 float:right;
}

p{
 margin-bottom:10px;
}

/************************************************************************
IMAGES
*************************************************************************/ 
 
.img-border-left{
 background:#000;
 float:left;
 border: 1px solid #000000;
 padding:4px;
 margin: 0 7px 7px 0;
}
 
.img-border-right{
 background:#000;
 float:right;
 border: 1px solid #000000;
 padding:4px;
 margin: 0 0 7px 7px;
}

.img-border-left:hover, .img-border-right:hover{
 background:#383b40;
}
 
.img-left{
 float:left;
 margin: 0 7px 0 0;
}
 
.img-right{
 float:right;
 margin: 0 0 0 7px;
}

/************************************************************************
BUTTONS
*************************************************************************/ 

.btn{
 background:#000;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border:1px solid #262626;
 text-shadow:0 1px 0 #000000;
 padding:5px 8px;
 color:#787878;
}

.btn:hover{
 background:#F4F4F4;	/*fallback*/
 background-image: -moz-linear-gradient(center top , #191919, #000000);	/*mozilla gradient*/
 background-image: -webkit-gradient(center top , #191919, #000000);	/*webkit gradient*/
 text-decoration:none;
 cursor:pointer;
}

.btn.current{
 background:#262626;
 text-decoration:none;
}

/************************************************************************
BOXES
*************************************************************************/ 
.profLftCol{
	float:left;
	border-right: 1px dashed #333;
	width:480px;
	padding-right: 10px;
}
.profRgtCol{
	float:right;
	width:200px;
	margin-top: 29px;
	text-align:right;
}
.profLftCol h4 {
	font:bold 16px Verdana, Arial, Helvetica;
	color:#E7E7E7;	
}
#garage-row {
	
}
#default-pic {
	border-top:1px solid #666;	
	width:480px;	
}
#profile-list {
	margin:0;
	padding:0;
	list-style:none;
	font:normal 10px Verdana, Arial, Helvetica;
}
#profile-block {
	border: 1px solid #333;
	background-color: #111010;
	-moz-border-radius:5px;
	margin-bottom:20px;
	padding: 20px 10px 5px;	
}
#profile-block h3 {
	margin-bottom: 0;
	font-size: 16px;
	height: 30px;
}
#profile-avatar {
	text-align:right;
}
#profile-details {	
	text-align:right;
	margin-top: 5px;
}
#profile-thumbs {
	margin:10px 0 15px 0;
	padding:0;	
}
#profile-thumbs li {
	list-style:none;
	float:left;	
	margin:0 10px 10px 0;
}
a#friendTitle {
	text-decoration: none;
}
#friendBlock {
	display:none;
}
ul#friend-list {
	margin: 0;
	padding:0;
	list-style:none;
	font:normal 10px Verdana, Arial, Helvetica;
}
ul#friend-list li {
	line-height: 24px;	
}
a#friend-profile {
	display:block;
	float:left;	
}
a#friend-comment {
	display:none;
	float:right;
	margin-left:5px;
	height:16px;
	width:16px;
	background:transparent url('/images/icons/friend-message.gif') 0 0 no-repeat;	
}
a#friend-delete {
	display:none;
	float:right;
	margin:0 5px;
	height:16px;
	width:16px;
	background:transparent url('/images/icons/friend-delete.gif') 0 0 no-repeat;	
}
.box-download, .box-info, .box-warning{
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 padding:25px 25px 25px 80px;
 margin:15px 0;
}

.box-download{
 background:url('/images/icons/download.png') no-repeat 15px 9px #E3F4DE;
 border: 1px solid #A2D392;
 color: #599847;
}

.box-info{
 background:url('/images/icons/information.png') no-repeat 15px 9px #DEEEF7;
 border: 1px solid #82C3E6;
 color: #2F81B0;
}

.box-warning{
 background:url('/images/icons/warning.png') no-repeat 15px 9px #F8E4E2;
 border: 1px solid #E69D94;
 color: #BB5A4D;
}
 
pre {
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 background:none repeat scroll 0 0 #EEEEEE;
 border:1px solid #CCCCCC;
 color:#777777;
 font-size:12px;
 margin-bottom:23px;
 padding:8px 15px;
}

/************************************************************************
HEADER
*************************************************************************/ 

header{
 /*border-top:7px solid #dddddd;*/
 height:100px;
 width:100%;
 display:block;
 position:relative;
}
 
/*logo*/
header #logo {
	float:left;	
}
header #logo, header #logo a {
 display:block;
 height:42px;
 left:0;
 margin:0;
 padding:0;
 position:relative;
 top:0;
 width:351px;
}

header #logo{
	background:url('/images/holy-rollerz-christian-car-club.jpg') no-repeat top left;
}
header #logo a {
 left:0;
 text-indent:-9999px;
 top:0;
}
#header_image {
	width:940px;
	height:157px;
	border-bottom:4px solid #fff; 
	background:url('/images/header8.jpg') top right no-repeat;
	margin-bottom:5px;
}
a#pledge {
	display:block;
	float:right;
	margin:15px 15px 0 0;
	height:44px;
	width:194px;
	background:transparent url('/images/buttons/pledge.png') 0 0 no-repeat;
}
a#pledge:hover {
	background-position:0 -44px;	
}
div#profilePictures
{
	float:right;
	margin-top:55px;
	height:25px;
	text-align:right;
	vertical-align:bottom;
}
#profilePictures a#profile {
	display:block;
	width:94px;
	height:20px;
	float:left;
	background:transparent url('/images/profile_pictures.png') 0 0 no-repeat;
}
#profilePictures a#pictures {
	display:block;
	width:110px;
	height:20px;
	float:left;
	background:transparent url('/images/profile_pictures.png') -95px 0 no-repeat;
}
#profilePictures a#profile:hover {
	background:transparent url('/images/profile_pictures.png') 0 -20px no-repeat;
}
#profilePictures a#pictures:hover {
	background:transparent url('/images/profile_pictures.png') -95px -20px no-repeat;
}
div#loginBox
{
	float:right;
	margin-top:15px;
	height:55px;
	text-align:right;
	vertical-align:bottom;
	padding-right:15px;
	line-height:22px;
}
div.login-short
{
	text-align:center;
	width:550px;
	margin:0 auto;
	padding: 20px;	
}
label.login_label
{
	color:#fff;
	font:normal 10px Verdana,Arial;
}
/*main-navigation*/

nav.main{
 height:30px;
 line-height:30px;
 position:absolute;
 top:57px;
 z-index:100;
}

nav.main ul.nav li:last-child a{
 padding-right:0
}

nav.main li{
 list-style-position:outside;
 list-style-type:none;
 float:left;
 position:relative;
}

nav.main ul:first-child{
 padding:0;	
}

nav.main ul:last-child{
 margin-right:0 !important;
}

nav.main li a{
 color:#787878; 
 display:block;
 float:left;
 font-size: 14px;
 height:30px;
 line-height:30px;
 outline:medium none;
 padding:0 21px;
 position:relative;
 text-align:center;
 text-decoration:none;
 text-shadow: 0px 1px 0px #000000;
}

nav.main li a:hover{
 color:#cccccc; 
}
 
/*main-navigation sub-level*/

nav.main li ul{
 background:url('/images/subnav.png') repeat-y top left;
 display:block;
 position:absolute;
 visibility:hidden;
 width:143px;
 padding:14px 4px 4px 4px;
 z-index:100;
}
 
nav.main li ul li{
 display:list-item;
 float:none;
}
 
nav.main li ul li a{
 font-size:12px;
 text-align:left;
 color:#707373;
 margin:0;
 padding:0 5px 0 10px !important;
 width:173px;
 text-shadow:none;
} 
 
nav.main li ul li a:hover{
 background:#292929;
 color:#eeeeee;
} 
 
/************************************************************************
SLIDER
*************************************************************************/

#slider{
 display:block;
 position:relative;
 width:100%;
}

/************************************************************************
COLUMNS
*************************************************************************/
.last {
 margin-right:0 !important;
}
 
.fullwidth{
 width:940px;
 overflow:hidden;
 position:relative;
 margin-bottom:28px;
}
 
.one_half{
 float:left;
 width:445px;
 margin:0 50px 28px 0;
 overflow:hidden;
 position:relative; 
}
 
.one_third{
 float:left;
 width:280px;
 margin:0 50px 28px 0;
 overflow:hidden;
 position:relative;
}
 
.two_third{
 float:left;
 width:610px;
 margin:0 50px 28px 0;
 overflow:hidden;
 position:relative
}
 
.one_fourth{
 float:left;
 width:205px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}
 
.two_fourth{
 float:left;
 width:450px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}
 
.three_fourth{
 float:left;
 width:795px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}


/************************************************************************
PREFACE
*************************************************************************/

#preface{
 background:url('/images/break.png') no-repeat top center;
 display:block;
 position:relative;
 overflow:hidden;
 padding:25px 0 20px;
 width:100%;
}

/************************************************************************
CONTENT
*************************************************************************/

#content{
 background:url('/images/break.png') no-repeat top center;
 display:block;
 position:relative;
 overflow:hidden;
 padding:1px 0 20px;
 width:100%;
}

section.content{
 width:700px;
 float:left;
 padding-top: 25px;
}
 
.intro{
 background: url('/images/underline.png') repeat-x bottom left;
 padding: 0;
 margin: 0 auto 20px;
}


/************************************************************************
SIDEBAR
*************************************************************************/

aside{
 background:url('/images/sidebar-middle-bg.png') repeat-y top right;
 padding-right:30px;
 position:relative;
 overflow: hidden;
 float:left;
 width:205px;
}
 
aside .sidebar-top{
 background:url('/images/sidebar-top-bg.png') repeat-y top right;
 position: absolute;
 top:0;
 right:0;
 height:122px;
 width:40px;
 z-index:1;
}
 
aside .sidebar-bottom{
 background:url('/images/sidebar-bottom-bg.png') repeat-y top right;
 position: absolute;
 bottom:0;
 right:0;
 height:122px;
 width:40px;
 z-index:1;
}
 
section.sidebar-widget{
 float:left;
 height:auto;
 margin-bottom:25px;
 width:195px;
}
 
/*search widget*/

#search {
 background:url('/images/search-bar.png') no-repeat;
 float:right;
 height:41px;
 margin:0 0 15px;
 padding:0 0;
 width:280px;
}

#search input {
 background-color:transparent;
 border:none;
 color:#6D6F6F;
 float:left;
 font-size:13px;
 font-style:italic;
 height:23px;
 margin:9px 0 0 13px;
 padding:0 3px 2px 2px;
 width:198px;
}

#search .search_button {
 background:url('/images/search-button.png') no-repeat scroll 0 0 transparent;
 border:none;
 color:#EAEAEA;
 cursor:pointer !important;
 display:block;
 float:right;
 height:41px;
 margin:0;
 padding:7px;
 position:relative;
 right:0;
 text-decoration:none;
 text-indent:-9999px;
 text-shadow:1px 1px 0 #000000;
 text-transform:capitalize;
 top:0;
 width:53px;
}

/*list*/
.sidebar-widget ul, .sidebar-widget ul li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.side-nav, ul.list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.side-nav li, ul.list li {
 border-bottom:1px solid #09090a;
 border-top:1px solid #252729;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:280px;
}

ul.side-nav li a{
 background:url('/images/bullet.png') no-repeat scroll left 3px transparent;
 padding-left:15px;
 color:#707373;
 font-weight:bold;
}

ul li.underlined {
	background: url("/images/underline.png") repeat-x scroll left bottom transparent;
	padding-bottom: 5px;	
	margin-bottom: 5px;
}
ul.list li{
 background:url('/images/bullet-round.png') no-repeat scroll left 14px transparent;
 padding-left:12px;
 font-weight:bold;
}

ul.side-nav li.current a {
 text-decoration:underline;
}

ul.side-nav li:first-child, ul.list li:first-child {
 border-top:none;
}

ul.side-nav li:last-child, ul.list li:last-child {
 border-bottom:none;
}

/*list with images*/

ul.image-list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.image-list li {
 border-bottom:1px solid #09090a;
 border-top:1px solid #252729;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:225px;
}

ul.image-list li:first-child {
 border-top:none;
}

ul.image-list li:last-child {
 border-bottom:none;
}

/************************************************************************
BLOG
*************************************************************************/

article{
 float:left;
 padding:0 0 30px;
 width:100%;
}
 
.details {
 float:left;
 margin-right:20px;
 position:relative;
 text-align:right;
 width:160px;
}
 
.details .time{
 color:#787878;
 display:block;
 font-size:30px;
 margin:3px 0 14px;
 padding:0;
 text-transform:uppercase;
}
 
.details .time em{
 color:#b2b2b2;
}

a.thumbnail{
 display:block;
 overflow:hidden;
}
 
.post {
 float:right;
 position:relative;
 width:403px;
}

.post-left {
 float:left;
 position:relative;
 width:300px;	
}

.post p {
 margin: 10px 0;
}

.single .post p {
 margin: 0 0 10px;
}
 
small.meta{
 font-size:11px;
}

ul.share{
 margin: 10px 0;
 list-style:none outside none;
 padding:5px;
}

ul.share li{
 border-bottom:1px solid #09090A;
 border-top:1px solid #252729;
 padding:7px 0;
 color:#707373;
}

ul.share li a{
 color:#707373;
 padding:5px 25px 5px 5px;
 font-weight:bold;
}

ul.share li:first-child {
 border-top:none;
}

ul.share li:last-child {
 border-bottom:none;
}

/*share icons*/

.tweet{
 background:url('/images/icons/tweet.png') no-repeat right 5px;
}

.facebook{
 background:url('/images/icons/facebook.png') no-repeat right 5px;
}

.delicious{
 background:url('/images/icons/delicious.png') no-repeat right 5px;
}

.stumble{
 background:url('/images/icons/stumble.png') no-repeat right 5px;
}

.digg{
 background:url('/images/icons/digg.png') no-repeat right 5px;
}

.comments{
 background:url('/images/icons/comment.png') no-repeat right 5px;
}

/************************************************************************
COMMENTS
*************************************************************************/

#comment-block{
 float:left;
}

#comment-block ol{
 list-style:none outside none;
 margin-bottom:30px;
 padding:0;
}

#comment-block ol li{
	display:block;
	margin:25px 0 0;
	overflow:hidden;
	width:100%;
	list-style:none;
}

.commenter{
 float:left;
 position:relative;
 margin-right:20px;
 display:block;
}

.commenter-arrow{
 background:url('/images/comment_arrow.png') no-repeat top left;
 position:absolute;
 top:14px;
 right:-26px;
 width:20px;
 height:24px;
}

.comment{
 background:#000000;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border:1px solid #262626;
 padding:15px;
 float:left;
 width:550px;
}

.comment p{
 margin:5px 0 0;
}

span.name{
 font-size:16px;
 font-weight:bold;
 margin-right:2px;
}

/*comment form*/

#commentform{
 margin:10px 0;
}

/************************************************************************
TYPOGRAPHY
*************************************************************************/

.cap {
 display:block;
 float:left;
 font-size:36px;
 line-height:36px;
 margin:0 5px 0 0;
}

.left_quote {
 border-left:4px solid #CCCCCC;
 float:left;
 font-size:15px;
 line-height:22px;
 margin:15px 20px 15px 0;
 padding:5px 5px 5px 10px;
 width:33%;
}

.right_quote {
 border-right:4px solid #CCCCCC;
 float:right;
 font-size:15px;
 line-height:22px;
 margin:15px 0 15px 22px;
 padding:5px 15px 5px 5px;
 width:33%;
}

/************************************************************************
FORMS
*************************************************************************/

.content input, .content textarea, .content select, .sidebar-widget input{
 background:#111010;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 padding:8px 10px;
 border:1px solid #262626;
 color:#787878;
}

.content textarea{
 width:500px;
}

/************************************************************************
PORTFOLIO
*************************************************************************/

.filter{
 display:inline-block;
 font-size:12px;
 margin-bottom:26px;
 margin-top:0;
 padding-top:5px;
 text-decoration:none;
 text-transform:uppercase;
 width:100%;
}

.filter ul{
 list-style:none outside none;
}

.filter ul li{
 float:left;
 margin-right:8px;
}

#portfolio{
 overflow:hidden;
}

#portfolio ul{
 list-style:none outside none;
 width:990px;
}

#portfolio ul.one-column li{
 background: url("images/underline.png") repeat-x scroll left bottom transparent;
 float:left;
 width:940px;
 margin: 0 0 20px;
 padding:0 0 20px;
}

#portfolio ul.two-column li{
 float:left;
 width:445px;
 margin: 0 50px 20px 0;
}

#portfolio ul.three-column li{
 float:left;
 width:280px;
 margin: 0 50px 20px 0;
}

#portfolio ul.four-column li{
 float:left;
 width:205px;
 margin: 0 40px 20px 0;
}

#portfolio ul.one-column li .img-border-left {
 margin:0 15px 7px 0;
}

#portfolio ul.two-column li .img-border-left {
 margin:0 10px 7px 0;
}

#portfolio ul.three-column li h4, #portfolio ul.four-column li h4{
 text-align:center;
}

/************************************************************************
TABLE
*************************************************************************/

table {
 border-collapse:collapse;
 border-spacing:0;
 position:relative;
 width:100%;
 margin-bottom:25px;
}

th {
 font-size:11px;
 padding:6px;
 font-weight:bold;
 text-align:center;
 text-transform:uppercase;
}

th.nobg {
 background:none repeat scroll 0 0 transparent;
 border:0 none;
}

td {
 background:none repeat scroll 0 0 #17181A;
 color:#707373;
}

td.alt, tr:nth-child(2n) td {
 background:none repeat scroll 0 0 #17181A;
}

tr td.big {
 font-weight:bold;
 background:none;
 text-align:center;
 width:25%;
}

/************************************************************************
FOOTER
*************************************************************************/

#footer{
 background:#242629;
 color:#eeeeee;
 display:block;
 position:relative;
 padding: 20px 0;
 width:100%;
 overflow:hidden;
 line-height: 25px;
}

#footer ul.nav{
 list-style-position:outside;
 list-style-type:none;
 margin:0;
 padding:0;
 position:relative;
 z-index:5;
}

#footer ul.nav li {
 float:left;
 padding-left:10px;
}

#footer ul.nav li a {
 color:#fff;
}

/************************************************************************
CODA-SLIDER
*************************************************************************/

.coda-slider-wrapper {
 background:url('/images/coda-slider-bg.png') no-repeat top center; 
 height:430px;
 margin:0 auto;
 width:948px;
 position: relative; 
}
	
.coda-slider-no-js .coda-slider { 
 height: 200px; 
 overflow: auto !important; 
 padding-right: 20px 
}

.coda-slider, .coda-slider .panel { 
 width: 930px; 
} 
	
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
 width: 930px;
}	

.coda-slider p.loading { 
 display:none;
 padding: 20px; 
 text-align: center;
}

.coda-nav { 
 position:absolute;
 top:390px;
 left:0;
}

.coda-nav ul { 
 clear: both; 
 display: block; 
 margin: auto; 
 overflow: hidden; 
}
 
.coda-nav ul li { 
 display: inline 
}
 
.coda-nav ul li a { 
 background: url('/images/coda-pager.png') no-repeat; 
 background-position: 0 0;
 color: #fff; 
 display: block; 
 float: left; 
 width: 13px;
 height:14px;
 margin:0 3px;
 text-indent:-9999px; 
 text-decoration: none 
}
 
.coda-nav ul li a:hover, .coda-nav ul li a.current { 
 background-position:0px -14px; 
}
 
.coda-slider-wrapper { 
 clear: both; 
}
 
.coda-slider { 
 float:left;
 left:9px;
 overflow:hidden;
 position:absolute;
 top:7px; 
}
 
.coda-slider .panel { 
 display: block; 
 float: left 
}

.coda-slider .panel span.desc-left { 
 background: url('/images/80.png');
 color:#000000;
 position: absolute;
 text-align: left;
 font-weight:bold;
 font-size:15px;
 top:250px;
 left:0px;
 padding:20px;
}

.coda-slider .panel span.desc-right { 
 background: url('/images/80.png');
 color:#000000;
 position: absolute;
 text-align: right;
 font-weight:bold;
 font-size:15px;
 top:250px;
 right:0px;
 padding:20px;
}

.coda-slider .panel span.desc-bottom { 
 background: url('/images/80.png');
 color:#000000;
 position: absolute;
 text-align: left;
 font-weight:bold;
 font-size:15px;
 bottom:5px;
 left:0px;
 padding:20px;
 width:890px;
}
 
.coda-slider .panel-container { 
 position: relative 
}
.coda-nav-left a, .coda-nav-right a { 
 display: block; 
 text-align: center; 
 text-decoration: none 
}

.panel-wrapper{
 height:365px;
 position:relative;
}

/************************************************************************
NIVO-SLIDER
*************************************************************************/

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Wrapper */
.nivo-slider-wrapper {
 background:url('/images/coda-slider-bg.png') no-repeat top center; 
 height:430px;
 margin:0 auto;
 width:948px;
 position: relative;
 overflow:hidden;
}

/* The Nivo Slider styles */
.nivoSlider {
 position:absolute;
 top:7px;
 left:9px;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:60;
 display:none;
}
/* The slices in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:50;
 height:100%;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 padding:20px;
 background:#fff;
 color:#000;
 font-weight:bold;
 font-size:15px;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:890px;
 z-index:89;
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
 display:none;
}
/* Direction nav styles (e.g. Next & Prev) DISABELED*/
.nivo-directionNav a {
 display:none; /* remove this line to enable */
 position:absolute;
 top:45%;
 z-index:99;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
 left:418px;
 position:absolute;
 top:385px;
}
.nivo-controlNav a { 
 background: url('/images/coda-pager.png') no-repeat; 
 background-position: 0 0;
 color: #fff; 
 display: block; 
 float: left; 
 width: 13px;
 height:14px;
 margin:0 3px;
 text-indent:-9999px; 
 text-decoration: none;
 position:relative;
 z-index:99;
 cursor:pointer;
}
 
.nivo-controlNav a:hover, .nivo-controlNav a.active { 
 background-position:0px -14px; 
}

#nivo-slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(/images/loading.gif) no-repeat 50% 50%; 
}

#nivo-slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
	
/************************************************************************
RELATED
*************************************************************************/
.related-block {
 position: relative;
 width: 620px;
 margin: 0 auto 30px;
 float:left;
}

#related-content {
 overflow: hidden;	
}

#related-content a {
 float: left;
}

#related-content a img {
 margin:0 7px 7px 0;
 padding:4px;
}

#related-preview {
 position: absolute;
 border: 10px solid #000000;
 top:-50px;
 left: 0;
 z-index: 90;
 display: none;
 overflow: hidden;
 width: 320px;
 height: 217px;	
}

#related-overlay {
 position: absolute;
 top:49px;
 left: 0;
 z-index: 100;
}

#related-overlay div {
 float: left;
 cursor:pointer;
 background: red;
 display: none;
 width: 148px;
 height: 96px;
}
#copyright
{
	text-align:center;		
}
white, h2.white, h3.white, h4.white { color:white; }
h1.orange, h2.orange, h3.orange, h4.orange { color:#E94B1C; }
h2 a.art_diy{ font:bold 14px/18px Verdana,arial; }
.clear{clear:both;line-height:0;font-size:0}
:focus { outline:none; }
h1#main_title
{
	font-size: 28px;
	padding-bottom:5px;
	/*font:normal 28px 'Josefin Sans Std Light', arial, serif;*/
}
h1#main_title span
{
	color:#666666;
	font:normal 10px verdana,arial;
}
.horiz-div {
	background:url("/images/underline.png") repeat-x scroll left bottom transparent;
	height: 25px;
	margin:20px 0;
}
#container {
	width:995px;
	margin:0px auto 0px auto;
	text-align:center;
}
#description {
	position:absolute;
	top:-945px;
	height:0px;
	width:1000px;
	margin:1em 0 1em 80px;
	font-size:0.9em;
	z-index:100;
	overflow:hidden;
}
.rsrcRow {
	margin-top:20px;
	border-bottom: 1px dashed #333;	
}
.rsrcRow a {
	color: #CC6600;	
}
.rsrc_row {
	margin-bottom: 10px;	
}
.rsrc_co {
	font: bold 14px Verdana,Arial;
	color:#C60;	
}
.baytab{
	float:left;
	width:56px;
	height:18px;
	font-size:9px;
	font-family:verdana,arial;
	color:#fff;
	text-align:center;
	padding-top:12px;
	cursor:pointer;
}
/*
 HACKS: IE7/Win:
 *:first-child+html affects IE7
*/
*:first-child+html .baytab{
	float:left;
	width:56px;
	height:30px;
	font-size:9px;
	font-family:verdana,arial;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
/*
 HACKS: IE6/Win:
 * html affects <=IE6
*/
*html .baytab{
	float:left;
	width:56px;
	height:30px;
	font-size:9px;
	font:verdana,arial;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
/* End Hacks */
ul#picturesList
{
	position:relative;
	width:auto;
	margin:0;
	padding:0;
}
li.photoHandle
{
	margin:0 0 20px 0;
	-moz-border-radius:5px;
	background-color:#111010;
	padding:15px;
	list-style:none;
	vertical-align:top;	
	position:relative;
}
li.photoHandle div.picture_box
{
	float:left;
	width:200px;
	margin-right:15px;
	position:relative;
}
div.picture_box .picAdminBox
{
	margin-top:10px;
	display:none;
	font:normal 10px/14px Verdana, Arial;
}
li.photoHandle div.comment_box
{
	float:left;
	width:440px;
	position:relative;
}
li.owner
{
	cursor:move; 
	background-image:url(/images/icons/16x16/hand.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}
fieldset.picComment
{
	-moz-border-radius:3px;
	border:1px solid #666;
	padding:4px;
	margin-bottom:10px;
}
#user_profile
{
	display:block;
	float:right;
	cursor:pointer;
	padding:4px 5px 2px 5px;
	color:#fff;
	font-weight:bold;
}
#user_profile span
{
	float:left;
	margin-right:4px;
	background:url(/images/icons/16x16/vcard.png) 0 0 no-repeat;
}
#upload_pictures
{
	display:block;
	float:right;
	cursor:pointer;
	padding:4px 5px 2px 5px;
	margin-left:3px;
	color:#fff;
	font-weight:bold;	
}
#upload_pictures span
{
	float:left;
	margin-right:4px;
	background:url(/images/icons/16x16/picture_add.png) 0 0 no-repeat;
}
#user_menu_img
{
	cursor: pointer;
	color:#EEFA12;	
	text-align:right;
	margin-top: -17px;
}
#profile_title
{
	padding:0px;
	margin-bottom: 20px;
	color:#666666;
	font:normal 28px 'Josefin Sans Std Light', arial, serif;;
}
a.post_comment
{
	display:block;
	width:124px;
	padding:4px 5px 2px 5px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.post_comment span
{
	float:left;
	width:16px;
	height:16px;
	margin-right:4px;
	background:url(/images/icons/16x16/comment_add.png) 0 0 no-repeat;
}
#trailimageid
{
font-size: 0.75em;
position: absolute;
visibility: hidden;
left: 0;
top: 0;
z-index: 1000;
}

form{
	padding:0px;margin:0px;
}
label.error{
	clear:both;
	font:normal 9px Verdana,arial;
	padding:2px 7px;
	margin-left:4px;
	border: 1px solid #fff; 
	background: #ffc73d url(/images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x; 
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color: #111111;
	display:block;
}
form#signupForm input.error{
	border:1px solid #ff0000;
}
#topBnr {
	width:995px;
	height:210px;
	background-repeat:repeat-x;
}
dl.dropdown {float:left;margin:0;padding:0;}
.dropdown dt { padding:15px 12px; font-weight:bold; cursor:pointer;}
.dropdown dt:hover {}
.dropdown dd {position:absolute;margin:0; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #333;padding:0;margin:0; list-style:none; border-top:none;background:#EFEFEF;}
.dropdown li {display:inline}
.dropdown ul li a {display:block; padding:5px; color:#333; text-decoration:none; width:194px; font:normal 12px Arial, Helvetica, sans-serif;}
.dropdown ul li a:hover{color:#000;background:#d9e1e4; text-decoration:none; font:normal 12px Arial, Helvetica, sans-serif;}
/*.dropdown ul li a:active, .dropdown ul li a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#EFEFEF; width:194px; font:normal 12px Arial, Helvetica, sans-serif;}*/
.dropdown .underline {border-bottom:1px solid #b9d6dc}

.topMenu {
	float:left;
	height:25px; 
	vertical-align:middle; 
	padding-top:12px;
	margin-left:14px;
	margin-right:14px;
}
/*
 HACKS: IE7/Win:
 *:first-child+html affects IE7
*/
*:first-child+html .topMenu{
	padding-top:5px;
}
/*
 HACKS: IE6/Win:
 * html affects <=IE6
*/
* html .topMenu { 
	padding-top:5px;
}
/* End Hacks */
#lftCol{
	float:left;
	width:200px;
	margin-right:30px;
}
.mainLftCol{
	float:left;
	width:490px;
	text-align:left;
}
.mainRgtCol{
	float:right;
	width:200px;
	margin-left:10px;
	text-align:left;
}
.mainRgtCol fieldset {
	background-color: #111010;	
}
#mainBdy{
	margin-top:20px;
}

div.menu{
	margin-bottom:10px;
	padding:10px;
	line-height:18px;
}
div.stepBox{
	line-height:18px;
}
div.contactFieldBg {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#333;
	border:1px solid #282828;
	padding:5px;
	width:300px;
}
#chapNav {
   float:left;
   width:485px;
   font-size:93%;
   line-height:normal;
   margin-top:10px;
   height: 42px;
}
*:first-child+html #chapNav { width:465px; } #chapNav ul {
   margin:0;
   padding: 10px 0 0 0;
   list-style:none;
}
#chapNav li {
   float:left;
   background:url("/images/chapnav/left.jpg") no-repeat left top;
   margin-right:3px;
   padding:0 0 0 8px;
}
#chapNav a {
   float:right;
   font:normal 11px Verdana;
   display:block;
   background:url("/images/chapnav/right.jpg") no-repeat right top;
   padding:8px 25px 8px 15px;
   text-decoration:none;
   color:#999;
}
/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
#chapNav a {float:none;}
/* End IE5-Mac hack */
#chapNav a:hover {
   color:#fff;
   }
#chapNav .current {
   background-image:url("/images/chapnav/left_on.jpg");
   }
#chapNav .current a {
   background-image:url("/images/chapnav/right_on.jpg");
   font-weight:bold;
   color:#333;
   }
ul#chapList {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;	
}
ul#chapList a {
	display:block;
	line-height:25px;
	text-align:right;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
ul#chapList a:hover, ul#chapList a.current {
	background:#578893;
	color:#fff;
	text-decoration:none;	
}
fieldset#chapWrap{
	float:left;
	padding:20px;
	margin-top:-1px;
	width:665px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}
*:first-child+html fieldset#chapWrap {
	padding: 0px;	
}
div.calWrap{
	float:left;
	height:74px;
	width:74px;
	background:transparent url('/images/icons/calBg.jpg') 0 0 no-repeat;
}
div.calMonth{
	padding-top:4px;
	font-family:verdana,arial;
	font-size:11px;
	color:white;
	font-weight:bold;
}
div.calDay{
	font-family:verdana,arial;
	font-size:18px;
	color:#fe9900;
	font-weight:bold;
}
input.contactField, select.contactField, textarea.contactField, .submit, .input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-family:verdana,arial;
	font-size:14px;
	color:#ccc;
	width:290px;
}
fieldset {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 20px 0;
	padding:5px 5px 0px 5px;
	border:1px solid #333333;
}
fieldset.padded {
	padding:20px;
}
fieldset.main {

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px 0 10px 0;
	padding:20px;
	border:1px solid #333333;
	line-height:18px;
}
fieldset.main legend{
	color:#FEBD03;
	font:13px Verdana, Arial;
	font-weight:bold;
}
fieldset.main a{
	color:#D0C7BA;
}
fieldset.main a:hover{
	color:#FEBD03;
}

fieldset legend{
	color:#D0C7BA;
	font:13px Verdana, Arial;
	font-weight:bold;
}
fieldset legend.white{
	color:#fff;
	font:13px Verdana, Arial;
	font-weight:bold;
}
fieldset.auto_calc{
	background-color:#333333;
	float:left;
	margin-bottom:40px;
	width:300px;
	padding:10px;
}
fieldset.auto_calc h2{
	font:bold 12px Verdana;
	color:#E94B1C;
	text-decoration:underline;
}
.auto_calc input.calc_submit { background-color:#134716;color:#fff; }
div.menuScroll{
	margin-bottom:10px;
	padding:10px;
	width:170px;
}
#big-player {
	float: left;
	margin-right: 15px;
	width:360px;	
}
#small-player {
	float: left;
	width:316px;
}
div.mediaBox{
	float:left;
	width:120px;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
	-moz-border-radius:5px;
	background-color: #111010;
}
.menuDivide {
	float:left;
	height:25px; 
	margin-left:5px;
	margin-right:5px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a img {border:none;}
a { outline: none; }

a.header:link {
	font-family: arial;
	color: #cccccc;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a.header:active {
	font-family: arial;
	color: #cccccc;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a.header:visited {
	font-family: arial;
	color: #cccccc;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a.header:hover {
	font-family: arial;
	color:#CDA64F;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a.red:link {
	font-family: arial;
	color: #FF0000;
	text-decoration: none
}
a.red:active {
	font-family: arial;
	color: #FF0000;
	text-decoration: none
}
a.red:visited {
	font-family: arial;
	color: #FF0000;
	text-decoration: none
}
a.red:hover {
	font-family: arial;
	color: white;
	text-decoration: none
}
a.orange:link {
	font-family: arial;
	color: #CC6600;
	text-decoration: none
}
a.orange:active {
	font-family: arial;
	color: #CC6600;
	text-decoration: none
}
a.orange:visited {
	font-family: arial;
	color: #CC6600;
	text-decoration: none
}
a.orange:hover {
	font-family: arial;
	color: white;
	text-decoration: none
}
a.white:link {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}
a.white:active {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}
a.white:visited {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}
a.white:hover {
	font-family: arial;
	color: #999999;
	text-decoration: none
}
a.gray:link {
	font-family: arial;
	color: #4D4D4D;
	text-decoration: none
}
a.gray:active {
	font-family: arial;
	color: #4D4D4D;
	text-decoration: none
}
a.gray:visited {
	font-family: arial;
	color: #4D4D4D;
	text-decoration: none
}
a.gray:hover {
	font-family: arial;
	color: #cccccc;
	text-decoration: none
}
.green { color: #64AF01; }
td.stuffing {
	font-family: arial;
	color: #000;
	font-size: 2pt;
}
td.smaller {
	font-family: arial;
	color: #CCCCCC;
	font-size: 7pt;
}
td.small {
	font-family: arial;
	color: #CCCCCC;
	font-size: 8pt;
}
td.smallw {
	font-family: arial;
	color: #FFFFFF;
	font-size: 8pt;
}
.smallw, a smallw {
	font-family: arial;
	color: #FFFFFF;
	font-size: 8pt;
}
.small, a.small {
	font-family: arial;
	color: #CCCCCC;
	font-size: 8pt;
}
.smaller, a.smaller {
	font-family: arial;
	color: #CCCCCC;
	font-size: 7pt;
}
.smallerg, a.smallerg {
	font-family: arial;
	color: #666666;
	font-size: 7pt;
}
.small9 {
	font-family: arial;
	color: #999999;
	font-size: 8pt;
}
.smallb {
	color: #000000;
	font-size: 8pt;
}
.smallg {
	color: #666666;
	font-size: 8pt;
}
.smallg, a.smallg {
	color: #666666;
	font-size: 8pt;
}
td.title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
}
td.title2 {
	color: #4d4d4d;
	font-size: 8pt;
}
.formfront {
	background-color: ffffff;
	border: 1px solid;
	border-color: ffff00 #ffff00 #ffff00
}
.formfront2 {
	font-family: arial;
	color: #000000;
	font-size: 8pt;
	background-color: ffffff;
	border: 1px solid #000000;
}
.formother {
	color:white;
	font-family: arial;
	font-size: 8pt;
	background-color:#666666;
	border:1px solid #ccc;
}
.formother2 {
	font-family: arial;
	color: #333;
	font-size: 8pt;
	border: 1px solid #000000;
}
.formother3 {
	font-family: arial;
	color: #333;
	font-size: 8pt;
	border: 1px solid #000000;
}
INPUT.shadow {
	padding:3px;
	background: #181818;
	background-repeat: no-repeat;
	background-image: url(/images/bginput.jpg);
	font-size:10px;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;
	color:white;
	text-decoration:none;
}
INPUT.shadow2 {
	padding-left: 3;
	background: #181818;
	background-repeat: no-repeat;
	background-image: url(/images/bginput4.jpg);
	font-size:10px;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;
	color:#333333;
	text-decoration:none;
}
input.error, select.error
{
	border-color:#FF0000;
}
TEXTAREA {
	padding-left: 3;
	background: #181818;
	background-repeat: no-repeat;
	background-image: url(/images/bginput.jpg);
	font-family: verdana, arial;
	font-size:10px;
	color:white;
	text-decoration:none;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;
}
select {
	padding: 3px;
	font-size:10px;
	background: #333333;
	background-repeat: no-repeat;
	background-image: url(/images/bginput.jpg);
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;
	color:white;
	text-decoration:none;
	cursor: hand;
	outline:none;
}
INPUT.pr_radio {
	background-repeat: no-repeat;
	font-size:10px;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #555555;
	border-top:1px solid #555555;
	color:red;
	text-decoration:none;
	cursor: default
}
.formdisabled {
	font-family: arial;
	color: #000000;
	font-size: 8pt;
	background:#999999
}
.formbutton2 {
	BORDER-RIGHT: #4d4d4d 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #4d4d4d 1px solid;
	PADDING-LEFT: 1px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 1px;
	MARGIN: 1px;
	BORDER-LEFT: #4d4d4d 1px solid;
	COLOR: #e6e6e6;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #4d4d4d 1px solid;
	FONT-FAMILY: arial, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: center
}
.formbutton3 {
	BORDER-RIGHT: #4d4d4d 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #4d4d4d 1px solid;
	PADDING-LEFT: 1px;
	FONT-SIZE: 8px;
	PADDING-BOTTOM: 1px;
	MARGIN: 1px;
	BORDER-LEFT: #4d4d4d 1px solid;
	COLOR: #e6e6e6;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #4d4d4d 1px solid;
	FONT-FAMILY: arial, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: center
}
.formbutton4 {
	BORDER: #000000 1px solid;
	PADDING: 1px 6px 1px 6px;
	FONT-SIZE: 8px;
	MARGIN: 1px;
	COLOR: #4d4d4d;
	FONT-FAMILY: arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	BACKGROUND-COLOR: #ffffff;
}
.formbutton5 {
	BORDER:1px solid #333333;
	FONT-SIZE: 10px;
	height:18px;
	COLOR: #333333;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	FONT-FAMILY: arial, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #cccccc;
	TEXT-ALIGN: center;
	cursor:default;
}
.formbutton_orange {
	BORDER: #ffffff 1px solid;
	PADDING:2px 4px 2px 4px;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #cc6600;
	TEXT-ALIGN: center
}
.formbutton_green {
	BORDER: #ffffff 1px solid;
	PADDING:2px 4px 2px 4px;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR:#060;
	TEXT-ALIGN: center
}
img.pic {
	border: 1px solid #ffffff;
}
img.picb {
	border: 1px solid #000000;
}
img.picw {
	border: 1px solid #FFFFFF;
}
.borderB {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderN {
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.BigborderW {
	BORDER-RIGHT: #333333 4px solid;
	BORDER-LEFT: #333333 4px solid;
	BORDER-BOTTOM: #333333 4px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderBottomN {
	BORDER-BOTTOM: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderleftN {
	BORDER-LEFT: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.bordertopN {
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderrightN {
	BORDER-RIGHT: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderToprightN {
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderBottomrightN {
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderTopleftN {
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderTopleftrightN {
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderTopbottomN {
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderleftRightN {
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderBottomleftRightN {
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
.borderBottomleftN {
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	color: #CCCCCC;
}
span.colTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	border-bottom:1px dashed #ccc;
}
div#profile_vehicle
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 0 no-repeat; 
	width:162px;
	height:18px;
}
div#profile_color
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -18px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_engine
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -36px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_performance
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -54px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_quarter
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -72px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_exterior
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -90px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_interior
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -108px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_suspension
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -126px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_exhaust
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -144px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_wheels
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -162px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_tires
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -180px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_stereo
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -198px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_future
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -216px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_awards
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -234px no-repeat; 
	width:162px;
	height:18px;
}
div#profile_testimony
{
	background:transparent url('/images/profiles/profile_sections.gif') 0 -252px no-repeat; 
	width:162px;
	height:18px;
}
div.mediaBox a
{
	display:block;
	background-image:url('/images/media_icons/home_ones.gif'); 
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	border:1px solid #ccc;	
}
a#media_1
{
	background-position:0 0; 
}
a#media_2
{
	background-position:-55px 0; 
}
a#media_3
{
	background-position:-110px 0; 
}
a#media_4
{
	background-position:0 -55px; 
}
a#media_5
{
	background-position:-55px -55px; 
}
a#media_6
{
	background-position:-110px -55px; 
}
#countdownDisp {
	font-size: 56px;
	vertical-align: middle;
	text-align: center;
	background-color:#000000;
	color:red;
	font-weight:900;
	border: 0px none;
	margin-top:10px;
	margin-bottom:0px;
	width:100%;
}
div#user_menu_block{
	display:none;
}
div#user_menu_block a{
	text-align:center;
	display:block;
	clear:both;
	width:160px;
	padding:2px 6px;
	margin-bottom:4px;
	color:#000;
	font:normal 9px Verdana,arial;
	float:right;
}
div#user_menu_block a:hover{
	color:#fff;
	text-decoration:none;
}
#user_menu_block a span.text{ float:left;display:block;padding-top:2px; }
#passwordBlock{ height:16px;width:25px;overflow:hidden;cursor:pointer; }
.decal_box
{
	background-color:#D0D6D9;
	-moz-border-radius:10px;
	padding:15px;
}
.decal_box label 
{
	display:block;
	float:left;
	padding:4px 5px 0 0;
	text-align:right;
	width:30px;
}
.decal_box span.error
{
	display:block;
	color:#990000;
}
input#addCart
{
	height:40px;
	width:140px;
	background:transparent url('/images/buttons/addCart.png') 0 0 no-repeat;
	border:none;
	cursor:pointer;
}
#addCart.hover
{
	background:transparent url('/images/buttons/addCart.png') 0 -40px no-repeat;
}
div.invalid {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#D3ACAC;
	color:#333333;
	font:10px Verdana,arial;
	padding:5px;
	margin-top:10px;
}
div.invalid label
{
	color:red;
	border:none;
	background:none;
}
div.invalid span
{
	font-weight:bold;
}
.peKenBurns {
	width: 700px;
	height: 250px;
}
</style>
