body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
a {
	text-decoration: none;
	color: #000000;
}

/*------------ end of reset ---------------------*/
body {
	background-color: #1C1C1C;		
	overflow: scroll;
}
#content {
	width: 1000px;
	margin: 0 auto;
	margin-top:20px;
	background: url(../images/content_bg_whole.jpg) repeat;
	font-family: Tahoma, Geneva, sans-serif, verdana;
	color: #4D4D4D;
}
#left {
	width: 260px;
	background: url(../images/menu_bg.jpg) -1px 0 repeat-y;
	float: left;
}
#left h1 {
	display: block;
    height: 0 !important;
    height /**/: 133px;  
    padding-top: 133px;
	width: 250px;
    overflow: hidden;
	
	margin-left: 23px;
	margin-top: 15px;
}
#left h1.pcs_eng {
	background: url(../images/logo_eng.png) 0 0 no-repeat;
}
#left h1.pcs_hun {
	background: url(../images/logo_hun.png) 0 0 no-repeat;
}
#menu a {
	display: block; 
    height: 0 !important;
    height /**/: 18px;  
    padding-top: 18px;
	width: 162px;
    overflow: hidden;
	
	cursor: pointer;
}
#menu a.home_eng {
	background: url(../images/menu_eng.png) 0 0;
}
#menu a.home_eng:hover {
	background: url(../images/menu_eng.png) 162px 0;
}
#menu a.biography_eng {
	background: url(../images/menu_eng.png) 0 -18px;
}
#menu a.biography_eng:hover {
	background: url(../images/menu_eng.png) 162px -18px;
}
#menu a.discography_eng {
	background: url(../images/menu_eng.png) 0 -36px;
}
#menu a.discography_eng:hover {
	background: url(../images/menu_eng.png) 162px -36px;
}
#menu a.media_eng {
	background: url(../images/menu_eng.png) 0 -54px;
}
#menu a.media_eng:hover {
	background: url(../images/menu_eng.png) 162px -54px;
}
#menu a.gallery_eng {
	background: url(../images/menu_eng.png) 0 -72px;
}
#menu a.gallery_eng:hover {
	background: url(../images/menu_eng.png) 162px -72px;
}
#menu a.instruments_eng {
	background: url(../images/menu_eng.png) 0 -90px;
}
#menu a.instruments_eng:hover {
	background: url(../images/menu_eng.png) 162px -90px;
}
#menu a.design_eng {
	background: url(../images/menu_eng.png) 0 -108px;
}
#menu a.design_eng:hover {
	background: url(../images/menu_eng.png) 162px -108px;
}
#menu a.contact_eng {
	background: url(../images/menu_eng.png) 0 -126px;
}
#menu a.contact_eng:hover {
	background: url(../images/menu_eng.png) 162px -126px;
}
#menu a.home_hun {
	background: url(../images/menu_hun.png) 0 0;
}
#menu a.home_hun:hover {
	background: url(../images/menu_hun.png) 162px 0;
}
#menu a.biography_hun {
	background: url(../images/menu_hun.png) 0 -18px;
}
#menu a.biography_hun:hover {
	background: url(../images/menu_hun.png) 162px -18px;
}
#menu a.discography_hun {
	background: url(../images/menu_hun.png) 0 -36px;
}
#menu a.discography_hun:hover {
	background: url(../images/menu_hun.png) 162px -36px;
}
#menu a.media_hun {
	background: url(../images/menu_hun.png) 0 -54px;
}
#menu a.media_hun:hover {
	background: url(../images/menu_hun.png) 162px -54px;
}
#menu a.gallery_hun {
	background: url(../images/menu_hun.png) 0 -72px;
}
#menu a.gallery_hun:hover {
	background: url(../images/menu_hun.png) 162px -72px;
}
#menu a.instruments_hun {
	background: url(../images/menu_hun.png) 0 -90px;
}
#menu a.instruments_hun:hover {
	background: url(../images/menu_hun.png) 162px -90px;
}
#menu a.design_hun {
	background: url(../images/menu_hun.png) 0 -108px;
}
#menu a.design_hun:hover {
	background: url(../images/menu_hun.png) 162px -108px;
}
#menu a.contact_hun {
	background: url(../images/menu_hun.png) 0 -126px;
}
#menu a.contact_hun:hover {
	background: url(../images/menu_hun.png) 162px -126px;
}
#menu ul {
	margin-top: 40px;
}
#menu ul li {
	margin-bottom: 5px;
	margin-left: 20px;
}
#right {
	width: 740px;
	float: left;
}
#right a#hun {
	display: block;
	background: url(../images/lang_hun.png) 0 0 no-repeat;
    height: 0 !important;
    height /**/: 13px;  
    padding-top: 13px;
	width: 59px;
    overflow: hidden;
	
	margin-left: 673px;
}
#right a#eng {
	display: block;
	background: url(../images/lang_eng.png) 0 0 no-repeat;
    height: 0 !important;
    height /**/: 13px;  
    padding-top: 13px;
	width: 59px;
    overflow: hidden;
	
	margin-left: 665px;
}
#right p.pagename {
	display: block;	
    height: 0 !important;
    height /**/: 20px;  
    padding-top: 20px;
	width: 160px;
    overflow: hidden;
	
	margin-top: 35px; 
	margin-left: 37px;
}
#right p#home_eng {
	background: url(../images/pagename/home_eng.png) 0 0 no-repeat;
}
#right p#biography_eng {
	background: url(../images/pagename/bio_eng.png) 0 0 no-repeat;
}
#right p#discography_eng {
	background: url(../images/pagename/disco_eng.png) 0 0 no-repeat;
}
#right p#media_eng {
	background: url(../images/pagename/media_eng.png) 0 0 no-repeat;
}
#right p#gallery_eng {
	background: url(../images/pagename/gallery_eng.png) 0 0 no-repeat;
}
#right p#instruments_eng {
	background: url(../images/pagename/instruments_eng.png) 0 0 no-repeat;
}
#right p#design_eng {
	background: url(../images/pagename/design_eng.png) 0 0 no-repeat;
}
#right p#contact_eng {
	background: url(../images/pagename/contact_eng.png) 0 0 no-repeat;
}
#right p#home_hun {
	background: url(../images/pagename/home_hun.png) 0 0 no-repeat;
}
#right p#biography_hun {
	background: url(../images/pagename/bio_hun.png) 0 0 no-repeat;
}
#right p#discography_hun {
	background: url(../images/pagename/disco_hun.png) 0 0 no-repeat;
}
#right p#media_hun {
	background: url(../images/pagename/media_hun.png) 0 0 no-repeat;
}
#right p#gallery_hun {
	background: url(../images/pagename/gallery_hun.png) 0 0 no-repeat;
}
#right p#instruments_hun {
	background: url(../images/pagename/instruments_hun.png) 0 0 no-repeat;
}
#right p#design_hun {
	background: url(../images/pagename/design_hun.png) 0 0 no-repeat;
}
#right p#contact_hun {
	background: url(../images/pagename/contact_hun.png) 0 0 no-repeat;
}
#main {
	width: 660px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 3px solid #4D4D4D;
	overflow: auto;
}
#video {
	width: 620px;
	margin: 0 auto;
	margin-top: 20px;
}
#video h2 { 
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bulet.jpg) 0 4px no-repeat; 
	padding-left: 12px;
	margin-top: 20px;
	padding-bottom: 15px;
	color: #4D4D4D;
}
ul#youtube_links {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
}
ul#youtube_links li {
	padding-bottom: 8px;
	font-size: 10px;
	
}
ul#youtube_links li a {
	font-size: 11px;
	margin-right: 5px;
}
ul#youtube_links li a:hover {
	padding-left: 1px;
	letter-spacing: 3px;
}
#audio {
	width: 620px;
	margin: 0 auto;
	margin-top: 30px;
}
#text {
	width: 315px;
	float: left;
}
#text h2 { 
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bulet.jpg) 0 4px no-repeat; 
	padding-left: 12px;
	margin-left: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
	color: #4D4D4D;
}
#text a#anchor {
	margin-left: 12px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
