/** Structure  **/

body {
	background-color: #ffffff;
	background-image: url('../images/new_background.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, arial;
	font-size: 12px;
}

a, a:visited{
	font-size: 13px;
	padding: 0px;
	color: #b5111b;
	text-decoration: underline;
	font-weight: normal;	
}

a:active, a:hover{
	font-size: 13px;
	padding: 0px;
	color: #b5111b;
	text-decoration: none;
	font-weight: normal;		
}

#container {
	margin: auto auto;
	width: 938px;
	padding: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

#content {
	background-color: #cdcdcd;
	clear: both;
	min-height: 400px;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content h2 {
	padding: 0 0 0 20px;
	color: #b5111b;
}

#content p {
	padding: 0 0 0 20px;
	width: 90%;
}

img {
	border: 0px;
}

/** Header **/

#header {
	background-color: #000000;
	width: 100%;
	height: 140px;
	padding: 0px;
	margin: 0px;
}

#header div {
	float: left;
}

#header p {
	width: 740px;
	color: #ffffff;
	font-size: 12px;
	padding-left: 20px;
}

#header p img {
	margin-bottom: 6px;
	margin-left: -3px;
}

/** Navigation **/

#navigation {
	background-image: url('../images/new_nav_back.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 31px;
	margin: -15px 0 0 0;
}

#navigation ul {
	margin-left: -20px;
}

#navigation ul li {
	float: left;
	color: #ffffff;
	list-style-type: none;
	padding: 5px 3px 0px 0px;
}

#navigation ul li a, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#navigation ul li a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}

#rightpanel {
	margin-left: 260px;
	width: 665px;
	padding: 0 0 0px 10px;
}

#rightpanel .banners {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}

#leftpanel {
	width: 240px;
	margin-left: -100%;
	float: left;
	padding: 0 0 0 15px;
}

.left-panel-box {
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 5px;
}

#container #content .left-panel-box h2 {
	width: 230px;
	background-color: #b5111b;
	font-size: 12px;
	text-align: left;
	padding: 2px 0 2px 10px;
	color: #ffffff;
}

#twitter {
	padding: 0px;
}

#twitterfooter {
	background-color: #b5111b;
	text-align: left;
	padding: 10px 0 10px 10px;
	color: #ffffff;	
	height: 40px;
}

#twitterheadertext {
	padding: 0 0 30px 25px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#twitterfooter img {
	width: 75px;
	padding-top: 12px;
}

#twitterfooter a {
	font-size: 8px;
	color: #ffffff;
	text-decoration: none;
}

#twittertext {
	padding: 0 0 0px 15px;
}

/** Social Media buttons in header **/

#headerbuttons {
	float: right;
	margin: -41px 0px 0 0;
	width: 360px;
}

#headerbuttons img {
	float: right;
	margin: 0px 5px 0 0;	
}

/** Social Media buttons **/

#follow-source {
	text-align: center;
}

#follow-source #buttons {
	padding: 0 0 0 65px;
}

#follow-source #buttons div {
	float: left;
}

#follow-source #enews {
	width: 100%;	
}

/** featured-artist **/

#featured-artist {
	margin-top: -8px;
}

#featured-artist p {
	margin-left: 0px;
	padding-left: 10px;
	font-size: 9px;
}

#featured-artist .name {
	font-size: 15px;
	font-weight: bold;
	width: 100px;
	word-wrap: break-word;
}

#featured-artist a, a:visited {
	font-size: 11px;
	padding: 0px;
	color: #b5111b;
	text-decoration: underline;
	font-weight: normal;
	line-height: 7px;
}

#featured-artist img {
	border: 0px solid #ffffff;
	float: right;
	margin: 0 5px 0 0;
	padding: 5px;
}

#featured-artist a:hover, a:active {
	text-decoration: none;
}

/** latest-news **/

#latest-news p {
	font-size: 11px;
	margin-left: 0px;
	padding-left: 10px;
	font-weight: bold;
}

#latest-news a, a:visited {
	font-size: 11px;
	padding: 0px;
	color: #b5111b;
	text-decoration: underline;
	font-weight: normal;
}

#latest-news a:hover, a:active {
	text-decoration: none;
}

/** generic-panel **/

.first-panel {
	margin-top: -10px;
}

#generic-panel p {
	font-size: 11px;
	margin-left: 10px;
	font-weight: normal;
	padding: 0px;
}

#generic-panel a, a:visited {
	font-size: 11px;
	color: #b5111b;
	text-decoration: underline;
	font-weight: normal;
}

#generic-panel a:hover, a:active {
	text-decoration: none;
}

.repeated-block {
	width: 90%;
	margin: auto auto;
	background-color: #a1a1a0;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	overflow: auto;
}

.repeated-block h3 {
	color: #ffffff;
	background-color: #b5111b;
	margin: 0px;
	padding: 3px 0px 3px 15px;
}

.repeated-block p {
	color: #000000;
}

.repeated-block a, a:visited {
	color: #b5111b;
	text-decoration: none;
}

.repeated-block a:hover, a:active {
	color: #b5111b;
	text-decoration: underline;
}

.repeated-block .imgright {
	float: right;
	padding: 0 10px 10px 0;
}

.repeated-block .imgleft {
	float: left;
	padding: 0 10px 10px 0;
}

/** Footer **/

#footer {
	background-image: url('../images/new_footer_back.jpg');
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
	clear: both;
}

#footer p {
	color: #ffffff;
	padding: 8px 0 0 30px;
	font-size: 10px;
}

.mediabanners {
	margin: auto auto;
	width: 660px;
	margin-bottom: 2px;
}

#dealerlist, #dealercontent {
	padding-left: 50px;
}


#dealerlist {
	width:250px; 
	padding:0 0 20px 20px; 
	float:left;
}

#dealercontent {
	width: 620px; 
	padding: 47px 20px 10px 0; 
	float: right;
}

#dealercontent p a {
	padding:0px 30px 0px 0px;
}

.productthumb {
	float:left; 
	width:159px; 
	height:166px; 
	background-color: #fff; 
	margin: 0px 3px 3px 0px; 
	padding: 4px 2px 0px 2px; 
	text-align: center;
}

.productthumb a:hover {
	color:#000; 
	text-decoration: underline;
}

.productthumb p {
	margin: 3px 0px 0px 0px; 
	padding:0px; 
	line-height:1.1em;
}
	
.right {
	float: right;
	padding: 0px 50px 0px 0px
}

#featured-artists-block {
	margin: 0px;
}

.hhblink a, a:visited{
	font-size: 13px;
	padding: 0px;
	color: #b5111b;
	text-decoration: underline;
	font-weight: normal;	
}

.hhblink a:active, a:hover{
	font-size: 13px;
	padding: 0px;
	color: #b5111b;
	text-decoration: none;
	font-weight: normal;		
}

#whitebody {
	background-color: #ffffff;
	width: 902px;
	margin: -15px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
}

.twitter-post {
	width: 210px;
	border-bottom: 1px dotted #ffffff;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	word-wrap: break-word;
}

.twitter-post a {
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
	word-break: break-word;
}
