/* Main CSS */
#container {
	height: auto !important;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#header h2	{color:#fff;}
#header h2 a	{color:#fff;}

#main	{margin: 40px 40px 20px 40px; }
#subTopLine	{
		position: reletive;
		height: 40px; 
		padding: 0;
		margin: 0;
}

.boxshadow 	{box-shadow: -5px 0px 5px #7d7d7d;}




/*	Header Footer block	*/
#topLine {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	margin: 0px 0 0px 0px;
	z-index: 999;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 18px;
	text-align:center;
}


#topMenu {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 998;
	background: #fff;
	display: none;
	padding: 20px;
	color: #000;
	padding: 70px 0px 0px 0px;
	margin: 0px;
	box-shadow: 5px 5px 5px #7d7d7d;
}

#topMenu a,h4 {
	color: #000;
}

#topMenuContainer {
	width: 100%;
	top: 0;
	z-index: 999;
}



.footer-push,.footer {
	height: 50px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.footer a {
	color: #fff;
}

#navigator {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 24px;
	margin: 10px 50px;
}

#navigator li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 18px;
}

#navigator a {
	color: #1B587F;
}




/*	LOGO block */

#logoBlock {
	display: inline-block;
	margin: 10px 0px 0 20px;
	height: 30px;
	float: none;
}
#logoBlock .logo {
	display: block;
	width: 146px;
	height: 30px;
	background-image: url(/img/common/logo.png);
	margin: 0px auto 0px auto;
}


#logoMenu {
	margin: 10px 0px 0 70px;
	height: 30px;
	display: inline-block;
	float: left;
}
#logoMenuTxt {
	margin: 3px 10px 0 20px;
	display: inline-block;
	cursor: pointer;
}
#logoMenuBt {
	width: 30px;
	height: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	display: inline-block;
	background-image: url(/img/common/logo.png);
	float: left;
	cursor: pointer;
}
#logoMenuBt.open {background-position: -177px 0px;}
#logoMenuBt.close {background-position: -147px 0px;}


#authMenu {
	height: 30px;
	display: inline-block;
	margin: 10px 70px 0 20px;
	float: right;
	white-space:nowrap;
}
#authMenuTxt {
	margin: 3px 10px 0;
	cursor: pointer;
	display: inline-block;
	float: right;
}
#authMenuBt {
	width: 30px;
	height: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin: 0px 0 0 0;
	display: inline-block;
	background-image: url(/img/common/logo.png);
	background-position: -268px 0px;
	float: right;
	cursor: pointer;
}

#avatarBt {
	width: 30px;
	height: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin: 0px 0 0 0;
	display: inline-block;
	background-image: url(/img/common/noAvatar_30.png);
	background-position: 0px 0px;
	float: right;
	cursor: pointer;
}
#avatarTxt {
	margin: 3px 10px 0;
	cursor: pointer;
	display: inline-block;
	float: right;
	text-transform: uppercase;
}


#lkMenuContainer {
	z-index: 997;
}

#lkMenu {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 996;
	display: none;
	background-color: #fff;
	color: #333333;
	min-width: 200px;
	box-shadow: 0px 5px 10px #7d7d7d;
	border: 1px solid #333333;
	text-transform: uppercase;
}
#lkMenu div 	{ margin:0; color: #333333; } 
#lkMenu a		{ color: #333333; } 
#lkMenu a:hover {color: #333333;}
#lkMenu .wbb	{border-bottom: 1px solid #333333;}
#lkMenu ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0;
}
#lkMenu li {margin: 0 0 5px 0;}

#lkMenu div { margin: 0px 0 0 0; padding: 4px 5px;}
#lkMenu a.orange	{
		color: #ff6600;
		text-decoration: none;
		font-size: 12px;
}

div.action	{ cursor: pointer; color: #c60000;}
span.action	{ cursor: pointer; color: #c60000;}
div.action:hover	{color: #ff4040;} 
span.action:hover	{color: #ff4040;text-decoration: underline;} 


.sp_symbol {
	height: 100%;
	width: 100%;
	font-family: 'webdings';
	font-weight: 600;
	font-size: 16px;
}
