html,body {
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, sans-serif;
	font-size: 11px;
	background-color: #f7f7f7;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.center {
	text-align: center;
}

#page {
	width: 90%;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 125px;
	padding-top:15px;
}

header h1 {
	font-weight: 500;
	margin-top: 0px;
	padding-bottom: 15px;
	font-size: 35px;
	letter-spacing: 13px;
}

nav {
	margin-top: -70px;
	border-bottom: 1px dotted #000;
}

nav a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	display: inline-block;
	padding: 0px 30px 0px 30px;
}

#slideshow {
	margin-top: 20px;
	position: relative;
}

#slideshow > div {
	position: absolute; 
	width: 100%;
}

#slideshow img {
	width: 100%;
}

footer {
	height: 20px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	margin-right: 15px;
}

footer p {
	margin-top: 2px;
}

.title {
	font-weight: normal;
	color: #3b1c52;
	margin-top:15px;
	font-size: 20px;
}

.link-page {
	color: #0a0cc1;
}

.grid {
	list-style: none;
	padding: 0;
	margin: 0px;
	width: 100%;
}

.grid li {
	display: block;
	float: left;
	margin: 4px;
	border: 1px solid #666;
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0 8px 6px -8px black;
	-moz-box-shadow: 0 8px 6px -8px black;
	box-shadow: 0 8px 6px -8px black;
	position: relative;
	z-index: 9;
}

.overlay {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 60%;
	z-index: 99;
	background: rgba(255, 255, 255, 0.6);
	display: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.grid li:hover {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.grid img {
	width: 200px;
	height: 200px;
}

@media screen and (max-width: 560px) {
	nav a {
		font-size: 13px;
	}
	nav ul li {
		padding: 0px 5px 0px 5px;
	}
	header h1 {
		font-size: 22px;
	}
	.grid img {
		width: 100px;
		height: 100px;
	}
	.grid li {
		width: 100px;
		height: 100px;
	}

}

@media screen and (max-width: 400px) {
	.grid img {
		width: 75px;
		height: 75px;
	}
	.grid li {
		width: 75px;
		height: 75px;
	}
}

/* styles for the contact page start */
.boxContact {
position: relative;
padding-top: 65px;
}
.boxContact h1 {
font-size: 20px;
padding-left: 45px;
}
.boxContact h2 {
padding-left: 45px;
font-size: 11px;
font-weight: 100;
width: 420px;
float: left;
text-transform: none;
}
.req {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
font-style: italic;
font-size: 9px;
}
.error {
font-size:9px;
color:red;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
text-transform: lowercase;
}
.selection {
font-size: 12px;
color: green;
text-align: center;
}
.success {
text-align: center;
font-weight: bold;
}

#formContact {
width: 550px;
margin: 0 auto;
margin-top: 55px;
clear: both;
}

#formContact input[type=text] {
padding:5px;
border:1px solid #999;
}
#formContact fieldset {
border:none;
width: 165px;
display: inline-block;
}

.fieldComment {
margin-left: 60px;
}

.fieldComment textarea {
width:250px;
height: 130px;
}

.button_contact {
color:#000;
font-weight:bold;
background-color:#eee;
border:rgba(80, 80, 80,0.5) 1px solid;
padding:10px;
margin-right:20px;
border-radius: 3px;
}
.button_contact:hover {
cursor:pointer;
-webkit-box-shadow: 0 6px 6px -6px #777;
-moz-box-shadow: 0 6px 6px -6px #777;
box-shadow: 0 6px 6px -6px #777;
border:#000 1px solid;
}
/* Styles for the contact page end */

.purple {
	color: #3b1c52;
}

.blue {
	color: #0a0cc1;
}

.yellow {
	color: #e0c928;
}