/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #fef8b4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Font Size */
	/* - TOB commented out 11/18/2008 */ 
	/* background-image: url(../images/template_design/grey_gradient_background.jpg); */
	/* background-repeat: repeat-x; */
	/* padding: 10px; */
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #006600;
}

.TOPMENU {  font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #FFFFFF; BACKGROUND-COLOR: #006600; font-weight: bold;}
a.TOPMENU:link {font-family: "verdana"; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:none; font-weight: bold;}
a.TOPMENU:visited {font-family: "verdana"; font-size: 12px; color: #ffffff; font-weight: normal; text-decoration:none; font-weight: bold;}
a.TOPMENU:active {font-family: "verdana"; font-size: 12px; color: #ffffff; font-weight: normal; text-decoration:none; font-weight: bold;}
a.TOPMENU:hover {font-family: "verdana"; font-size: 12px; color: #FFF3B6; font-weight: normal; text-decoration:none; font-weight: bold;} 
/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 790px;
	background-color: #FFFFFF;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.header_background {
	background-image: url(../images/template_design/header_shadow.jpg);
	background-repeat: repeat-x;
}

.Main_Body_background{
	background-image: url(../images/template_design/main_body_shadow.jpg);
	background-repeat: repeat-x;
}

.bottom_links_background{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/template_design/bottom_links_background.jpg);
	height: 25px;
}


.bottom_links {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding: 2px;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	background-image: url(../images/template_design/copyright_background.jpg);
	background-repeat: repeat-x;
}

#nav{
}

#nav ul{
padding: 0;
margin: 0;
background-color:#fef8b4;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{

color: #000000;
background-color: #fef8b4;
text-decoration: none;
padding: 0 7px 0 5px;
border-right: 1px solid #000000;
text-align: right;
width: 9em;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #7fb36b;
}