﻿@import 'reset.css';
@import 'misc.css';
@import 'pikachoose.css';
/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	font: 15px Baskerville, Times New Roman, Times, serif;
	color: #888;
	background: #455443 url(../images/bg.jpg) 50% 0 no-repeat;
	margin-top: 44px;
}
	
#wrap {
	margin: 60px auto 0 auto;
	width: 900px;
	position: relative;
}
	
	
#base {
	/*	This Wraps the Content and Sidebar Together	*/
	margin: 0 auto;
	width: 900px;
	position: relative;
}

#logoWrap {
	width: 900px;
	margin: 20px auto 0 auto;
	position: relative;
	height: 95px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	height: 117px;
	width: 427px;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 35%;
}

#content {
	background: #bdb76b;
	width: 860px;
	padding: 10px 20px;
	color: #191970;
	overflow: auto;
}

#text {
	background: #cccce5;
	overflow: auto;
	padding: 20px;
	width: 700px;
	color: #191970;
	margin: 0 auto;
}

#footer {
	font: 15px 'times new romans';
	background: #d7d4a6;
	color: #191970;
	padding: 25px;
	margin: 0;
	text-align: center;
}

.blue, p.blue a, table.blue tr td, table.blue tr td a {color: #083072;}

#footer a{color: silver;}
#footer table td {padding: 5px;}
/* _________________________________________________________________________

								nav
____________________________________________________________________________ */

#nav {
	background: #bdb76b;
	height: 120px;
	padding: 10px;

}
#navBlock {
	float: left;
	margin-top: 15px;
	border-left: 1px solid #87735a;
}
#nav a {
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
	padding: 0px 20px;
	width: 120px;
	display: block;
}
#nav a:hover
	{
	text-decoration: underline;
}

.slogan {
	color: #fff;
	padding: 20px;
	font: bolder italic 17px Baskerville, Times New Roman, Times, serif;
}
/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a:link, a:visited{color: #fff;}
a:hover, a:active{color: #fff;}


table.galleryList tr td{
	padding: 10px;
	font: bolder 20px 'times new romans';

}
ul.lg li {
	font: bolder 16px 'times new romans';
}
/* _________________________________________________________________________

								text
____________________________________________________________________________ */

h1, h2, h3, h4, h5, h6 {
	font: bolder 20px 'times new romans';
}
h1 {

}
h4 {
	font-size: 16px;
	margin: 0;
}


p {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.indent {text-indent: 10px;}

/* _________________________________________________________________________

								lists
____________________________________________________________________________ */

ul li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 16px;
}

/* _________________________________________________________________________

								text
____________________________________________________________________________ */
.over{background: #fcfcf8;}

.alt {background: #f4f5f0;}

table.hosting {
	width: 650px;
	text-align: center;
	font-size: 12px;
	color: #464646;
}
table.hosting thead {
	background: url(../images/table-head.gif);
	height: 42px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
table.hosting tfoot tr{
}
table.hosting tbody th {
	background: #e6e6e6;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	width: 150px;
	padding: 10px;
	font-weight: bolder;
}

table.hosting tbody td {
	border-right: 2px solid #fff;
}

/* _________________________________________________________________________

								forms
____________________________________________________________________________ */


input.std {
	border: 0;
	background: url(../images/input-form.png) no-repeat;
	color: #a6a6a6;
	padding: 12px;
	padding-right: 30px;
	width: 135px;
	height: 16px;
}
input.std:hover, input.std:focus {
	background-position: 0 -40px;
}

input.go {
	background: url(../images/input-go.png) no-repeat;
	height: 37px;
	width: 37px;
	border: 0;
	cursor: pointer;
}

input.go:hover {
	background-position: 0 -37px;
}


label {
	float: left;
	width: 170px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	padding: 5px 3px;
	margin-bottom: 5px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

textarea {
	width: 550px;
	height: 220px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}