/* ------------ Global Styles ------------ */

body {
	margin: 0 0 5px 0;
	color: #222;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

img {
	border: none;
}

a:link {
	color: #d81911;
	text-decoration: none;
}

a:visited {
	color: #d81911;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

h3 {
	color: #b2b2b2;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
        clear:both;
}

/* ------------ General Layout ------------ */

#wrapper {
	width: 760px;
}

#logo {
	width: 154px;
	height: 150px;
}

#highlight {
	position: absolute;
	left: 154px;
	top: 0px;
	width: 606px;
	height: 106px;
}

/* -- Nav structure begin -- */
#last {
        border-right:none;
}
#navmenu {
	position: absolute;
	font-size: 10px;
	left: 154px;
	top: 106px;
	width: 606px;
	height: 20px;
	padding-top: 4px;
	background: url(images/nav.gif) no-repeat;
}

ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
 }

li {
	float: left;
	position: relative;
	margin: 0 7px 0 0;
    padding-right:12px;
	text-transform: uppercase;
    border-right:1px solid #FFF;
 }

li ul {
	display: none;
	position: absolute;
	margin: 0 0 0 -10px;
	padding-top: 6px;
	top: 1em;
	left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

#navmenu ul li a { /*main menu links*/
	color: #fff;
}

#navmenu li li {
	display: block;
	float: none;
	width: 140px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
}

#navmenu li li a, #navmenu li li a:link { /*submenu links*/
	display: block;
	color: #999;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border-left: 5px solid #f9f9f9;
}

#navmenu li li a:hover { /*submenu rollovers*/
	color: #070634;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border-left: 5px solid #ccc;
}

li:hover ul, li.over ul {
	display: block;
}
/* -- Nav structure end -- */

#section-header {
	clear: left;
	height: 39px;
	padding: 6px 0 0 16px;
	font-family: arial narrow, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #d81911;	
	background: url(images/line-fade.gif) no-repeat;
}

#phone
{
  float:right;
  text-align:right;
  font-size:14px;
  color:#d81911;
  font-weight:bold;
  padding:10px 10px 0 0;
}
#phone em {
  font-size:11px;
}

#locate
{
  clear:both;
  border-top:1px solid #eee;
  margin:10px auto 0 auto;
  padding-top:10px;
  width:650px;
}
#locate input
{
  font-size:11px;
  background:#ccc;
  border:1px solid #999;
}
#locate p
{
  text-indent:0;
  margin:5px 0 0 0;
  padding:0;
  font-size:11px;
}
#locate #hint ul
{
  list-style:none;
  margin:0;
  padding:0;
}
#locate #hint ul li a
{
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  text-transform:none;
  width:140px;
  display:block;
  text-decoration:none;
  color:#666;
}
#locate #hint ul li a:hover
{
  text-decoration:none;
  color:#F33;
}

#content {
	clear: left;
	padding: 10px 0 15px 35px;
}

#footer {
	clear: both;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	font-size: 10px;
	background: url(images/footer.gif) no-repeat top center;
}

/*--------------- mjm added --------------*/

#content ul
{
  margin:8px;
  padding:4px;
  list-style:square;
}
#content ul li
{
  float:none;
  text-transform:none;
}

#download
{
  float:right;
  background:#eee url("images/download-back.gif") bottom left no-repeat;
  padding:6px;
  margin:6px;
  border:1px solid #ccc;
  width:150px;
}
#download a img
{
  float:right;
}
#download h4
{
  font-variant: small-caps;
  text-align:center;
  margin:0 0 8px 0;
  padding:0;
  border-bottom:2px solid #ccc;
  font-size:11px;
}
#download ul
{
  margin:0;
  padding:0;
  list-style:none !important;
}
#download ul li
{
  border:0;
}
#download ul li strong
{
  text-transform:none;
}



p
{
  padding:4px;
  text-indent:.8em;
  margin-right:15px;
}
p.no
{
  text-indent:0;
}

