
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: small !important;
	font-size/**/: x-small;
	background: transparent url(../images/vert_bg.gif) top left repeat-y; /* this BG tiles the right column */
}


#wrapper1 {
	background: transparent url(../images/horiz_bg.gif) top left repeat-x; /* this BG tiles the left column */
	height: 100%;
}

#masthead {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 198px;
	width: 661px;
	background: url(../images/masthead.gif) no-repeat;
}

/* ---( Menu )------------------------------- */
#menu{
	position: absolute;
	padding: 0;
	margin: 110px 0 0 197px;
	border-left: 1px solid #ffffff;	
	background: url(../images/nav_bg.jpg) repeat-x top left;
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	float: left;
	line-height: 24px;
	text-align: center;
	padding: 0px 20px 0 20px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}  

#menu a:hover {
	background-color: #ffffff;
	color: #5A7394;
}

#menu a:active {
	background-color: #ffffff;
	color: #5A7394;
}

#home .nav1 a, #about .nav2 a, #products .nav3 a, #contact .nav4 a {
	background-color: #ffffff;
	color: #5A7394;
}


/* ---( Content )------------------------------- */

#box {
	position: absolute;
	margin: 170px 0 0 170px;
	width: 720px;
}

#content {
	float: left;
	width: 500px;
	font-size: 100%;
}

#photoBar {
	float: left;
	margin: 10px 0 0 20px;
	width: 200px;
}

h1 {
	font-weight: normal;
	color: #5A7394;
	font-size: 185%;
	margin: 0 0 .4em 0;
	letter-spacing: -1px;
	padding: 0;
}

h2 {
	font-weight: bold;
	color: #5A7394;
	font-size: 120%;
	margin: 0 0 .4em 0;
	letter-spacing: -1px;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.45em;
 }
/*
.icons ul {
	list-style: none;
	margin: 0 0 2em 1em;
}

.icons ul li {
	list-style: none;
	padding: 4px 0px 4px 25px;
  	background: url(../images/blue_triangle.gif) no-repeat 0px 50%;
}
*/
#content ul {
	margin: 0 0 1.5em 2em;
}

#content ul li {
	padding: 4px 0px 4px 5px;
  
}

/* ----------| links - general |---------- */
#content a:link {
	color: #91A775;
}

#content a:visited {
	color: #91A775;
}

#content a:hover {
	background-color: #91A775;
	color: #ffffff;
	text-decoration: none;
}

#content a:active {
	background-color: #91A775;
	color: #ffffff;
	text-decoration: none;
}


/*----------| footer |---------- */

#copyright {
	text-align: right;
	font-size: .8em;
	border-top: 1px solid #cbcbcb;
	color: #cbcbcb;
	padding-top: 10px;
	margin: 10px 0 15px 0;
}
