:focus {
	outline-color: grey;
}
body {
	background-color: black;
	background-image: url(graphics/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 auto;
	padding-top: 170px;
	margin: 0 auto;
	width: 1000px;
	color: white;
	text-align: center;
	position: relative;
	font-family: Georgia, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #7d7ec2;
	text-decoration: none;
}
a:hover {
	color: silver;
}
h1 {
	font-size: 23px;
}
input,textarea,select {
	border: 1px solid silver;
	width: 90%;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.mand {
	color: Red;
}
.thankyou {
	padding: 100px 0;
	text-align: center;
	width: 100%;
}
.container {
	width: 1000px;
	position: relative;
	text-align: left;
}
.main {
	padding: 20px;
}
.homepage-picture {
	background-image: url(graphics/homepagepic-01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: right;
	width: 323px;
	height: 323px;
}
.footer {
	clear: both;
	font-size: 10px;
	padding-top: 20px;
}
.rates-heading {
	color: #6061ff;
	font-size: 16px;
	font-weight: bold;
}
.rates-footer {
	width: 800px;
	padding: 20px 0;
}
.x {
	font-size: 11px;
	padding: 0 3px;
}

/* Menu Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	 padding-right: 10px;
}
a.button {
    background: transparent url('graphics/button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: right;
    font: normal 12px georgia, arial, sans-serif;
	 font-weight: bold;
    height: 41px;
	 margin-bottom: 10px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('graphics/button_span.gif') no-repeat;
    display: block;
    line-height: 31px;
    padding: 5px 0 5px 18px;
    outline-style: none;
    outline-width: 0px;
}
a.button:active {
    background-position: bottom right;
    color: silver;
    outline: none; /* hide dotted outline in Firefox */
	 outline-color: black;
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


/* Matt's tabs for the Gallery */
.mattblacktabs {
	overflow: hidden;
}
.mattblacktabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mattblacktabs li {
	display: inline;
	margin: 0;
}
.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	color: white;
	font: bold 11px Georgia, Arial, sans serif;
	background: black; /*background of tabs (default state)*/
	border: 1px solid #353535;
}
.mattblacktabs li a:visited {
	color: white;
}
.mattblacktabs li a:hover {
	background: #414141;
}
.mattblacktabs li.selected a {
	background: #202020;
	border: 1px solid gray;
	border-top: 6px solid #202020;
}
