*{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0px;
    padding: 0px;   
    padding-left: 15px;
    font-size: 0.8em;
    font-family: Tahoma, sans-serif;
    color: #575757;     
}


.underConstruct{
    background: url(images/construct.gif) repeat-y left;
    width: 252px;
    height: 259px;
    position: absolute;
    top: 0px;
    left: 0px;
}

a,a:active, a:visited
{
	color: #ec1919;
	text-decoration: none;
    /*border-bottom: 1px dashed #000;*/
}

a:hover{
    text-decoration: none;   
    /*border-bottom: 1px dashed #e62020;*/      
}

.leftBorder{
    background: url(images/border.gif) repeat-y left;
    width: 10px; 
}  

.rightBorder{
    background: url(images/border.gif) repeat-y right;
    width: 10px; 
}   

#main{
    /*background: #F0F0F0;*/ 
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    max-height : 100%;
    width : 600px;
    margin:0 auto;
}

.wrapper{
    background-color: #FFF;    
}

.redLine{
    border-top: 2px solid #e62020;
    margin-left: 2px;
    margin-right: 2px;  
}

.blackLine{
    border-top: 2px solid #000;
    margin-left: 2px;
    margin-right: 2px;      
}

#main p{
    margin-top: 0.5em; 
    margin-bottom: 1em; 
    text-indent: 2em;
}

#main .services p:first-letter,
.menuSub p:first-letter{
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 1px;       
}

#header{
    width: 100%;
    height: 75px;   
    background: url(images/vlsite.gif) #fff no-repeat left center;
    margin-left: 15px;
}

#header p{
    max-width: 260px;
    text-align: right;
    float: right;
    padding-top: 10px;
    margin-right: 15px;   
}

#header h1{
    float: right; 
    word-spacing: 10px;   
}

#header #yandexFirstLetter{
    color: #FF0000;  
}

h1
{
    font-size: 2.0em; 
    padding-right: 10px; 
    text-align: right;
}

#quote
{   padding-right: 10px;
    text-align: right;   
    right: 0px;
    padding-right: 0px;
}


#header h1{
    text-align: left;
    text-indent: 25px;
    font-size: 1.2em;
    display: none;        
}




.menu .menuSub{

    float: left;
    margin-bottom: 2px;
    width: 32%; 
    background: #000000;
    margin-right : 2px;
    color: #FFF;
    border: 1px solid #000;  
}

.menu .menuSub li{
    list-style-type: none;
    margin-left: 4px;   
}

.price{
    color: #FFF;
    background: #e62020;
    text-align: right;
    padding-right: 2px;    
}

#quote p{
    max-width: 200px;
    position: static;
    padding: 2px 5px 10px 15px;
    text-align: right;
    float: right;  
    border-left: 1px dashed #E0E0E0 ;
    font-style: italic;       
}

.additionalServices{
    width: 100%;  
    font-size: 1.1em;
    border-collapse: collapse;  
}

.additionalServices tr{
    background-color: white; 
    font-weight: 200;  
    color: black;
    height: 32px; 
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.additionalServices th{
    background-color: #000; 
    color: white; 
}

.additionalServices td{
    text-indent: 5px;
}

.additionalServices .even{
    background-color:  #e62020; 
    color: white; 
}

#developerBlock{
    /*position: relative;*/
    padding-top: 50px;
    padding-right: 10px;
    text-align: right;
    float: right;  
    /*padding-top: 20px;*/
    /*padding-bottom: 13px;*/
    font-size: 0.8em; 
}

a#developer, a#developer:active, a#developer:visited
{
	background: #e62020;
	color: #FFFFFF;
	padding: 3;
}

a#developer:hover
{
	background: #000000;
	text-decoration: none;
}

span#developerSite{
	background: #e62020;
}

/*Всплывающие подсказки*/

.tooltip{
    position: absolute;
    padding: 5px 5px;
    z-index: 2;
    color: #fff;
    background-color: #e62020;
    border: 1px dashed #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
}

.tooltip h3{
    margin: 0;
    text-align: left;
}