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

body  {
	font: 85% Tahoma, Arial, Helvetica, sans-serif;
	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;
	background-color: #2a3555;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
.clear {
	clear: both;
}

.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #42536e;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#proname {
	font-size: 16px;
	font-weight: bold;
	color: #42536E;
}
#descprint {
	font-size: 10px;
	color: #666666;
	border: 1px none #999999;
}


.twoColFixLtHdr #header {
	text-align: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
} 
.twoColFixLtHdr #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: 0;
	font-size: 175%;
	font-weight: normal;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 110px 10px 15px 20px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 265px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#main-nav {
	color: #FFFFFF;
	font-size: 200%;
	list-style-type: none;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-left: 22px;
}
#main-nav a {
	color: #FFFFFF;
}
#main-nav  a:hover {
	color: #FF6600;
	text-decoration: none;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FF6600;
	word-spacing: 4px;
	padding-left: 5px;
}


.sidebar-box {
	color: #FFFFFF;
	background-image: url(../images/bg_sidebar-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	width: 195px;
	padding: 10px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sidebar-box h3 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 135%;
	font-weight: bold;
}


#main-nav li {
	margin-bottom: 15px;
}
.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;
}
#container-footer {
	width: 1060px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(../images/bg_footer.gif);
	padding: 65px 0 0 0;
	height: 142px;
	background-repeat: no-repeat;
}
#footer-nav {
	float: right;
	width: 250px;
	margin-left: 145px;
	font-size: 75%;
	text-align: right;
	color: #8997ae;
	margin-right: 60px;
}
#footer-nav .float-right {
	margin-left: 25px;
	text-align: right;
}
#footer-nav a {
	color: #e6e9ef;
	text-decoration: none;
}
#footer-nav a:link {
	color: #e6e9ef;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #e6e9ef;
	text-decoration: underline;
}
#footer-nav a:visited {
	color: #e6e9ef;
	text-decoration: none;
}

.twoColFixLtHdr #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: 0 50px 10px 60px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #8997ae;
}
#footer h1 {
	font-size: 75%;
	font-weight: bold;
	color: #e6e9ef;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 5px 60px;
}
.box680 {
	background-color: #FFFFFF;
	background-image: url(../images/bg_box680.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 680px;
	margin-bottom: 10px;
	height: 100%;
}
.box220 {
	background-color: #FFFFFF;
	background-image: url(../images/bg_box220.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 220px;
	margin-bottom: 10px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	color: #CCCCCC;
}
img a {
}

.content {
	padding: 8px 20px 8px 20px;
	font-family: "trebuchet MS", Arial;
	color: #666666;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}


h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2a3656;
	font-size: 300%;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2a3656;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #6699CC;
	font-size: 16px;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
img a {
}
a:link {
	text-decoration: none;
}

img a:hover {
}
#header-nav a {
}
#header-nav a:hover {
}

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

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.box680 .content img {
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
#header a {
}

.box680 .content .left-col {
	float: left;
	width: 285px;
	height: 340px;
	padding-top: 28px;
	margin-right: 25px;
}
.content .left-col #btn-addtocart {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 5px;
}
.content .left-col h1 {
	font-size: 250%;
}

.track-list {
	font-size: 80%;
	line-height: 17px;
}
.featured-price {
	padding: 0px;
	color: #2a3656;
	font-size: 275%;
	font-weight: bold;
	margin: -20px 0px 0px 0px;
}
#sidebar1 h3 {
	color: #FFFFFF;
}
#prod {
	font-family: "trebuchet MS", Arial;
	font-size: 24px;
	color: #999999;
	float: none;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#prod a:hover {
	color: #42536E;
	text-decoration: none;
}
img {
	padding: 5px;
}
img a {
}

h1 a {
	color: #FFFFFF;
}
h1 a:hover {
	color: #FF6600;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FF6600;
	text-decoration: none;
	padding-left: 5px;
}
#music {
}
#music a {
	text-decoration: none;
}
#music a:hover {
	color: #FFFFFF;
}

#cartpic
{
	padding-left: 0px;
	float: right;


}

#cartpic a
{
	color: #FFFFFF;


}
