										/*  LIBIDO CSS Document */
										
/******************* Global Links ******************/
*{
margin					:	0px;
padding					:	0px;
}

body{
font					:	normal 11px Tahoma;
color					:	#000000;
background				:	url(../images/body_bg.gif) left top repeat-x;
}

img{
border					:	none;
}

li{
list-style				:	none;
}

a{
text-decoration			:	none;
color					:	#000000;
}

#maincontainer{
width					:	100%;
}

#pagecontainer{
width					:	900px;
margin					:	0 auto;
}


/*********************** Header Part Layout *******************/

.header{
background				:	url(../images/top_bgimage.jpg) left top no-repeat;
width					:	900px;
height					:	276px;
float					:	left;
}

.header .logo{
width					:	900px;
height					:	174px;
float					:	left;
text-align				:	left;
}

.header .logo img{
margin					:	62px 0px 0px 283px;
}

/************************ Menu Part Layout *****************/

.menu{
width					:	900px;
float					:	left;
margin-top				:	34px;
}

.menu li{
float					:	left;
}

.home a{
background				:	url(../images/home_txt.jpg) left top no-repeat;
width					:	83px;
height					:	47px;
float					:	left;
margin-left				:	8px;
}

.home a:hover{
background				:	url(../images/home_hover.jpg) left top no-repeat;
width					:	83px;
height					:	47px;
float					:	left;
}

.home_hover{
background				:	url(../images/home_hover.jpg) left top no-repeat;
width					:	83px;
height					:	47px;
float					:	left;
margin-left				:	8px;
}

.about a{
background				:	url(../images/about_txt.jpg) left top no-repeat;
width					:	85px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}

.about a:hover{
background				:	url(../images/about_hover.jpg) left top no-repeat;
width					:	85px;
height					:	47px;
float					:	left;
}

.about_hover{
background				:	url(../images/about_hover.jpg) left top no-repeat;
width					:	85px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}

.faq a{
background				:	url(../images/faq_txt.jpg) left top no-repeat;
width					:	74px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}

.faq a:hover{
background				:	url(../images/faq_hover.jpg) left top no-repeat;
width					:	74px;
height					:	47px;
float					:	left;
}

.faq_hover{
background				:	url(../images/faq_hover.jpg) left top no-repeat;
width					:	74px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}

.comp a{
background				:	url(../images/comp_txt.jpg) left top no-repeat;
width					:	124px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}

.comp a:hover{
background				:	url(../images/comp_hover.jpg) left top no-repeat;
width					:	124px;
height					:	47px;
float					:	left;
}

.comp_hover{
background				:	url(../images/comp_hover.jpg) left top no-repeat;
width					:	124px;
height					:	47px;
float					:	left;
margin-left				:	5px;
}
/************************** We Take Text Part **************/

.wetake_txt{
width					:	900px;
float					:	left;
text-align				:	left;
margin-top				:	10px;
}

.wetake_txt img{
margin-left				:	120px;
}

/************************ Center Part Layout ****************/

.center_part{
width					:	900px;
float					:	left;
margin-top				:	18px;
text-align				:	left;
}

.center_leftpart{
width					:	690px;
float					:	left;
text-align				:	left;
}

.center_leftcontent{
width					:	680px;
float					:	left;
text-align				:	left;
background				:	url(../images/center_lady_bigimg.jpg) left top no-repeat;
height					:	235px;
}

.center_leftcontent_txt{
width					:	333px;
float					:	right;
margin-top				:	38px;
}

.lipsum_txt{
font					:	 bold 14px "Times New Roman";
color					:	#ffffff;
height					:	30px;
text-align				:	left;
}

.para p{
width					:	330px;
font					:	normal 14px "Times New Roman";
color					:	#ffffff;
padding-top				:	30px;
}

.para1 p{
width					:	330px;
font					:	normal 14px "Times New Roman";
color					:	#ffffff;
}

/*************************** Center Right Part Layout ***************/
.center_rightpart{
width					:	208px;
float					:	left;
border					:	1px solid #c03b3c;
}

.center_rightpart_content{
width					:	208px;
float					:	left;
}

.topproduct_img{
width					:	208px;
float					:	left;
text-align				:	center;
}

.topproduct_img img{
margin-top				:	25px;
}

.lyr-para{
width					:	208px;
float					:	left;
text-align				:	center;
}

.lyr-para p{
width					:	195px;
font					:	normal 11px Tahoma;
color					:	#000000;
text-align				:	left;
height					:	55px;
margin					:	20px 0px 0px 10px;
}

.click_txt{
width					:	208px;
float					:	left;
text-align				:	left;
text-indent				:	10px;
background				:	url(../images/right_btmborder.jpg) left bottom no-repeat;
height					:	28px;
}

.click_txt a{
text-decoration			:	underline;
color					:	#2036a2;
font-weight				:	bold;
}

/**************************** Footer Part Layout ****************/

#footer{
width					:	100%;
background-color		:	#ffa5a5;
height					:	55px;
clear					:	both;
float					:	left;
margin-top				:	30px;
}

.footer_part{
width					:	900px;
margin					:	0 auto;
}

.footer_part p{
text-indent				:	20px;
text-align				:	left;
padding-top				:	20px;
}

.footer_part p a:hover{
text-decoration			:	underline;
}


/*************************** End *************************************/



