/*
Theme Name: MusicVancouver
*/

/* general */
body{
	margin: 0;
	background-color: #e4e0d9;
	font: 13px "Myriad Pro", "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	min-width: 999px;
}
img{border: 0;}
a{
	color: #c60;
	text-decoration: none;
}
a:hover{color: #723003;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper{
	position: relative;
	overflow: hidden;
	height: 1%;
}
/* logo */
.logo{
	margin: 0;
	position: absolute;
	top: -254px;
	left: 0;
	z-index: 5; 
}
.logo a{
	display: block;
	width: 324px;
	height: 84px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden; 
}
.logo a:hover{
	background: url(images/logo-hover.png) no-repeat;
	margin: 0 0 0 1px;
} 
.home .logo{top: -591px;}
/* header */
#header{
	position: absolute;
	top: 0;
	left: 0;
	background: #040402 url(images/bg-nav.gif) repeat-x 0 100%;
	width: 100%;
}
.w1{
	width: 1200px;
	float: left;
	position: relative;
	left: 50%;
}
.w2{
	width: 1200px;
	float: left;
	position: relative;
	left: -50%;
}
/* top header */
.header-top{
	width: 100%;
	background: url(images/bg-top-header.jpg) no-repeat;
	position: relative;
	min-height: 188px;
}
* html .header-top{height: 188px;}
/* login block */
.login{
	position: absolute;
	top: 0;
	right: 120px;
	z-index: 2;
}
.login a{
	float: left;
	margin: 0 0 0 23px;
}
.login a.login-link{
	padding: 0 10px 0 0;
	background: url(images/arrows-1.gif) no-repeat 100% 50%;
	font-size: 12px;
	color: #f6921e;
	margin-top: 20px;
}
.login a.login-link:hover{
	color: #fbc88e;
	background: url(images/arrows-5.gif) no-repeat 100% 50%;
}
.login a.quote{
	width: 188px;
	height: 47px;
	background: url(images/btn-request-a-quote.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.login a.quote:hover{background-position: 0 -47px;}
/*gallery*/
.gallery {
	width:1200px;
	height:530px;
}
.gallery div.gallery-holder{
	width: 1200px;
	height: 530px;
	position: relative;
	overflow: hidden;
}
.switcher-holder{
	width: 1200px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gallery ul {
	position:relative;
	overflow: hidden;
	background: #000;
	width:1200px;
	height: 530px;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
}
.gallery ul li {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width:1200px;
	height: 530px;
}
.gallery ul li img {
	position: absolute;
}
.gallery ul li.active {
	z-index: 1;
}
.gallery .content{
	margin: 245px 0 0 170px;
	position: relative;
	width: 310px;
	color: #fff;
	z-index: 2;
}
.gallery .content h3{
	margin: 0;
	font-size: 37px;
}
.gallery .content h3.luis-giraldo{
	background: url(images/luis-giraldo.png) no-repeat;
	width: 304px;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery .content p{
	margin: 0 0 13px;
	font-size: 15px;
	line-height: 21px;
}
.gallery .content p .mark{
	font-size: 17px;
	color: #f4901e;
}
.learn-more{
	background: url(images/btn-learn-more.png) no-repeat;
	width: 109px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.learn-more:hover{background: url(images/btn-learn-more-hover.png) no-repeat;}
/* swicher */
.swicher-holder{
	overflow: hidden;
	position: relative;
	margin: -30px 0 0;
	height: 30px;
	width: 100%;
	z-index: 2;
}
.swicher-frame{
	width: 100%;
	background: url(images/bg-nav.png);
	height: 30px;
}
.swicher{
	position: relative;
	float: left;
	left: 50%;
}
.gallery .swicher ul {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	position: relative;
	float: left;
	left: -50%;
}
.gallery .swicher ul li {
	position: static;
	float: left;
	padding: 0 7px;
	width: auto;
	height: auto;
}
.gallery .swicher ul li a{
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/bullet.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
.gallery .swicher ul li.active a,
.gallery .swicher ul li a:hover{background: url(images/bullet-active.png) no-repeat;}
/* header cite */
.header-cite{
	float: right;
	color: #fff;
	width: 397px;
	margin: 87px 124px 0 0;
	background: url(images/right-quote.gif) no-repeat 100% 100%;
	display: inline;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
.header-cite blockquote{
	margin: 0;
	padding: 0 0 0 29px;
	background: url(images/left-quote.gif) no-repeat 0 5px;
}
.header-cite blockquote q{
	display: block;
	font-size: 12px;
	line-height: 22px;
}
.header-cite cite{
	color: #f6921e;
	font-style: normal;
	font-size: 12px;
}
/* main navigation */
.navigation2{
	position: relative;
	height: 79px;
	margin: 0 34px 0 0;
}
.navigation-holder{
	position: relative;
	float: left;
	left: 50%;
}
.navigation-holder ul{
	position: relative;
	float: left;
	left: -50%;
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
	font-size: 20px;
	line-height: 44px;
}
.navigation-holder ul li{
	float: left;
	padding: 6px 20px;
	background: url(images/separator.gif) no-repeat;
	margin: 0 1px 0 -1px;
}
.navigation-holder ul li:first-child{background: none;}
.navigation-holder ul li a{
	float: left;
	color: #28251c;
}
.navigation-holder ul li a span{
	display: block;
	padding: 0 20px;
}
.navigation-holder ul li a:hover,
.navigation-holder ul li.current_page_item a{
	text-decoration: none;
	background: #e8e4de url(images/bg-left-link-nav.gif) no-repeat;
}
.navigation-holder ul li a:hover span,
.navigation-holder ul li.current_page_item a span{background: url(images/bg-right-link-nav.gif) no-repeat 100% 0;}
/* main content */
#main{
	width: 100%;
	padding: 295px 0 0;
	background: url(images/bg-gradient.gif) repeat-x 0 267px;
}
.home #main{
	padding: 632px 0 0;
	background-position: 0 609px;
}
/* content-holder */
.content-holder{
	width: 960px;
	position: relative;
	margin: 0 auto 50px;
	z-index: 10;
}
.content-holder:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
/* three columns */
.columns-holder{
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.columns-holder .column{
	float: left;
	width: 285px;
	padding: 15px 23px 0 23px;
	margin: 0 23px 0 -23px;
	display: inline;
	background: url(images/separator-2.gif) no-repeat 100% 0;
}
.columns-holder h2{
	margin: 0 0 25px;
	font-size: 23px;
	font-weight: normal;
}
.columns-holder .column p{margin: 0 0 17px;}
.columns-holder .column p strong{
	font-size: 15px;
	color: #535149;
}
.columns-holder .article{margin: 0 0 30px;}
.columns-holder .article p{margin: 0;}
.columns-holder .article strong{
	font-size: 14px;
	color: #c60;
}
.more{
	padding: 0 9px 0 0;
	background: url(images/arrows-2.gif) no-repeat 100% 7px;
}
.more:hover{background: url(images/arrows-4.gif) no-repeat 100% 7px;}
/* sidebar */
.sidebar{
	float: right;
	width: 296px;
	padding: 10px 0 0;
}
.home .sidebar{padding: 15px 0 0;}
.sidebar h3{
	margin: 0 0 15px;
	font-size: 23px;
	font-weight: normal;
}
.home .sidebar h3{margin: 0 0 25px;}
.align-left{float: left;}
.align-right{float: right;}
.music-block{
	overflow: hidden;
	height: 1%;
	margin: 0 0 25px;
}
.music-block .align-left{margin: 4px 19px 0 0;}
.music-block strong{
	display: block;
	color: #ca6600;
	font-size: 14px;
}
.music-block p{
	margin: 0;
	line-height: 16px;
}
.info{
	overflow: hidden;
	height: 1%;
}
.samples-link{
	display: block;
	margin: 40px 0 0;
	width: 296px;
	height: 43px;
	background: url(images/btn-listen-to-my-music-samples.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.samples-link:hover{background-position: 0 -43px;}
/* footer */
#footer{
	width: 960px;
	position: relative;
	margin: 0 auto 40px;
}
.footer-holder{
	overflow: hidden;
	height: 1%;
	padding: 0 0 10px;
}
.footer-w1{
	float: left;
	position: relative;
	left: 50%;
}
.footer-w2{
	float: left;
	position: relative;
	left: -50%;
}
.footer-holder p{
	float: left;
	overflow: hidden;
	font-size: 11px;
	color: #94928e;
	margin: 0;
}
.footer-holder ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
}
.footer-holder ul li{
	float: left;
	padding: 0 12px;
	background: url(images/separator-3.gif) no-repeat 0 50%;
	margin: 0 2px 0 -2px;
}
.footer-holder ul li a{color: #535149;}
.partners{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.partners li{
	display: inline;
	padding: 0 7px 0 10px;
}
.partners li img{vertical-align: middle;}
/* content */
.content-holder .content{
	width: 606px;
	float: left;
	background: url(images/separator-4.gif) no-repeat 100% 0;
	padding: 9px 33px 0 0;
}
.content h1{
	margin: 0 0 17px;
	font-size: 23px;
	font-weight: normal;
}
/* intro content */
.intro-content{
	overflow: hidden;
	height: 1%;
	margin: 0 0 40px;
}
.intro-content .align-left{margin: 2px 18px 0 0;}
.intro-content p{
	margin: 0 0 20px;
	line-height: 17px;
}
.intro-content p strong{
	color: #535149;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
.list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li{
	padding: 0 0 20px 14px;
	background: url(images/bullet-2.gif) no-repeat 0 7px;
}
.request-button{
	background: url(images/request-a-quote-for-your-event.gif) no-repeat;
	width: 257px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* tabs */
.tabs-holder{
	background: url(images/separator-5.gif) no-repeat;
	padding: 20px 0 0;
}
.tabs-holder .tabset{
	overflow: hidden;
	height: 1%;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.tabs-holder .tabset li{float: left;}
.tabs-holder .tabset a.tab{
	float: left;
	margin: 0 6px 0 0;
	font-size: 17px;
	line-height: 31px;
}
.tabs-holder .tabset a.tab .right{
	display: block;
	padding: 0 13px;
}
.tabs-holder .tabset a.active,
.tabs-holder .tabset a.active:hover{
	color: #28251c;
	text-decoration: none;
	background: #d8cbbc url(images/bg-left-tab.gif) no-repeat;
}
.tabs-holder .tabset a.active .right{background: url(images/bg-right-tab.gif) no-repeat 100% 0;}
.tabs-holder .tabset a.tab .center{
	background: url(images/arrows-2.gif) no-repeat 100% 9px;
	padding: 0 12px 0 0;
}
.tabs-holder .tabset a.active .center{background: url(images/arrows-3.gif) no-repeat 100% 9px;}
.tab-block{
	width: 607px;
	background: #eeebe7 url(images/bg-top-tab-block.gif) no-repeat;
}
.tab-block .tab-block-holder{
	background: url(images/bg-bottom-tab-block.gif) no-repeat 0 100%;
	padding: 20px 15px 2px 17px;
	height: 1%;
}
.tab-block h2{
	margin: 0 0 17px;
	font-size: 20px;
	font-weight: normal;
	color: #535149;
}
.tab-block p{margin: 0 0 20px;}
.box{
	padding: 40px 0 20px;
	margin: 15px 0 0;
	background: url(images/separator-6.gif) no-repeat 100% 0;
}
.testimonials h3{
	margin: 0 0 15px;
	font-size: 23px;
	color: #28251c;
}
.sidebar .list li{padding-bottom: 7px;}
.sidebar .list li ul li{
	list-style-type: none;
	margin-left: -30px;
	padding-top: 3px;
}
.sidebar .list {margin: 0 0 0 13px;}
/* music samples */
.music-sample-wrapper{padding: 20px 0 0;}
.music-sample {
	width: 607px;
	margin: 0 0 16px;
	position: relative;
	padding-bottom: 15px;
}
.news-block{
	width: 607px;
	margin: 0 0 16px;
	position: relative;
}

.music-sample .t, 
.news-block .t{
	background: url(images/bg-top-sample-block.gif) no-repeat;
	height: 13px;
	overflow: hidden;
}
.music-sample .b, 
.news-block .b{
	background: url(images/bg-bottom-sample-block.gif) no-repeat;
	height: 11px;
}
.music-sample .c, 
.news-block .c{
	height: 1%;
	background-color: #eeebe7;
	padding: 0 13px 0 8px;
}
.music-sample .c:after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.view-block{
	float: left;
	margin: -13px 0 -11px -8px;
	background: #46433a url(images/bg-top-view-block.gif) no-repeat;
	width: 127px;
	position: relative;
	display: inline;
}
.view-block .holder{
	background: url(images/bg-bottom-view-block.gif) no-repeat 0 100%;
	min-height: 150px;
	padding: 12px 0 0 15px;
}
* html .view-block .holder{height: 150px;}
.view-block img{
	display: block;
	margin: 0 0 10px;
}
.buy{
	display: block;
	width: 98px;
	height: 30px;
	background: url(images/btn-buy-now.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.themusicplayer {
	margin-top: -42px;
}

.music-sample .player{float: right;}
.music-sample .player img{display: block;}
.music-sample .description{
	overflow: hidden;
	height: 1%;
	padding: 0 20px 0 10px;
}
.music-sample .description strong{
	font-size: 14px;
	color: #c60;
}
.music-sample .description p{
	margin: 0 0 20px;
	font-size: 11px;
	line-height: 16px;
}
.music-sample .description em{font-size: 11px;}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 607px;
	height: 163px;
	background: url(images/overlay.png);
	z-index: 555;
	display: block;
}
.music-sample:hover .overlay,
.music-sample.hover .overlay,
.music-sample.active .overlay{display: none;}
/* news */
.categoies{margin: 0 0 25px 12px;}
.news-block{margin: 0 0 30px;}
.news-block .c{padding: 7px 30px 0;}
.news-block strong{
	font-size: 14px;
	color: #c60;
}
.news-block p{
	margin: 0;
	line-height: 17px;
}
.news-block ul{
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	color: #c6b198;
}
.news-block ul li{
	float: left;
	background: url(images/separator-7.gif) no-repeat 0 50%;
	margin: 0 10px 0 -10px;
	display: inline;
	padding: 0 10px;
}
.news-block ul li a{color: #c6b198;}
/* quote form */
.quote-form{
	width: 607px;
	margin: 0 0 25px
}
.quote-form .t{
	background: url(images/bg-top-quote-form-block.gif) no-repeat;
	height: 15px;
	overflow: hidden;
}
.quote-form .b{
	background: url(images/bg-bottom-sample-block.gif) no-repeat;
	height: 11px;
}
.quote-form .c{
	background: #eeebe7 url(images/bg-center-quote-form-block.gif) repeat-x;
	padding: 0 14px 15px;
	height: 1%;
	overflow: hidden;
}
.quote-form .tabset{
	overflow: hidden;
	height: 1%;
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}
.quote-form .tabset li{float: left;}
.quote-form .tabset a{
	display: block;
	line-height: 47px;
	background-color: #f2f0ee;
	padding: 0 0 0 14px;
	color: #a8a8a7;
}
.quote-form .tabset a span{
	padding: 0 0 0 33px;
	display: block;
}
.quote-form .tabset a:hover,
.quote-form .tabset a.active{
	text-decoration: none;
	color: #fff;
	background-color: #444139;
}
.quote-form .tabset .step1 a{background: #f2f0ee url(images/bg-step-1.gif) no-repeat;}
.quote-form .tabset .step4 a{background: #f2f0ee url(images/bg-step-4.gif) no-repeat 100% 0;}
.quote-form .tabset .step1 a.active,
.quote-form .tabset .step1 a:hover{background: #444139 url(images/bg-step-1-active.gif) no-repeat;}
.quote-form .tabset .step4 a.active,
.quote-form .tabset .step4 a:hover{background: #444139 url(images/bg-step-4-active.gif) no-repeat 100% 0;}
.quote-form .tabset .step1 span{background: url(images/ico-step-1.gif) no-repeat 0 50%;}
.quote-form .tabset .step2 span{background: url(images/ico-step-2.gif) no-repeat 0 50%;}
.quote-form .tabset .step3 span{background: url(images/ico-step-3.gif) no-repeat 0 50%;}
.quote-form .tabset .step4 span{background: url(images/ico-step-4.gif) no-repeat 0 50%;}
.quote-form .tabset .step1 .active span,
.quote-form .tabset .step1 a:hover span{background: url(images/ico-step-1-active.gif) no-repeat 0 50%;}
.quote-form .tabset .step2 .active span,
.quote-form .tabset .step2 a:hover span{background: url(images/ico-step-2-active.gif) no-repeat 0 50%;}
.quote-form .tabset .step3 .active span,
.quote-form .tabset .step3 a:hover span{background: url(images/ico-step-3-active.gif) no-repeat 0 50%;}
.quote-form .tabset .step4 .active span,
.quote-form .tabset .step4 a:hover span{background: url(images/ico-step-4-active.gif) no-repeat 0 50%;}
.quote-form .tabset .step1{width: 119px;}
.quote-form .tabset .step2{width: 120px;}
.quote-form .tabset .step3{width: 155px;}
.quote-form .tabset .step4{width: 183px;}
.quote-form div.tab{
	padding: 0 0 0 6px;
	overflow: hidden;
	height: 1%;
}
.quote-form div.tab ul{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
.quote-form div.tab ul li{
	width: 390px;
	clear: both;
}
.quote-form div.tab ul li.onfocus{background: url(images/bg-onfocus.gif) repeat-y 100% 0;}
.quote-form div.tab ul li.error{background: #faa !important;}
.quote-form .holder{
	padding: 6px 0 9px 9px;
	overflow: hidden;
	height: 1%;
}
.quote-form .onfocus .holder{background: url(images/bg-bottom-onfocus.gif) no-repeat 100% 100%;}
.quote-form div.tab ul li.error .holder{background: #faa !important;}
.quote-form div.tab ul li label{
	display: block;
	font-size: 11px;
	color: #444;
}
.quote-form select{width: 92px;}
.quote-form div.tab ul li label.desc{
	color: #222;
	font-weight: bold;
	padding: 0 0 3px;
}
.desc span{color: #e00;}
.quote-form input{outline: none; margin: 0;}
.text{
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #747270;
	display: block;
	margin: 0 0 6px;
}
.text input{
	float: left;
	border: 1px solid #c2c0be;
	padding: 0;
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}
.first-name{
	float: left;
	width: 65px;
	margin: 0 3px 0 0;
}
.first-name input{width: 53px;}
.last-name{
	float: left;
	width: 111px;
	margin: 0 3px 0 0;
}
.last-name input{width: 99px;}
.email{
	float: left;
	width: 146px;
	margin: 0 3px 0 0;
}
.email input{width: 134px;}
.phone-part{
	float: left;
	width: 27px;
	margin: 0 3px 0 0;
}
.phone-part input{
	width: 21px;
	padding: 2px;
}
.phone-part-2{
	float: left;
	width: 35px;
	margin: 0 3px 0 0;
}
.phone-part-2 input{width: 23px;}
.symbol{
	float: left;
	margin: 0 3px 0 0;
}
.address{
	width: 290px;
	margin: 0 0 10px;
}
.address input{width: 278px;}
.row{
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px;
}
.row div{
	width: 137px;
	margin: 0 16px 0 0;
	float: left;
}
.row div input{width: 125px;}
.row div select{width: 137px;}
.next{
	width: 109px;
	height: 32px;
	background: url(images/btn-next.gif) no-repeat;
	float: left;
	margin: 0 0 0 9px;
	text-indent: -9999px;
	overflow: hidden;
}
span.page{
	float: left;
	margin: 0 0 0 17px;
	line-height: 32px;
	font-size: 11px;
	color: #94928e;
}
.type select{width: 184px;}
.quote-form .date{
	float: left;
	width: 31px;
	margin: 0 3px 0 0;
}
.quote-form .date input{width: 25px;}
.year{
	float: left;
	width: 41px;
	margin: 0 3px 0 0;
}
.year input{width: 40px;}
.datepicker{
	float: left;
	margin: 4px 0 0 2px;
}
.line{
	width: 290px;
	margin: 0 0 10px;
}
.line input{width: 278px;}
.line select{width: 290px;}
.quote-form div.tab ul li.time{
	float: left;
	width: 286px;
	clear: none;
}
.time-block{
	float: left;
	width: 31px;
	margin: 0 3px 0 0;
}
.time-block input{width: 19px;}
.time-drop select{
	float: left;
	width: 45px;
	margin: 0 3px 0 0;
}
.quote-form div.tab ul li.time p{
	margin: 0;
	clear: both;
}
.ampm select{
	margin: 0 0 6px 3px;
	width: 48px;
}
.checkbox{
	width: 15px;
	height: 16px;
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
.attire select{width: 184px;}
.quote-form div.tab ul li label.choice{line-height: 16px;}
.col span{
	overflow: hidden;
	height: 1%;
	margin: 0 0 5px;
	display: block;
}
.comments{width: 370px;}
.comments textarea{
	overflow: auto;
	float: left;
	border: 1px solid #c2c0be;
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
	width: 363px;
	margin: 0;
}
.submit{
	float: left;
	margin: 10px 0 0 10px;
	width: 110px;
	height: 32px;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(images/btn-submit.gif) no-repeat; 
}
.submit:hover,
.submit.hover{background: url(http://www.musicvancouver.com/wp-content/themes/musicvancouver/images/btn-submit-hover.gif) no-repeat;} 
/* testimonials */
.cite-block{
	width: 607px;
	background: #eeebe7 url(images/bg-top-cite-block.gif) no-repeat;
	margin: 0 0 21px;
}
.cite-block .holder{
	background: url(images/bg-bottom-cite-block.gif) no-repeat 0 100%;
	padding: 25px 47px 20px;
}
.cite-block em.date{
	display: block;
	font-style: normal;
}
.cite-block blockquote{margin: 0;}
.cite-block blockquote q{
	display: block;
	line-height: 17px;
	margin: 0 0 20px;
}
.request-wedding-button{
	width: 280px;
	height: 38px;
	background: url(images/request-a-quote-for-your-wedding.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* banner */
.ad{
	width: 297px;
	padding: 14px 0 0;
	background: url(images/bg-top-ad.gif) no-repeat;
	margin: 0 0 25px;
}
.ad .holder{
	background: url(images/bg-bottom-ad.gif) no-repeat 0 100%;
	padding: 0 0 15px;
}
.ad .frame{
	background: #ece8e4 url(images/bg-center-ad.gif) repeat-x;
	padding: 0 20px 0 14px;
	overflow: hidden;
	height: 1%;
}
.ad .align-left{margin: 0 11px 0 0;}
.ad p{
	margin: 0;
	font-size: 12px;
}
.no-line{background: none !important;}

.ajax-holder {
	position: relative;
	overflow: hidden;
}
.ajax-holder div.tab {
	overflow: hidden;
	width: 100%;
}
.check-holder .check-content {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
.hidden-tab {
	display: block;
}
.navigation{
	padding-top: 10px;
	padding-bottom: 30px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}