﻿/*CSS Style Sheet*/

body	{
	background:#463022;
	text-align:center;
	/*margin-top:5px;*/
	margin:40px auto;
}

#brown	{
	background:#463022;
	width:720px;
	height:690px;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1em;
}

#main	{
	margin:0;
}

#subMenu	{
	width:535px;
	height:15px;
	float:right;
	font-size:.6em;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
}

#subMenu span	{
	letter-spacing:.2px;
}

#subMenu a.offWhite	{color:#878C90}

#subMenu a.White	{color:#fff}

#homeMenu	{
	width:160px;
	height:15px;
	float:left;
	font-size:.8em;
	margin-left:25px;
}

#homeMenu a	{
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
}

#homeMenu a:selected	{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

#homeMenu a:hover	{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

#hotbox	{
	background:#fff;
	width:508px;
	height:400px;
	float:right;
	text-align:left;
	margin: 10px 0 10px 0;
}

.hotLeft	{
	float:left;
	position:relative;
	width:150px;
	display:inline;
	/*background-color:#eee;*/
	height:300px;
	text-align:right;
	color:black;
	font-size:.6em;
	margin:20px 5px 0 0;
	font-family:Verdana, sans-serif;
	vertical-align:middle;
}

.hotleft, h2	{
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:1em;
}

.hotleft, a{
	color:#2A3695;
	text-decoration:none;
}

.hotRight	{
	float:right;
	position:relative;
	width:330px;
	/*background-color:#eee;*/
	height:300px;
	display:inline;
	margin:20px 0 0 5px;
}

#sampleStrip	{
	width:508px;
	/*background-color:#eee;*/
	height:75px;
	position:relative;
	display:block;
	clear:both;
}

#sampleStrip img	{
	border:1px #000 solid;
}

#leftMenu	{
	width:165px;
	float:left;
	margin: 5px 0 5px 25px;
	float:left;
}

#leftMenu ul {
  margin: 0;
  padding: 10px 0 1px 0;
  list-style-type:none;
  font-size:1em;
  
}

#leftMenu li {
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}

#leftMenu a {
  display: block;
  width: 160px;
  height: 29px;
  color: #999;
  text-decoration: none;
  background: inherit;
  text-transform: uppercase;
  vertical-align:middle;
  padding-top:1px;
  font-size:.8em;
}

#leftMenu .selected a {
  background-position: right bottom;
  color: #fff;
  font-weight:bold;
}

#leftMenu a:hover {
  background-position: right bottom;
  color: #fff;
  font-weight:bold;
}

.pushRight	{
	float:right;
}

.mocha	{
	color:#7F644E;
}

.vline	{
	background-color:#222;
	height:300px;
	width:1px;
	margin-top:10px;
	position:relative;
	float:left;
}

#comingSoon	{
width:792px;
height:612px;
margin:20px auto;
background:url(../images/CCweb_staging.jpg) top right no-repeat;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fff;
}

#comingSoon a {color:#0099FF;}