@charset "windows-1256";
/* CSS Document */
body{
    margin:0px;
    padding:0px;
    background-color:#f5f5f5;
}

a{
    text-decoration:none;
}	
#header{
    width:1000px;
    height:140px;}
#social{
    padding-top:50px;
}
#menu{
    width:100%;
    height:46px;
    background-image:url(images/menu.jpg);
    background-repeat:repeat-x;
    padding-bottom:10px;
}	
.mlink	{
    width:121px; float:left; position:relative;
    text-align:center;
    height:33px;
    padding-top:10px;


}
.mlink	a{	
    color:#FFF;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
}
.input{
    font-family:font2;
    font-size:13px;
    color:#666;
    text-align:right;
    width:310px;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #999;
    outline:none;

}	
.mlink:hover{


    background: -webkit-linear-gradient(#86888b, #516270); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#86888b, #516270); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#86888b, #516270); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#86888b, #516270); /* Standard syntax */
}

#content{
    width:100%;
    background-image:url(images/mainbg.jpg);
    background-repeat:repeat-x;
    background-color:#f1f1f1;
    margin-top:-10px;
    height:auto;
    float:left;
}
#banner{
    max-width:1000px;
    height:397px;
    text-align:center;
}
#ban{
    width:810px;
    height:387px;
    float:right;
    margin-left:10px;

}	

#vMenu{
    width:180px;
    height:324px;
    float:left;


}
.vMenuItem{
    width:180px;
    height:43px;
    background-image:url(images/side.jpg);
    background-repeat:repeat-x;
    padding-top:4px;

}	

.vMenuItem p{
    margin-top: 6px;
}
.side_links{
    color:#FFF;
/*    margin-top: 10px;*/
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    /*letter-spacing:1px;*/
}

.vMenuItem:hover{
    background: -webkit-linear-gradient(#86888b, #516270); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#86888b, #516270); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#86888b, #516270); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#86888b, #516270); /* Standard syntax */
}

.selected{
    background: -webkit-linear-gradient(#86888b, #516270); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#86888b, #516270); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#86888b, #516270); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#86888b, #516270); /* Standard syntax */

}
.topvmItem{

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

}	
.bottomvmItem{

    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

}	

#welcome{
    width:1000px;

    position:relative;	
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    line-height:25px;
    background-color:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #ccc;
    height:auto;
    margin-top: 40px;

}	
h2{
    color:#d60404;
    font-size:18px;
    font-weight:bold;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    padding-left:10px;}	

#product{
    width:1000px;
    border:solid 1px #CCC;
    position:relative;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    line-height:25px;
    background-color:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #ccc;
    margin-top:10px;
    /*height:400px;*/
    margin-top: 40px;
}	
.reset{
    clear: both;
}
.pro{
    width:200px;
    margin:17px;
    float:left;	
    position:relative;

    line-height:27px;
}	
.proIMG{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:solid 1px #ccc;
}

#foot{
    background-color:#666;
    width:100%;
    height:70px;
    border:solid 0px #666;
    float:left;
    position:relative;
    margin-top:20px;
    text-align:center;
    padding-top:30px;

    color:#FFF;
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;
}
#foot a{
    color:#FFF;
    font-size:12px;
    font-family:Tahoma, Geneva, sans-serif;
    margin-right:30px;
    text-decoration:underline;}	
.more{

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#ee1c25;
    text-align:center;
    color:#FFF;
    font-size:12px;
    width:100px;
    height:30px;
    margin-top:20px;}
.more a{
    font-weight: bold;
}
