body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #676765;
}

#container {
 	width: 960px;
	margin: 0 auto;
}

/** Header **/
#header {
	margin: 0 auto 25px;
	width: 980px;
	float: left;
}

#header div {
	float: right;
	margin-right: 25px;
}

#header div img {
	float: right;
	margin-top: 24px;
	margin-bottom: 8px;
}

#header div span {
	font: 9px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	text-align: right;
	float: right;
	padding-left: 100px;
}

#header div span a {
	color: #7f7f7f;
	text-decoration: none;
}

#header div span a:hover {
	color: #000;
	text-decoration: underline;
}

#sign_in, #join_now, #my_profile, #sign_out {
	display: block;
	float: left;
	height: 31px;
	margin-left: 9px;
}

#sign_in, #join_now {
	background: url(../images/sign_in_join_now.png) no-repeat;
}

#my_profile, #sign_out {
	background: url(../images/dashboard/my_profile.gif) no-repeat;
}

#sign_in {
	width: 66px;
}

#join_now {
	width: 76px;
	background-position: -66px 0;
}

#sign_in:hover {
	background-position: 0 -5px;
}

#join_now:hover {
	background-position: -66px -5px;
}

#my_profile {
	width: 117px;
}

#sign_out {
	width: 76px;
	background-position: -117px 0;
}

#my_profile:hover {
	background-position: 0 -5px;
}

#sign_out:hover {
	background-position: -117px -5px;
}

/** Logo **/
#header h1 a {
	display: block;
	margin: 20px 0 0 27px;
	width: 187px;
	height: 63px;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

/** Top Menu **/
#menu {
	float: left;
	width: 960px;
	height: 32px;
	background: url(../images/menu_bak.png) repeat-x;
	margin-bottom: 9px;
}

#menu ul {
	display: inline !important;
	margin: 0;
    padding: 0;
}

#menu li {
    margin: 0;
    padding: 0;
    display:inline;
}
#menu ul li a {
    display:block;
	height: 32px;
	float: left;
}

#menu ul li a.selected {
	background-position: 0 -64px;
}

#menu ul li a:hover {
	background-position: 0 -32px;
}

#home a {
	background: url(../images/home.png);
	width: 86px;
}

#about_fsn a {
	background: url(../images/about.png);
	width: 110px;
}

#join a {
	background: url(../images/join.png);
	width: 74px;
}

#menu_right_cap {
	background: url(../images/menu_right_cap.png) no-repeat;
	width: 10px;
	height: 32px;
	float: right;
}

/** Footer **/
#footer {
	margin-top: 10px;
	width: 960px;
	float: left;
}

/** Footer Menu **/
#footer div {
	width: 960px;
	height: 30px;
	margin-bottom: 10px;
	background: url(../images/footer_menu_bak.png) repeat-x;
}

#footer img {
	float: right;
	margin-left: 10px;
	margin-right: 26px;
}

#footer span {
	float: right;
	display: block;
	width: 300px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	text-align: right;
	line-height: 10px;
}

#footer div ul {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer div ul li {
	margin-top: 0;
	margin-bottom: 0;
}

.footer_menu_elements {
	float: left;
	line-height: 28px;
	color: #6f6f6f;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#footer div ul li a, #footer div ul li a:visited {
	padding-right: 14px;
	padding-left: 14px;
	text-decoration: none;
	color: #6f6f6f;
}

.menu_item_border {
	border-right: 1px solid #B0B0B0;
}

#footer div ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer_menu_left_cap {
	background: url(../images/footer_menu_caps.png) no-repeat;
	margin-right: 21px;
	width: 5px;
	height: 30px;
	float: left;
}

#copyright {
	color: #6f6f6f;
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	margin-right: 10px;
	line-height: 28px;
}

#footer_menu_right_cap {
	background: url(../images/footer_menu_caps.png) -3px 0 no-repeat;
	width: 5px;
	height: 30px;
	float: right;
}

/** Content **/
#content {
	float: left;
	width: 100%;
}

/** Utils **/
.hide_text {
	text-indent: -9999px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.rounded {
	background: #f7fae7;
	border: 1px solid #cccccc;
}

h2 {
	font: 25px "Trebuchet MS", Helvetica, sans-serif;
	color: #648944;
}

h3 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #648944;
}

#content ul {
/*	list-style: disc inside url(../images/bullet.png); */
    list-style: none;
	
}

#content ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.alight_right {
	text-align: right;
}

.margin_center {
	margin: auto;
}

.small-hr {
	display: block;
	background: url(../images/join/medium-hr.gif) no-repeat;
	width: 100px;
	height: 1px;
	margin: 0 auto;
}

.medium-hr {
	display: block;
	background: url(../images/join/medium-hr.gif) no-repeat;
	width: 25%;
	height: 1px;
	margin: 0 auto;
}

.hr {
	display: block;
	background: url(../images/join/medium-hr.gif) repeat-x;
	width: 100%;
	height: 1px;
	margin: 0 auto;
}

.medium-hr hr, .small-hr hr, .large-hr hr, .hr hr {
	font-size: 0;
	text-indent: -9999px;
	color: transparent;
}

.left-column, .right-column {
	width: 40%;
	padding: 20px;
	height: 185px;
}

.left-column {
	float: left;
}

.right-column {
	float: right;
}

table.registration-confirmation td {
	padding: 5px 20px 0 0;
}

.reg-confirm-center p {
	text-align: left;
	font-style: italic;
}

.reg-confirm-center a {
	float: right;
}

.clear {
	clear: both;
}

.reg-confirm-center {
	width: 95%;
	margin: 0 auto;
}

.reg-confirm-center h4 {
	color: #648944;
}

#login-table td {
	padding: 5px;
}

#login-table td input {
	border: 1px solid #999;
	padding: 3px;
}

#login-submit {
	background: url(../images/login_button.jpg) no-repeat;
	width: 97px;
	height: 32px;
	text-indent: -9999px;
	font-size: 1px;
	text-align-left;
	border: 0 !important;
}

.bold {
	font-weight: bold;
}

#fml {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin-left: 63px;
}

a.tooltip {
	border-bottom: 1px dotted #668A44;
	color: #668A44;
	cursor: help;
	position: relative;
	text-decoration: none;
}

a.tooltip span {
	display: none;
	border: 1px solid #668A44;
	background: #F7FAE7;
	position: absolute;
	padding: 10px;
	top: 1.5em;
	font-size: 12px;
	font-weight: normal;
	z-index: 100;
	width: 300px;
	text-align: left;
}

a.tooltip:hover span {
	display: block;
}

#home-list li {
	list-style-position: outside;
}

.green {
	color: #668A44 !important;
}

#content a:hover, #content a:link, #content a:active, #content a:visited {
	color: #668a44;
}

.error {
	width: 45%;
	margin: 20px auto;
	text-align: center;
	background: #FFDFDF;
	border: 1px solid #DF7D7D;
	border-width: 1px 0;
	padding: 15px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#banner_offer {
	text-align: left;
}

#banner_offer img{
	padding: 10px 0;
}

#flip_my_site {
    float: right;
    margin-top: 10px;
}

#category_list ul li {
    height: 50px;
}
.slogan {
    padding-right:20px;
}