/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;

}

#container {
  position: absolute;
  top: 156px;
  margin: 0;
  padding: 0;

}

#anten {
  position: absolute;
  left: 240px;
}

#feet {
  position: absolute;
  left: 240px;
  top:435px;

}

#circle {
  background: url(images/circle1.gif) no-repeat top left;
  position: absolute;
  width: 430px;
  height: 430px;
  top: 36px;
  left: 200px;
}

#topnav {
position: relative;
top: 0px;
left: 230px;
width: 600px;
}

#container ul.nav {
 position: absolute;
 left: 405px;
 top: -100px;
 font-weight: 16px;
}

#container ul.nav li {
}

#container ul.nav li a {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

#container ul.nav li a.active {
  font-weight: bold;
  font-size: 24px;
  background: url(images/dot1.gif) no-repeat 0px 14px;
}

#container ul.nav a.active:hover {
  background: url(images/dot1.gif) no-repeat 0px 14px;
}

h1.title1 {
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 32px;
}

#container ul {
  padding: 0;
  margin: 0;
}

#container li {
  list-style: none;
}

#container li a {
  text-decoration: none;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}

li.bags {
  position: relative;
  top: 15px;
  left: 160px;
  font-size: 1.8em;
}

li.news {
  position: relative;
  top: 15px;
  left: 130px;
  font-size: 1.3em;
}

li.blog {
  position: relative;
  top: 15px;
  left: 140px;
  font-size: 1.7em;
}

li.shop {
  position: relative;
  top: 15px;
  left: 90px;
  font-size: 1.5em;
}
li.links {
  position: relative;
  top: 15px;
  left: 120px;
  font-size: 1.7em;
}

li.videos {
  position: relative;
  top: 15px;
  left: 150px;
  font-size: 1.4em;
}

li.contact {
  position: relative;
  top: 15px;
  left: 170px;
  font-size: 1em;
}

li.slings {
  position: relative;
  top: 15px;
  left: 180px;
  font-size: 1.4em;
}

#container ul a:hover {
  background: silver;
}

/*POPUP CODE*/

.popup span{ /*CSS for hidden image + text*/
position: absolute;
top:0;
left: 0;
padding: 5px;
visibility: hidden;
text-decoration: none;
background: transparent;
width: 300px;
height: 1px;
}

.popup span img{ /*CSS for hidden image*/
border-width: 0;
padding: 2px;
margin: 7px 17px 2px 12px;
text-decoration: none; 
display: block;
}

.popup:hover span{ /*CSS for enlarged image + text*/
visibility: visible;
font-family: "Times New Roman", Times, serif;
font-style: italic;

}


li.bags a.popup:hover span {
  font-size: .8em;
left: 250px;
top: -140px;
}

li.bags a.popup:hover span img {
position: relative;
width: 260px;
height: 260px;
left: -30px;
}

li.news a.popup:hover span {
top: 80px;
left: -300px;
}

li.news a.popup:hover span img{
  position: relative;
  width: 300px;
  height: 300px;
  left: -350px;
  top: 160px;
}

li.blog a.popup:hover span {
top: -270px;
left: -390px;
}

li.blog a.popup:hover span img{
position: relative;
width: 220px;
height: 220px;
left: -0px;
}

li.shop a.popup:hover span {
  font-size: .8em;
left: 310px;
top: -330px;
}

li.shop a.popup:hover span img {
position: relative;
width: 260px;
height: 260px;
left: 0px;
top: 290px;
}

li.links a.popup:hover span {
top: -40px;
left: 90px;
}

li.links a.popup:hover span img {
position: relative;
width: 200px;
height: 200px;
left: 120px;
top: 70px;
}

li.videos a.popup:hover span {
top: 20px;
left: -370px;
}

li.videos a.popup:hover span img {
position: relative;
width: 200px;
height: 200px;
left: 120px;
top: 70px;
}

li.contact a.popup:hover span {
left: -300px;
top: -440px;
font-size: 1.3em;
}

li.contact a.popup:hover span img {
position: relative;
width: 150px;
height: 150px;
top: 180px;
left: -50px;
}

li.slings a.popup:hover span {
font-size: ;
top: -200px;
left: 200px;
}

li.slings a.popup:hover span img {
position: relative;
width: 147px;
height: 147px;
top: 180px;
left: -20px;
}


/*END POPUP CODE*/

#mainContent {
position: relative;
top: 190px;
left: 10px;
width: 680px;
background: url(images/stiple4.jpg) no-repeat top left;
padding-top: 30px;
padding-left: 60px;
padding-bottom: 125px;
margin-bottom: 50px;
}

#mainContent a:link {
color: #666666;
}

#mainContent a:hover {
  color: #000000;
}

#mainContent a:visited {
color: #666666;
}


.clearboth {
clear: both;
}

.clearleft {
clear: left;
}

