/* ---------- Global Styles ---------- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #ccc;
	background-color: #222;
}

a:link {
	color: #ccc;
	text-decoration: underline;
}

a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: trebuchet ms, century gothic, arial, sans-serif;
	font-size: 22px;
	color: #585858;
	border-bottom: 1px solid #222;
}

h4 {
	margin: 10px 0 0 0;
	color: #585858;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.imgright {
	float: right;
	margin: 0 0 0 10px;
	border: 7px solid #fff;
}

ul.thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumbs li {
	float: left;
	margin: 5px;
	padding: 0px;
	text-align: center;
}

ul.thumbs li br {
	line-height: 1px;
}

.border a {
	display: block;	
	border: 3px solid #000;
}

.border a:hover {
	display: block;	
	border: 3px solid #fff;
}

.clear {
	clear: both;
}


/* ---------- Layout Styles ---------- */

table {
	width: 100%;
	height: 97%;
	background: #000;
}

#leftnav {
	width: 233px;
	vertical-align: middle;
}

#logo {
	padding: 5px 0 5px 0;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	margin-bottom: 25px;
}

#splash1 a {
	display: block;
	width: 325px;
	height: 380px;
	border: 10px solid #fff;
	background: url(/images/splash_c.jpg) 0 0 no-repeat;
}

#splash1 a:hover {	
	background-position: -325px 0;
}

#splash2 a.wendell {
	display: block;
	width: 325px;
	height: 380px;
	border: 10px solid #fff;
	background: url(/images/splash_w.jpg) 0 0 no-repeat;
}

#splash2 a.wendell:hover {	
	background-position: -325px 0;
}

#sales-home {position: absolute; bottom: 5%; right: 1%;}


/* nav*/

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

ul#nav li {
	margin: 0 0 5px 0;
}
/* end nav*/

#gallery {
	height: 98%;
	background: #000;
}

#content {
	padding: 20px 40px 20px 40px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}

#footer {
	display: table;
	height: 3%;
	padding-left: 5px;
	overflow: hidden;
	color: #999;
	text-align: left;
	font-size: 10px;
	background: #222;
}

#footer div {
	display: table-cell;
	vertical-align: middle;
}

.loc {
	margin: 15px 0 20px 0;
	padding: 0 20px;
	float: left;
	border-right: 1px solid #222;
}

.loclast {
	margin: 15px 0 20px 20px;
	padding: 0;
	float: left;
	border: none;
}

.hi {
	font-size: 14px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 5px;
}

/* -- Form Layout -- */

#form {
	width: 420px;
	margin: 10px 0 0 0;
}

div.row {
	clear: both;
}

div.row span.label {
	margin: 5px 0 0 0;
	float: left;
	width: 85px;
	text-align: right;
}

div.row span.formw {
	margin: 5px 0 0 0;
	float: left;
	padding-left: 10px;
	width: 310px;
	text-align: left;
}

.input {
	color: #000;	
	font: 11px verdana;
	border: 1px solid #585858;
	padding: 2px;
	background: #ddd;
}