#navigation
{
	background-image: url('../images/site/navBg.jpg');
	background-repeat: repeat-x;
	width: 800px;
	height: 23px;
}

#nav
{
	width: 600px;
	height: 20px;
	float: right;
	margin-top: 2px;
	list-style: none;
}

#nav ul 
{
	list-style: none;
	padding: 5px;
}

#nav li 
{
	float: left;
	margin: 0;
	padding: 0;
}

#nav a 
{
	display: block;
	margin-left: 14px;
	border: 1px #FFFFFF;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav a:hover 
{
	color: #ffcc00;
}



/* right menu */
#rightBlock
{
	width: 234px;
	float: right;
}
#menu
{
	background-image: url('../images/site/menuBg.jpg');
	background-repeat: repeat-y;
	width: 234px;
	float: right;
	margin-top: 50px;
}

#top
{
	padding-top: 15px;
	background-image: url('../images/site/menuTop.jpg');
	background-repeat: no-repeat;
}

#menu #bottom 
{
	background-image: url('../images/site/menuBottom.jpg');
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 234px;
	height: 25px;
}

#menu h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin-left: 15px;
	color: #FFFFFF
}

#menu ul
{
	list-style-type: disc;
	margin-left: 40px;
}

#menu ul li
{
	color: #FFFFFF;
}

#menu a
{
	color: #FFFFFF;
}

#menu a:hover
{
	color: #ffcc00;
}

#partners
{
	float: right;
	width: 125px;
	margin-right: 55px;
}

#partners h4
{
	text-align: center;
	margin-top: 20px;
}

#partners a
{
	display: block;
	text-indent: -9999px;
	margin-top: 20px;
}

#partners #cc a
{	
	background-image: url('../images/constant_contact.jpg');
	width: 125px;
	height: 61px;
}

#partners #gcc a
{
	background-image: url('../images/gift.jpg');
	width: 125px;
	height: 125px;
}

#indexPartners
{
	width: 650px;
	height: 79px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#indexPartners h4
{
	text-align: left;
	float: left;
	padding-top: 20px;
	margin-left: 50px;
	width: 100px;
	height: 79px;
}

#indexPartners a
{
	display: block;
	text-indent: -9999px;
}

#indexPartners #cc a
{	
	background-image: url('../images/constant_contact.jpg');
	float: left;
	margin-left: 10px;
	margin-top: 9px;
	width: 125px;
	height: 61px;
}

#indexPartners #gcc a
{
	background-image: url('http://www.thegiftcardcafe.com/affLogos/logo1.gif');
	float: left;
	margin-left: 10px;
	width: 257px;
	height: 79px;
}

#indexPartners #twitter a
{
	background-image: url('../images/twitter.png');
	float: left;
	height: 79px;
	width: 79px;
}


