/* CSS Document */
/*------------------------------------------------------------------------
Main style for cms admin area

version:	1.0
created:	2007-01-08
author:		Isaac Castillo
email:		isaac@echods.com
site:		http://www.tri-omni.com

------------------------------------------------------------------------*/

/* =General
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
	/* Sizes all fonts down to 62.5% */
	font-size: 62.5%;
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

body {
	background: #fff url(../images/encino-bg-main.jpg) top center no-repeat;	
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: "Times New Roman", Times, serif;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	min-height: 600px;
	width: 870px;
}

#wrapper h1 {
	color: #fbe8dd;
	float: right;
	font-size: 2.3em;
	letter-spacing: 0.1em;
	margin: 106px auto;
	font-style: italic;
	text-align: left;
	width: 540px;
}

#content {
	background: #8a6022;
	float: right;
	margin: -70px auto 0px auto;
	min-height: 400px;
	width: 670px;
}

/* =Branding
------------------------------------------------------------------------*/
#brand {
	display: block;
	float: left;
	height: 149px;
	margin: 0px;
	width: 266px;	
}

/* =Images
------------------------------------------------------------------------*/
.loadimages {
	height: 1px;
	left: -10px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}

/* =Main nav
------------------------------------------------------------------------*/
#main-nav {
	background: url(../images/encino-bg-nav.jpg) bottom right no-repeat;
	float: left;
	height: 392px;
	margin: -70px auto 0px auto;
	padding: 0;
	width: 200px;
}

#main-nav li {
	background: url(../images/encino-bg-li.jpg) top no-repeat;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	height: 45px;
	padding: 0;
	width: 200px;
}

#main-nav a {
	color: #000;
	display: block;
	height: 35px;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	width: 190px;
}

#main-nav a:hover {
	background: url(../images/encino-bg-liover.jpg) top no-repeat;
	color: #431908;
	text-decoration: none;
}

/* =Main content
------------------------------------------------------------------------*/
h2 {
	font-size: 1.3em;
	margin: 5px 5px 10px 0px;
}

#main-content {
	color: #fff;
	float: right;
	font-size: 1.6em;
	line-height: 1.5em;
	margin: 0px 20px auto;
	padding-bottom: 25px;
	text-align: left;
	width: 585px;
}

#main-content p {
	margin-bottom: 10px;
}

#main-content img {
	margin-right: 5px;
}

#main-content a {
	color: #0bd2fd;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content ul {
	margin: 15px
}

#main-content ul li {
	list-style: outside disc;
}

.list {
	margin-left: 200px !important;
}
/* =Footer
------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #074b05;
	font-size: 1.0em;
	height: 30px;
	margin: 15px auto;
	padding-top: 5px;
	width: 870px;	
}

#footer a {
	color: #0099ff;
	text-decoration: underline;
}

#footer a:hover {
	color: #9fc1d6;
	text-decoration: none;
}

/* =Contact Form
------------------------------------------------------------------------*/
#contactform fieldset {
	border: none;
}

#contactform label {
	float: left;
	width: 10em;
}
