/* 
    Document   : CSS document
    Created on : 23.12.2008, 8:36:33
    Author     : Zombie
    Description:
        Purpose of the stylesheet follows.
*/

body,div,p,a,td,tr{
    margin:0;
    padding:0;
    font-family:Calibri, arial;
    font-size:14px;
}

h2{
    text-align:center;
    font-size: 2.0em;
    margin:0px;
    padding:0px;
    color:#444444;
}

h3{
    text-align:center;
    font-size: 1.3em;
    margin-top:20px;
	margin-bottom:5px;
    padding:0px;
    color:#444444;
	text-align:left;
}

body{
	background-color:#ffffff;
}

a{
	color:#444444;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
a:hover{
	color:#ff5500;
}

#top_line{
    background-image:url(../img/bgtop.jpg);
    height:42px;
}

#logo_area{
    height:192px;
    background-position: 50% 0%;
    background-repeat:repeat-x;
	background-color: transparent;

    background-image:url(../img/logo2.jpg);
}

.logo_content{
    position:relative;
    top:0px;
    left:0px;
    height:192px;
}

#logo_image{
    background-image:url(../img/logo.jpg);
    background-position: 0% 0%;
    background-repeat:no-repeat;
}

.logo_menu{
   display:none;
   background-color:#666666;
   color: #ffffff;
   background-image:url(../img/logo3.jpg);
   background-position: 0% 0%;
   background-repeat:no-repeat;
   border-bottom:5px solid #efefef;
}

div.logo_menu div._head{
	color:#ffffff;
	background-color:#000000;
	font-size: 1.8em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	text-align:left;
}

div.logo_menu div._body{
	color:#ffffff;
}

div.logo_menu a{
	color:#eeeeee;
	font-weight:bold;
	font-size:1.4em;
	font-style:italic;
}

div.logo_menu a:hover{
    color:#ff5500;
}

.headerBg{
    background-image:url(../img/menu_item_main.jpg);
    background-repeat:repeat-x;
    height:50px;
}

#top_menu{
    width:100%;
    
    margin:0;
    padding:0;

    overflow:hidden;
}

.mmItem{
    float:left;
    width:150px;
    height:50px;
    text-align:center;
    padding-top:15px;
    color:#333333;
    font-size:17px;
    cursor:pointer;
    display:block;
}

.mmItem_hover{
    background-image:url(../img/menu_item_main_hover.jpg);
    color:#cccccc;
}

#content_container{
	background-repeat:repeat-x;
    background-image:url(../img/bg2.jpg);
    background-position: 0% 100%;
}

#content_body{
    padding-left: 20px;
    padding-right: 20px;
	margin-right:200px;
}

#company_container{
    width:200px;
	float:right;
	padding-bottom:100px;
}

.ptext{
}

.ptext p{
    text-indent: 10px;
    margin-bottom: 5px;
    text-align:justify;
}
.ptext p:first-letter{
    /*font-weight:bold;*/
    font-size: 1.2em;
}

.circ li{
    list-style-type:circle;
}

div.company_item{
    width:200px;
    height:100px;
    background-position:50% 50%;
	background-image:url(../img/company/item.png);
    /*border-bottom:1px solid #bbbbbb;*/
    cursor:pointer;
   /* border-left:1px solid #aaaaaa;*/
}

div.company_item_hidden{
    height:0px;
}

div.company_option{
    width:200px;
    height:100px;
    background-color: #000000;
    display:none;
	background-position:50% 50%;
}

div.company_item_image{
	width:200px;
    height:100px;
	background-position:50% 50%;
}

div.company_options_block{
    padding-top:10px;
    padding-left:25px;
}

div.company_option a{
	font-weight:normal;
    color:#ffffff;
    font-size:0.9em;
}

div.company_option a:hover{
    color:#ff5500;
}

.avon{
   background-image:url(../img/company/avon.png);
}
.oriflame{
   background-image:url(../img/company/oriflame.png);
}
.faberlic{
   background-image:url(../img/company/faberlic.png);
}
.marykay{
   background-image:url(../img/company/marykay.png);
}
.tiande{
   background-image:url(../img/company/tiande.png);
}
.infinum{
   background-image:url(../img/company/infinum.png);
}
.fleurdesante{
   background-image:url(../img/company/fleurdesante.png);
}
