/*Global*/
body {
	margin:0;
	background:url(../images/bg-body.gif) repeat;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
img{border:none;}
a{
	text-decoration:underline;
	color:#fb864b;	
}
a:hover{text-decoration:none;}
form, fieldset {
	border:0;
	padding:0;
	margin:0;
}
input, textarea, select { vertical-align:middle;}
/*Main*/
#main {
	width:100%;
	position:relative;
	overflow:hidden;
}
#main-inner01 {
	width:1165px;
	position:relative;
	left:50%;
	float:left;
}
#main-inner02 {
	width:1165px;
	position:relative;
	left:-50%;
	float:left;
}
#main-holder {
	width:100%;
	margin:0 auto;
	position:relative;
	padding-top:44px;
}
.bgtop {
	background:url(../images/bg-main-top.png) no-repeat;
	width:1164px;
	height:197px;
}

.container-holder {
	background:url(../images/bg-main-cen.png) repeat-y;
	width:1114px;
	padding:0 29px 0 27px;
	margin-left:1px;
}
.container-holder:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
/*Container*/
.container {
	width:1107px;
	margin:-155px 0 -28px;
	position:relative;
	float:left;
}

/*Header*/
#header {
	position:absolute;
	top:-80px;
	left:0;
	width:1107px;
}
/*Logo*/
h1.logo {
	margin:0;
}
.logo a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:226px;
	height:83px;
	cursor:pointer;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	top:-85px;
	left:2px;
	z-index:99;
}
/*Main navigation*/
ul.nav {
	margin:19px 15px 0;
	padding:0 18px 0 223px;
	list-style:none;
	float:right;
	width:620px;
	font-size:14px;
	line-height:14px;
	background:url(../images/ten-nav.jpg) no-repeat 0 100%;
}
ul.nav li{
	float:left;
	padding-left:10px;
	position:relative;
	text-align:center;
}
ul.nav li a{
	display:block;
	color:#360;
	text-decoration:none;
}
ul.nav li#tab1 a{
	width:134px;
	height:29px;
	background:url(../images/tab1.png) no-repeat;
	padding:28px 0 0 0;
	margin-top:-3px;
	position:relative;
}
ul.nav li#tab2 a{
	width:134px;
	height:28px;
	background:url(../images/tab2.png) no-repeat;
	padding:25px 0 0 0;
	margin:0 -27px 0 -50px;
	z-index:10;
	margin-top:1px;
	position:relative;
}
ul.nav li#tab3 a{
	width:156px;
	height:33px;
	background:url(../images/tab3.png) no-repeat;
	padding:28px 0 0 3px;
	z-index:5;
	margin-top:-8px;
	position:relative;
}
ul.nav li#tab4 a{
	width:119px;
	height:29px;
	background:url(../images/tab4.png) no-repeat;
	padding:26px 0 0 4px;
	z-index:7;
	margin:0 0 0 -60px;
	position:relative;
}
ul.nav li#tab5 a{
	width:118px;
	height:39px;
	background:url(../images/tab5.png) no-repeat;
	padding:16px 10px 0 10px;
	z-index:10;
	margin:0 0 0 -30px;
	position:relative;
	cursor: pointer;
}
ul.nav li a:hover, ul.nav li a.active{
	background:url(../images/tab-hover.png) no-repeat;
	width:153px;
	height:34px;
	z-index:15;
	color:#fb864b;
	text-decoration:none;
	font-size:18px;
	line-height:16px
}
ul.nav li#tab1 a:hover, ul.nav li#tab1 a.active,
ul.nav li#tab1:hover a, ul.nav li#tab1.hover a {
	margin:-7px 0 0 -10px;
	padding:30px 0 0 0px;
	width:141px;
	height:34px;
	z-index:99;
	background:url(../images/tab-hover.png) no-repeat;
}
ul.nav li#tab2 a:hover, ul.nav li#tab2 a.active,
ul.nav li#tab2:hover a, ul.nav li#tab2.hover a {
	margin:-9px -15px 0 -30px;
	padding:30px 0 0 15px;
	width:133px;
	height:35px;
	z-index:99;
	background:url(../images/tab-hover.png) no-repeat;
}
ul.nav li#tab3 a:hover, ul.nav li#tab3 a.active,
ul.nav li#tab3:hover a, ul.nav li#tab3.hover a {
	margin:-7px 30px 0 -10px;
	height:34px;
	width:155px;
	z-index:99;
	position:relative;
	background:url(../images/tab-hover.png) no-repeat;
}
ul.nav li#tab4 a:hover, ul.nav li#tab4 a.active,
ul.nav li#tab4:hover a, ul.nav li#tab4.hover a {
	margin:-9px -24px 0 -55px;
	padding:25px 0 0 2px;
	width:161px;
	height:39px;
	z-index:99;
	background:url(../images/tab-hover.png) no-repeat;
}
ul.nav li#tab5 a:hover, ul.nav li#tab5 a.active,
ul.nav li#tab5:hover a, ul.nav li#tab5.hover a{
	margin:-9px -40px 0 -30px;
	height:48px;
	width:161px;
	z-index:99;
	background:url(../images/tab-hover.png) no-repeat;
}
ul.nav li#tab1:hover a, ul.nav li#tab1.hover a,
ul.nav li#tab2:hover a, ul.nav li#tab2.hover a,
ul.nav li#tab3:hover a, ul.nav li#tab3.hover a,
ul.nav li#tab4:hover a, ul.nav li#tab4.hover a,
ul.nav li#tab5:hover a, ul.nav li#tab5.hover a{
	color:#fb864b;
	font-size:18px;
	line-height:16px
}
/*ul.nav li#tab1:hover .drop, ul.nav li#tab1.hover .drop, ul.nav li#tab1.active .drop,
ul.nav li#tab3:hover .drop, ul.nav li#tab3.hover .drop, ul.nav li#tab3.active .drop {
	left:-15px;
}
ul.nav li#tab2:hover .drop, ul.nav li#tab2.hover .drop, ul.nav li#tab2.active .drop {
	left:-55px;
}
ul.nav li#tab4:hover .drop, ul.nav li#tab4.hover .drop, ul.nav li#tab4.active .drop {
	left:-60px;
}
ul.nav li#tab5:hover .drop, ul.nav li#tab5.hover .drop, ul.nav li#tab5.active .drop {
	left:-35px;
}*/
ul.nav li:hover .drop, ul.nav li.hover .drop{
	left:-15px !important;
}
ul.nav li.active .drop {
	left:-15px;
}
ul.nav li.close .drop {
	left:-9999px;
}
.drop {
	position:absolute;
	top:55px;
	left:-9999px;
}
.drop-top {
	background:url(../images/bg-drop-top.png) no-repeat;
	width:190px;
	height:53px;
}
.drop-bot {
	background:url(../images/bg-drop-bot.png) no-repeat;
	width:190px;
	height:47px;
}
.drop-cen {
	background:url(../images/bg-drop-cen.png) repeat-y;
	width:184px;
	height:1%;
}
* +html .drop-cen {
	margin-left:-5px;
}
.drop-cen:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
ul.sub {
	margin:-58px 0 -27px 0;
	position:relative;
	float:left;
	padding:20px 0 0 0;
	list-style:none;
	width:190px;
	text-align:center;
}
ul.sub li{
	display:block !important;
	padding-bottom:7px;
	padding-left:15px;
	float:none;
}
* html ul.sub li{
	padding-left:0;
}
* +html ul.sub li{
	padding-left:0;
}
ul.sub li a{
	background:none !important;
	padding:0 !important;
	font-size:13px !important;
	line-height:14px !important;
	color:#fb864b !important;
	height:auto !important;
	margin:0 !important;
	text-decoration:none;
	width:160px !important;
}
ul.sub li a:hover{
	padding:0 !important;
	font-size:13px !important;
	text-decoration:underline !important;
	margin-left:0 !important;
	text-decoration:underline;
	padding-left:0 !important;
	line-height:14px !important;
}
/*Content*/
#content {
	overflow:hidden;
	height:1%;
	padding-bottom:40px;
}
/*Main column*/
.maincolumn {
	width:841px;
	float:left;
}
img.intro {
/*	display:block;
	border-color:#e8ddb6;
	border-style:solid;
	border-width:3px 6px 6px 3px; */
	z-index:5;
	margin-left:3px;
}
/*Two columns*/
.two-columns {
	height:1%;
	padding:38px 65px 0 25px;
}
.two-columns:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
.center-column {
	width:530px;
	float:right;
}
.center-column h2{
	font:italic 21px/18px Georgia, serif;
	color:#008752;
	margin:0;
	padding-bottom:9px;
}
.center-column h3{
	font:italic 13px/18px Georgia, serif;
	color:#366;
	margin:0;
	padding-bottom:9px;
}
.center-column p{
	margin:0;
	padding-bottom:24px;
}
/*Left column*/
.left-column {
	width:195px;
	float:left;
}
.photo-box {
	background:url(../images/bg-photobox.png) no-repeat;
	width:193px;
	overflow:hidden;
	margin-top:-75px;
	z-index:10;
	position:relative;
}
h4.h-kira {
	margin:25px 0 0 48px;
	width:95px;
	height:58px;
	background:url(../images/bg-h-kira.jpg) no-repeat;
	text-indent:-9999px;
}
.photobox-in {
	background:url(../images/bg-photobox-in.jpg) no-repeat;
	width:162px;
	height:234px;
	margin:17px 0 0 16px;
	padding:7px 0 0 9px;
}
.photobox-in img{
	display:block;
	border:2px solid #999;
}
/*Cover*/
.cover {
	width:141px;
	text-align:center;
	padding:22px 0 0 30px;
}
.cover img{
	display:block;
}
.cover p{
	margin:0;
}
/*Sidebar*/
.sidebar {
	
	width:260px;
	float:right;
}
.news {
	padding:43px 0 0 15px;
	background:url(../images/bg-sidebar.png) repeat-y;
}
.news .row {
	padding-bottom:25px;
}
.news .row h5{
	color:#c93;
	font:italic 14px Georgia, serif;
	margin:0;
	padding-bottom:4px;
}
.news .row p {
	margin:0;
}
.news ul {
	margin:0 0 -1px;
	padding:0;
	list-style:none;
}
/*Music box*/
.musicbox {
	margin:5px 0 0 2px;
	width:221px;
	height:227px;
	background:url(../images/bg-musicbox.jpg) no-repeat;
	padding:26px 5px 0 8px;
	text-align:center;
}
.musicbox ul.buttons{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.musicbox ul.buttons li{
	float:left;
	padding-left:2px;
}
.musicbox ul.buttons li a{
	display:block;
	text-indent:-9999px;
	width:32px;
	height:32px;
}
.musicbox ul.buttons li.play a{
	background:url(../images/btn-play.jpg) no-repeat;
	padding-left:0;
}
.musicbox ul.buttons li.pause a{
	background:url(../images/btn-pause.jpg) no-repeat;
	padding-left:3px;
}
.musicbox ul.buttons li.stop a{
	background:url(../images/btn-stop.jpg) no-repeat;
}
.musicbox ul.buttons li.prev a{
	background:url(../images/btn-prev.jpg) no-repeat;
}
.musicbox ul.buttons li.next a{
	background:url(../images/btn-next.jpg) no-repeat;
}
.musicbox h6 {
	margin:4px 0 0;
	color:#9e0039;
	font:italic 17px/15px Georgia, serif;	
}
.musicbox span {
	font-size:12px;
	line-height:12px;
	display:block;
	padding-top:5px;
}
ul.songs {
	margin:0;
	padding:8px 0 5px;
	list-style:none;
}
.rad {
	float:left;
	margin:4px 5px 0 0;
	width:15px;
	height:16px;
}
.takemusic {
	padding:0 5px 0 23px;
	overflow:hidden;
	width:200px;
}
.takemusic label {
	float:left;
	padding-top:2px;
}
/*Contact box*/
.contact {
	padding:45px 8px 0 30px;
	width:1068px;
	clear:both;
}
.mailing {
	width:255px;
	float:left;
}
span.mail {
	float:left;
	text-indent:-9999px;
	width:148px;
	height:34px;
	background:url(../images/mailing_list.gif) no-repeat;
}
a.sign {
	display:block;
	width:142px;
	height:34px;
	background:url(../images/btn-sign.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
a.sign:hover {
	background:url(../images/btn-sign-over.jpg) no-repeat;
}
.info {
	float:right;
	width:750px;
	padding-right:8px;
}
a.pur {
	background:url(../images/btn-pur.jpg) no-repeat;
	width:142px;
	height:34px;
	margin-left:13px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
a.pur:hover {
	background:url(../images/btn-pur-over.jpg) no-repeat;
}
a.f {
	width:34px;
	height:34px;
	background:url(../images/btn-f.jpg) no-repeat;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
a.f:hover {
	background:url(../images/btn-f-over.jpg) no-repeat;
}
a.pep {
	width:33px;
	height:34px;
	background:url(../images/btn-pep.jpg) no-repeat;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
a.pep:hover {
	background:url(../images/btn-pep-over.jpg) no-repeat;
}
.info span{
	float:right;
	padding:5px 16px 0 0;
}
.info span a{
	font-weight:bold;
}
/*Footer*/
#footer {
	overflow:hidden;
	width:1075px;
	height:125px;
	background:url(../images/bg-footer.png) no-repeat;
	overflow:hidden;
	font-size:10px;
	padding:33px 44px 0 50px;
	margin-left:-1px;
}
.design {
	width:250px;
	float:right;
}
.design img{
	float:right;
}
#footer .design span {
	color:#b7b7b7;
	letter-spacing:0;
}
#footer span{
	color:#666;
	float:left;
	letter-spacing:-1px;
}
#footer ul {
	margin:-2px 0 0;
	float:left;
	padding:0 10px 0 39px;
	list-style:none;
}
#footer ul li{
	display:inline;
	background:url(../images/sep-footer.jpg) no-repeat 0 2px;
	padding:0 4px 0 9px;
}
#footer ul li:first-child {
	padding-left:0;
	background:none;
}
#footer ul li a{
	text-decoration:none;
	color:#333;
}
#footer ul li a:hover{
	text-decoration:underline;
}
/*  SSM ADDITIONS  */
.logo-home a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:425px;
	height:166px;
	cursor:pointer;
	background:url(../images/logo-home.png) no-repeat;
	position:absolute;
	top:-85px;
	left:2px;
	z-index:99;
}
.center-column img {
	background-color: #d6dcce;
	padding: 5px;
}
#home-bottom-1 {
/*	padding-top: 40px; */
	text-align: center;
	width: 210px;
	vertical-align: middle;
}
#home-bottom-2 {
	width: 303px;
	height: 247px;
	text-align: center;	
/*	background:url(../images/home-bottom-1.gif) no-repeat; */
}
#home-bottom-2 #bottomtext {
	padding-top: 0px;
}

#home-bottom-3 {
	width: 251px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 24px;
	background:url(../images/home-bottom-2.jpg) no-repeat;
	text-align: center;
}
a.page-item-10 {
	
}
