* {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}

body,td,th {
}
body {
	background-color: #A5BFE2;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-image: url(../imgs/spuare_ltblue.jpg);
	background-repeat: repeat;
}
a:link {
	color: #B84523;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B84523;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}
h1 {
	font-size: x-large;
	color: #003366;
}
h2 {
	font-size: large;
	color: #003366;
}
h3 {
	font-size: medium;
	color: #003366;
}
h4 {
	font-size: medium;
	color: #CC6666;
}
h5 {
	font-size: small;
	color: #CC6666;
}
h6 {
	font-size: x-small;
	color: #CC6666;
}
#container {
	border: none;
	margin-top: 19px;
	width: 870px;
	margin-right: auto;
	max-width: 870px;
	margin-left: auto;
}
#design {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 12px;
	color: #EAD6CD;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#masthead_contact {
	font-size: 14px;
	font-weight: bold;
	color: #DDE6F0;
	float: right;
	padding-top: 0px;
	padding-right: 8px;
	text-align: right;
	margin-top: -19px;
}
.masthead_head {
	color: #FFFFFF;
	float: left;
	z-index: 2;
}

.button {
	color: #FFFFCC;
	background-color: #003366;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption {	font-size: 11px;
	color: #666666;
}
.form_label {
	font-size: 12px;
	color: #663333;
	font-weight: bold;
}
.input {
	font-size: 11px;
	color: #666666;
	background-color: #DED7CF;
	border-color: #A79281;
	border-style: solid;
	border-width: 1px;
}
.textarea {
	font-size: 11px;
	color: #666666;
	background-color: #DED7CF;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.error_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
.breakout_table {
	color: #663333;
	background-color: #F3D3B4;
	display: table;
	margin: 10px;
	padding: 5px;
	float: right;
	border: 1px solid #03343B;
	-moz-border-radius: 0.5em;
	-moz-outline-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.breakout_table td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:11px;
	padding-left: 4px;
	padding-top: 2px;
}
.breakout_table ul {
	font-size: small;
	color: #582C2C;
	list-style-position: outside;
	list-style-type: square;
}
.breakout_table th {
	font-size: medium;
	color: #D2BD9D;
	background-color: #9C8770;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
.breakout_table caption {
	font-size: small;
	color: #555;
	font-weight: 100;
}
#masthead_contact a:link, #masthead_contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead_contact a:hover, #masthead_contact a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.product_descrip {
	font-size: small;
	font-weight: 300;
	border-color: #DED7CF;
	border-style: solid;
	border-width: 1px;
}
.super {
	font-size: 10px;
	line-height: 15px;
	font-weight: 100;
	margin-bottom: 8px;
}
dt {
	font-weight: bold;
	margin-top: 15px;
}
td.leftcol {
	background-image: url(../imgs/suzanne-frank-column-blue3.jpg);
	background-repeat: no-repeat;
	height: 420px;
	width: 210px;
	vertical-align: top;
	}
#container .internal_section .body_top {
	background-image: url(../imgs/images/images/sf_body_top_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 38px;
	z-index: 2;
}
#container .internal_section .td_main_text_cell {
	background-image: url(../imgs/images/images/sf_body_main_bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: left;
    z-index: 1;
}
#container .internal_section .body_footer {
	background-image: url(../imgs/images/images/sf_body_footer_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 2;
}
#container table .internal_section {
	width: 620px !important;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation System */

#navcontainer {
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 120%;
	display: block;
	font-weight: bold;
	padding: 65px 0 0 12px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 5px 0 5px 10px;
	width: 170px;
	color: #003366;
	text-decoration: none;
	font-size: 120%;
}

#navcontainer a:hover
{
	color: #DE4B29;
	text-decoration: none;
	background-image: url(../imgs/images/shmutz.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 120px;
	color: #003366;
	text-decoration: none;
	font-size: 100%;
}

#navcontainer ul ul a:hover
{
	color: #F3392D;
	text-decoration: none;
}.masthead {
	background-image:  url(../imgs/suzanne-frank-masthead-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
}
.logo {
	z-index: 1;
	left: 0px;
	top: 0px;
}
.footer {
    font-size: 70%;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: underline;
	color: #003366;
}
.footer a:active {
	text-decoration: underline;
	color: #FF0000;
}
#main_text_area {
	font-size: 90%;
	color: #000000;
	margin: 0 auto 10px auto;
	width: 550px;
}
.td_main_text_cell {
	background-image: url(../imgs/images/sf_body_main_bkgnd.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 20px;
}
#container .internal_section .td_main_text_cell #main_text_area h1 {
	background-image: url(../imgs/heading_underline.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container .internal_section .td_main_text_cell #main_text_area p {
	padding-left: 15px;
	line-height: 1.45em;
}
#container .internal_section .td_main_text_cell #main_text_area .tracknumber {
	font-size: 9px;
}
#container .internal_section .td_main_text_cell #main_text_area .play_sample {
	margin-right: auto;
	margin-left: auto;
}
#container .internal_section .td_main_text_cell #main_text_area caption {
	font-size: 70%;
	color: #999999;
}
#container .internal_section .td_main_text_cell #main_text_area tr.oddrow {
	font-size: 80%;
	background-color: #DDE7F4;
}
#container .internal_section .td_main_text_cell #main_text_area table tr.evenrow {
	font-size: 80%;
	background-color: #ECF1F9;
}
#container .internal_section .td_main_text_cell #main_text_area table td.tracktitle {
	font-size: 110%;
	padding: 2px 0 2px 5px;
}
#container .internal_section .td_main_text_cell #main_text_area table th {
	border-bottom: 1px solid #000000;
}
/* Form Controls */

.button {
	color: #FFFFCC;
	background-color: #333333;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption {	font-size: 11px;
	color: #666666;
}
.form_label {
	font-size: 12px;
	color: #FFCC88;
	font-weight: bold;
}
.input {
	font-size: 11px;
	color: #666666;
	background-color: #B3B5C4;
}
.textarea {
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.error_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
/* End Form Controls */

.subtitle {
	font-size: .9em;
	color: #A36527;
	margin-top: -1em;
	padding-top: 0px;
}

.rounded {
	-moz-border-radius: 0.7em;
	-moz-outline-radius: 0.7em;
	-webkit-border-radius: 0.7em;
}