/* CSS Document */

body{
	margin: 0px;
	background-color: #332e28;
	padding-top: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 12px;
	line-height: 20px;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #a87830;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #87a138;
	font-weight: bold;
}


a {
	color: #a87830;
	text-decoration: none;
}
a:hover {
	color: #a87830;
	text-decoration: underline;
}
a:focus {outline: none;}

.clr {clear: both;}
#header {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
	height: 114px;
	padding-right: 10px;
}
.logo {
	float: left;
}
.header-text {
	float: right;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f0e0b4;
	line-height: 18px;
	font-size: 13px;
	padding-top: 26px;
}
.header-text a {
	color: #f0e0b4;
}



#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 21px;
}
#wrapper2 {
	background-image: url(../images/wrapper2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}
#wrapper3 {
	background-image: url(../images/wrapper3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 21px;
}
#content {
	padding-right: 16px;
	padding-left: 16px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 4px;
}

#left {
	width: 140px;
	float: left;
	padding-right: 7px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	margin: 0px;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav a {
	color: #332E28;
	display: block;
	line-height: 24px;
	height: 24px;
}
#nav a:hover {
	color: #a87830;
	text-decoration: none;
}
#nav .selected a {
	color: #a87830;
	padding-left: 10px;
	background-image: url(../images/nav-selected_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



#middle {
	float: left;
	width: 525px;
	padding-left: 16px;
}
.column-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	color: #241d09;
	padding-right: 6px;
	padding-left: 4px;
	display: inline;
	float: left;
	padding-bottom: 3px;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
}
.pic-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}
.pic-right {
	float: right;
	padding-bottom: 4px;
	padding-left: 10px;
}

.article {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dacfac;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
.album {
	float: left;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.album a img {
	padding: 2px;
	border: 1px solid #d6d6d6;
}

.album h1 {
	font-size: 17px;
	padding-left: 4px;
	line-height: 32px;
}
.album ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.album ul li {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	color: #87a138;
}
.album ul li a {
	color: #87a138;
	display: block;
	padding-right: 8px;
}
.album ul li a:hover {
	background-image: url(../images/play-button.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #231f20;
}





#right {
	float: right;
	width: 218px;
}
.right-box {
	clear: both;
	font-size: 10px;
	line-height: 18px;
	padding-bottom: 12px;
}
.player {
	clear: both;
}

#footer {
	height: 109px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 14px;
	margin-top: 21px;
}
#footer-nav {
	background-image: url(../images/footer-nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 28px;
	padding-right: 7px;
	padding-left: 7px;
}
#footer-nav a {
	line-height: 26px;
}

#footer a {
	color: #231f20;
}
#footer-left {
	line-height: 22px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	float: left;
}
#footer-right {
	float: right;
	text-align: right;
	color: #332e28;
	padding-top: 9px;
	line-height: 18px;
	padding-right: 7px;
}





#bottom {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
	height: 16px;
	padding-bottom: 40px;
}


#order-form-page {
	color:#FFF;
	padding: 10px;
}

#order-form-page h1{
	color:#D0B888;
	border-bottom: solid 1px #FFF;
	padding-left:8px;
	padding-bottom:6px;
}

#order-form-page p{
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	padding-left:8px;
	padding-bottom:20px;
}

#order-form-page .field {
	width:50%;
	float:left;
	padding-bottom:10px;
}

#order-form-page label {
	width:104px;
	float:left;
	padding-right:4px;
	text-align:right;
}

#order-form-page .select, #order-form-page .input-text, #order-form-page .textarea {
	width:191px;
	float:left;
	background-color: #F8F8F8;
	border: 2px solid #D0B888;
	line-height: 10px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}

#order-form-page .select {
	width:199px;
	padding:0px;
}

#order-form-page .textarea {
	height: 80px;
}

#order-form-page .field-button {
	padding-top:16px;
	clear:both;
	text-align:center;
	border-top: solid 1px #FFF;
}

#order-form-page .input-submit {
	width:196px;
	background-color: #F8F8F8;
	border: 2px solid #D0B888;
	line-height: 10px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}

#order-form-page .input-text:hover, #order-form-page .input-text:focus, #order-form-page .textarea:hover, #order-form-page .textarea:focus, #order-form-page .select:hover, #order-form-page .select:focus,#order-form-page .input-submit:hover, #order-form-page .input-submit:focus {
	border: 2px solid #D0B888;
	background-color: #FFFAE6;
}



