/* Horizontal navigation */

#nav {  
	height:58px;
	width:100%;
}

#nav .nav_left{
	width:20px; background:url(pics/menu-bg-left.gif) no-repeat center top;
}


#nav .nav_right{
	width:20px; background:url(pics/menu-bg-right.gif) no-repeat center top;
}

#nav .nav_center{
	background:url(pics/menu-bg.gif) repeat-x center top;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}



table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;	
	background-image: url(pics/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	font-weight:bold;
}

table#horiz_nav td .first{
	background:none;
	
} 

#horiz_nav .submenu{
	background:none;
}


table#horiz_nav td.last a { border-right:0px; }

table#horiz_nav td a:hover { color:#fff; }

/* Horizontal navigation drop down menu

   do not remove or modify styles listed 

   under "Do Not Change" */

table#horiz_nav ul {

	/* Do not change  */

	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;	

	/* Styles */

	background:#f4f8cb;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;

}



/* Do not change  */

#horiz_nav td:hover ul { left: auto; 
	border: 1px solid #bbc386;
	/*border-bottom:0;*/
}

#horiz_nav td.sfhover ul { left: auto; 
	border: 1px solid #bbc386;
	/*border-bottom:0;*/
}



#horiz_nav ul li { /* submenu */

	/* Do not change */

	display:block;	
	width:100%;
	margin:0px;

	

	/* Styles */

	line-height:22px;
	background:#f4f8cb;
	/*border-bottom: 1px solid #bbc386;*/
	

}



table#horiz_nav ul li a { /* submenu links */

	/* Do not change */

	display:block;
	color:#FFFFFF;
	background-image:none;
	

	/* Styles */

	padding:5px 10px !important;
	text-transform:none !important;
	text-align:left;	
	font:11px Arial;
	font-weight:normal;
	color:#424c06;

}

table#horiz_nav ul li a:hover{
	color:#424c06;
	background:#cfd799;
}






TABLE { 
border-collapse: collapse; 
}

td.menu {
text-align: center;
color: white;
width: 100px;
height: 44px;
background-image: url(pics/button1.png);
}

td.menu:hover {
width: 100px;
height: 44px;
font-weight: bold;
background-image: url(pics/button2.png);
}

td.menusel {
text-align:center;
font-weight: bold;
width: 100px;
height: 44px;
background-image: url(pics/button2.png);
}

table.content {
background-color: #FFFFFF;
}

a.menu {
align:center;
font-family: Arial;
color:white;
font-style:normal;
text-decoration:none;
}

a.menu:hover {
color:#FFFFFF;
font-weight:bold;
}

a.menusel {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-family: Arial;
}

input.bright {
background-color: #ded4e4;
font : bold 10px/10px verdana, geneva, helvetica;
border : 1px dashed #520280;
}

option.bright {
background-color: #ded4e4;
font : bold 10px/10px verdana, geneva, helvetica;
}

textarea.bright {
border : 1px dashed #520280;
background-color: #ded4e4;
font : bold 10px/10px verdana, geneva, helvetica;
scrollbar-3dlight-color:#520280;
scrollbar-arrow-color:#520280;
scrollbar-base-color:#520280;
scrollbar-darkshadow-color:#520280;
scrollbar-face-color:white;
scrollbar-highlight-color:#520280;
scrollbar-track-color:#a66cc7;
scrollbar-shadow-color:#520280;
}

body {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
color: #000000;
background-color: #CCCCCC;
background-image: url(pics/bg.gif);
background-repeat: repeat-x;
}

p { 
  font-size: 9.5pt;
  font-weight: normal;
  font-family: Microsoft Sans Serif;
}

td.contact {
   color: #1822ff;
   font-size: 11;
   font-weight: normal;
   font-family: Century Gothic;
}
form {
   color: #1822ff;
   font-size: 11;
   font-weight: normal;
   font-family: Century Gothic;
}