@charset "UTF-8";
/* CSS Document */

body {
}

html {
	font-family:Arial, Helvetica, sans-serif;
	background:#202020;
}

#container {
	margin:50px auto;
	width:780px;
	background:#202020;
	border:0px solid #515151;
}

.submain {
	height:auto;
	border:0px solid #262626;
	margin:0px;
	color:#CCC;
	font-size:.75em;
	letter-spacing:.05em;
	background:#202020;
	padding:0px;
}

.submain h3 {
	color:#CCC;
	font-style:none;
	text-transform:uppercase;
	padding:10px;
	line-height:1.2em;
}
	
.submain p {
	color:#bbb;
	size:2em;
	letter-spacing:0em;
	line-height:1em;
	font-style:none;
	text-transform:none;
	padding-right:5px;
	margin-right:5px;
}
	
.submain h6 {
	font-style:italic;
	font-size:10px;
}

.submain img {
	float:left;
	margin:0px 10px 10px 0;
	margin-left:auto;
	display:block;
}
	
.thumb50 {
	height:50px; 
	width:50px; 
	background:#202020;
	display:inline-block;
	margin-top:7px;
}

#header {
	color:#666;
	margin:0px;
	background:;
	z-index:1;
	height:80px;
	border-bottom:0px solid #262626;
	border-right:0px solid #262626;
	padding:5px 0 5px 0px;
}

#header img {
	margin:-2px;
}

.headtext {
	color:#CCC;
	display:inline;
	padding:15px;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:lighter;
}

.front-img {
	border:1px solid black; 
	margin:10px;  
	height:400px; 
	width:200px; 
	float:left;	
}

#nav-head {
	height:20px;
	float:right;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	background:#111;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px 3px 10px; 
}

#navlist a:link, #navlist a:visited {
	color: #666;
	background-color: #222;
	text-decoration: none;
}

#navlist a:hover {
	color: #999;
	background-color: #444;
	text-decoration: none;
}

#navlist li#current a {
	background:#f00;
	color:#fff;
}

#content {
	background:#202020;
	height:320px;
	width:800px;
	margin-top:0;
	z-index:-1;
}

#beauCredit {
	text-align:right;
	font-size:.6em;
	margin:-15px 15px 0 -5px;
	color:#505050;
}

#beauCredit a {
	color:#633;
	outline:0;
	text-decoration:none;
}

#beauCredit a:hover {
	color:#930;
}

#address {
	width:100%;
	height:2em;
	margin-left:0px;
	margin-right:auto;
	padding-top:16px;
	color:#222;
	text-align:center;
	font-size:1.2em;
	text-transform:none;
	letter-spacing:.025em;
	background:url(../images/address-bg.png) no-repeat left;
}

 
#footNav {
	padding:0 0px 10px 0px;
	background:#202020; 
	margin-left:0px;
	margin-right:auto;
	margin-top:10px;
	border-top:0px solid #515151;
}

#footNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size:.7em;
	}

#footNav li {
	display: inline;
	margin:0 15px;
	padding:2px;
	}

#footNav li a {
	color:#633;
	text-decoration:none;
	padding:.3em 1em;
	background-color:#202020;
}

#footNav li a:hover {
	color:#930;
	background-color:#333;
	border:1px solid grey;
	margin:0 -1px;
}

p {
	font-size:1.1em;
	margin-left:auto;
	margin-right:auto;
	color:#CCC;
	width:auto;
	padding-top:0;
}

/* index-test css */

#left {
	border:grey solid thin;
	float:left;
	padding: 0 21em 4em 3em;
	margin:0 2em 0 0;
}

#right {
	background:#CCC;
	float:left;
	margin:0 0 0 -20em;
	height:51em;
	width:18em;
	top:25%;
}

#footer {
	background:#111;
	height:100%;
	width:auto;
	margin:10px 0 0 0;
	clear:both;
	border:0;
	text-align:right;
	color:#888;
	font-size:.5em;
	padding:5px;
	border-top:1px solid #262626;
}

img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}