* {
	padding: 0;
        margin: 0;
}

html {
        background-color: #e0e9f3;
	background:
		url(../images/grey-grid.png) top left repeat,
		url(../images/background/rotate.php) no-repeat center center fixed;
	background-size: auto, cover; 
	height: 100%;
}

body {
        color: #727272;
	color: #444;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Numans', sans-serif;
}

a {
	color: #467095;
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #467095;

}

a, a:active {
  outline: none;
}

img {
        border: 0;
}

p {
	margin: 0 0 30px 0;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	color: #467095;
	text-shadow: 1px 1px 0px #fff;
	font-size: 35px;
	margin-bottom: 30px;
}

h1.homepage {
	margin: 10px 0 0 0;
}

h1#header {
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
	margin: 0;
        font-size: 100px;
        line-height: 130px;
        text-align: center;
        color: rgb(255,255,255);
        color: rgba(255,255,255,0.5);
	text-shadow: none;
}

h2 {
	color: #467095;
	font-size: 15px;
	font-style: italic;
	text-align: right;
	margin: 0 0 16px 0;
        text-shadow: 1px 1px 0px #fff;
}
	
input, textarea {
	background: transparent;
	border: 0;
	border: 1px solid #ddd;
	color: #444;
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
}

input {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 2px;
	padding: 1px;
	width: 120px;
}

textarea {
	float: left;
	height: 100px;
	width: 200px;
}

.button {
	margin: 20px 0 0 30px;
	margin: 0;
	margin: 10px 0 0 0;
	border: 0;
}

.hidden {
	display: none;
}

#main {
        width: 1000px;
	width: 800px;
        margin-left: auto;
        margin-right: auto;
	padding-bottom: 30px;
}

#content {
	padding: 50px 120px;
	padding: 50px 60px;
	margin-bottom: 30px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 25px #333;
	-webkit-box-shadow: 0 0 25px #333;
	box-shadow: 0 0 25px #333;
}

#content img {
	margin: 0 0 30px 160px;
	width: 370px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
}

#content img.fullsize {
	width: 680px;
	margin: 0 0 40px 0;
}

#content .paypal img {
	width: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
	margin: 0;
}

#content .flex-container {
	width: 720px;
	width: 685px;
	margin-left: 20px;
	margin: 0;
}

#content .slides img {
	width: 720px;
	border-radius: 0;
	margin: 0;
}

#nav {
	text-align: center;
}

#nav li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
}

#nav li a {
	color: #1c598c;
	color: #222;
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.7);
	font-weight: normal;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#nav li a:hover,
#nav li a.on, 
#nav li a.on:hover {
	color: #000;
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.8);
}


#testimonials {
	font-size: 12px;
	color: #666;
	padding: 20px;
	line-height: 18px;
	background: #fff;
	margin: 50px auto 0 auto;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#testimonials a {
	display: block;
	text-align: right;
	padding: 0 5px 0 0;
}

p.quote {
	margin: 12px 0 5px 0;
}

p.date {
	margin: 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #ccc;
	font-style: italic;
}

#testimonials p.quote {
	margin: 2px 0 7px 0;
}

#testimonials p.date {
	border: 0;
	padding: 0;
}

#links {
	margin-bottom: 10px;
}

#links li {
	padding: 5px 0 6px 5px;
	list-style-type: none;
}

#contact {
	padding: 20px;
	width: 332px;
	height: 230px;
	margin-left: 160px;
	background: url(../images/postcard-white.jpg) top left no-repeat;
}

