/*-- NAVIGATION --*/

#navbar{
	width:850px;
	float:left;
	font:12px Arial, "MS Trebuchet", sans-serif;
	color:#ffffff;
	text-align:center;
	height:36px;
	border-bottom: 2px solid #363636;
	background-color:#1C2F0C;
}

#navbar ul {
	padding: 0;
	list-style: none;
}

#navbar li {
	position: relative;
	margin-right:5px;
	margin-left:5px;
}

#nav li{
	list-style-type:none;
	display:inline;
}



/*-- NAVIGATION STATES --*/

#nav li a{
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:2px 8px;
	color:#f4f4f4;
	border:1px solid transparent;
}

#nav li a:hover{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#565656;
	border:1px solid #929292;
}

#nav li a:active{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#fedd00;
	color:#1C2F0C;
}

ul#nav #current a{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#565656;
	border:1px solid #929292;
}


/*-- ICONS --*/

.cssnav
{
position: relative;
background: url('../images/icons/hover_btn.png') no-repeat;
white-space: nowrap;
display: block;
width: 25px;
height: 25px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font:12px calibri, tahoma, verdana, sans-serif;
width: 25px;
height: 25px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 25px;
height: 25px;
border: 0;
vertical-align:middle;
}

.cssnav a:hover img
{
	visibility:hidden;
	vertical-align:middle;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
}



/*-- CARDLINE BUTTON --*/

.cardline_btn
{
position: relative;
background: url('../images/products/cardline_btn_dn.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 150px;
height: 50px;
margin: 0;
padding: 0;
}

.cardline_btn a
{
display: block;
color: #000000;
width: 150px;
height: 50px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cardline_btn img
{
width: 150px;
height: 50px;
border: 0;
vertical-align:middle;
}

.cardline_btn a:hover img
{
visibility:hidden;
vertical-align:middle;

}

/*-- CARDLINE LIST --*/


.cl{
	position: relative;
	background: url('../images/products/hover_btn.jpg') no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 50px;
	margin: 0;
	padding: 0;
}

.cl a{
	display: block;
	color: #fff;
	font-size: 16px;
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cl img{
	width: 150px;
	height: 50px;
	border: 0;
	vertical-align:middle;
}

.cl a:hover img{
	visibility:hidden;
	vertical-align:middle;

}

.cl span{
	position: absolute;
	left: 170px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font:13px calibri, tahoma, verdana, sans-serif;
}


/*-- FEATURED PARTNERS --*/

.cssfeatured
{
position: relative;
background: url('../images/partners_rollover.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 187px;
height: 55px;
margin: 0;
padding: 0;
}

.cssfeatured a
{
display: block;
color: #000000;
font:12px calibri, tahoma, verdana, sans-serif;
width: 187px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssfeatured img
{
width: 187px;
height: 55px;
border: 0;
vertical-align:middle;
}

.cssfeatured a:hover img
{
	visibility:hidden;
	vertical-align:middle;

}

.cssfeatured span
{
position: absolute;
margin: 0px;
padding: 0px;
cursor: pointer;
}


