body {
  text-align: center;
  /*background-color: #E3DBB6;*/
  background: #f1eee0 url( images/background.jpg ) 50% 100% no-repeat;
  background-attachment: fixed;
  margin: 0 0 50px 0;
  padding: 0;
  font: .8em Arial, sans-serif;
}

h1 {
  padding: 0;
  margin: 0;
}

h1 a {
  display: block;
  background: #fff url( images/morlite-logo.gif ) no-repeat 0 0;
  text-indent: -9999px;
  width: 147px;
  height: 32px;
  padding: 0;
  margin: 0;
  float: left;
}

h1 a:hover {
  background-position: -147px 0;
}

h2 {
  padding: 0;
  margin: 0;
  text-indent: -10000px;
}

h2#tagline {
  background: transparent url( images/subheaders/tagline.gif ) no-repeat;
  width: 165px;
  height: 11px;
  float: right;
  margin-top: 8px;
}

h2#admin {
  background: transparent url( images/subheaders/subheader-admin.gif ) no-repeat;
  width: 184px;
  height: 19px;
}

h2#abouttitle {
  background: transparent url( images/subheaders/subheader-about.gif ) no-repeat;
  width: 156px;
  height: 19px;
}

h2#productstitle {
  background: transparent url( images/subheaders/subheader-products.gif ) no-repeat;
  width: 96px;
  height: 19px;
}

h2#downloadstitle {
  background: transparent url( images/subheaders/subheader-downloads.gif ) no-repeat;
  width: 123px;
  height: 19px;
}

h2#educationtitle {
  background: transparent url( images/subheaders/subheader-education.gif ) no-repeat;
  width: 108px;
  height: 19px;
}

h2#repstitle {
  background: transparent url( images/subheaders/subheader-reps.gif ) no-repeat;
  width: 132px;
  height: 22px;
}

h2#welcometitle {
  background: transparent url( images/subheaders/subheader-welcome.gif ) no-repeat;
  width: 219px;
  height: 19px;
}

h2#contactstitle {
  background: transparent url( images/subheaders/subheader-contacts.gif ) no-repeat;
  width: 96px;
  height: 18px;
}

h2#searchtitle {
  background: transparent url( images/subheaders/subheader-search.gif ) no-repeat;
  width: 72px;
  height: 18px;
}

h3 {
  margin: 0;
  padding: 0;
  width: 400px;
  height: 150px !important; 
  height: 140px;
  border: 1px solid #ccc;
}

h3 img {
  margin: 0;
  padding: 0;
  width: 390px;
  height: 140px;
  border: 5px solid #fff;
}

h4 {
  color: #333;
  font-size: 1.7em;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 0;
}

h5 {
  font-size: 1.6em;
  /*letter-spacing: -1px;*/
  font-weight: normal;
  /*font-style: italic;*/
  background: transparent url( images/dotted-underline.gif ) 0 100% no-repeat;
  padding-bottom: 5px;
  margin-bottom: 0;
}

p {
  margin: 5px 0 20px 0;
  padding: 0;
  line-height: 1.3;
}

p.intro {
  margin-top: 0;
  color: #666;
  /*font-family: Georgia, Times, serif;*/
  font-size: 1em;
  font-style: italic;
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: justify;
  line-height: 1.4;
}

ul#menu {
  list-style:none;
	padding: 0;
	margin: 0 0 0 181px;
	height: 35px;
}

ul#menu li {
  float: left;
  padding: 0;
  margin: 0;
}

ul#menu li a {
  padding: 0;
  margin: 0;
  display: block;
	text-decoration:none;
	text-indent: -10000px;
}

dl#submenu {
  list-style: none;
  /*padding: 10px 0;*/
  padding: 0;
  margin: 0;
  width: 135px;
  /*background: #f5f5f5;*/
  float: left;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

dl#submenu dt a {
  display: block;
  margin: 0;
  padding: 4px 0px 4px 5px;
  background: #333;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
  text-decoration: none;
}

dl#submenu dd {
  display: block;
  margin: 0;
  /*margin: 0 0 10px 0;*/
  padding: 0;
  background: #f5f5f5;
  
}

dl#submenu dd a {
  display: block;
  /*width: 135px;*/
  /*width: 113px !important;*/
  width: 113px;
  margin: 0;
  padding: 4px 0 4px 20px;
  /*padding: 15px 0 15px 20px;*/
  text-decoration: none;
  color: #333;
  background: transparent url( images/arrow-off.gif ) 5px .6em no-repeat;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*background: transparent url( images/arrow-off.gif ) 7px 1.5em no-repeat;*/
}

dl#submenu dd a:hover, dl#submenu dd a.selected {
  background: #09c url( images/arrow-on.gif ) 7px .6em no-repeat;
  /*background: #3399CC url( images/arrow-on.gif ) 7px 1.5em no-repeat;*/
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #09c;
  border-right: 1px solid #09c;  
}

