/* @group Layout */

body {
	margin: 0;
	padding: 0;
	background: url(images/back.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#main{
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}

div#header{
	width: 725px;
	height: 160px;
	background: url(images/PSIlogo2.png);
	background-repeat: no-repeat;
}

div#menu{
	float: right;
	position: relative;
	top: 120px;
	font-size: 10px;
}

div#footer{
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

br.clear{
	clear: both;
}

/* @end */

/* @group Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu li {
	float: left;
}

#menu li a, #menu li a:link {
	display: block;
	width: 9em;
	height: 2em;
	padding-left: 10px;
	padding-top: 20px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	background: url(images/hover.png) 0;
	color: black;
	font-weight: bold;
}

body#home a#homeLink,
body#about a#aboutLink,
body#products a#productLink,
body#service a#serviceLink,
body#contact a#contactLink {
	color: black;	
	background: url(images/active.png) 0;

}

/* IE 6 hack to make entire button clickable */
* html #menu a { width: 1px; }

/* @end */

/* @group Content */

div#content{
	padding-top: 10px;
	font-size: 14px;
}

div#picbar{
	float: right;
	padding: 5px;
	width: 205px;
	margin-left: 30px;
}

div#prod_left{
	width: 350px;
	float: left;
}

div#prod_right{
	width: 350px;
	float: right;
}

div#prod_right img,
div#prod_left img{
	margin-left: 20px;
}

#picbar img{
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #131E34;
	padding: 2px;
	margin: 2px;
}

.quote{
	color: navy;
	font: italic 20px Cambria;
}

.sig{
	margin-left: 15px;
}

.sig img{
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px;
}

.name{
	font: 20px "Snell Roundhand";
}

.title{
	font-size: 10px;
	color: navy;
	font-style: italic;
}

/* @end */

.about {
	padding: 2px;
	border: solid 1px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.service {
	padding: 2px;
	border: solid 1px;
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.center{
	text-align: center;
}

.h1{
	color: navy;
	font-weight: bold;
	font-size: 20px;
}

.h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.h3{
	font-size: 12px;
	margin-top: 0px;
}

body#products div#content img{
	border-style: none;
}

caption{
	vertical-align: bottom;
}
