@charset "utf-8";
@import url("designs.css");
@import url("forms.css");




a {color:#7c6c54}

body {
	font: 92% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background-color:; #726b64
}
.command #container {
	width: 795px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.command #header {
	width: 795px;
	height: 96px;
}
.logo {
	float:left
}
#menuHolder {
	float:right;
	margin-top:10px;

}
#menu {
	float:left;
	padding:0;
	background-color:#C1B8AF;
}
#menu UL {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu LI {
	float:left;
	font-size:.9em;
	background-color:#FFFFFF;
}
#menu LI.current {
	background:#ada69e;
	margin-left:3px;
	margin-right:3px
}
#menu LI:Hover {
	background:#ada69e;
}
#menu LI A {
	display: block;
	padding:4px 10px 5px 10px;
	color:#fff;
	text-decoration:none;
	font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
	font-size: 13px;
	COLOR:#C1B8AF
}
#menu LI.current A {
	font-weight:bold;
}
.command h1 {
	font-weight: normal;
	font-family:'Marcellus SC', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0 6px;
	padding: 10px 0;
	color:#ADA69E;
}
.command #mainContent {
	padding: 10px;
	clear:both;
	background: #fff;
	margin:0;
	min-height: 450px;
	margin-bottom: 30px;
}
.command #footer {
	padding: 0 10px;
	font-size:0.7em;
	text-align:center
}
.command #footer p {
	margin: 0;
	padding: 10px 0;
}

.footer {
float: left;
text-align: center;
width: 100%;
padding: 10px;
font-size: 10px;}

#flash {width:490px; float:left}
#homeContainer {background:#fff; height:490px; padding-left:8px}
#homeContainer P, #company P {font-size: 0.85em; margin-bottom:0.9em; margin-top:0; margin-left:7px; margin-right:12px;}
#company H1 {margin-bottom:0}


.editableBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:'Marcellus SC', arial;
	font-size:12px;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	min-width:100px;
	text-align: center;
}.editableBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	min-width:100px;
	text-align: center;
}.editableBtn:active {
	position:relative;
	top:1px;
	min-width: 44px;
	text-align: center;
	min-width:100px

}

.specs {font-size:12px; font-family:arial; border-collapse:collapse; margin-bottom:10px}

.specs td {
min-width: 64px;
border: 1px solid #ededed;
padding: 8px;
font-family:'Marcellus SC', serif;
}

#ca!rt {position:absolute; right:0; top:10px; text-align:right; width:72px}
#ca!rt IMG {float:left; border:0}
#ca!rt A { font-size:0.8em; text-decoration:none; color: #463202  ; margin-top: 1px; display:block; }

.command #mainContent.home {


   }


