html {
	min-height: 100%;
	margin-bottom: 1px; }

body {
	color: #000;
	background-color: #efa100;
	font-size: 16px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	line-height: 18px;
	margin: 0;
	padding: 0; }

p {
	color: #000;
	font-size: 16px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	line-height: 18px; }
.plike {	color:       #000;
	font-size:   14px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	line-height: 16px; }

.bigger {
	font-size: 22px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	line-height: 24px; }
.smaller {
	font-size:   12px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	line-height: 14px; }

.yellow {
	color: #e0a002; }
.gray {
	color: #666; }
.contactform
{
	font-size: 12px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	color: #000;
	margin-bottom: 10px;
	border: solid 1px #999; }
.contactbtn {
	color:       #333;
	font-size:   15px;
	font-family: "Arial", "Verdena", "Helvetica", san-serif;
	background-color: #fff;
	margin-right: 10px;
	border:      solid 1px #999; }
.contactbtn:hover {
	color: #333;
	background-color: #999; }
	
a:link {
	color: #e0a002;
	font-weight: normal;
	text-decoration: none; }

a:visited {
	color: #e0a002;
	font-weight: normal;
	text-decoration: none; }

a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: none; }

a:active {
	color: #e0a002;
	font-weight: normal;
	text-decoration: none; }

/**********structural******************/
.container {
	position: relative;
	width: 100%; }
.top {
	width: 100%;
	background-color: white;
	text-align:-moz-center; }
	
.topcontent {
	text-align:       left;
	width:            915px;
	height: 390px; }

.contenttext {
	text-align:       left;
	position: absolute;
	width: 798px;
	z-index: 1;
	margin: 170px 0 0;
	padding-left: 278px; }
	
.contentbg
{
	background-image: url(../images/bg.png);
	width: 600px;
	padding: 10px; }

.shadow	{
	background-image: url(../images/shadow.gif);
	text-align: left;
	width: 100%;
	height: 11px; }
	
/**********end structural******************/

/***************pics*******************/

.logo
{
	position: absolute;
	width: 158px;
	height: 202px;
	float: left;
	margin-top: 113px; }
	
.bulb
{
	position: relative;
	width: 308px;
	height: 390px;
	margin-left: 660px; }

/***************end pics*******************/


