/*#############################################################
Name: Master Hand Violin Shop
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #B41;}

a:hover {color: #300;}

body {
	background: #FFF url(img/bg.jpg);
	color: #111;
        text-align: justify;
	font: normal 62.5% "Palatino", "Palatino Linotype", "Book Antigua", serif;
	margin: 3% 0;
        padding: 0;
}


p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1,h2,h3 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #FFF;
	color: #111;
	display: block;
	font-size: normal 62.5%;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1 {color: #B41;
          text-align: center;
}

h2 {color: #B41;
           text-align: left;
           padding: 6px 6px;
}

h3 {color: #B41;
    padding: 6px 1px;
}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #300;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #300;
        
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(img/header1.jpg) no-repeat;
	font: normal 2.4em "Palatino", serif;
	line-height: 218px;
	text-align: center;
        color: #FFF

} 


/* structure */
.top {
	background: #300;
	color: #111;
	float: left;
	font: normal 1.4em "Palatino", serif;
	height: 50px;
	text-align: center;
width: 639px;

}

.subnav {
	float: left;
        width: 160px;

}

.main {
	float: left;
        width: 480px;

}

.main_right {
	float: right;
        width: 200px;
	color: #FFF;
}


/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #B41;
	font: bold 1.1em "Palatino", serif;
	line-height: 24px;
	padding-left: 8px;
}

.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #360C05;
	list-style: none;
}
.subnav li a {
	background: #FFFFFF;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #360c05;
	color: #B41;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #FFF;}
.footer a:hover {color: #FFFFFF;}

