/* @group Layout */

body {
	margin: 10px;
}

.clear {
	clear: both;
}

.clear_uke {
	clear:left;
}

.wrapper, .footer {
	width: 798px;
	margin: 0 auto;
}

.header {
	height: 169px;
	background-image: url(../images/header.jpg);
}

.header h1, .header h2 {
	margin: 0;
	text-indent: -9999px;
}

.header .contact_info {
	padding: 7px;
}

.product_menu {
	width: 113px;
	float: left;
}

.content_wrapper {
	margin-left: 114px;
}

.page_menu {
	float: right;
	width: 286px;
	height: 22px;
	position: relative;
}

.page_menu_items {
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	margin-top: 1px;
}

.page_menu_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.sidebar {
	position:relative;
	float: right;
	clear: right;
	margin-top: 14px;
	width: 138px;
	z-index: 3;
}

.sidebar h3 {
	margin: 0;
	text-indent: -9999px;
}

.sidebar h2 {
	margin: 0;
	text-indent: -9999px;
}
.sidebar h1 {
	margin: 0;
	text-indent: -9999px;
}
.content {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 166px;
	z-index: 2;
}
.contact_content {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 166px;
	padding:5px;
	border: #FF9 thin solid;
	z-index: 2;
}
.content2 {
	margin-top: -10px;
	margin-bottom:-10px;
	margin-left: 20px;
	margin-right: 166px;
	z-index: 2;
}

.bio1 {
	margin-top:18px;
	float:left;
	width:93px;
	height:75px;
	position:relative;
}

.bio2 {
	margin-left: 94px;
	padding: 5px;
	position: relative;	
}

.title {
	padding: 8px;
	margin-top: 10px;
	margin-left: 30px;
}

.title2 {
	padding: 5px;
	float: left;
	width: 200px;
	text-align: center;
}
.banner {
	position:relative;
	float:left;
	z-index:1;
	margin-bottom:0px;
}
.intro {
	margin-top:12px;
	padding:8px;
	background-color:#3f1200;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;	
}

.ukulele_banner {
	text-align:right;
	margin-top:-35px;
	margin-bottom:-23px;
	z-index: 0;
}

.lesson_banner {
	text-align:left;
	margin-top:-18px;
	margin-bottom:-23px;
	z-index: 0;
}
.free_shipping {
	margin-left:30px;
	margin-top:-1px;
}


/* @end */

/* @group Style */

body {
	background-color: black;
	color:#FFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

p.black_bold {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	font-weight:bold;	
}

p.red_bold {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#C00;
	font-weight:bold;	
}

p.white_bold {
	font-weight:bold;	
}

.text {
	letter-spacing:.5px;
}

.tiny_text {
	font-size:9px;
	color:#FF0;
}
.tiny_text_white {
	font-size:9px;
	color:#FFF;
}
.wrapper {
	border: 1px solid #ded7d0;
	background: #c14e00 url(../images/uke_bg.jpg) no-repeat center top;
}

.header {
	color: white;
}

.header .contact_info * {
	margin: 0;
	font: 14px "Century Gothic", Futura, Verdana, sans-serif;
	font-weight:bold;
	text-align: right;
	text-shadow: black 1px 1px 3px;
	letter-spacing: 1px;
}

.product_menu {
	background: black url(../images/product_menu_bg.jpg) no-repeat scroll left bottom;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.product_menu ul, .page_menu ul, .footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.product_menu a {
	display: block;
	color: white;
	font: 18px "Century Gothic", Futura, Verdana, sans-serif;
	font-weight:bold;
	padding: 0 0 4px 4px;
	text-decoration: none;
	text-shadow: black 1px 1px 3px;
}

.product_menu ul li:hover {
	background-color:#F90;
}

.page_menu {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background: url(../images/header.jpg) right bottom;
}

.page_menu_bg {
	background-color: black;
	opacity: 0.5;
}

.page_menu li {
	display: inline;
	margin-left: 11px;
}

.page_menu a {
	font: 14px "Century Gothic", Futura, Verdana, sans-serif;
	text-decoration: none;
	text-shadow: black 1px 1px 3px;
	color: white;
}

.page_menu a:hover {
	text-decoration:underline;	
}

.breadcrumb {
	font: 10px "Verdana", Futura, sans-serif;
	color: #F90;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration:underline;
	font-weight:bold;
}
.breadcrumb a:visited {
	color:#FFF;	
}

.breadcrumb a:hover {
	color:white;	
}

.content a {
	color:#FFC;
}
.content a:visited {
	color:#FFF;
}
.sidebar {
	background-color: #ffeed0;
	border: 1px solid black;
	border-right-style: none;
	padding: 5px;
	text-align:center;
}
.sidebar h1 {
	background-image:url(../images/join.png);
    background-repeat:no-repeat;
	margin-left:38px;
	height:23px;
}
.sidebar h3 {
	background-image:url(../images/specials.png);
    background-repeat:no-repeat;
	height:18px;
	margin-left:14px;
}
.sidebar h2 {
	background-image:url(../images/news.png);
    background-repeat:no-repeat;
    height:17px;
	margin-left:31px;
}
.sidebar hr {
	height: 1px;
	color: #aa3d00;
	background-color: #aa3d00;
	border-width: 0;
	width: 80%;
}

.footer {
	text-align: center;
	margin-top: 20px;
	color: white;
}

.footer li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

.footer a {
	color: white;
}
.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	text-shadow:#000;
	letter-spacing:.7px;
	color:#FFC;
	font-variant:small-caps;
}
/* @end */
