* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  font-family: "Arial", sans-serif;
}
body {
	background-image: url( '/static/images/background.jpg' );
	background-repeat: repeat-x;
	background-position: top center;
}
div#container {
  margin: 0 auto;
  width: 900px;
  min-width: 750px;
}
div#container p.validator {
	margin-top: 10px;
}
div#container p.validator img {
	border: 0;
	width: 88px;
	height: 31px;
}
div#header {
	padding-top: 2em;
	height: 170px;
	text-align: center;
}
div#header h1 {
	font-family: "Castellar", "Arial", sans-serif;
	font-size: 2.2em;
	color: #000080;
}
div#header div {
	text-align: center;
  font-size: 1.5em;
	font-style: italic;
  color: #000080;
}

div#nav {
	float: left;
	padding: 1em;
	font-size: 10pt;
	min-height: 600px; 
	width: 16%;
	background-color: #DD9E5F;
	border: 1px solid #000080;
	margin-bottom: 2em;
}
div#nav ul {
	list-style-type: none;
}
div#nav li {
  padding-bottom: 0.2em;
}
div#nav li ul li {
  padding-top: 0.2em;
}
div#nav a, div#nav a:link, div#nav a:visited {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
}
div#nav a:hover {
	color: #FFFFFF;
}
div#nav ul li ul {
  margin-left: 1.5em;
}

div#gallery {
	float: right;
	margin-bottom: 2em;
	padding: 1em;
	width: 16%;
	height: 600px;
	background-color: #DD9E5F;
	border: 1px solid #000080;
	text-align: center;
	font-size: 1.3em;
}
div#gallery img {
	border: 0;
	border: 1px solid #000080;
}

div#content {
	margin: 0 20%;
	padding: 0 1em;
	text-align: justify;
	/* background-color: #999999; */
}
div#content .error {
	color: #FF0000;
	font-weight: bold;
}
div#content table {
	width: 100%;
}
div#content table th {
	font-size: 125%;
}
div#content .odd {
	background-color: #DD9E5F;
}
div#content table, div#content th, #content td {
	padding: 5px;
	border: 1px solid #000080;
	border-collapse: collapse;
}
#content table.header {
	border: 0;
	margin-bottom: 10px;
}
div#content td.header_center {
	color: #000080;
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	/* font-style: italic; */
	border: 0;
	background-image: url( '/static/images/header_center.gif' );
	background-repeat: repeat-x;
}
div#content td.header_left {
	padding: 0;
	width: 6px;
	height: 30px;
	border: 0;
	background-image: url( '/static/images/header_left.gif' );
	background-repeat: no-repeat;
}
div#content td.header_right {
	padding: 0;
	height: 30px;
	width: 6px;
	border: 0;
	background-image: url( '/static/images/header_right.gif' );
	background-repeat: no-repeat;
}

div#content p {
	font-size: 10pt;
	line-height: 150%;
	margin-bottom: 2em;
}
#content ul {
	list-style-type: none;
}
#content form {
	font-size: 10pt;
}
#content label, #content form span {
	display: inline-block;
	padding: 7px;
	text-align: right;
	width: 100px;
}

div#footer {
	margin: 0 auto;
	clear: both;
	width: 900px;
	text-align: center;
	border-top: 2px solid #DD9E5F;
	border-bottom: 2px solid #DD9E5F;
	background-image: url( '/static/images/bbbseal.gif' );
	background-position: center right;
	background-repeat: no-repeat;
}
div#footer ul {
	margin: 1em 0;
	list-style-type: none;
}
div#footer li {
	display: inline;
	margin-right: 1.2em;
}
div#footer a, div#footer a:link, div#footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
}
div#footer a:hover {
	color: #DD9E5F;
}
div#copyright {
	text-align: center;
	font-size: 10pt;
	margin: 1em 0;
}

/* clients */
div#clients iframe {
	height: 500px;
	width:  695px;
}
/***********/

/* portfolio */
div#portfolio ul {
	text-align: center;
}
div#portfolio li {
	display: inline-block;
	padding: 15px;
	text-align: center;
}
div#portfolio img {
	border: 1px solid #000080;
}
/*************/

/* iview */
div#iview {
	text-align: center;
}
div#iview img {
	border: 1px solid #000080;
}
/*********/

/* download */
div#download span, #download label {
	width: 125px;
}
div#download input {
	width: 200px;
}
div#download input[type="submit"] {
	width: 100px;
}
/************/

div#contact label {
	width: 125px;
}
div#contact input {
	width: 200px;
}
div#contact textarea {
	width: 400px;
	height: 100px;
}
