/* COMMON **************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/bg.gif) fixed center;
}

body, td {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

table {
	border: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: none;
}

/* CONTENT **************************************************************/

.content, .content td {
	font-size: 12px;
}

.content a, .content td a {
	color: #827762;
	text-decoration: none;
}

.content a:hover, .content td a:hover {
	color: #827762;
	text-decoration: underline;
}

.content {
	padding: 10px 20px 20px 0px;
	height: 400px;
}

.content2 {
	height: auto;
}

/* NAV ******************************************************************/

#nav {
	height: 384px;
}
#navHome {
	height: 320px;
}

#login, #logout {
	float: right;
	padding-right: 16px;
	display: block;
	width: 128px;
	height: 16px;
	background: url(SG/img/login.gif) no-repeat;
}

#login:hover {
	background: url(SG/img/login1.gif) no-repeat;
}

#logout {
	background: url(SG/img/logout.gif) no-repeat;
}

#logout:hover {
	background: url(SG/img/logout1.gif) no-repeat;
}

#menu {
	padding: 8px 0 0 8px;
}

#menu a {
	display: block;
	width: 176px;
	height: 16px;
}

a.activated, a.active {
	cursor: default;
}

#menu1  {
	background: url(SG/img/menu_about.gif) no-repeat;
}

#menu1:hover, #menu1.activated {
	background: url(SG/img/menu_about1.gif) no-repeat;
}

#menu2 {
	background: url(SG/img/menu_privileges.gif) no-repeat;
}

#menu2:hover, #menu2.activated {
	background: url(SG/img/menu_privileges1.gif) no-repeat;
}

#menu3 {
	background: url(SG/img/menu_register.gif) no-repeat;
}

#menu3:hover, #menu3.activated {
	background: url(SG/img/menu_register1.gif) no-repeat;
}

#menu4 {
	background: url(SG/img/menu_reward.gif) no-repeat;
}

#menu4:hover, #menu4.activated {
	background: url(SG/img/menu_reward1.gif) no-repeat;
}

#menu5 {
	background: url(SG/img/menu_features.gif) no-repeat;
}

#menu5:hover, #menu5.activated {
	background: url(SG/img/menu_features1.gif) no-repeat;
}

#menu6 {
	background: url(SG/img/menu_promotions.gif) no-repeat;
}

#menu6:hover, #menu6.activated {
	background: url(SG/img/menu_promotions1.gif) no-repeat;
}

#menu7 {
	background: url(SG/img/menu_boutiques.gif) no-repeat;
}

#menu7:hover, #menu7.activated {
	background: url(SG/img/menu_boutiques1.gif) no-repeat;
}

#menu8 {
	background: url(SG/img/menu_account.gif) no-repeat;
}

#menu8:hover, #menu8.activated {
	background: url(SG/img/menu_account1.gif) no-repeat;
}

#menu9 {
	background: url(SG/img/menu_global.gif) no-repeat;
}

#menu9:hover, #menu9.activated {
	background: url(SG/img/menu_global1.gif) no-repeat;
}

#menu10 {
	background: url(SG/img/menu_apply.gif) no-repeat;
}

#menu10:hover, #menu10.activated {
	background: url(SG/img/menu_apply1.gif) no-repeat;
}

#menu11 {
	background: url(SG/img/menu_evoucher.gif) no-repeat;
}

#menu11:hover, #menu11.activated {
	background: url(SG/img/menu_evoucher1.gif) no-repeat;
}

#menu12 {
	background: url(SG/img/menu_shop.gif) no-repeat;
}

#menu12:hover, #menu11.activated {
	background: url(SG/img/menu_shop1.gif) no-repeat;
}


.menubgwelcome {
	background: url(img/fd/welcome.jpg);
		background-repeat:no-repeat;
	background-position: 0px 0px;
}

.menubgabout {
	background: url(sg/img/fd/about.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgboutiques {
	background: url(SG/img/fd/boutiques.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgfaq {
	background: url(SG/img/fd/faq.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgmyaccount {
	background: url(SG/img/fd/myaccount.jpg);
	background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgprivilegesbenefits {
	background: url(SG/img/fd/privilegesbenefits.jpg);
	background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgpromotions {
	background: url(SG/img/fd/promotions.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgfeatures {
	background: url(SG/img/fd/features.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgregister {
	background: url(SG/img/fd/register.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgrewards {
	background: url(SG/img/fd/rewards.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgterms {
	background: url(SG/img/fd/terms.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgcontactus {
	background: url(SG/img/fd/contactus.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

.menubgapplynow {
	background: url(SG/img/fd/apply.jpg);
		background-repeat:no-repeat;
	background-position: 0px 80px;
}

/* SUB NAV ***************************************************************/

.nav2 {
	padding: 0px 12px 0px 8px;
	text-transform: uppercase;
}

.nav2 a {
	color: #666666;
	background: white;
	text-decoration: none;
	display: block;
	border-left: 1px solid #666666;
	padding-left: 6px;
	margin-bottom: 1px;
}

.nav2 a:hover, .nav2 a.active {
	color: #ffffff;
	background: #827762;
	border-left: 1px solid #827762;
}

/* REGISTER FORM ******************************************************/

.bigErrorMsg {
	color: red;
}

.errmsg {
	font-size : 8pt;
	font-family : arial;
	font-weight :normal;
	font-style : normal;
	color : red;
}

#register input {
	text-indent: 2px;
	/*border: 1px solid #827762;*/
	margin: 2px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 150px;
}

#register .inputSmall {
	text-indent: 2px;
	/*border: 1px solid #827762;*/
	margin: 2px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: auto;
}

#register select {
	/*border: 1px solid #827762;
	margin: 2px 0 0 0px;*/
	margin-left:2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 150px;
}

#register .nocss {
	margin: 0;
	border: none;
	width: auto;
}

#register .submit {
	text-indent: 0;
	background: #827762;
	border:none;
	color: white;
	font-weight: bold;
}

/* PROMOTIONS ******************************************************/

#promo td {
	padding-bottom: 10px;
}

#promo a img {
	border: 1px solid #827762;
}

.promotd1 {
	padding-right: 10px;
}

/* FOOTER **********************************************************/

#prefooter {
	height: 4px;
	background: url(img/bg_footer.gif);
}

#footer {
	padding: 5px;
	text-align: center;
}