/* navigation */

#mainnav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	padding-top: 180px;
	padding-right: 20px;
	height: 26px;
    float: left;
	z-index: 9;
	text-align: left;
	background: transparent url(../images/bg.jpg) no-repeat;
	}

#mainnav a:hover {
    text-decoration: none;
}

#mainnav a {
    padding: 3px 3px 3px 0px;
    white-space: nowrap;
    height: 14px;
    color: #fff;
	text-decoration: none;
    word-spacing: 0.1em;
	font: 11px Verdana;
	font-weight: bold;
    position: relative;
    display: block;
    float: right;
	margin-left: 20px;
	text-transform: capitalize;
}

/* main link normal state */
#mainnav a em {
    display: block;
    background: url(../img/arrow.gif) no-repeat;
    height: 10px;
    width: 15px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0px;
    text-indent: -2000em;
}

/* main links rollover state */

#mainnav a.current,
#mainnav a:hover,
#mainnav a:focus {
    display: block;
    color: white;
	text-decoration: underline;
    cursor: pointer;
} /*ie6, ie7*/

/*  main links rollover arrow state */
#mainnav current a em,
#mainnav a:hover em,
#mainnav a:focus em,
#mainnav a.current em,
#mainnav a.now em {
    background: transparent url(../img/button.gif) no-repeat;
    color: #333590;
}

#mainnav .submenu-drop li {
    margin: 0;
    padding: 0;
    background: #fff;
    width: 140px;
    color: #333590;
}

#mainnav .submenu-drop li a {
    color: #333590;
    padding: 6px;
    width: 140px;
    border-top: 1px solid #c0c1dc;
    display: block;
    float: none;
    font-size: 11px;
    text-decoration: none;
    background-color: #fff;
    background-image: none;
    width: 140px;
    color: #333590;
}


#mainnav li .submenu-drop li a:hover,
#mainnav .submenu-drop li a:hover {
    background: #fff;
    color: #333590;
	text-decoration: underline;
}

.submenu-drop li a em {
    float: right;
    font-style: normal;
}

.submenu-drop li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}

#mainnav .submenu-drop li,
#mainnav .submenu-drop li a {
    float: none;
}


#mainnav .deselected a, {
    color: #558125;
}

#mainnav ul ul .deselected a:link,
#mainnav ul ul .deselected a:visited,
#mainnav ul ul .deselected a:hover {
    color: #999 !important;
}

div.samples a.pos1, div.samples a.pos1:visited {margin:107px 5px 0 0;
	width:130px;
	height:130px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	border: 0;
}
div.samples a.pos1:hover {
background-position: 0px 0px;
}


#pos1pop {
	top: 30px;
	left: -80px;
	float: left;
}

#pos2pop {
	top: 30px;
	left: 14px;
	float: left;
}

#pos3pop {
	top: 30px;
	left: 107px;
	float: left;
}

#pos4pop {
	top: 30px;
	left: 203px;
	float: left;
}

#pos5pop {
	top: 30px;
	left: 283px;
	float: left;
}

#pos6pop {
	top: 30px;
	left: 358px;
	float: left;
}

#pos7pop {
	top: 30px;
	left: 442px;
	float: left;
}

/* Bubble pop-up */

        .popup {
	position: absolute;
	z-index: 110;
	top: 0px;
	left: 0px;
	float: left;
	display:none;
	width: 150px;
	border-collapse: collapse;
	background-image:url(//_images/a-b/tips.gif);
	background-repeat: no-repeat;
}


#footer {
position: absolute;
left: 0px;
top:710px;
width: 1000px;
height: 20px;
color: #fff;
text-align: center;
font: 9px Arial;
}

#footer a {
color: #fff;
}