/************************
Background & Headers
****************************/

/* This is universal element - also keeps out horizontal scroll bars */
* { margin: 0px;
	 padding: 0px;
	  }

#home  {
	background: #C0C0C0;
	width: 300px;
	}

#header {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}


#products_background {
	background: #C0C0C0;
	width: 100%;
	}

#products_header {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}

#prod_header {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}

#aboutus_header {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}

#contactus_header {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}


/************************
HOME DIVS
****************************/
.navimg {display:none;}
.photos {display: none;}	

/* these don't work on BB
#homenav {display:none;}
#productnav {display:none;}
#contactnav  {display:none;}	
#aboutnav  {display:none;}
*/
/* No luck with these ids on BB either */
/*img removals for nav img rollovers */
/*
#homeimg {display:none;}
#productimg {display:none;}
#contactimg {display:none;}
#aboutimg {display:none;}
*/
/*no luck on a tags either on BB */
/*a removals for nav img rollovers*/
/*
#anav {display:none;}
#pnav {display:none;}
#cnav {display:none;}
*/

#pics {display:none;}
#productnav {display:none;}
#homenav {display:none;}

#center {
	background: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	}

#footer {
	background: #C0C0C0;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

#copyright {
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #000000;
	}

#Links {
	width: 300px;
	}

	
a:link {color:blue;}
a:visited {color:green;}
a:focus, a:hover {color:purple;}
a:active {color:purple;}
	
	
#products_productnav {
	position: absolute;
	top: 14px;
	left: 704px;
	width: 310px;
	height: 95px;
	}
	
/*
#SSimage {
		width: 300px;
	}
*/
	
/************************
Productssssss Page
****************************/

#products_center {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
	}

	
	
#products_center #qqq {
	margin-left:10px;
	margin-top: 50px;
	}	
	
#products_center h1 {
	text-align: center;
	font-size: 10pt;
	font: Arial, Helvetica, sans-serif;
	color: #374F84;
	margin-bottom: 10px;
	}
	
#products_center p {
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding-left: 5px;
	background:#669960;
	
	/*background:url(../jpgs/desc_background.jpg) repeat scroll center top; */
	}		

#products_center.hhphotos {
	border: none;
	}
	

/*  ***********************
Product Window
****************************/
#prod_center {
	background: #ECECEC;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	/*height: 850px; */
	padding-top: 20px;
	}

#prod_center .back {
	border: none;
	width: 300px;
	margin-bottom: 50px;
	/* position:absolute; */
	/* top: 760px;
	left: 250px; */
	}
	
	
#prod_title {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	color: #0000CC;
	text-align:center;
	}


#thumbnail {
	height: 90px;
	width: 90px;
	border:ridge;
	}
	
#bigpic {
	border:ridge;
	width: 300px;
	margin-bottom: 20px;
	background:#ffffff;
	}

#hhpic {
	width: 300px;
	height: 200px;
	}
	
	
#prod_desc {
	width: 300px;
	font: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top:0px;
	line-height:20px;
	background:#669950;
	}
	


/************************
ABOUT US PAGE
****************************/

#aboutus_center {
	background: #ECECEC;
	width: 300px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

#about_desc {
	width: 800px;
	font: Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 14pt;
	background-color:#CCCCCC;
	margin-left: 30px;
	padding: 20px 20px 20px 20px;
	border:medium;
	}
	
/************************
CONTACT US PAGE
****************************/
#contactus_center {
	background: #ECECEC;
	width: 300px;
	height: 390px;
	margin-right: auto;
	margin-left: auto;
	}

#contactus_desc {
	width: 300px;
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #003366;
	}

	
	
/************************
FORM ELEMENTS
****************************/
/*#formstyle {
	margin-left: 50px;
	width: 800px;
	}
*/

#personal {
/*	 	background-color:#CCCCCC; */
	margin-left: 5px;
	width: 300px;
	border: none;
	}

#personal label {
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	margin-left: 5px;
	}
	
#personal input {
	margin-left: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}

#questions {
	/* background-color:#CCCCCC; */
	margin-left: 5px;
	width: 300px;
	border: none;
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	}
	
#questions p {
	font-size: 8pt;
	margin-left: 5px;
	}
	
#questions input {
	margin-left: 5px;
	margin-bottom: 0px;
	}
	
#questions textarea {
	width: 280px;
	margin-left: 5px;
	font-size:8pt;
	margin-bottom: 10px;
	}

#dabutton  {
	margin-left: 10px;
	background-color:#999999;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 180px;
	height: 20px;
	color: #003366;

	}

/*  ***********************
LEFT 
****************************/
#left {
	float: left;
	width: 300px;
	}



	