#text p {
	text-indent: 15px;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
p#signature {
	font-size: 10px; 
	font-weight: 600; 
	margin-top: 8px; 
	float: right;
	font-style: italic;
}
#text p#first {
	margin-top: 20px;
	background: url(../images/bulet.jpg) 15px 9px no-repeat;
}
#text p#first:first-letter {
	font-size: 18px;
	font-weight: bold;
	margin-left: -2px;
}
#text p#youtube {
	margin-left: -15px;
	margin-top: 10px;
}
p.spaceholder, td.spaceholder {
	margin-bottom: 20px;
}
table.disco {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
h2#band_title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	background: none; 

}
table.disco td#band {
	width: 45%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background: url(../images/bulet.jpg) 0 4px no-repeat; 
}
table.disco td#cd_title {
	width: 55%;
	font-size: 10px;
	font-weight: 100;
}
table.disco td#more {
	width: 20%;
	font-size: 10px;
	font-weight: 100;
	color: #FF6600;
	padding-left: 91px;	
}
table.disco a {
	color: #FF6600;
}
ul#gallery {
	margin-left: 15px;
	margin-top: 20px;
}
ul#gallery li {
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bulet.jpg) 0 4px no-repeat; 
	padding-left: 12px;
}
/*gallery inner content*/
#thumbpic_holder {
	width: 620px;
	margin-left: 24px;
	margin-top: 20px;
}
p#gal_back {
	margin-left: 3px;
	padding-top: 3px;
	font-size: 12px;
}
a#gal_back {
	color: #FF6600;
	background-color: #4D4D4d;
}
h2#gallery, h2#instruments_inner {
		font-weight: bold;
	font-size: 12px;
	background: url(../images/bulet.jpg) 0 4px no-repeat; 
	padding-left: 12px;
	margin-left: 24px;
	margin-top: 20px;
	padding-bottom: 15px;
	color: #4D4D4D;
}
h2#gallery, h2#instruments_inner {
	margin-left: 15px;
}
p#arrow, a#download {
	font-size: 10px;
	margin-left: 20px;
}
p#arrow_instruments {
	font-size: 10px;
	padding-top: 20px;
	margin-left: 15px;
	font-weight: 600;
	text-indent: -3px;
}
img.thumb_pic {
	float: left;
	margin-right: 5px;
	border: 1px solid #4d4d4d;
	margin-bottom: 40px;
}
/*end of gallery inner content*/
/* begin of discography/cd inner cont. */
p#back {
	margin-left: -27px;
	padding-top: 3px;
	font-size: 12px;
}
a#back {
	color: #FF6600;
	background-color: #4D4D4d;
}
h4 {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
p#cd_title {
	text-align: center;
	margin-bottom: 5px;
}
p#release {
	text-align: center;
	margin-bottom: 25px;
	font-size: 11px;
}
ul#tracklist {
	margin-left: 25px;
}