#contactRight
{
  float:right;
}
#contactRight em
{
  color:#00C;
}
acronym
{
  color:#600;
}

.even
{
  background:#eee;
  border-bottom:2px solid #CCC;
}
.odd
{
  border:1px solid #eee;
  border-bottom:2px solid #CCC;
}
div.even div p, div.odd div p
{
  border-bottom:1px solid #ccc;
  height:1.2em;
}
div.even div p strong, div.odd div p strong
{
  float:left;
}
div.even div p em, div.odd div p em
{
  float:right;
}

#message
{
  background:#ffa;
  padding:6px;
  margin:6px;
  color:#F00;
  font-weight:bold;
}
ol li
{
  text-transform:none;
  float:none;
}
#form
{
  background:#eee;
  margin:auto;
  width:450px;
  padding:8px;
}
#form h4
{
  color:#333;
  border-bottom:1px solid #000;
  font-size:16px;
  margin:0 0 8px 0;
  padding-left:12px;
}
#form table
{
  margin:auto;
}
h4
{
  font-size:11px;
  border-bottom:1px solid #CCC;
}

h5
{
  font-size:13px;
  margin:8px 4px;
  border-bottom:1px solid #999;
  padding:0;
}

.info
{
  float:left;
  width:200px;
  background:#eee;
  margin:10px;
  padding:4px;
  border:1px solid #CCC;
}
.info h4
{
  margin:0;
  font-size:13px;
}

.customers-info
{
  float:left;
  width:160px;
  background:#eee;
  margin:5px;
  padding:4px;
  border:1px solid #CCC;
}
.customers-info h4
{
  margin:0;
  font-size:13px;
}

.category
{
  float:left;
  width:220px;
  padding-bottom:6px;
}
.product span
{
  float:left;
  font-size:28px;
  padding:0 8px 0 4px;
  color:#eee;
}
.product p
{
  text-indent:0;
}
.product
{
  border-bottom:1px solid #eee;
}
a.small
{
  color:#900;
  border-bottom:1px dotted #900;
}
a.small:hover
{
  color:#f00;
  border-color:#F00;
  text-decoration:none;
}
#links
{
  float:right;
  width:200px;
  margin:0 6px;
  padding:4px;
  background:#eee;
}
#links p
{
  margin:0;
  padding:0;
  text-indent:0;
}
#links p strong
{
  border-bottom:1px solid #000;
  display:block;
  margin:0;
  padding:0;
}
.mantra
{
  color:#C00;
  font-weight:bold;
}
.mission
{
  text-indent:0;
  text-align:justify;
  font-size:12px;
  padding:8px 30px;
  border:0 solid #eee;
  border-width:0 8px;
}
.right
{
  float:right;
}
.form-options
{
  width:50%;
  float:left;
}
td
{
  padding:4px 0;
}


/* --- form stuff --- */

#contact-form {
	clear: right;
        margin:10px 0;
}
input.txt, textarea, select {
	background-color: #eee;
	border: 1px solid #000;
}
input.error, p.error
{
  background-color:#FF9;
  border:1px solid #C90;
}
input.btn {
	padding: 2px 6px; 
	font-weight: bold;
	color: #000000;
	background-color: #eee;
	border: 1px solid #000;
}		
label, dl dt {
	font-weight: bold;
}
#contact-form p {
	margin: 0.75em 0 0 0;
}
#contact-form p label {
	display: block;
	float: left;
	width: 120px;
}
#contact-form p input.txt {
	width: 300px;
}
textarea#message {
    background:#eee;
	color:#000;
	font-weight:normal;
	width: 280px;
	height: 100px;
}

.testimonial {
  float:left;
  text-align:center;
  padding:4px;
  margin:3px;
}

p.success
{
  background-color:#CF6;
  border:2px solid #360;
  font-weight:bold;
}