@CHARSET "ISO-8859-1";

body {
	background: transparent url("../../images/bg.jpg") repeat left top;
	margin: 0;
	text-align:center;
	color: #15659a;
	font: normal normal 11px/16px "Trebuchet MS", Verdana, Arial, sans-serif;
}

form {
	margin: 0;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
	margin: 0.3em 0;
}

a {
	color: #15659a;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

input:focus {
  outline: none;
}

fieldset {
  padding: 0 0 10px 0;
  margin: 5px 2px 0 2px;
  -moz-border-radius: 5px;
}

fieldset legend {
  font-size: 1.15em;
  font-weight: bold;
  margin-left: 1em;
  padding: 0 0.3em;
  color: #605eb8;
}

label {
  font-size: 1.1em;
  font-weight: bold;
  color: #003366;
}

div#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

div#wrapper div#banner {
	width: 100%;
	height: 79px;
	background: transparent url("../../images/Top.jpg") no-repeat top left;
}

div#wrapper div#topMenu {
	background-color: #6F9FCF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
	padding-right: 1em;
}

div#wrapper div#body {
	position: relative;
	width: 770px;
	height: 800px;
	background-color: #E7EFF5;
}

div#wrapper div#body div#sideMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 100%;
	padding: 0 1px 0 0;
	background: #15659a url("../../images/MenuBottom.jpg") no-repeat bottom left;
}

div#wrapper div#body div#sideMenu ul {				
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background-color: #E7EFF5;
}

div#wrapper div#body div#sideMenu ul li {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 2px solid #15659a;
}

div#wrapper div#body div#sideMenu div#repFNF {
	margin: 40px 0;
}

div#wrapper div#body div#sideMenu #login {
	padding: 1px 0 10px 0;
	background-color: #E7EFF5;
}
div#wrapper div#body div#sideMenu #login ul li {
	border-bottom: none;
}

div#wrapper div#body div#content {
	position: absolute;
	top: 0;
	left: 154px;
	width: 606px;
	padding: 5px;
}

div#wrapper div#body div#content div#contentTop {
	width: 100%;
	height: 10px;
	background: #ffffff url("../images/contentTop.png") no-repeat top left;
}

div#wrapper div#body div#content div#contentMiddle {
	background: #ffffff url("../images/contentMiddle.png") repeat-y top left;
}

div#wrapper div#body div#content div#contentMiddle div#notices {
	margin: 0 5px;
	padding-top: 5px;	
}

div#wrapper div#body div#content div#contentMiddle div#notices div#noticeContent {
	padding: 0.4em;
	margin-bottom: 15px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #E7EFF5;
}
div#wrapper div#body div#content div#contentMiddle div#notices div#noticeContent p {
	margin-top: 0;
}

div#wrapper div#body div#content div#contentMiddle div#products {
	width: 100%;
	padding: 5px 0;
	/*background-color: white;*/
}

div#wrapper div#body div#content div#contentMiddle div#products div.product-row {
	margin-bottom: 10px;
}

div#wrapper div#body div#content div#contentMiddle div#products .productHeaders {
	position: relative;
	top: 12px;
	*left: -2px;
	width: 188px;
	font-size: 1.2em;
}

div#wrapper div#body div#content div#contentMiddle div#products .productHeaders h1 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
}

div#wrapper div#body div#content div#contentMiddle div#products .product {
	display: inline-block;
	position: relative;
	width: 193px;
	height: 173px;
	margin: 0 2px;
	*margin: 0;
	background-repeat: no-repeat;
	background-image: url('../images/productBackground.gif');
	zoom: 1;
	/* IE Hack */
	*display: inline;
	*margin: 0 3px;
}

div#wrapper div#body div#content div#contentMiddle div#products .productImage {
	position: relative;
	top: 29px;
	*left: -2px;
	width: 188px;
}

div#wrapper div#body div#content div#contentBottom {
	width: 100%;
	height: 10px;
	background: transparent url("../images/contentBottom.png") no-repeat top left;
}

div#wrapper div#body div#content div#footnote {
	color: #003366;
	font-size: 1.1em;
	margin-top: 5px;
}

div#wrapper div#body div#content div#footnote ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*  */
div#wrapper .nav-menu {
	color: white;
}

div#wrapper .important {
	color: FireBrick;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

div#wrapper input.txt, div#wrapper select, div#wrapper textarea.txa {
  margin: 0;
  border: 1px solid #C3C3C3;
  border-top-color: #7C7C7C;
  border-bottom-color: #DDDDDD;
  font: normal 1em "Trebuchet MS", Verdana, Arial, sans-serif;
  background: #ffffff url("../images/InputShadow.gif") repeat-x top left;
}

div#wrapper input.radio, div#wrapper input.checkbox {
  margin-left: 0;
}
