@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	background: #e6e6e6 url(../pix/bodyback.gif) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #bc0041;
	text-decoration: none;
}

a:visited {
	color: #bc0041;
	text-decoration: none;
}

a:hover {
	color: #bc0041;
	text-decoration: underline;
}



#container { 
	width: 744px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #FFFFFF url(../pix/ssri-header.jpg) no-repeat;
	height: 273px;
} 

#header a {
	color: #626262;
	text-decoration: none;
}

#header a:visited {
	color: #626262;
	text-decoration: none;
}

#header a:hover {
	color: #bc0041;
	text-decoration: none;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 24px;
	color: #b0b0b0;
	padding-left: 147px !important;
} 

#navLevel1 {
	padding-top: 165px;
	padding-bottom: 5px;
	padding-right: 9px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

#navLevel1 li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	padding-right: 14px;
	color: #636161;
	font-weight: bold;
}

#navLevel1 .active {
	font-weight: bold;
	color: #bc0041 !important;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	border-left: 1px dotted #DDD;
}

#sidebar li {
	list-style: square;
	padding-bottom: 8px;
}

#sidebar ul {
	padding-left: 15px;
}

#mainContent { 
	margin: 0 255px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 125%;
	color: #333333;
} 


#mainContentFull { 
	margin: 0 10px 0 0; 
	padding: 0 20px;
	line-height: 125%;
	color: #333333;
} 

#footer { 
	border-top: 1px dotted #DDD;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #666666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.newsplug {
	color: #999999; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/************************
	ALBUM PAGES
*************************/

#albumDetail {
	width: 440px;
}


#albumDetail h2 {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

.albumInfo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}

#albumBuy {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}


#albumBuy li {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
	text-align: center;
	background-color: #f2f2f2;
	width: 160px;
}

#albumBuy li:hover {
	background-color: #f8f8f8;
}

#albumBuy a:hover {
	text-decoration: none;
}

#albumBuy .nohover:hover {
	background-color: #f2f2f2;
}

#albumTracks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#albumTracks td {
	padding-right: 20px;
}

.noRIghtPadding {
	padding-right: 0;
}


#musicCatalog th {
	font-size: 10px;
	color: #999999;
	border-bottom: dotted 1px #CCC;
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 20px;
}

#musicCatalog td {
	padding-top: 5px;
	padding-right: 20px;
}

#musicCatalog .tiny {
	font-size: 9px;
	color: #999999;
}



<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; }
 #mainContentFull { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->



