/* Miovision CSS Document - Only HOME alterations */

#header_home{
	position: relative;
	background:url(../images/home/new_header.jpg) no-repeat;
	height: 80px;
	width: 836px;
}

#showcase_home{
	position: relative;
	margin-top:0px;
	height: 300px;
	width: 836px;
	background:url(../images/home/main_pane.jpg) no-repeat;
	z-index:7;
	padding-bottom:0px;
	margin-bottom:0px;
}

#showcase_home_text{
	position: absolute;
	top: 148px;
	left:472px;
	margin-top:0px;
	padding-top:0px;
	height: 101px;
	width: 314px;
	z-index:8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;

}

						
#lowerpane_home{
	position: relative;
	background:url(../images/home/lower_pane.jpg) no-repeat;
	height: 200px;
	width: 836px;
}

		#box4{
			position:absolute; 
			width:213px; 
			height:143px; 
			left:400px; 
			top:10px;
			padding-top:5px;
			padding-left:8px;
		}

		#box3{
			position:absolute; 
			width:149px; 
			height:143px; 
			left:636px; 
			top:10px;
			padding-top:5px;
			padding-left:8px;
		}


#footer_home{
	position: relative;
	height: 20px;
	width: 790px;
	top:-25px;
	left:22px;
	color:#585858;
}

#footer_page{
	position: relative;
	height: 51px;
	width: 836px;
	background:url(../images/structure/footer_page_bg.jpg) no-repeat;
	z-index:1;
	margin:0;
	color:#585858;
}

	#footer_page_content{
		position: relative;
		height: 20px;
		width: 790px;
		left:22px;
		top:34px;
		color:#585858;
	}
	
	/* BUTTONS */

a.srollover_prev {
    display: block;
    width: 67px;
    height: 31px;
    background: url("../images/structure/tour/prev_btn1.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_prev {
    background-position: -67px 0;
}

a.srollover_next {
    display: block;
    width: 67px;
    height: 31px;
    background: url("../images/structure/tour/next_btn1.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_next {
    background-position: -67px 0;
}

a.srollover_build {
    display: block;
    width: 111px;
    height: 44px;
    background: url("../images/structure/tour/build_btn.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_build {
    background-position: -111px 0;
}

a.srollover_webinar {
    display: block;
    width: 80px;
    height: 39px;
    background: url("../images/home/tour/webinars_btn.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_webinar {
    background-position: -80px 0;
}

a.srollover_webinar_home {
    display: block;
    width: 105px;
    height: 39px;
    background: url("../images/home/webinars_btn_big.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_webinar_home {
    background-position: -105px 0;
}


a.srollover_submit {
    display: block;
    width: 80px;
    height: 49px;
    background: url("../images/structure/tour/webinars_btn.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_submit {
    background-position: -80px 0;
}

a.srollover_go {
    display: block;
    width: 65px;
    height: 31px;
    background: url("../images/home/go.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_go {
    background-position: -65px 0;
}

a.srollover_tour_header {
    display: block;
    width: 75px;
    height: 41px;
    background: url("../images/home/tour_btn_header.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_tour_header {
    background-position: -75px 0;
}

a.srollover_builds_header {
    display: block;
    width: 108px;
    height: 41px;
    background: url("../images/home/builds_btn_header.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_builds_header {
    background-position: -108px 0;
}

a.srollover_webinars_header {
    display: block;
    width: 75px;
    height: 41px;
    background: url("../images/home/webinars_btn_header.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover_webinars_header {
    background-position: -75px 0;
}

