@charset "utf-8";
/* CSS Document */
body {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	color: #999;
	background:eb8529;
}
#container {
	background-color: #FFF;
	padding: 0px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


a {
	font-size: 16px;
	color: #eb8529;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eb8529;
}
a:hover {
	text-decoration: underline;
	color: #eb8529;
}
a:active {
	text-decoration: none;
	color: #eb8529;
}
h1 {
	font-size: 24px;
	color: #eb8529;
}
h2 {
	font-size: 18px;
	color: #eb8529;
}
h3 {
	font-size: 16px;
	color: #eb8529;
}

/* Navigation */
#nav a
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background-color: #eb8529;
	background-image: url(images/tab-orange-left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a span
{
	padding-right: 10px;
	background-image: url(images/tab-orange-right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav a, #nav a span
{
display: block;
float: right;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav a, #nav a span
{
float: none
}
/* End IE5-Mac hack */

#nav a:hover
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background-color: #eb8529;
	background-image: url(images/tab-orange-left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a:hover span
{
	padding-right: 10px;
	background-image: url(images/tab-orange-right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{
float: right;
display: block;
margin: 0;
padding: 0;
}
/*-------------------------------- */
#footer {
	text-align: right;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #eb8529;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #FFF;
}
#container #header a {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	color: #eb8529;
	letter-spacing: 0.5em;
	text-align: right;
	text-indent: 5px;
}

#header {
	background-color: #FFF;
	background-position: left top;
	background-repeat: no-repeat;
}
/* Second Navigation */
#secondnav {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 6px;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#container #content #secondnav a {
	font-size: 10px;
}
/*-----------------------------------*/

#container #content .faq {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 16px;
	color: #eb8529;
}
hr {
	color:#eb8529;
}





/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #eb8529;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #eee;
	border-color: #eb8529;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color:  #eb8529;
	width: 300px;
	height: 225px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}

#container #content {
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
.napo {
	margin-right: 20px;
}

.backGrCol {
	background-color: #eb8529;
	margin: auto;
	margin-top: auto;

}
.backGrCol #container #contentGallery {
	font-family: "Century Gothic", Verdana, sans-serif;
	margin-right: 0px;
	margin-left: 15px;
}

.imgnapo a:link{
text-decoration:none;
}

