@charset "UTF-8";
/* CSS Document */

#homeContentWrapper {
width:988px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#ffffff;
background-color:#333333;
}

#homeContentWrapper img {
border:none;
}

#homeContentTop {
padding:20px 0 20px 20px;
background-color:#333333;
}

#homeContentShop {
padding:25px 0 25px 22px;
background-color:#202020;
}

#storeTitle {
margin:0 0 10px 5px;
width:521px;
}

.product {
background-image:url(images/bg_product.gif);
background-repeat:no-repeat;
width:177px;
height:150px;
float:left;
}

.product img {
margin:10px 0 10px 10px;
}

.product div {
margin-left:5px;
}

#homeContentBot {
padding:20px 0 20px 20px;
}

#homeContentWrapper a:link, #homeContentWrapper a:visited {
	color:#f3a036;
	text-decoration:none;
	padding-left:10px;
	background-image:url(images/bg_link.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#homeContentWrapper a:hover {
	text-decoration:underline;
}

#featureWrapper {
width:536px;
height:276px;
background-image:url(images/bg_feature.gif);
background-repeat:no-repeat;
float:left;
margin-right:20px;
}

#featureFlash {
width:512px;
height:252px;
overflow:hidden;
margin:12px 0 0 12px;
}

#mediaWrapper {
width:536px;
height:399px;
background-image:url(images/bg_media.gif);
background-repeat:no-repeat;
float:left;
margin-right:20px;
}

#mediaInset {
margin:7px 12px 0 12px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#ffffff;
}

#mediaInset img {
float:left;
border:none;
}

#mediaInset br {
line-height:13px;
}

#mediaInset #on {
background-color:#f3a038;
color:#FFFFFF;
}

#mediaInset a:link, #mediaInset a:visited {
background-image:none;
padding:0px 10px 0 8px;
color:#b4b4b4;
text-decoration:none;
}

#mediaInset a:hover {
text-decoration:none;
color:#ffffff;
}

#mediaHolder {
width:512px;
height:345px;
background-color:#333333;
}

.song1 {
padding:12px 12px 14px 12px;
}

.song2 {
background-color:#292929;
padding:12px 12px 14px 12px;
}

.audioTitle {
margin-bottom:5px;
}

.mediaTab  {
float:right;
text-transform:uppercase;
height:35px;
padding:0px 20px;
background-image:none;
font-weight:bold;
}

.vertDivider {
width:2px;
height:262px;
background-image:url(images/bg_divider.gif);
background-repeat:repeat-y;
float:left;
margin-top:7px;
margin-right:27px;
line-height:0px;
}

.horDivider {
width:100%;
height:2px;
background-image:url(images/bg_divider.gif);
background-repeat:repeat-x;
line-height:0px;
font-size:0px;
}

#wordWrapper {
float:left;
margin-top:7px;
width:355px;
text-align:justify;
}

#shedFeatures {
width:360px;
height:140px;
margin-top:20px;
}

.newsInput {
background-color:#666666;
font-size:12px;
line-height:normal;
border-top:#222222 solid 1px;
border-left:#222222 solid 1px;
border-right:#aaaaaa solid 1px;
border-bottom:#aaaaaa solid 1px;
width:215px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
padding:4px 0px 4px 4px;
margin-top:10px;

}

#wordScroll {
/* Typical fixed height and fixed width example */
height:167px;
overflow: auto;
margin-top:18px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.clearBoth {
clear:both;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 15px;
background: #949494;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 0px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 15px;
}
.vscrollerbarend {
/* height of this element should be set */
height: 0px;
width: 15px;
}

.vscrollerbase {
width: 15px;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 15px;
height: 15px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(images/img_arrowup.gif);
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 15px;
width: 15px;
background: url(images/img_arrowdown.gif);
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 17px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 36px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */