﻿  /* CSS layout */
body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	border: #FFFFFF 0px solid;
	color: #333333;
	font-size: small;
}
h1 {
	color: #CC6600;
	font-size: medium;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
#container {
	margin: 10px auto 10px auto;
	min-width: 600px;
	width: 980px;
	clear: both;
	height: 430px;
}
#header {
	height: 146px;
	width: 100%;
}
#header_pic1 {
	position: relative;
	width: 11%;
	height: 80px;
	background-image: url('../images/sheet-music-top-left-logo.jpg');
	background-repeat: no-repeat;
	float: left;
}
#checkout {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	width: 20%;
	float: right;
	height: 80px;
	position: relative;
}
#header_title {
	padding: 0px 0px 0px 10px;
	width: 27%;
	float: left;
	left: 0px;
	height: 80px;
	position: relative;
	top: 0px;
}
#header_sub1 {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	width: 35%;
	float: left;
	height: 80px;
	position: relative;
	padding-left: 20px;
	text-align: center;
	color: #808080;
}
#menu_bar_top	{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	background-color: #CFD6E0;
	height: 16px;
	border-right: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #858B9B;
	position: relative;
	width: 100%;
	float: left;
	text-align: right;
	color: #FFFFFF;
	vertical-align: middle;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 4px;
}
#menu_bar_bottom {
	border: 1px solid #858B9B;
	background-color: #E4E7EF;
	height: 16px;
	width: 100%;
	float: left;
}
#menu_horz1 {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #858B9B;
	text-align: left;
	width: 35%;
	left: 0px;
	float: left;
	top: 0px;
}
#menu_horz2 {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #858B9B;
	text-align: right;
	width: 36%;
	left: 0px;
	float: left;
	top: 0px;
}
.menu_horz_text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
}
a.menu_horz_text:link {
	color: #0033CC;
	font-weight: normal;
}
a.menu_horz_text:visited {
	color: #0033CC;
}
a.menu_horz_text:active {
	color: #0033CC;
}
a.menu_horz_text:hover {
	color: #CC9933;
	text-decoration: underline;
}
#top_search {
	position: relative;
	width: 29%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
	top: 0px;
	left: 0px;
	height: 40px;
}
#top_nav {
	margin: 10px 0px 10px 0px;
}
#left_col {
	width: 19%;
	float: left;
	height: 972px;
}
#left_col_menu1 {
	float: left;
	height: auto;
	width: 100%;
}
#left_col_menu2 {
	width: 100%;
	float: left;
}
#left_col_menu3 {
	width: 100%;
	float: left;
}
#left_col_menu4 {
	width: 100%;
	float: left;
}
#adbox {
	text-align: center;
	padding: 10px 10px 10px 20px;
}
.menu-titles {
	background-color: #BBC3D3;
	background-image: url('../images/menutitle-corner-left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	COLOR: #FFFFFF;
	font-weight: bold;
	text-indent: 12px;
	padding: 2px 0px 2px 0px;
	height: auto;
	text-align: left;
}
.menu-table {
	background-color: #F8F8F9;
	border: #BBC3D3 1px solid;
}

#page_content {
	position: relative;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	margin-left: 19%;
	left: 3px;
	width: 80%;
}
#page_body {
	width: 70%;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#page_body_wide {
	width: 90%;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#page_right {
	width: 24%;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
	float: right;
}
#footer_msg {
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
#footer {
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #808080;
}

/* NON-MENU LINK COLORS */

a:link		{
	color: #003399;
	text-decoration: none;
}

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

a:active	{ color: #003399; text-decoration: none; }

a:hover		{ color: #0066FF; text-decoration: none; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}

.title 		{
	color: #CC6600;
	font-size: medium;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.subtitle 	{ color: #000000; font-size: x-small; font-family: verdana, arial, sans-serif; font-weight: bold; }
.priceeach {
	font-size: small;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.smallcopy 	{ font-size: xx-small; font-family: verdana, arial, sans-serif; font-weight: normal; }

.testimonial	{ COLOR: #339900; font-size: xx-small; font-weight: bold; font-style: italic; }

.formmargin	{ margin: 0px; }










/* PRODUCT LINKS */

.productlink		{ font-size: x-small; font-family: verdana, arial, sans-serif; font-weight: normal; }

a.productlink:link	{ color: #003399; text-decoration: underline; }

a.productlink:visited	{ color: #003399; text-decoration: underline; }

a.productlink:active	{ color: #003399; text-decoration: underline; }

a.productlink:hover	{ color: #0066FF; text-decoration: underline; }








/* PRODUCT STYLES */

.order-box	{
		background-image: url('../picts/order-box.jpg');
		width: 211px;
		height: 211px;
		}

.formmargin	{ margin: 0px; }


.product-borders	{ border: #000000 0px solid; } /* THIS CAN BE SET TO 1px */

.thumb-borders		{ border: #000000 0px solid; } /* THIS CAN BE SET TO 1px */

.product-title 	{ color: #CC6600; font-size: medium; font-family: arial, sans-serif; font-weight: bold }

.list-title	{ color: #000000; font-size: small; font-family: arial, sans-serif; font-weight: bold }

.price 		{ color: #3366FF; font: 18px arial, sans-serif; letter-spacing: 0px; font-weight: bold; text-decoration: underline; }

.options	{ width:125px; margin-top: 15px; margin-bottom: 3px; font-size: 11px; }

.shipping	{ width:125px; margin-top: 3px; margin-bottom: 8px; font-size: 11px; }







/* PAGE TOP AND BOTTOM BORDER AREAS */

.bar-endtop	{
		width: 283px;
		height: 32px;
		padding: 0px 0px 0px 0px;
		}


.page-splits	{ COLOR: #669999; height: 1px; BORDER-TOP: #858B9B 0px solid; width: 100%; }


/* PAGE IMAGE BORDERS */

.borders	{ border: #000000 1px solid; }






/* CONTACT FORM */

.submitbutton	{ font-size: 13px; }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url('../picts/shadeform.gif');
		text-align: left;
		WIDTH: 200PX;
		BORDER: #999999 1px solid; }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url('../picts/shadeform.gif');
		text-align: left;
		WIDTH: 250PX;
		BORDER: #999999 1px solid; }

.dropdown 	{ COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px verdana, arial, sans-serif; }






 /* NEWSLETTER FORM STYLE */

.newstable	{ width: 136px; margin-top:1px; margin-bottom:8px; border: #858B9B 0px solid; }

.newstext	{ COLOR: #000000; FONT: 11px arial, verdana, sans-serif; font-weight: normal  }

.newsform  	{ WIDTH: 100PX;
		HEIGHT: 18PX;
		FONT: 11px arial, sans-serif;
		BORDER: #000000 1px solid; }






/* SEARCH BOX STYLES */

.search-box	{ color: #666666; font: 10px arial, sans-serif; font-weight: normal; }










/* SIDEBAR BORDERS AND COLORS */

.boxtext 	{ FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

/* SIDEBAR IMAGE BORDERS */

.bordersSB	{ border: #858B9B 1px solid; }








/* LEFT MENU LINK COLORS AND FONTS */

.menu_vert_text    	{
	font-weight: normal;
	padding: 0px 0px 0px 17px;
	line-height: 19px;
	background-image: url('../images/menu-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}





/* START THE CODE FOR THE HORIZONTAL MENUS */


a.menu_vert_text:link {
	color: #0033CC;
	font-weight: normal;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
}
a.menu_vert_text:visited {
	color: #0033CC;
}
a.menu_vert_text:active {
	color: #0033CC;
}
a.menu_vert_text:hover {
	color: #CC9933;
	text-decoration: underline;
}
#price_col {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: normal;
}
.price_title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	COLOR: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	height: 20px;
	text-align: center;
	margin-top: -18px;
}
.price_title_topleft {
	background-color: #DDB0DD;
	background-image: url('../images/pricetitle-corner-left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
}
.price_title_topright {
	background-color: #DDB0DD;
	background-image: url('../images/pricetitle-corner-right.gif');
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -20px;
	width: 200px;
	float: right;
	height: 19px;
}
.price_table {
	background-color: #F8F8F9;
	border: 1px solid #DDB0DD;
	text-align: center;
}
.price_table_inner {
	border-style: none;
	background-color: #F8F8F9;
	text-align: center;
	width: 100%;
}
