/* CSS - 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


th {text-align: left;}



/* ####### CSS DEFINITIONS ###### */

html {
    height:100%;
    max-height:100%;  
    background: #0e0f17; 
    font-family: Arial;
    color: #435d6b;
    font-size: 11px;
}


a {color: #435d6b; text-decoration: underline;}

#page {
    text-align: center;
}

#main {
    margin: 0 auto;
    width: 801px;    
    min-height: 940px;
    height: auto !important;
    height: 940px; 
    background: url('../images/background_head.jpg') no-repeat;
    text-align: left;
    line-height: 15px;
}


.content {
    margin-top: 60px;
    width: 801px;  
    float: left;
    background: url('../images/background_content.gif');
}

.content_bg_top{
    width: 801px;
    float: left;  
    background: url('../images/background_content.jpg') no-repeat;
}


.content_left {
    width: 540px;
    float: left;  
}


.content_right {
    margin: 35px 0px 0px 30px;
    display: inline;
    float: left;    
    width: 210px;    
}

.flash_box{
    width: 801px;
    height: 120px; 
    margin: 240px 0px 22px 20px;
    float: left;    
    display: inline;
}

.roadburn {
    margin: 35px 0px 12px 35px;
    float: left;
    display: inline;
    height: 289px;
    width: 502px;
    background: url('../images/line_dotted_left.gif') repeat-x bottom left;
}

.roadburn .imgleft {
    float: left;
    width: 220px;
    height: 170px;
    position: relative;
}

.roadburn .imgleft img {
    position: absolute;
    top: -125px;
    left: 0;
}

.cd_box {
    margin: 10px 0px 12px 35px;
    float: left;
    display: inline;
    height: 240px;
    width: 502px;
    background: url('../images/line_dotted_left.gif') repeat-x bottom left;
}

.cd_box .imgleft {
    float: left;
    width: 220px;
    height: 170px;
    position: relative;
}

.cd_box .imgleft img {
    position: absolute;
    top: 0;
    left: 0;
}

.tshirt_box {
    margin: 10px 0px 12px 35px;
    float: left;
    display: inline;
    height: 210px;
    width: 502px;
    background: url('../images/line_dotted_left.gif') repeat-x bottom left;    
}


.tshirt_box .imgleft {
    float: left;
    width: 220px;
    height: 190px;
    position: relative;    
}

.tshirt_box .imgleft img {
    position: absolute;    
    top: 0;
    left: -10px;
}


.roadburn .main
.cd_box .main,
.tshirt_box .main {
    float: left;
    width: 280px;
}




/* middle content */

.item {margin-top: 20px;}

.img_header {
    padding: 0px 0px 10px 0px; 
}

.body {
    padding-right: 0px;
}

.liveshows_box {
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url('../images/line_complete_right.gif') no-repeat bottom left;     
}
.liveshows_box .img_header {margin-bottom: 10px;}
.liveshows_box p {margin-bottom: 15px;}


.news_item {
    background: url('../images/line_dotted_right.gif') no-repeat bottom left;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 15px 0px;
}

.news_item_last {
    background-image: none;
    margin: 10px 0px 5px 0px;
    padding: 5px 0px 20px 0px;
}