@charset "utf-8";
/* CSS Document */


#verticaltextmenu{
	width: 670px;
	margin: 0px 125px 20px 105px;
	text-align: left;
}



.acc_tab{
	display: block;
	width: 670px;
	height: 34px;
	background-color: transparent;
}

.tab_top{
	background-image: url(../images/acc_tab_back_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.tab_top a.acc_tab{
	background-image: url(../images/samples_of_work.png);
	background-repeat: no-repeat;
}

.tab_top a.acc_tab:hover{
	background-image: url(../images/samples_of_work_hover.png);
	background-repeat: no-repeat;
}


.tab_middle{
	background-image: url(../images/acc_tab_back.jpg);
	background-repeat: repeat-x;
}

.tab_middle a.acc_tab{
	background-image: url(../images/services_i_provide.png);
	background-repeat: no-repeat;
}

.tab_middle a.acc_tab:hover{
	background-image: url(../images/services_i_provide_hover.png);
	background-repeat: no-repeat;
}


.tab_bottom{
	background-image: url(../images/acc_tab_back_bottom.jpg);
	background-repeat: no-repeat;
}

.tab_bottom a.acc_tab{
	background-image: url(../images/about_me.png);
	background-repeat: no-repeat;
}

.tab_bottom a.acc_tab:hover{
	background-image: url(../images/about_me_hover.png);
	background-repeat: no-repeat;
}

.acc_content{
	height: 300px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/acc_content_back.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

#acc_content_bottom{
	background-image: url(../images/acc_bottom_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: none;
}





/* Accordion */
#box1{
	position:absolute;
	width: 552px;
	height: 300px;
}
div.slidingPanel{
	width:552px;
	height: 300px;
	padding: 0;
	margin: 0;
	float:left;
}


.mask1{
	position:relative;
	width:552px;
	height:300px;
	overflow:hidden;
	float: left;
	text-align: left;
}



/* Preload background a:hover images */
#preload_images{
	background-position: -1000px -1000px;
}

#pre_img1{
	background-image: url(../images/samples_of_work_hover.png);
	background-repeat: no-repeat;
}

#pre_img2{
	background-image: url(../images/services_i_provide_hover.png);
	background-repeat: no-repeat;
}

#pre_img3{
	background-image: url(../images/about_me_hover.png);
	background-repeat: no-repeat;
}

#pre_img4{
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
}

#pre_img5{
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
}





