/******************************************************************************
* intro-wrapper
*****************************************************************************/
div#intro-wrapper {
	width:820px; height:446px; margin:0px auto 50px auto;
	background-image:url(../images/intro-wrapper-bg.jpg);
	background-repeat:no-repeat; background-position:left top;
}

div#intro-wrapper_i {
	float:left; margin:10px; width:800px; height:426px;
}

* html div#intro-wrapper { text-align: left; /* Win IE 5 left align after centering */ }

/******************************************************************************
* intro-details
*****************************************************************************/
div#intro-details {
	position:relative; float:right; width:300px; height:200px;
}

div#intro-details p { margin:0px 15px 0px 0px; }

html>body div#intro-details p { margin:0px 20px 0px 0px; }

div#intro-details p span { display:none; }

div#intro-details p#intro-desc {
	display:block; float:right;
	width:217px; height:12px; margin-top:15px;
	background-image:url(../images/intro-desc.gif);
}

div#intro-details p#intro-email {
	display:block; float:right; clear:both;
	width:168px; height:9px; margin-top:10px;
	background-image:url(../images/intro-email.gif);
}

div#intro-details p#intro-email a {
	display:block; width:168px; height:9px;
}
div#intro-details p#intro-tel {
	display:block; float:right; clear:both;
	width:155px; height:10px; margin-top:6px;
	background-image:url(../images/intro-tel.gif);
}

/******************************************************************************
* intro-enter
*****************************************************************************/
div#intro-enter {
	position:relative; float:right; clear:both; width:300px; height:200px;
	margin-top:45px;
}

div#intro-enter p { margin:0px 15px 0px 0px; }

html>body div#intro-enter p { margin:0px 20px 0px 0px; }

div#intro-enter p span { display:none; }

div#intro-enter p#intro-services {
	display:block; float:right;
	width:142px; height:120px; margin-top:15px;
	background-image:url(../images/intro-services.gif);
}

div#intro-enter p#intro-enter {
	display:block; float:right; clear:both;
	width:56px; height:16px; margin-top:15px;
	background-image:url(../images/intro-enter.gif);
}

div#intro-enter p#intro-enter a {
	display:block; width:56px; height:16px;
}