dl#sub-submenu {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
  width: 135px;
  /*float: left;
  clear: left;*/
}

dl#sub-submenu dt a {
  display: block;
  margin: 0;
  padding: 4px 0 4px 20px;
  background: #09c;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

dl#sub-submenu dd {
  display: block;
  margin: 0;
  
}

dl#sub-submenu dd a {
  display: block;
  /*width: 115px !important;
  width: 135px;*/
  width: 115px;
  margin: 0;
  padding: 4px 0 4px 20px;
  text-decoration: none;
  color: #09c;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}

dl#sub-submenu dd a:hover, dl#sub-submenu dd a.selected {
  color: #333;
  background: #fff;
  border-left: 0;
  border-right: 0;
}

a {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: #333;  
}

p a:hover {
	text-decoration: underline;
}

a#about {
  width: 58px;
  height: 35px;
  background: #fff url( images/menu/about.gif ) no-repeat;
}

a#products {
  width: 81px;
  height: 35px;
  background: #fff url( images/menu/products.gif ) no-repeat;
}

a#downloads {
  width: 95px;
  height: 35px;
  background: #fff url( images/menu/downloads.gif ) no-repeat;
}

a#education {
  width: 87px;
  height: 35px;
  background: #fff url( images/menu/education.gif ) no-repeat;
}

a#contacts {
  width: 81px;
  height: 35px;
  background: #fff url( images/menu/contacts.gif ) no-repeat;
}



a#reps {
  width: 78px;
  height: 35px;
  background: #fff url( images/menu/reps.gif ) no-repeat;
}

a#about:hover, a#about.selected,
a#products:hover, a#products.selected,
a#downloads:hover, a#downloads.selected,
a#education:hover, a#education.selected, 
a#reps:hover, a#reps.selected,
a#contacts:hover, a#contacts.selected {
  background-position: 0 -35px;
}

table#downloads {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font: 1em Arial, sans-serif; 
}

table#downloads th {
  background: #333;
  color: #fff;
  text-align: left;
  padding: 5px;
  font-weight: normal;
}

table#downloads td {
  padding: 5px;
}

table#downloads td#dropdowns {
	width: 100px;
}

img.thumbnail {
  width: 50px;
  height: 50px;
  border: 0;
}

img.thumb {
	width: 100px;
	height: 100px;
	border: 0;
}

#container {
  width: 610px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header, #main {
  /*width: 600px;*/
  background-color: #fff;
}

#header {
  padding: 0px 5px 5px 5px;
  margin: 0;
}

#header .border-box {
  padding-top: 70px;
  padding-right: 0px;
}

#main {  
  padding: 5px;
  /*
  margin: 10px 0 0 0;  
  */
  margin: 0;
}

#main .border-box {
  padding-bottom: 5px;
}

#subheader {
  position: relative;
  height: 28px;
  background: #fff url( images/dotted-underline.gif ) 0 25px no-repeat;
}

.border-box {
  border: 1px solid #eee;
  padding: 15px;
}

#search-box {
	margin: 0 5px;
	padding: 10px 20px;
	overflow: auto;
	background: #ddd;
	border-top: 3px solid #ccc;
	width: 560px;
}

#search-box form {
	float: right;
}

#clear-box {
	width: 100%;
	overflow: auto;
}

.search-item {
	float: left;
	margin: 0 5px 0 0;
}

.search-item span {
	font-size: 0.9em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

#main-content {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

#content {
  margin-left: 168px !important;
  margin-left: 163px;
  width: 402px !important;
  width: 399px;
  text-align: left;
}

#footer {
  font-size: .8em;
  margin-top: 50px;
  clear: both;
  padding-top: 5px;
  background: transparent url( images/dotted-underline.gif ) 0 0 no-repeat;
}

#footer p {
  margin: 0;
  padding: 0;
}

#one-col {
  text-align: left;
  width: 482px;
  margin: 0 auto;
}

#one-col h3 {
  width: 480px;
  margin: 0 auto;
  text-align: center;
}

#one-col h3 img {
  margin: 0;
  padding: 0;
  width: 470px;
  height: 140px;
  border: 5px solid #fff;
}

#one-col img {
  display: inline;
  background: #fff;
  padding: 5px;
  margin: 0 10px;
  border: 1px solid #ccc;
  /*height: 100px;
  width: 100px;*/
}

/*div.thumbnail {
	
}*/

#one-col .input img {
	margin: 0;
	padding: 0;
}

#one-col img.no-border {
  border: 0;
  padding: 0;
  margin: 0;
}

#branding {
  position: absolute;
  margin: 0 auto;
  
  margin-left: auto !important;
  margin-left: 0;
  height: 31px;
  width: 610px;
}

#branding img {
  float: right;
  padding: 0;
  margin: 0;
}



.right {
  float: right;
}

