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

/*//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
IMPORTED IN: -
DESCRIPTION: styles of the contact page

AUTHOR: Sebastian Albisu
DATE CREATED: 02/12/2008

LAST MODIFICATION: - 
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\*/


/**********************************************
	HTML's Labels                              
***********************************************/ 

/*empty*/

/**********************************************
	General Structures                         
***********************************************/

#pageContainer
{
 width:auto;
 background:transparent url(../images/contact/all_page.jpg) scroll no-repeat 50% 0px;
}

/*------------- intro --------------*/ 

#intro
{
/* width:1012px;
 margin:0 auto;*/
 height:344px;
 background:transparent url(../images/common/header1.jpg) scroll no-repeat 0px 94px;
}

ul#navHorz
{
 width:100%;
 height:94px;
 background:url(../images/common/menu.jpg) scroll no-repeat left top;
}

/*------------- mainContent --------------*/ 

#mainContent
{
/* width:1012px;
 margin:0 auto; */
 height:385px;
}

#contactLeft
{
 float:left;
 display:inline;
 width:659px;
 height:100%;
 background:url(../images/contact/contact_left.jpg) scroll no-repeat left top;
}

#contactRight
{
 float:left;
 display:inline;
 width:353px;
 height:100%;
 background:url(../images/contact/contact_right.jpg) scroll no-repeat left top; 
}


/*------------- footer --------------*/ 

#footer
{
/* width:1012px;
 margin:0 auto; */
 height:105px;
 background:transparent url(../images/contact/footer.jpg) scroll no-repeat left top;
}


/*******************************************
 	Common Styles
********************************************/

/*empty*/

/*******************************************
 	Specifics structures
********************************************/

/*------------------------------------------
	intro
--------------------------------------------*/

/*············ navHorz ············*/

#navHorz li a {background:transparent url(../images/common/menu.jpg) scroll no-repeat 0px 0px;}

/*············ text down of navHorz ············*/

#intro p
{
 position:absolute;
 top:245px;
 left:112px;
 width:271px;
 height:37px;
 overflow:hidden;
 text-align:center;
 color:#0d3c96;
}

#intro p strong {color:#0d3c96;}

#intro p a {color:#0d3c96}

/*------------------------------------------
	MainContent
--------------------------------------------*/

/*---------------------------
	contactLeft
-----------------------------*/
/*
#contactLeft
{
 float:left;
 display:inline;
 width:659px;
 height:100%;
 background:url(../images/contact/contact_left.jpg) scroll no-repeat left top;
}
*/

#contactLeft
{
 width:627px;
 height:380px;
 padding:5px 14px 0 18px;
}


#contactLeft .limitBlock
{
 width:627px;
 height:480px;
 overflow:hidden;
}

#contactLeft h2 {margin:2px 0 22px 0}

#contactLeft h3 {margin:5px 0 13px 0}

#contactLeft h4 
{
 margin:5px 0 13px 0;
 font:bold 12px/15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#contactLeft h5
{
 margin:5px 0 13px 0;
 font:bold 12px/15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 color:#ffffff;
}

#contactLeft p {margin:0 0 13px 0}

#contactLeft div.limitBlock
{
 height:69px;
 overflow:hidden;
}

/*-------Zone 1-------*/

#contactLeft .zone1
{
 dislay:inline;
 float:left;
 width:145px;
 height:141px;
 padding:0 0 0 64px;
 overflow:hidden;  
}

/*-------Zone 2-------*/

#contactLeft .zone2
{
 dislay:inline;
 float:left;
 width:154px;
 height:141px;
 padding:0 0 0 55px; 
 overflow:hidden;  
}

/*-------Zone 3-------*/

#contactLeft .zone3
{
 dislay:inline;
 float:left;
 width:149px;
 height:141px;
 padding:0 0 0 60px;
 overflow:hidden; 
}

/*------*/

#contactLeft p.go_top
{
 height:35px;
 margin-top:0px;
}

/*---------------------------
	contactRight
-----------------------------*/
/*
#contactRight
{
 float:left;
 display:inline;
 width:353px;
 height:100%;
 background:url(../images/contact/contact_right.jpg) scroll no-repeat left top; 
}
*/

#contactRight
{
 width:293px;
 height:380px;
 padding:5px 43px 0 17px; 
}

/*············· .referent ·················*/

#contactRight .referent
{
 height:95px;
 overflow:hidden;
}

#contactRight .referent h3
{
 margin-bottom:11px;
}

/*············· .callProducts ·················*/

#contactRight .callProducts
{
 height:100px;
 padding-right:65px;
 overflow:hidden;
}

#contactRight .callProducts h3 {margin-top:10px}

/*············· .callServices ·················*/

#contactRight .callServices
{
 height:132px;
 padding-right:65px; 
 overflow:hidden;
}

#contactRight .callServices h3 {margin-top:10px}



