/* 
    Document   : newCascadeStyleSheet
    Created on : 2009/12/24, 10:58:55
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* HEADER IMAGE v1.2.0 */
#headerImage{
	margin:0 auto;
	background:#000 url(../../../img/ui/site_skin/default/heder_iamge_bg.gif) repeat-x 0 0;
}
#headerImage .main{
	position:relative;
	width:980px;
	margin:0 auto;
	height:385px;
	background:#000 url(../../../img/object_slide_1.jpg) no-repeat 0 0;
}

#headerImage .main .introText{
	color:#fff;
	width:342px;
	position:absolute;
	top:120px;
	right:70px;
}
#headerImage .main .introText p{
	line-height:1.7em;
}
#headerImage .main .introText p span{
	color:#FFB600;
}


#headerImage #ContactButton{
	width:342px;
	height:50px;
	width:342px;
	position:absolute;
	background:#000 url(../../../img/h_image_contact_button.png) no-repeat 0 0;
	top:250px;
	right:70px;
}