/**
* CSS
* 
* @version 1.0
* @author Ingrid 
* @author Ingrid Stojnic
*/


* {
	margin: 0;
	padding: 0;
}

img { 
	border: none; 
	}

html{ 

	}


body {
	font-size: 13px;
        font-family:  Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #000;
	background-image: url(http://www.kapodaki.ru/files/1_background.gif);
        background-repeat: repeat;
        background-position: 215px 0;
        background-attachment: fixed;
	width: 100%;	
	height:100%;
	position: relative;	
	margin: 20px 0;	
	}



#wrap{
	width: 97%;
        background-image: url(http://www.kapodaki.ru/files/1_background.gif);
	margin: 0 auto;
	height:100%;
	position: relative;
        border: 1px solid #000;
        z-index:1;
        }

#wrap1{
	background: #fff;
	margin: 3px 3px 3px 3px;
	height:400;
	position: relative;
        border: 1px solid gray;
        z-index:1;
        text-align: center;
        padding: 8px 8px 0 8px;
        float: left;
         -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.50), rgba(0,0,0,0.25) 0px 0px 20px;
       -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.50), rgba(0,0,0,0.25) 0px 0px 20px;
         }


#wrap2{
	width: 650px;
       	background-image: url(http://www.kapodaki.ru/files/1_background.gif);
	margin: 2px 2px 2px 2px;
	height:400;
	position: relative;
        z-index:1;
        text-align: left;
        padding-top: 4px;
        float: left;
        }

#wrap3{
	background: #fff;
	margin: 3px 3px 3px 3px;
	height:400;
	position: relative;
        border: 1px solid gray;
        z-index:1;
        text-align: center;
        padding: 8px 8px 0 8px;
        float: left;
         }

	
#header{
	width: 100%;
        background-image: url(http://www.kapodaki.ru/files/1_background.gif);
	margin: 0 auto;
	height:70px;
	position: relative;
        }

#header_phone{
        font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 0 0 0 80%;
	height:30px;
	position: relative;
        text-align: left;
        padding-top: 15px;
        font-size: 16px;
	font-weight: bold;
        
        }

#top_menu{
        font-size: 12px;
	width: 100%;
        background: #000;
	margin: 0 auto;
	height:16px;
	position: relative;
        text-align: left;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        padding-top: 2px;
        }

#top_menu_1{
	width: 100%;
        height:16px;
	position: relative;
        text-align: left;
        font-weight: bold;
        color: #fff;
        padding-left: 15px;
        text-transform: uppercase;
                }

#container{
	width: 960px;
	margin: 0 auto;
	height:100%;
	position: relative;
	text-align: left;
	}


a{ 
	text-decoration: none; 
	color: #000;
	}

a:hover { 
	text-decoration: none; 
	}
	
	
#menu{
        font-family: Arial, Helvetica, sans-serif;
        width: 250px;
	float: left;
	padding-bottom: 50px;
	padding-top: 60px;
        }		

#menu p a{
	position: relative;
	top: -20px;
	left: 310px;
	width: 290px;
	height: 25px;
	display: block;
	}
	
#menu p span{
	display: none;
	}
		
#menu ul{
	list-style-type: none;
	margin: 15px 0 15px 0;
	cursor: pointer;
	width: 100%;
	text-align: right;	
	position: relative;
	}	

#menu ul li{
	line-height: 18px;
	margin: 0 0 0 0;
	text-align: right;
	cursor: pointer;	
	}


#menu ul li a{
	color: #999;
	cursor: pointer;
	}	
	
#menu ul li a:hover{
	border-bottom: 0px solid #605c5a;
	color: #000;
	cursor: pointer;	
	}	
	
#menu ul li.active a{
	border-bottom: 0px solid #605c5a;
	color: #000;
	cursor: pointer;		
	}	
		
#menu ul li.section-title{
        text-transform: uppercase;
        letter-spacing: 1px;
	cursor: pointer;
        }

	
#content{
	width: 650px;
	float: left;
	margin: 0 0 50px 50px;
        padding-top: 60px;
	}

#content p{
        margin-bottom: 1em;
	}

#content p a{ 
	text-decoration: underline; 
	color: #000;
	}

#content h1{ 
	font-size: 1.8em;
	margin: 0 0 15px 0;
	color: #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
	}
	
#content h2{ 
	font-size: 16px;
	margin: 10px 0 10px 0;
	color: #000;
	}

#content p a:hover{ 
	text-decoration: none; 
	color: #999;
	}
	
/****************************/	


/******************************** footer */

#menu-footer{
        text-align: left;
	padding-top: 110px;
	color: #000;
	font-size: 14px;
	font-weight: bold;		
	}

#menu #footer{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #999;
	font-size: 9px;
	background: none;
	line-height: 15px;
	}	

#menu #footer a{
	color: #999;
	background: none;
	margin: 0 0 20px 0;
	}	

/***************************** thickbox*/

