@charset "utf-8";
/* CSS Document */

article, aside, audio, canvas, datalist, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video { display: block; }




body {
	background-color:#CCC;
	background-image:url(images/bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}


@font-face {
    font-family: 'andadaregular';
    src: url('fonts/andada/andada-regular-webfont.eot');
    src: url('fonts/andada/andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andada/andada-regular-webfont.woff') format('woff'),
         url('fonts/andada/andada-regular-webfont.ttf') format('truetype'),
         url('fonts/andada/andada-regular-webfont.svg#andadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3 {
	font-family: 'andadaregular';
	font-weight:100;
}

h3 {
	text-decoration:underline;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	word-spacing:0px;
	text-align:left;
}

img {
	border: 1px solid #CCC;

	
}

table {
	font-family:Georgia, "Times New Roman", Times, serif;
}

td {
	border:1px #CCCCCC solid;
}


#container {
	width:900px;
	background-color:#fff;
	margin:0 auto;
	height:100%;
	opacity:0.95;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	box-shadow: 0px 0px 20px #CCC;
	border-radius:2px;
}

#tel {
	background-color:#fff;
	width:200px;
	float:right;
	margin-right:40px;
	background-image:url(images/tel.png);
	background-repeat:no-repeat;
	background-size:23px 20px;
	background-position: 3px 19px;
	color:#333;
	
}

#tel ul {
	list-style-type:none;
	padding:0px;
}

#tel li {
	font-size:1.3rem;
	padding:0;
	padding-left:33px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

header {
	backface-visibility:hidden;
	height:120px;
}

header h1 {
	text-align:center;
	padding-top:10px;
	padding-bottom:0;
	font-size:2.8rem;
	color:#fff;
	text-shadow:1px 1px 5px #000000;
	font-weight:100;
}

header h2 {
	text-align:center;
	margin-top:-30px;
	color:#fff;
	text-shadow:1px 1px 5px #000000;
}

nav {
	padding-top:10px;
	width:230px;
	float:left;
}

nav ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	font-size:1.2rem;
}

nav ul {
	margin-top:10px;
	padding:0 20px;
}

nav li {
	margin-bottom:10px;
	background-color:#fff;
	width:160px;
	padding:6px;
	border:1px #999999 solid;
	-moz-box-shadow: 0px 0px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	box-shadow: 0px 0px 1px #CCC;
	opacity:0.7;
	border-radius:2px;
}

nav li:hover {
	background-color:#ecf4db;
	opacity:1;
}


a:link {
	text-decoration:none;
	color:#000;
}

a:visited {
	color:#000;
}

.active li {
	background-color:#ecf4db;
	opacity:1;
}


#main_content {
	float:left;
	padding-left:0px;
	width:600px;
	margin-top:-30px;
}

#main_content h2 {
	font-size:1.7rem;
}

#main_content a:hover {
	color:#999;
}

.price {
	font-size:1rem;
	font-weight:100;
}

#form1 {
	margin-top:10px;
	font-size:1.2em;
	width:100%;
	z-index:1;
}

#form1 legend {
	display:none;
}	

#form1 label{display:block; color:#000;}
	
#form1 input, #form1 textarea{		
	width:200px;
	border:1px solid #000;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
		}		
		
#form1 textarea{
	height:50px;
}

#form1 input[type="submit"], #form1 input[type="reset"] {
	width:50px;
}

#form1 input:hover, #form1 textarea:hover {
	border: #900 solid 1px;
}
	
.contact_details {
	float:left;
	padding-right:40px;
}

#contact {
	padding-left:19px;
}

.map {
	width:600px;
	height:300px
}

.pent {
	padding:20px;
	width:250px;
	float:left;
}

footer{
	clear:both;
	padding-left:10px;
	color:#333;
	font-family: 'andadaregular';
	width:300px;
	padding-top:50px;
	margin-bottom:-15px;
}

@media only screen and (max-width: 700px), @media only screen and (max-device-width: 700px)  {
	
#main_content {
	width:400px;
}

#main_content img {
	width:400px;
	box-shadow:none;
}

#container {
	width:400px;
	padding:20px;
}

header {
	width:400px;
	margin:0 auto;
}

header h1 {
	font-size:2.5em;
	padding-left:30px;
}

header h2 {
	visibility:hidden;
}

nav li {
	width:400px;
	padding:15px;
	margin-left:-35px;
}

#tel {
	float:left;
	padding-bottom:20px;
}

.map {
	width:400px;
	height:300px;
	border:none;
}

.pent {
	padding:0;
	float:none;
}



}
