* {
  margin: 0;
  padding: 0;
}

a:hover {
	color: #F03;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #669;

}
a:active {  font-style: normal; font-weight: normal; color: #F30; text-decoration: none}
a {  text-decoration: none}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339;
}

body {
	background-color: #fff;
  min-width: 630px; 
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 10px;
	font-weight: normal;
}
.productdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.producthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}



#header {
	position: relative;
	width: 100%;
	height: 4em;
	background: e6dde0 url(../images/actinic_e_commerce.jpg) repeat;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#detailsleft {
	float: left;
	width: 44%;
	padding-left: 2em;
	padding-bottom: 2em;
	border-top-style: none;
}
#detailsright {
	width: 44%;
	float: right;
	padding-bottom: 2em;
}
#infowrapper {
	width: 100%;
	padding-top: 2em;
	clear: left;
}
#head {
	width: 100%;
	clear: right;
	float: none;
	margin-left: 2em;
}
.floatleft {
	float: left;
	padding-right: 1em;
}







#header #logo {
  width: 100%;
  height: 100%;
}

#header #logo h1 {
  display: block;
  height: 100%;
  width: 100%;
}
#header #logo h1 a {
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  text-indent: -5000px;
  text-decoration: none;
  background: url(../images/index_logo.jpg) no-repeat right top;
}


#footer {
	clear: both;
	background: #e6dde0;
	text-align: center;
	padding-top: 1em;
}

div.section {
  padding: 1em 1em 1em 1em;
  display: block;
}

div.section img {
  display: block;
  float: left;
  padding: 0em 1em 0em 1em;
  /*margin-left: auto;
  margin-right: 100%;*/
}

div.mft_section {
  padding: 0em 1em 1em 1em;
  display: block;
}

div.clearer {
  clear: left;
  line-height: 0;
  height: 0;
}



#navbar {
	display: block;
	background: #e6dde0;
	width: 100%;
}

#navbar div.search {
  margin-right: 0.5em;
  text-align: right;
  white-space: nowrap;
  height: 18px;
}

  div.search input {
    font-size: 80%;
    width: 10.25em;
    height: auto;
  }
  
  div.search input.button {
    width: auto;
    margin-left: 5px;
    height: 18px;
  }

#menunav, #menunav ul {
	float: left;
	list-style: none;
	line-height: 1.1em;
	background: #D3C4C9;
	font-weight: bold;
  font-size: 90%;
	padding: 0;
}

#menunav a {
	display: block;
	/*background: #ccc;*/
/*	width: 6em;*/
	color: #0066CC;
	text-decoration: none;
	padding: 0.25em 1em;
	line-height: 1.1em;
	background-color: #E6DDE0;
	font-weight: normal;
	font-size: 12px;
}

#menunav li {
	float: left;
	padding: 0;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
/*	width: 10em;*/
}

#menunav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	margin: 0;
	border: 1px dashed #FFFFFF;
}

#menunav li li {
	padding-right:0em;
	width: 12em;
}

#menunav li ul a {
	width: 12em;
}

#menunav li ul ul {
	margin: -1.75em 0 0 14em;
}
#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.sfhover ul ul, #menunav li.sfhover ul ul ul {
	left: -999em;
}

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.sfhover ul, #menunav li li.sfhover ul, #menunav li li li.sfhover ul {
	left: auto;
}
#menunav li:hover, #menunav li.sfhover {
}
#menunav li.seperater {
  border-bottom: solid;
  border-width: 1px;
  border-bottom-color: #666666;
}

#menunav a:hover {
	color: #000000;
	background-color: #F0ECED;
}
#preamblewrapper {
	width: 90%;
	padding-top: 2em;
	clear: none;
}
