/* ---------------style for all pages-------------*/

body {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000000;
	margin-top: 20px;
	margin-left: 20px;
	margin-right:20px;
	background-image: url(../images/site/title.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
h1, h2, h3 {
	font-family: Perpetua, Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #CCCCCC;
}
h1 {
	font-size: 2em;
	margin-top: 20px;
	padding:5px;
	margin-bottom: 10px;
	font-style:italic;
	text-align:center;
	border-top: .5pt solid #333333;
}
h2 {
	font-size: 1.75em;
	margin-top: 3px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.50em;
	margin-top: 1.5px;
	margin-bottom: 1px;
}
p{ 
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	margin:0 10px 5px 0;
}


li { margin:2px 0px 2px 30px;	
}
a {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-weight: bolder;
	color: #FFF;
}
a:hover{
	text-decoration: underline;
}
/* MAIN NAVIGATION STYLE*/
#nav-main ul{
	padding: 0 0 5px 0;
	margin-left:0;
	margin-top:75px;
	margin-bottom:10px;
	width: 100%;
	text-align:center;
}
#nav-main ul li{
	list-style:none;
	margin:0;
	display:inline;
}
#nav-main ul  li a { 
/*	margin-left:3px;*/
	text-decoration: none;
	background-color:#000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: .5em;
	padding-left: 2em;
}

#nav-main ul li a:visited{
	color:#FFF;
}
#nav-main ul li a:hover{
	text-decoration:underline;
}
/*END MAIN NAVIGATION STYLE*/

/*START SUB NAVIGATION*/	
#nav-sub ul{
	padding: 2px 0;
	margin-left:0;
	margin-bottom:15px;
	width: 100%;
	font-size:.95em;
	border: thin outset #333333;
	text-align:center;
}
#nav-sub ul li{
	list-style:none;
	margin:0;
	display:inline;
	text-align:center;
}
#nav-sub ul  li a{
	margin-left:2px;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 0px;
}
#nav-sub ul  li a:link{
	color:#FFF;
}
#nav-sub ul li a:visited{
	color:#FFF;
}
#nav-sub ul li a:hover{
	text-decoration:underline;
}
/*END SUB NAVIGATION STYLE*/

/*START HOUSEKEEPING (UPPER RIGHT)  NAV MENU STYLE*/
#nav-hk ul{
	padding: 0px 0;
	margin-left:0;
	width: 100%;
	font-size:.85em;
	text-align: right;
}
#nav-hk ul li{
	list-style:none;
	margin:0;
	display:inline;
	margin-bottom:.5em;
}
#nav-hk ul  li a{
	padding:  1em 1em ;
	margin-left:2px;
	text-decoration: none;
	background-color:#000000
}
#nav-hk ul  li a:link{
	color: #FFFFFF;
}
#nav-hk ul li a:visited{
color: #FFFFFF;
}
#nav-hk ul li a:hover{
	text-decoration:underline;
}
#nav-hk ul li a#current-hk{
	font: bolder 1.25em Perpetua, Georgia, "Times New Roman", serif;
	color: #FFF;
}
/*END HOUSEKEEPING NAV STYLE*/


/*START MAIN CONTENT STYLE*/
#content {
	width:100%;
	height:360px;
	margin-top:5px;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#content h1 {
	font-family:Perpetua, Georgia, "Times New Roman", serif;
	font-size:2em;
	font-style:italic;
	text-align:center;
}
#content h2 {
	font-family:Perpetua, Georgia, "Times New Roman", serif;
	font-size:1.5em;
	text-align:center;
	padding-bottom: 10px;
}

/*main img on left side of page*/
#content-img{
	float:left;
	width:250px;
	margin-top:0;
	margin-left:1em;
	margin-right:0;
	padding-top:10px;
	padding-right:0;
	padding-bottom: 10px;
/*main text on right side of page*/
}
#content-text{
	padding-left:45px;
	margin-top:0;
	margin-right:10px;
	padding-top:10px;
	padding-right:10px;
	overflow: auto;
	height:300px;
	scrollbar-face-color:#333;
	scrollbar-track-color:#333;
	scrollbar-shadow-color:#333;
	scrollbar-highlight-color:#333;
	scrollbar-3dlight-color:#333;
	scrollbar-darkshadow-color:#333;
	scrollbar-arrow-color: #CCC;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#content-text h2{
	font-style:italic;
	font-size:2.25em;
}
#content-text ul{
	padding: 2px 0;
	margin-left:0;
	margin-bottom:15px;
	width:75%;
}
#content-text ul li{
	display:block;
	margin-bottom:2px;
	padding-bottom:2px;
	margin-left:2px;
	list-style-position: outside;
	list-style-type: none;
}


#content-text p{
	margin:0 10px 15px 0;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#content-text  p:first-line {
	font: italic bold  1.5em Perpetua, Georgia, "Times New Roman", serif;
	color:#CCC;
}

#content-text form{
	width:85%;
	margin-left:0;
}
#content-text  form label{
	width:125px;
	height: 20px;
	float:left;
	margin-left:0;
}
#content-text  form input{
	width:300px;
	height:20px;
	margin-bottom:5px;
}
#content-text form textarea{
	width:300px;
	height:100px;
	margin-bottom:5px;
}



#footer{
	clear:both;
	padding-top:1em;
	padding-bottom: .5em;
	text-align:center;
	margin-bottom:5px;
}


#typemenu ul{
	padding: 2px 0;
	margin-left:0;
	margin-bottom:15px;
	width:75%;

}
#typemenu li{
	list-style:none 	! important;
	margin:0;
	display:inline;
	margin-bottom:.5em;
}
#typemenu a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:5px;
}
#typemenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	padding-bottom:5px;
}


/*
#content-text ul li{
	display:block;
	margin-bottom:2px;
	padding-bottom:2px;
	margin-left:2px;
	list-style-position: inside;
	list-style-type: disc;
}*/
  #content hr {
	color: #CCCCCC;
	width: 100%;
	padding-bottom: 2px;
}
#content-text a, a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#context-text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*-----STYLE FOR PRODUCTS LISTING PAGE------*/


#prod {
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	height: 340px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #666666;
	list-style-position: inside;
	list-style-type: none;
	overflow: auto;
	scrollbar-face-color:#333;
	scrollbar-track-color:#333;
	scrollbar-shadow-color:#333;
	scrollbar-highlight-color:#333;
	scrollbar-3dlight-color:#333;
	scrollbar-darkshadow-color:#333;
	scrollbar-arrow-color: #CCC;
float:left;
margin-left:60px;
}
#prod table{
   width:720px;
	padding:0;

}
#prod table td{
	width:120px;
	padding:1px;
}
#prod table td li{
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
	list-style-type:none;
	list-style-position: outside;
	margin:0;
	
}
#content-prod {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	width: 60%;
	margin-bottom: 5px;
	margin-top:0;
}
/*#content-prod p, p:first-line {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	width: 80%;
}
*/
#content-prod p a, a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#content-prod p a:hover{
	text-decoration:underline;	
}
#content-prod h2 {
	font: italic bold 2em Perpetua, Georgia, "Times New Roman", serif;
	color: #CCCCCC;
	text-align: center;
	padding: 0px;
	margin-bottom: 2px;
}

