form,p,h1,h2,h3,h4,ul,ol,li {margin:0; padding:0;}
ul { list-style:none; }
img { border:0; }
hr { display:none; clear:both; }
input, select, textarea {font-size:100%;}

body {
	margin: 0px;
/*	background-color: #FDB7DA;	*/
	background-color: #fff;
	width:100%;
	background-image:url(../../images/gl_bg.gif);
}


#container {
	position:relative;
	background:#fff;
	width: 940px;

	margin: 0px auto;
	padding:20px;
}

#content{
	position:relative;
}


a {
	color:#039;
	text-decoration:none;
	cursor:pointer;

}
a:hover {
	color:#F30;
	text-decoration:underline;
}

.hidden {
	display:none;
}
.noborder {
	border:0px none;
}
.clear {
	clear:both;
	font-size:0%;
}

.alert{
	color:#F00;
}

.changebility,
.content_block,
.ch{
	margin:0; padding:0;
	_height:1px;
	min-height:1px;
}
.changebility:after,
.content_block:after,
.ch:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

.clear{
	clear:both;
}

.icons {
	background-image:url(../../images/gl_icons.jpg);
}

.arrow {
	background-image:url(../../images/gl_icons.jpg);
	background-position:0 -198px;
	background-repeat:no-repeat;
	padding-left:20px;
}


#head_content,
#left_content,
#right_content,
#content{
	position:relative;
	_height:1px;
	min-height:1px;
}
#head_content:after,
#left_content:after,
#right_content:after,
#content:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

/*--Header-------------------------------------*/
#header{
	position:relative;
	background-image:url(../../images/gl_head_bg.jpg);
	background-repeat:repeat-x;
}

#header .logo{
	display:block;
	width:265px; height:60px;
	background-image:url(../../images/gl_head_logo.jpg);
}

#header .header_body{
	background-image:url(../../images/gl_head_point.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#header .addthis_toolbox {
	position:absolute;
	width:350px; height:20px;
	right:10px; bottom:5px;
	font-size:10px;
}


/*--Menu-------------------------------------*/

#menu_content{
	position:relative;
	height:37px;
	border-bottom:5px #fff solid;
}

#menu_content ul.menu_block{
	margin:0 auto;
	width:980px;
}

#menu_content li.menu {
	position:relative;
	float:left;
}

#menu_content ul.menu_block li table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0px; left: 0;
	z-index:+1;
}

#menu_content li.menu a{
	position: relative;
	display:block;
	width:50px; height:37px;
	overflow:hidden;
}


#menu_content li.menu a:hover{
	background-position:0 -38px;
}


#menu_content li.menu ul.sub {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 23px; left: 0px;
	z-index:+1;
	background-color:#F00;
}

#menu_content li.menu a:hover ul.sub,
#menu_content li.menu:hover ul.sub{
	visibility: visible;
	overflow: visible;
	height: auto;
}

/*--Menu_Salon-------------------------------------*/

#menu_salon_content{
	position:relative;
	border-bottom:2px #aaa solid;
}

#menu_salon_content ul.menu_block{
	margin:0 auto;
	width:980px;
}

#menu_salon_content li.menu {
	position:relative;
	float:left;
}

#menu_salon_content li.menu a{
	position: relative;
	display:block;
	width:50px; height:72px;
	z-index:+1;
}

#menu_salon_content li.menu a:hover{
	background-position:0 -72px;
}

#menu_salon_content .menu_alert{
	color:#FFF;
	background-color:#f6268d;
	padding:2px 10px;
}


/*--Footer-------------------------------------*/


#footer_content {
	margin-top:5px;
	position:relative;
	clear:both;
	width:940px;
	border-top:3px #f82790 solid;
	background-position:850px -145px;
	background-repeat:no-repeat;
}

#footer_content .footer_body{
	position:relative;
	background-repeat:no-repeat;
	background-position:470px -74px;
}


#footer_content ul {
	float:left;
	width:450px;
	height:38px;
	background-repeat:no-repeat;
	padding:10px 0 0 30px;
}

#footer_content li {
	float:left;
	display:block;
	padding:0 5px;
	border-right:1px #f82790 solid;
	margin:2px 0;
	position:relative;
	white-space:nowrap;
}

#footer_content li a {
}

#footer_content .copyright {
	float:right;
	margin-top:10px;
	width:420px;
}


.pagetop a{
	color:#f82790;
	float:right;
	margin:5px ;
}


/*--Contents-------------------------------------*/

.left_text_block .txt_space{
	float:left;
	width:400px;
	
}


.left_text_block .image_space{
	float:right;
	width:220px;

}

.left_text_block .image_space img{
	background-color:#FFF;
	padding:3px;
	
}


.blue_txt {	color:#3399FF;}
.red_txt {	color:#FF0033; }
.orange_txt {	color:#ff6600; }
.green_txt {	color:#339900; }
.none_txt {color:#BBBBBB;}
.right_txt {float:right;text-align:right;}