.left {
  float: left;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.item {
  width: 350px;
  /*height: 100px !important;
  height: 120px;*/
  padding: 10px;
  background: #f5f5f5;
  margin: 10px;
}

#one-col .item {
  width: 450px;
  padding-left: 0;
}

.description {
  margin-left: 110px !important;
  margin-left: 115px;
}

#one-col .description {
	margin-left: 132px !important;
}

.item h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: none; 
}

.item img {
  float: left;
}

.item p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.2;
  /*text-indent: -10000px;*/
}

#one-col .item p {
  text-indent: 0;
}

/*.item ul, .item ul ul, table#downloads ul {
  list-style:none;
	padding: 0;
	margin: 0;	
}

.item ul li, table#downloads ul li {
  padding: 0;
  margin: 0;*/
  /*display: inline;*/
  /*position: relative;*/
  /*float: left;
  width: 10em;
}*/

/*.item li ul, table#downloads li ul {
  display: block;
  position: absolute; 
  top: 1em;
  left: 100px;
}

.item li > ul, table#downloads li > ul {
	top: auto;
	left: auto;
}

.item li:hover ul, table#downloads li:hover ul {
	display: block;
}*/

/*.item ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.item ul li:hover ul {
	border: 1px solid white;
	left: auto;
}

.item ul li a, table#downloads ul li a {
  text-decoration: none;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 10em;
}

.item ul li a:hover, table#downloads ul li a:hover {
  background: #09c;
  color: #fff;
  text-decoration: none;
}*/

.dropdown, .dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dropdown a  {
	display: block;
	text-decoration: none;
	background: #333;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	width: 30px;
	text-align: center;
}

.dropdown a:hover, table#downloads ul li a:hover {
  background: #09c;
  color: #fff;
  text-decoration: none;
}

.dropdown li {
	float: left;
	margin-right: 5px;
}

.dropdown li ul {
	position: absolute;
	background: #fff;
	border: 1px solid #333;
	left: -999em;
}

.dropdown li ul li {
	display: block;
	margin: 0;
	padding: 0;
	clear: both !important;
	clear: none;
}

.dropdownlink li a {
	display: block;
	text-decoration: none;
	padding: 2px 5px;
	color: #333;
	background: #fff;
	font-weight: normal;
	width: 12em;
	text-align: left;
}

.dropdown li:hover ul, .dropdown li.over ul {
	left: auto;
}

.dropdown .nonlink {
	cursor: default;
}

.cleared {
  line-height: 0;
  clear: both;
}

.underline {
  background: transparent url( images/dotted-underline.gif ) 0 100% no-repeat;
}

.colored {
  background: #f5f5f5;
}

a.jump {
	display: block;
	line-height: 0;
	height: 0;
	width: 0;
	text-indent: -9999px;
	overflow: hidden;
}

h4.admin_header {
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 3px solid #ddd;
}

h4.new {
	margin-bottom: 10px;
	border: 0;
	padding: 0 0 0 20px;
	background: transparent url( '../images/icons/new.gif' ) no-repeat 0 50%;
}

ul.admin {
	margin: 0;
	padding: 0;
}

ul.admin li {
	color: #333;
	margin: 0;
	list-style-type: none;
	padding: 10px 5px 10px 10px;
	clear: both;
	/*background: transparent url('images/icons/chevron.gif') no-repeat 5px 11px;*/
}

ul.admin li.odd {
	background-color: #fafafa;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

ul.admin img {
	float: left;
}

.toolbar {
	margin: 5px 5px 10px 0px;
}

.toolbar a {
	color: #09c;
	font-size: .9em;
	border: 1px solid #ddd;
	padding: 2px 2px 2px 18px;
	margin-right: 5px;
}

.toolbar a:hover {
	color: #333;
	background-color: #eee;
	border: 1px solid #bbb;
}

.view {
	background: #fff url( '../images/icons/view.gif' ) no-repeat 2px 50%;
}

.edit {
	background: #fff url( '../images/icons/edit.gif' ) no-repeat 2px 50%;
}

.delete {
	background: #fff url( '../images/icons/delete.gif' ) no-repeat 2px 50%;
}

.undelete {
	background: #fff url( '../images/icons/undelete.gif' ) no-repeat 2px 50%;
}

label {
	float: left;
	width: 120px;
	clear: both;
}

.input {
	margin-left: 120px;
}

.inputbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	margin: 0;
	padding: 0;
}

textarea {
	font: 1em Arial, sans-serif;
}

p.error {
	margin: 5px 0;
	padding: 0;
	color: #c30;
}

p.ies {
	clear: both; 
	margin: 0; 
	padding: 5px 0;
}

form#login {
	border: 3px solid #ccc;
	width: 300px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}

form#login label {
	width: 75px;
}

form#login p {
	margin: 5px;
	padding: 0;
	text-align: left;
}

form#login h4 {
	text-align: left;
	margin: 0;
}