/* 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;
}

html {
	background: #64a7bd url(../images/bai-html.jpg) top repeat-x;	
}

body {
	background: url(../images/bai-body.jpg) top center no-repeat;	
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	background: url(../images/bai-wrapper.jpg) top no-repeat;
	margin: 0px auto;
	min-height: 600px;
	width: 960px;
}

#content {
	background: #fff url(../images/bai-second-nav.jpg) right repeat-y;
	float: left;
	min-height: 400px;
	margin-top: 15px;
	width: 960px;
}

/* =Branding
------------------------------------------------------------------------*/
#brand {
	float: left;
	height: 85px;
	margin: 37px auto auto 15px;
	width: 380px;	
}

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

/* =Main nav
------------------------------------------------------------------------*/
#main-nav {
	float: left;
	height: 30px;
	margin: 28px auto 0px auto;
	padding: 0;
	width: 960px;
}

#main-nav li {
	display: inline;
	float: left;
	font-size: 1.4em;
	height: 30px;
	padding: 0;	
	width: auto;
}

#main-nav a {
	background: url(../images/bai-a-separator.jpg) right no-repeat;
	color: #f4f7fa;
	display: block;
	height: 20px;
	padding: 10px 10px 0 10px;
	text-decoration: none;
}

#main-nav a:hover {
	background: #fff;
	color: #277088;
}

/* =Secondary nav
------------------------------------------------------------------------*/
#second-nav {
	float: right;	
	margin: 0px auto;
	padding: 0;
	width: 225px;
}

#second-nav h2 {
	background: url(../images/bai-side-heading.jpg) no-repeat;
	height: 21px;
	font-size: 1.5em;
	margin-top: 15px;
	padding-top: 9px;
	text-align: left;
	text-indent: 50px;
	width: 225px;
}

#second-nav p {
	font-size: 1.2em;
	margin: 5px;
}

#second-nav ul li a {
	background: url(../images/bail-side-button.jpg) no-repeat;
	color: #2c4408;
	display: block;
	height: 27px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 0px 0px 5px;
	text-align: left;
	text-decoration: none;
	width: 220px;
}

#second-nav a:hover {
	background: #fff;
	color: #2c4408;
}

/* =Main content
------------------------------------------------------------------------*/
#content h1 {
	float: left;
	font-size: 1.8em;
	margin: 15px auto auto 15px;
	text-align: left;
	width: 705px;
}

#main-content {
	color: #606658;
	float: left;
	font-size: 1.3em;
	line-height: 1.56em;
	margin: 15px auto auto 15px;
	text-align: left;
	width: 705px;	
}

#main-content h2 {
	font-size: 1.2em;
}

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

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

#main-content a {
	color: #64a7bd;
}

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

#category-images .image {
	background: #1f6881;
	color: #fff;
	display: block;
	float: left;
	margin: 5px auto 8px 3px;
	text-align: center;
	width: 230px;
}

#category-images .image img {
	margin-left: 2px;
}

#category-images h2 {
	color: #fff;
	font-size: 1.0em !important;
	margin-bottom: 5px;
}

#category-description {
	float: left;
	width: 705px;
}

.good-message {
	background: #d7f1fb;
	border: 1px solid #08475f;
	border-collapse: collapse;
	color: #08475f;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
}

.bad-message {
	background: #f9faab;
	border: 1px solid #b70808;
	border-collapse: collapse;
	color: #b70808;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
}

.good-message p, .bad-message p {
	margin: 10px auto auto 15px;
}

a.cart-btn {
	background: #267188;
	border: 1px solid #fff;
	border-collapse: collapse;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	text-decoration: none;
	width: 100px;
}

a:hover.cart-btn {
	background: #fff;
	border: 1px solid #267188;
	border-collapse: collapse;
	color: #267188 !important;
}

/* =Footer
------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #ffffff;
	font-size: 1.0em;
	height: 30px;
	margin: 0px auto;
	padding-top: 25px;
	width: 960px;	
}

#footer p {
	margin-bottom: 5px;
}

#footer #echo-signature {
	font-size: 0.9em;
}

#footer a {
	color: #1e597e;
}

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

/* =Product Table
------------------------------------------------------------------------*/
table.product-table {
	border-collapse: collapse;
	border: 1px solid #206881;
	margin: 7px auto 15px auto;
}

.product-table caption {
	margin-top: 15px;
}

.product-table th {
	background: #d3e4b7;
	color: #206881;
	padding: 2px;
}

.product-table td {
	padding: 2px;
}

.product-table tr:hover {
	background: #c9e4ed;
	color: #000;
}

/* =Forms
------------------------------------------------------------------------*/
#form  {
	background: #f8f8f8;
	border: none;
	margin: 0 auto 1em auto;
	padding: 1em;
	 
	
}

#form fieldset {
	border: none;
}

#form p {
	margin: 1em;
	height: auto;
}
 
#form legend {
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
}

#form label {
	float: left;
	width: 11em;
}