@charset "UTF-8";
/* --------------------------------------------------------------

 * For computers.

 -------------------------------------------------------------- */
BODY {
	background: #AACCC6;
	text-align: center;
}

#header, #main, #footer {
	/*display: inline-block;*/
	text-align: left;
	font-family: "Helvetica";
	font-size: 13px;
}

hr{
	background-color: #449284;
	color: #449284;
	height: 2px;
	border-width: 0px;
}
#header {
	background: #449284 url(../img/up.jpg) no-repeat;
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	height: 287px;
	padding: 0px;
}

#main {
background: #83b8ae url(../img/bg.jpg) repeat-x;
	/*min-height: 1300px;*/
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
}

#footer {
	background: #449284 url(../img/bottom.jpg) no-repeat;
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	height: 90px;
	align: left;
}
.footer_contacts{
	color: #ffffff;
	text-align: left;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-style: normal;
	float: right;
	padding: 5px;
	width: 38%;
}
.footer_contacts a{
	color: #ffffff;
}
.cityk{
	text-align: right;
	/*font-family: "Myriad Pro";*/
	float: left;
	/*margin-left: 80px;*/
	width: 470px;
	padding-left:50px;
}
.cityk a{
	color: #ffffff;
	font-size: 14px;
	/*font-family: "Myriad Pro";*/
	font-weight: bold;
}
.cityk  a:hover{
	color: #61b5ff;
	font-size: 14px;
	font-weight: bold;
	/*font-family: "Myriad Pro";*/
}
.cityr{
	text-align: right;
	width: 200px;
	float: left;

}
.cityr a{
	color: #ffffff;
	font-size: 14px;
	/*font-family: "Myriad Pro";*/
	font-weight: bold;
}
.cityr  a:hover{
	color: #61b5ff;
	font-size: 14px;
	font-weight: bold;
	/*font-family: "Myriad Pro";*/
}

/* header */
#header H1 {
	color: #ffffff;
	width: 250px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 300px;
	top: 20px;
	/*font-family: "Myriad Pro";*/
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

#logo {
	float: right;
	margin: 10px;
}
#right{
	float: right;
	height: 100%;
	background: #449284;
-css3-border-top-right-radius: 10px;
    -css3-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    text-align: center;
}


#name{
	/*background-color: #aaccc6;*/
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #3b3939;
	-css3-border-top-right-radius: 10px;
    -css3-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}
#question{
	/*background-color: #7c9089;*/
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -css3-border-bottom-right-radius: 10px;
    -css3-border-bottom-left-radius: 10px;
}
#question a{
	color: #3b3939;
	
}
#question a:hover{
	text-decoration: underline;
	
}
#ask{
	text-align: right;
	width: 200px;
	height: 100%;
	float: right;
	margin-right: 50px;

}
#tree{
	align: right;
	padding-left: 50px;
	
   
}
#author{
	text-align: right;
	/*background-color: #8fcfce;*/
	font-size: 10px;
	font-weight: bold;
	color: #3b3939;
	-css3-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
#allanswer{
	paddind-top: 30px;
	padding-bottom: 30px;
}
#answer{
	padding-left: 30px;
	color: #3b3939;
	/*font-family: "Helvetica";*/
	font-size: 13px;
	/*background-color: #5b7675;*/
   }

#city_menu{
	float: left; 
	margin:10px 30px 10px 10px;
 	min-height:100%;
  	width: 200px;

}
#menuhr {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	clear: both;
	text-align: right;
	width: 800px;
}

#menuhr A {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#menuhr A:before {
	content: "  |  ";
}

#menuhr A:first-child:before {
	content: " ";
}

#menuhr A:hover {
	color: #61b5ff;
}

#menuhr FORM {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menuhr FORM input {
	width: 60px;
}

#navicons {
	clear: both;
	padding-right: 120px;
	position: relative;
	text-align: right;
	top: 45px;
}

/* content */
#menuvr {
	float: left;
    /*position: absolute;*/
   margin:10px 30px 10px 10px;
    padding: 10px;
    width: 200px;
    /*height: 1000px;*/
    background: #aaccc6;
    -css3-border-top-right-radius: 30px;
    -css3-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;

}

#content {
	background: #83b8ae url(../img/bg.jpg) repeat-x;
	min-height:1200px;
	align: right;
	/*font-family: "Helvetica";*/
	font-size: 13px;
	/*float: right;*/
	/*margin: 10px;*/
	/*positon: absolute;*/
	/*left: 260px;*/
}
#content p{
	margin: 10px;
}



