@charset "UTF-8";
/* CSS Document */

/* reset all the shit */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a { 
	color: #00b0d0;
	text-decoration: underline; 
}

a:hover {
	color: #000;
	text-decoration: none; 
}

a:focus, 
a:active {
	color: #00b0d0;
	text-decoration: none; 
}

body, html {
	background: #323232 url("/templates/lptent_img/bg.jpg") center repeat-y;
	font-family:Arial, Helvetica, sans-serif, "Open-Serif";
	font-size: 12pt;
	color: #000;
}

#nnav {
	position: absolute;
	top:0;
	left: 50%;
	margin: 120px 0 0 -635px;
	width: 150px;
	text-align: right:
}

#nnav ul {
	width: 170px;
	list-style-type: none;
	text-align: right:
}

#nnav a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

#nnav ul li a {
	display: block;
	text-align: right:
	color: #000;
	padding: 5px;
	margin: 0 0 5px 0;
	background: #00b0d1;
}

#nnav ul li a:hover {
	color: #00b0d1;
	background: transparent;
}

#nnav ul li ul a {
	color: #00b0d1;
	background: transparent;
	font-size: 12px;
}

.menuOn {
	font-weight: bold;
	color: #00b0d0;
}

#container {
	position: relaltive;
	width: 958px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 145px;
}

#header #lng {
	position: absolute;
	width: 120px;
	height: 13px;
	right: 0;
	top: 0;
	margin: 70px 170px 0 0;
	font-size: 9pt;
	font-weight: bold;
	color: #00b0d0;
}

#header #lng a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#header .nav {
	position: absolute;
	float: left;
	height: 40px;
	bottom: 0;
}

#header #title {
	width: 290px;
	left: 0;
	padding: 0 30px 0 0;
	margin: 0 0 0 65px;
	text-align: right;
}

#header #title h1 {
	font-size: 20pt;
}

#header #nav {
	width: 507px;
	right: 0;
	margin: 0 66px 0 0;
}

#header #nav ul {
	list-style-type: none;
	font-size: 11pt;
	font-weight: bold;
	color: #00b0d0;
}

#header #nav ul li {
	display: none;
	float: left;
	height: 30px;
	padding: 10px 20px 0 0;
}

#header #nav ul a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#header #nav ul a:hover {
	color: #00b0d0;
}

#header #nav #subnav {
	clear:both;
	font-size: 10px;
	
}

#header #nav #subnav ul {
	font-weight: normal;
	height: 15px;
	font-size: 11px;
	
}

#header #nav #subnav ul li {
	margin-top: -20px;
}

#content {
	width: 827px;
	padding: 77px 65px 20px 66px;
}

#content .object h2 {
	font-size: 14pt;
	color: #00b0d0;
	margin: 0 0 17px 0; 
}

#footer div a {
	margin: 0 0 0 58px;
}

#container #header .nav ul li .menuOn {
	color: #00b0d0;
}

#deco {
	position:absolute;
	top:0;
	left: 50%;
	margin: 0 0 0 157px;
	width: 343px;
	height: 125px;
	background: url("/templates/lptent_img/lpdeco.png");
}

#close {
	position:absolute; 
	top:0; 
	left: 50%; 
	margin: 10px 0 0 440px; 
	width:30px; 
	height:30px; 
	background: url("/templates/lptent_img/close.png") 0 -30px no-repeat;
	cursor: pointer;
}