/*

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

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:  Lucida, Verdana, Arial, Helvetica, sans-serif;
background: url(../images/bg.gif);
text-align: center;
margin: 0 0 0 0;
padding: 0;
font-size: 80%;
 }

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

img {
margin: 0px;
}

#logoimg {
margin: 15px 30px 15px 65px;
}

h1 {
width: 640px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #666;
line-height: 1.3em;
margin: 0 0 0 5px;
padding: 0 0 0 15px;
font-style: italic;
}
h2 {
width: 600px;
font-family:  Arial, Helvetica,Verdana, sans-serif;
font-size: 1.1em;
color: #ffcc99;
line-height: 22px;
margin: 0;
padding: 0 0 0 5px;
font-weight: normal;
}
h3{
font-family:  Verdana,Arial, Helvetica,sans-serif;
font-size: 1.1em;
color: #fff;
margin: 0;
padding: 5px 0 0 0;
font-weight: bold;
line-height: 1.2em;
 }

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


/* 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: left;
	font-size: 9px;
	line-height: 1.2em;
	width: 720px;
	overflow: hidden;
	margin: -3px 0 0 0;
	padding: 22px 0 0 25px;
}
#content a {
	color: #ffcc99;
	text-decoration: none;
}
 #content p, #content ol {
width: 90%;
line-height: 1.2em;
padding: 8px 0 8px 0;
margin: 0;
color: #ccc;
}
#content li {
margin-left: 25px;
}
#content ul p{
padding: 2px 0 2px 0;
width: 85%;
color: #ffcc99;
line-height: 1.2em;
margin: 0;
font-size: 1em
}

/*products section*/
.products{
width: 70%;
margin: 0;
padding: 0;
font-size: 1.0em;
color: #999999; 
}

.products a:hover {
color: #000;
text-decoration: underline;
}
.products a {
text-decoration:none;
color: #000;
border: none;
}

/* 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.0em;
	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: 5px 0 0 90px;
color: #999;
}


/*image floats*/
.floatleft {
 display:inline;
	float: left;
	margin: 2px 10px 0 40px;
}
.floatright {
	float: right;
	margin: 2px 2px 0 0px;
}
.floatleft-logo {
position: relative;
left: 5px;
}

ul {
	padding: 15px 0px 0px 0px;
}

tr#nav-bg {
 background: url("../images/nav-bg.gif") 0px 0px no-repeat;
 display:block;
 height:auto;
 }

tr#nav-bg td { width:80px;}
