/*//////////////////////////////////// Main Menu/////////////////////////////////*/

li {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
list-style-type: none;
}

.menu_titles {
font-weight: bold;
background-image: url(../image/web_images/leaf_icon.gif);
background-position: left;
background-repeat: no-repeat;
padding: 0 0 0 15px ;
}

a{text-decoration: none;}
a:link  {color: #000;}
a:visited {color: #000;}
a:hover {color: #009900;}
a:active {color: #000;}
/*//////////////////////////////////// Content/////////////////////////////////*/
#main{
position:relative;
margin-right: auto;
margin-left: auto;
width :1000px;
height:850px;
}
.main_menu{
position:absolute;
left: 0px;
top: 0px;
width: 220px;
margin: 0px 0px 0px 0px;
padding: 75px 0px 50px 20px;
background-image: url(../image/web_images/menu.jpg);
background-repeat: no-repeat;
background-position: left top;
height:850px;
}
.index_content{
position:absolute;
left: 220px;
top: 0px;
width: 770px;
margin: 0 0px 10px 10px;
height: 850px;
}

.top_image{
float: right;
width:210px;
height:210px;
padding:5px 5px 5px 5px;
border: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}

.pic_block{
float: right;
width:180px;
height:300px;
}
.rug_list_block{
float: right;
width:230px;
height:300px;
}
.pics{
padding:5px 5px 5px 5px;
margin:10px 0 0 0;
border: 1px solid #A3A3A3;
border-right: 2px solid #A3A3A3;
border-bottom: 2px solid #A3A3A3;
}

.bottom_block{
margin:20px 0 0 0;
width:770px;
height: 300px;
}
h2{
color: #000;
font-size:15px;
font-weight:bold;
}
.title{
margin:10px 0 10px 0;
}
