* {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
}

h1, h2, h3 {
	color: #0000dd;
}

h1 {
	font-size: 135%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 105%;
	text-decoration: underline;
}

h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight:normal
}

span.vsmall {
	font-size: 9px;
	vertical-align: super;
}

#header {
	background: #ffffff url(/images/header.jpg) top no-repeat;
	height: 182px; /* just to make sure background is visible */
}

#header .inner {
	height: 182px;
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	border: 1px solid #CDD5E2;
	line-height:175%;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px dashed #DDE2EC;
	background-color: #F3F5F8;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 95%;
}

#dropmenudiv a:link{
}

#dropmenudiv a:visited{
}

#dropmenudiv a:hover{
	background-color: #DDE2EC;
}

#dropmenudiv a:active{
	background-color: #DDE2EC;
}

#content {
	padding: 25px;
	text-align: left;
	/*line-height: 135%;*/
}

/* to ensure text enclosed in <p> appears the same as text not enclosed in it */
#content p {
	line-height: 140%;
	text-align: justify;
/*	padding: 0;
	margin: 0;
*/
}

#content p.headingImage {
	margin-bottom: 20px;
}

#productDescription, #productDescription p {
	font-size: 95%;
	line-height: 120%;
}

#productTitle, #productTitle p {
	line-height: 120%;
	font-size: 95%;
}

.productDivider {
	border-bottom: 1px dashed #B8C4D8;
	margin: 12px 0px 12px 0px;
}

.manufactureDivider {
	border-bottom: 1px solid #4F668F;
	margin: 10px 0px 10px 0px;
}

#footer {
	background: #ffffff url(/images/bg_footer.jpg) top repeat-y;
	width: 100%;
	height: 20px;
	text-align: left;
	padding-top: 7px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#footer span {
	font-family: verdana;
	font-size: 80%;
	color: #ffffff;
	margin-left: 20px;
}

input.button {
	background-color: #4F668F;
	color: #FFFFFF;
}

a {
	font-size: 100%;
	font-weight: bold;
}

a:link {
	color: #4F668F;
	text-decoration: none;
}
a:visited {
	color: #676767;
	text-decoration: none;
}
a:hover {
	color: #4F668F;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}

.error {
	color: #ff0000;
}

.main_productCaption {
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	font-size: 95%;
}


