
/* general */
body {
	margin:0px 15px 15px 15px;
	background-color:#ffffff;
	}
body, div, font, td, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	}
body, div, font, td {
	color:#000000;
	}
a {
	color:#003366;
	}
a:hover {
	color:#406279;
	}
ul {
	margin-bottom:18px;
	}
#spacer1 {
	display:block;
	height:20px;
	width:300px;
	}
#all {
	position:relative;
	display:block;
	margin-bottom:15px;
	}
blockquote {
	margin:0px 0px 15px 15px;
	}
#important {
	display:block;padding:4px;border:1px solid #003366;
	background-color:#ebeced;
	}
#important font {
	font-size:14px;
	font-weight:bold;
	}
form {
	margin:0;
	padding:0;
	}

/* head */

#head {
	position:relative;
	z-index:1;
	width:740px;
	height:185px;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}
#logo {
	position:absolute;
	z-index:2;
	top:0px;
	left:15px;
	width:195px;
	height:170px;
	background-color:#ffffff;
	background-image:url(/images/logo/1.gif);
	background-repeat:no-repeat;
	background-position:5px 26px;
	}
#TopNav {
	position:absolute;
	z-index:3;
	top:0px;
	right:15px;
	width:500px;
	height:170px;
	/* background-color:#ebeced; */
	background-image:url(/images/layout/TerryHeaderPiece2.jpg);
	background-repeat:no-repeat;
	}
#HorNavPre {
	visibility:hidden;
	display:none;
	}
#HorNav {
	position:absolute;
	z-index:4;
	top:136px;
	right:0px;
	width:500px;
	height:30px;
	border-top:4px solid #ffffff;
	background-repeat:no-repeat;
	cursor:pointer;
	}
#HeadShade {
	display:block;
	width:740px;
	height:15px;
	background-image:url(/images/layout/HeadShade1.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	}

/* home */
#HomeLink {
	font-weight:bold;
	color:#003366;
	background-color:#f1f1f1;
	}
#HomeLink:hover {
	background-color:#ebeced;
	}

/* main */

#main {
	position:relative;
	z-index:4;
	width:742px;
	margin-bottom:15px;
	}
#LeftNav {
	float:left;
	text-align:left;
	width:190px;
	display:block;
	margin-right:15px;
	border-top:2px solid #CCCCB8;
	border-bottom:3px solid #CCCCB8;
	}
#LeftNav a {
	display:block;
	background-color:#ECECE0;
	color:#005FBE;
	text-decoration:none;
	padding:6px;
	border-top:1px solid #CCCCB8;
	border-left:3px solid #CCCCB8;
	border-right:3px solid #CCCCB8;
	}
#LeftNav a:hover {
	background-color:#FFFFFF;
	color:#003366;
	}
#LeftNav #active {
	background-color:#003366;
	color:#ffffff;
	}
#LeftNav #active:hover {
	background-color:#FFFFFF;
	color:#003366;
	}
#content {
	display:block;
	width:535px;
	float:right;
	text-align:left;
	padding-bottom:80px;
	}
#title {
	margin-bottom:10px;
	}
#title a, #title font {
	font-size:16px;
	font-weight:bold;
	color:#003366;
	}
#SubTitle {
	margin-bottom:12px;
	}
#SubTitle a, #SubTitle font {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	}
#product {
	width:197px;
	border:3px solid #999999;
	margin:0px 0px 10px 10px;
	}

/* contact */
table.ContactForm {
	}
td.ContactItemName, td.ContactItemInput, td.ContactItemTextArea {
	padding:4px;
	}
td.ContactItemName {
	text-align:right;
	font-weight:bold;
	}
td.ContactItemInput input {
	width:250px;
	}
td.ContactItemTextArea textarea {
	width:250px;
	height:150px;
	}


/* footer */

#footer {
  position:fixed;
  border-top:1px solid #ddd;
  /* border-bottom:10px solid #f5f5f5; */
  height:30px;
  background:url(/images/footer/footer1.gif) #f5f5f5;
  width:100%;
  left:0px;
  bottom:0px;
  text-align:center;
  z-index:10000;
  opacity:0.96;
  filter:alpha(opacity:96);
}
#footer p {
  margin:0px;
  padding-top:4px;
}
#footer, #footer a {
	font-size:10px;
	color:#999999;
	}
#footer a:hover {
	color:#000000;
	}
#counter {
	position:fixed;
	right:5px;
	bottom:36px;
	}
