@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 13px/16px Arial;
	color:#262626;
	text-decoration:none;
}
img {
	border-width:0px
}
p, form, h1, h2, h3 {
	margin:0;
	padding:0
}
a {
	font:normal 11px/18px Tahoma;
	color:#4f4f4f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
a.noline {
	text-decoration:none;
}
a.noline:hover {
	text-decoration:underline;
}
h1 {
	color:#000;
	font-size: 24px;
	line-height: 25px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
	background:#fff;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main {
	width:1152px;
	margin:0 auto;
}
/*
================================================================================
|                                     MENU                                   |
================================================================================
*/
#menu_top {
	height: 45px;
	width: 1048px;
	padding-top: 17px;
	padding-left: 52px;
	padding-right: 52px;	overflow:hidden;
}
#menu_top a {
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:15px 22px 15px 21px;
	font-family: "Franklin Gothic Medium";
	font-size: 13px;
	line-height: 15px;
}
#menu_top a:hover, #menu_top .btn_on a {
	color:#FFFFFF;
}
#menu_top div {
	float:left;
}
#menu_top .btn {
	height:45px;
}
#menu_top .btn_on {
	background-image: url(../images/but_on_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:45px;

}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	width:1152px;
	text-align:left;
	height: 409px;
}
/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_bot {
	padding-bottom: 80px;
	text-align: left;
	background-image: url(../images/c_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	text-align:left;
	width: 1152px;
	overflow: hidden;
	background-image: url(../images/c_bg.jpg);
	background-repeat: repeat-y;
}
/*
================================================================================
|                                     CENTER                                   |
================================================================================
*/
#center {
	width:928px;
	float:left;
	text-align: left;
	padding: 0 0 0 155px;
}
/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/

#footer {
	width:1152px;
	margin:0 auto;
	text-align: center;
	font-size:11px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 185px;
	color: #7c7c7c;
}
#footer .menu {
	padding-top:15px;
}
#footer .menu .nolink, #footer .menu a {
	color:#747474;
	margin:0 17px;
	font:10px Arial;
	text-decoration:none;
	text-transform: uppercase;
}
#footer .menu .nolink, #footer .menu a:hover {
	text-decoration:underline;
	color:#fff;
}
#breadcrumb {
	margin-bottom:11px;
}
#breadcrumb a, #breadcrumb span {
	color:#000;
	font-family: Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
.disc {
	width:162px;
	background-position: top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-right:18px;
	float:left;
}
.disc img.act {
	width:162px;
	height:155px;
}
.disc div.album_info {
	width:143px;
	margin:40px auto 0 auto;
}
.disc p.album {
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#262626;
}
.disc p.info {
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	color:#262626;
}
/* Contact form */

.input_div_cont {
	margin-bottom:5px;
	clear:both;
}

.input_div_cont p,
.text_area_contact_us p {
	padding:3px 6px 0 0;
	float:left;
	width:105px;
	text-align:right;
	color: #13233f;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.input_div_cont input,
.text_area_contact_us textarea {
	border:1px solid #a5acb2;
	background:#fff;
	padding:2px 0 1px 4px;
	margin:0;
	font:12px/13px Tahoma, Arial, Geneva, sans-serif;
	font-weight:400;
	color:#3a4652;
	text-decoration:none;
}

.input_div_cont input {
	width:255px;
	height:18px;
}

.text_area_contact_us textarea {
	width:255px;
	height:82px;
	margin-bottom:10px;
	overflow:auto;
}
