@charset "UTF-8";
/* CSS Document */

#header {
	width: 912px;
	height: 113px;
	background: url(/images/PayDay-head-top.png) no-repeat;
}

#maintabs ul {
	margin: 16px 0 0 35px;
	padding: 0;
	list-style: none;
}

#maintabs ul li {
	background: url(/images/tab-right.gif) no-repeat top right;
	float:left;
}

#maintabs li a {
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	display: block;
	padding: 6px 13px 6px 13px;
	background: url(/images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #bae757;
	float:left;
}

#maintabs a:hover {
	color: #fff;
}

#employtabs ul {
	margin: 16px 0 0 35px;
	padding: 0;
	list-style: none;
}

#employtabs ul li {
	background: url(/images/tab-right-alt.gif) no-repeat top right;
	float:left;
}

#employtabs li a {
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	display: block;
	padding: 6px 13px 6px 13px;
	background: url(/images/tab-left-alt.gif) no-repeat top left;
	text-decoration: none;
	color: #f8e692;
	float:left;
}

#employtabs a:hover {
	color: #fff;
}

#langtabs ul {
	margin: 16px 0 0 35px;
	padding: 0;
	list-style: none;
}

#langtabs ul li {
	background: url(/images/tab-right.gif) no-repeat top right;
	float:left;
}

#langtabs li a {
	font: normal 1.1em "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	display: block;
	padding: 6px 13px 6px 13px;
	background: url(/images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #000;
	float:left;
}

#langtabs a:hover {
	color: #fff;
}
/* not working 
body#home li#homeLink,
body#downloads li#downloadsLink,
body#payday li#paydayLink,
body#support li#supportLink,
body#downloads li#downloadsLink,
body#about li#aboutLink {
	font-weight: bold;
	color: #fff;
}*/

#switchLang {
	padding-left: 140px;
}
#switchLang a {
	font-size: 1.3em;
	text-decoration: none;
	color: #bae757;
	margin-bottom: 6px;
} 
#featuresList ul {
	margin: 15px 0 0 35px;
	padding: 0;
	list-style: square;
}
#featuresList li {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}
#benefitsList ul {
	margin: 15px 0 0 35px;
	padding: 0;
	list-style: square;
}
#benefitsList li {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}
#usingList ul {
	margin: 15px 0 0 35px;
	padding: 0;
	list-style: square;
}
#usingList li {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}
/* required for slideout menus to position relative*/
td div {
position:relative
}

/* for slideout menus */
.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #f9d75a;
		border-top: none;
		background-color:#d09b3e;
	}
	.menu a {
		color:#f5e4a1;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#dea543;
		color:#fff;
	}