ul#tracklist li {
	font-size: 12px;
	padding-bottom: 5px;
}
span.track_no {
	font-size: 10px;
	font-weight: 600;
}
ul#personel {
	font-size: 12px;
	font-weight: 600;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul#personel li {
	padding-bottom: 5px;
}
p.other {
	text-align: left;
	width: 500px;
	margin-left: -5px;
}
span.instr {
	font-weight: 100;
}
/* end of discography/cd inner cont. */

/*contact table*/
table#mail {
	margin-top: 15px;
	margin-left: 15px;

}
table#mail label {
	font-size: 11px;
	font-weight: 100;
	
}
table#mail tr td {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#input_name, #input_email, #input_message {
    border: 1px solid #4d4d4d;
    background: #EEEEEE;
	margin-right: 3px;
}
#input_name:hover, #input_email:hover, #input_message:hover {
    border: 1px solid #4e4ec4;
    background: #FFFFFF;
}
.button {
    border: 1px solid #4d4d4d;
    background: #EEEEEE;
}
.button:hover {
    border: 1px solid #4e4ec4;
    background: #FFFFFF;
}
/*end of contact table*/
ul#links, ul#references {
	font-size: 12px;
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
}
ul#links li, ul#references li {
	padding-bottom: 8px;
	font-size: 10px;
	
}
ul#links li a, ul#references li a {
	font-size: 11px;
	margin-right: 5px;
}
ul#links li a:hover, ul#references li a:hover {
	padding-left: 1px;
	letter-spacing: 3px;
}
ul#links li div#eyes {
	display: none;
	background: url(../images/contact/eyes.png) 0 0 no-repeat;
}
ul#links li:hover > div#eyes {
	display: block;
	position: absolute;
	top: -93px;
	left: 350px;
	z-index: 100;
}
#main_img {
	width: 345px;
	float: left;
	z-index: 1;
}
#main_img img {
	margin-top: 20px;
	position: relative;
}
#main_img p#photo {
	font-size: 10px;
	font-weight: 600;
	float: right;
	padding-right: 20px;
}
hr#clear {
	clear: both;
	visibility: hidden;
}
#footer {
	width: 1000px;
}
#footer p {
	padding-left: 15px;
	position: relative;
}
#footer span.left {
	display: block;
	background: url(../images/footer_left.png) 0 0 no-repeat;
    height: 0 !important;
    height /**/: 12px;  
    padding-top: 12px;
	width: 184px;
    overflow: hidden;
	
	position: absolute;
	margin-left: 30px;
	padding-bottom: 1px;
}
#footer span.right {
	display: block;
	background: url(../images/footer_right.png) 0 0 no-repeat;
    height: 0 !important;
    height /**/: 12px;  
    padding-top: 12px;
	width: 184px;
    overflow: hidden; 
	
	margin-left: 785px;
	padding-bottom: 1px;
}
	