#img-container	{ margin: 0 auto; padding: 15px; }
#img-container p	{ width: 400px; margin: 0 auto;}

		
/****************************** slideshow */

#content p#nums {
	margin: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #999;
}

#content p.cap{
	margin: 3px 0 10px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;

}

/************************************/



.clearfix{
	clear: both;
	}	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
.pics { 
 display:block;
 overflow:hidden;
 height:495px;
 margin:0pt; 
 padding:0pt; }	
	
	
#leftlink {
 text-align: right;
 /*font-weight: bold;*/
 margin: 0 0 0 0;
 display: block;
 text-transform: uppercase;
 letter-spacing: 1px;
 cursor: pointer;}	
	

body.section-1 { }
body.section-2 { }
body.section-3 { }

/******************************************************/

#top_logo{
	display: none;
        }

body.section-12 #top_logo{
        display:block;
	width: 97%;
        background: transparent; 
	margin: 10px auto;
	height:120px;
	position: relative;
        z-index:1;
        }
.logo{
        left: 20px;
        position: absolute;
        top: 20px;
        z-index: 100;
        }  


body.section-12 #quote{
	width: 30%;
        background: #000; 
        color: #fff;
	margin: 5px 5px 5px 350px;
        padding: 10px 10px 10px 15px;
	height:100px;
	position: absolute;
        z-index:1;
        font-weight: normal;
        text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 1.6em;
        }

body.section-12 #quote_1{
	width: 100%;
        background: #66CCFF; 
        color: #fff;
	margin: 0px 5px 5px 0px;
        padding: 0px 10px 10px 10px;
	/*height:100px;*/
	position: relative;
        z-index:1;
        text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        font-size: 1.3em;
        }



body.section-12 #header_phone{
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
	width: 150px;
	margin: 0 0 0 80%;
	height:40px;
	position: relative;
        text-align: left;
        padding-top: 30px;
        font-size: 16px;
	font-weight: bold;
        z-index:100;
        }


.arrow{
        height: 15px;
        left: 342px;
        position: absolute;
        top: 35px;
        width: 8px;
        z-index: 100;
        }  

.dashed_bottom {
	border-bottom-style: dotted;      
        }

body.section-12 #wrap{
	width: 97%;
        background: #66CCFF; 
	margin: 20px auto;
	height:100%;
	position: relative;
        border: 1px solid #66CCFF;
        z-index:1;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        }

body.section-12 #container{
	width: 80%;
	margin: 0 auto;
	height:100%;
	position: relative;
	text-align: left;
        font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.2em;
	}
        
body.section-12 #content{
	width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        }



body.section-12 h1{ 
	font-size: 1.6em;
	margin: 0 0 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        }

body.section-12 #main_menu{
        width: 100%;
        background: #66CCFF; 
        color: #000;
	margin: 5px 5px 5px 0px;
        padding: 10px 10px 10px 10px;
	position: relative;
        z-index:1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        
        }

body.section-12 #order{
        width: 200px;
        background: #336699; 
        color: #fff;
	margin: 0px 0 0 75%;
        padding: 10px 10px 10px 10px;
	height:100%;
	position: relative;
        z-index:1;
        text-align: center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        
        }

body.section-12 #second_menu{
        width: 100%;
        background: #66CCFF; 
        color: #000;
	margin: 5px 5px 5px 0px;
        padding: 10px 10px 10px 10px;
	position: relative;
        z-index:1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        }

body.section-12 #menu{
        display: none;
        }

body.section-12 #top_menu{
        display: none;
        }
	
body.section-12 #header{
	display: none;
        }	

/**************************************************************/

body.section-12 #form_contact{
        width: 600px;
        background: #fff; 
        color: #000;
	margin: 0 auto;
        padding: 10px 0px 10px 30px;
	-webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        
        }
     
body.section-12 #form_file{
        width: 600px;
        background: #fff; 
        color: #000;
	margin: 10px auto;
        padding: 10px 0px 10px 30px;
	-webkit-border-radius: 8px;
        -moz-border-radius: 8px;
   	
        }

body.section-12 #form_seconds {
        width: 600px;
        background: #fff; 
        color: #000;
	margin: 0px auto;
        padding: 10px 0px 10px 30px;
	text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
               
        }

body.section-12 #form_messege {
        width: 600px;
        background: #fff; 
        color: #000;
	margin: 5px auto;
        padding: 10px 0px 10px 30px;
	text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        
        }

body.section-12 #form_send {
	width: 600px;
        background: #fff; 
        color: #000;
	margin: 5px auto;
        padding: 10px 0px 10px 30px;
	text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        
        }

body.section-12 h3 {
        font-size: 1.8em;
        font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #66CCFF;
        }

body.section-12 #thankyou {
        font-size: 1.8em;
        font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #66CCFF;
        width: 600px;
        height: 150px;
        background: #fff; 
        margin: 20% auto;
        padding: 50px 10px 10px 30px;
	text-align: left;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        }


/*****************************************************************************/


