body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

hr{	
	background-color:#CCC;
	height:0.1px;	
	/*border-style: dotted;*/
}

.text{
	text-align:justify;
	color:#ccc !important;
	background: RGBA(0,0,0,0.6);
	border-radius:5px;
	margin-top:8px;
	padding:5px;
	border:1px solid #000;
}

.catalog{
	margin-bottom:500px;
}

a:link {
	color:#069;
	text-decoration:none;
	width: 100%;
	height: 55%;
	display: block;
}  

a:visited {
	color:#FFF; 
	text-decoration:none;
	width: 100%;
	height: 55%;
	display: block;
} 

/*
a:hover {
	color: #006; 
	text-decoration:none;
	width: 100%;
	height: 55%;
	display: block;
}   
*/

#container{
	padding:10px;
	border-width:2px;
	background-color:#EEDDCC;
	background-image:url(../images/photos/studiostudio03.jpg);
	color:#666;
	margin: 0 auto;
	text-align:center;
	position:absolute;
	top:92px;
	left:0px;
	max-width:100%;
}

#form{
	text-align:left;
	padding-bottom:55px;
	color:#333;
}

#logo{
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 52%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(52%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

#menuBar{
	font-size:14px;
}

#menu{
	font-size:14px;
	float:right;
	height: 35px;
	width: 91px;
	text-align:left;
	padding:10px;
}

#content{
	clear:right;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	color:#666666;
	font-weight:100;
}

.header{
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
	color:#fff;
	text-shadow:1px 1px 2px #333;
}

.textLeft{
	text-align:left;
}

.textMove{
	font-weight:bold;
	position:relative;
	top:46px;
	text-align:center;
	left:0px;
}

#menuBar .button{
	background-repeat:no-repeat;
	background-position:center;
	width:86px;
	height:84px;
}

#menuBar #button-about{
	background-image:url(../images/button-about.png);
}

#menuBar #button-photos{
	background-image:url(../images/button-photos.png);
}

#menuBar #button-services{
	background-image:url(../images/button-services.png);
}

#menuBar #button-rates{
	background-image:url(../images/button-rates.png);
}

#menuBar #button-contact{
	background-image:url(../images/button-contact.png);
}

#menuBar #button-lang{
	background-image:url(../images/button-lang.png);
}

#menuBar #button a{
	color:#FFF;
}

.hoverText{
	color:#000;
	text-decoration:underline;
}
.hoverText:hover{
	color:#666;
}

#footer{
	margin: 0 auto;
	margin-top:15px;
	font-size:14px;
	text-align:center;
	background-color:#ebebeb;
	color:#666;
}

/*-------------------------------------Menu--------------------------------------*/
#button {
	height: 35px;
	width: 91px;
	margin: auto;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:1px solid #CCC;
}

.the_menu {
	display:none;
	width:226px;
	height:36;
	position:relative;
	left:-127px;
}

.the_menu li {
	
	background-image:url(../images/menu01.png);
	position:relative;

}

.the_menu li a {
	color:#999;
	font-weight:bold; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color:#09F;
}
p img { 
	-moz-box-shadow: 0px 0px 24px #444;
	-webkit-box-shadow: 0px 0px 24px #444;
	box-shadow: 0px 0px 24px #444;
	margin-bottom: 8px; }

/*-------------------------------------Menu--------------------------------------*/
/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}
@media print {
	img { max-width: 100%; }
}
