/* CSS Document */

/* Tag Overrides */
body, html {
	background-color: #b9b9b9;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;

}
a {
	text-decoration: none;
}

a:hover {
	color: black;
}

#main  {
	width: 775px
	margin: 0px auto;
}

#head {
	background-image: url(../img/header.jpg);
	width: 775px; 
	height: 165px; 
	background-repeat: no-repeat; 
	margin: 0px auto;
	position:relative;	
}

#head ul {
	width: 775px;
	height: 30px;
	
}


#head li,  #head a {
	height: 18px;
	display: block;
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	position: absolute;

}

#head a {
/*	border: thin solid red;*/
}

#head #home {
	top: 0px;
	left: 85px;
	width: 38px;
	height: 18px;
}

#head #home a {
		width: 38px;
	height: 18px;
}

#head #about{
	top: 0px;
	left: 145px;
	width: 58px;
	height: 18px;
}

#head #about a {
	width: 58px;
	height: 18px;
}

#head #pricing{
	top: 0px;
	left: 227px;
	width: 50px;
	height: 18px;
}

#head #pricing a {
	width: 50px;
	height: 18px;
}

#head #faq {
	top: 0px;
	left: 300px;
	width: 175px;
	height: 18px;
}

#head #faq a {
	width: 175px;
	height: 18px;
}


#head  #service {
	top: 0px;
	left: 493px;
	width: 111px;
	height: 18px;
}

#head #service a {
	width: 111px;
	height: 18px;
}


#head #contact {
	top: 0px;
	left: 618px;
	width: 80px;
	height: 18px;
}

#head #contact a {
	width: 80px;
	height: 18px;
}
           
           
#head #card {
	top: 135px;
	left: 60px;
	width: 93px;
	height: 24px;
}

#head #card a {
	width: 93px;
	height: 24px;
}

#head #distributor {
	top: 135px;
	left: 157px;
	width: 161px;
	height: 24px;
}

#head #distributor a {
	width: 161px;
	height: 24px;
}

#head #order {
	top: 135px;
	left: 322px;
	width: 121px;
	height: 24px;
}

#head #order a {
	width: 121px;
	height: 24px;
}

#head #sample {
	top: 135px;
	left: 447px;
	width: 139px;
	height: 24px;
}

#head #sample a {
	width: 139px;
	height: 24px;
}

#head #login {
	top: 135px;
	left: 589px;
	width: 124px;
	height: 24px;
}

#head #login a {
	width: 124px;
	height: 24px;
}

#dmenu {
	padding-left: 7px;
}