* {
	margin: 0;
	padding: 0;
}

body {
	font: 70%/150% verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #771122;
	padding: 0 5%;
	text-align: center;
}

* html body {
	font-size: 65%;
}

p, hr, ul {
	margin: 0 0 1.5em 0;
}

hr {
	clear: right;
}

ul {
	list-style: square;
}

h2, h3, h4 {
	color: #457;
	margin-bottom: .3em;
}
h2 {	font-size: 1.4em;	}
h3 {	font-size: 1.3em;	}
h4 {	font-size: 1.1em;	}



/*--- links
-------------------------------------*/

a {
	color: #712;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #500;
}
a:hover {
	text-decoration: underline;
	color: #934;
}



/*---master layout styles 
-------------------------------------*/

#wrap {
	text-align: left;
	position: relative;
	/* min-width: 620px;
	max-width: 920px; */
	width: 840px;
	margin: 0 auto ;
	padding: 0 10px;
	background: #fff url(i/bg_wrap.gif) repeat-y;
	z-index: 1;
	float: left;
}

#inner {
	float: left;
	width: 100%;
}

#foot {
	clear: both;
	background: #457;
	font-size: .9em;
	border-bottom: 5px solid #235;
	margin: 2em -10px 0 -10px;
	padding: 10px 25px;
}
#foot, #foot a {
	color: #fff;
}

/*--- left column 
-------------------------------------*/

#colleft {
	width: 245px;
	float: left;
	z-index: 10000;
}

img#logo {
	display: block;
	float: left;
}


.highlight {
	width: 215px;
	background: #fff;
	font-size: .9em;
	text-align: left;
}
.highlight img.title {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
}
.highlight p {
	margin-left: 10px;
	margin-right: 10px;
}


/*--- left column, navigation-specific 
-------------------------------------*/
#nav {
	padding-top: 20px;
	background: #dfdfdf url(i/bg_navtop.gif) no-repeat;
	float: left;
}

#nav ul, .highlight, #nav li, #nav li a {
	width: 215px;
}
#nav ul, .highlight {
	margin: 0 15px 40px 15px;
	float: left;
	display: inline;
	border-top: 1px solid #fff;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	border-bottom: 1px solid #fff;
	float: left;
	overflow: hidden;
}
#nav a {
  display: block;
	padding-top: 30px;
	height: 0px !important;
	height /**/:30px; /*for IE5/Win only */	
	overflow: hidden;
}
#nav li a:hover, #nav li a:active, #nav li a.current {
	background-position: 0 -30px;
}

a#home { background-image: url(i/b-home.gif); }
a#capabilities { background-image: url(i/b-capabilities.gif); }
a#services { background-image: url(i/b-services.gif); }
a#products { background-image: url(i/b-products.gif); }
a#tech { background-image: url(i/b-tech.gif); }
a#contact { background-image: url(i/b-contact.gif); }
a#quote { background-image: url(i/b-quote.gif); }






/*--- right column 
-------------------------------------*/

#colright {
	width: auto;
	background: #fff;
	margin-left: 270px;
	margin-right: 15px;
}

#colright img.r {
	margin: 0 0 .5em .5em;
}

#colright ul {
	padding-left: 1.5em;
}
#colright li {
	margin-left: .5em;
}

.intro {
	font-size: 1.4em;
	line-height: 130%;
	color: #345;
}

p.intro img {
	margin: 0 10px 10px -15px;
	float: left;
}



/*--- page heads 
-------------------------------------*/

#head {
	background: #457 url(i/bg_head.jpg) repeat;
	padding: 93px 0 0 0;
	margin-left: 255px;
	margin-bottom: 10px;
	width: 585px;
} 

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #head {
	height: 1%;
}
/* End hide from IE5/mac */


#head h1 {
	padding-top: 32px;
	margin: 0;
	height: 0px !important;
	height /**/:32px; /*for IE5/Win only */	
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1em;
}

body.home #head h1 {	background-image: url(i/head_home.gif);	}
body.services #head h1 {	background-image: url(i/head_services.gif);	}
body.products #head h1 {	background-image: url(i/head_products.gif);	}
body.tech #head h1 {	background-image: url(i/head_tech.gif);	}
body.contact #head h1 {	background-image: url(i/head_contact.gif);	}
body.quote #head h1 {	background-image: url(i/head_quote.gif);	}


/*--- forms 
--------------------------------------*/

input, textarea, label {
	width: 250px;
	display: block;
	margin-bottom: 1em;
	padding: 1px;
}

label {
	margin-bottom: .2em;
	padding: 0;
}

input.but {
	width: auto;
}

input:focus, textarea:focus {
	background: #ffc;
}


