/*

------------------------------------------------------

1. This style sheet uses the Tantek Box Model Hack
(voice-family etc). Read more about this hack here:
http://www.tantek.com/CSS/Examples/boxmodelhack.html
------------------------------------------------------

*/

body, html {
font-family:  Arial, Verdana,Helvetica, sans-serif;
background: url(../../images/bg.gif);
text-align: center;
margin: 0;
padding: 0;
font-size: 80%; }

/**** html-Tags ****/

h1 {
width: 250px;
font-family:  Lucida Grande, Arial, Helvetica,Verdana, sans-serif;
font-size: 1.2em;
color: #cccccc;
line-height: 22px;
margin: 0 0 0 50px;
padding: 0;
}
h2 {
width: 380px;
font-family:  Verdana, Geneva,Arial, sans-serif;
font-size: 1.0em;
color: #a9a4be;
line-height: 1.2em;
margin: 0;
padding: 0 0 10px 10px;
font-weight: 600;
 }
h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #a9a4be;
margin: 0;
padding: 10px 0 0 0;
}

a {
color: #0099cc;
text-decoration: none; 
}

/**** layout ****/

/* product banner */

#pbanner{
height: 154px;
width: 750px;
margin: -3px auto;
}

/*navigation bar*/
#nav-toplevel {
margin: 0 auto;
padding: 0;
width: 750px;
}
#nav-toplevel ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
background-color: #000000;
border-top: 1px #333333 solid;
border-bottom: 1px #333333 solid; 
}
#nav-toplevel li {
display: inline;
margin: 0;
padding: 0;
font-family: Geneva, arial, sans-serif;

}
#nav-toplevel li a {
text-decoration: none;
}
/* nav-main */
#nav-main {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
text-align: left;
font-size: 1.2em;
padding: 0;
margin: 0;
font-weight: 600; 
}
#nav-main li {
margin: 0 -4px 0 0;
text-align: left;
line-height: 23px;
}
#nav-main li a {
text-transform: capitalize;
padding: 0.40em 0.8em 0.45em 0.8em;
color: #ffffff;
}
#nav-main li a:hover {
background-color: #826d5a;
color: #061D2A;
}
.current {
color: #826d5a;
font-weight: bold;
border-right: 6px solid #000000;
}

/* container-content */

#container {
	text-align: left;
	background-color:#000000;
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
	width: 750px;
voice-family: "\"}\"";
voice-family:inherit;
width: 746px;

}
html>body #container {
width: 746px;
 }
/* main  content*/
#content {
clear: both;
text-align: justify;
font-size: 1.3em;
line-height: 1.2em;
width: 680px;
overflow: hidden;
margin: -3px 0 0 60px;
padding: 0;
 }

#content a {
text-decoration: underline;
color: #999;
}
#content p, #content ol{
width: 85%;
line-height: 1.3em;
padding: 8px 0px 8px 0;
margin: 0;
color: #fff;
 }

#content li {
margin-left: 20px;
font-size: 1.0em;
}
#content ul {
margin: 0;
color: #ccc; 
}

#content ul  p{
padding: 2px 10px 0 10px;
width: 85%;
color: #000000;
}
#content a:hover {
color: #ffffff;
text-decoration: none;
}
#features {
clear: both;
line-height: 1.6em;
width: 650px;
overflow: auto;
margin: 0px;
padding: 0 10px 0 0;
text-align: left;
color: #cccccc;

 }



/* footer */
#info-site {
	font: 9px "small fonts", Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/footer.gif) no-repeat;
	height: 30px;
	color: #999999;
	text-align: left;
	line-height: 1.1em;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
    left:-2px;
}

#info-site a {
color: #0099cc;
}
#info-site a:hover {
color: #ffffff;
}
#info-site p {
padding: 8px 0 0 90px;
}

/*image floats*/
.floatleft {
	float: left;
	margin: 2px 2px 0 10px;
}

.floatleft-logo {
position: relative;
left: 15px;
}


tr#nav-bg {
 background: url("../../images/nav-bg.gif") 0px 0px no-repeat;
 display:block;
 height:auto;
 }

tr#nav-bg td { width:80px;}