@charset "utf-8";

/* CSS Document */

body {margin:0;

background:url(image/back-gr.gif) #000000;

}

a{

	text-decoration:none;

	color:#FFF;

}

a.yellow:link {

	color: #ffcc00;

	text-decoration: none;

}

a.yellow:hover {

	text-decoration: none;

	color: #ffffff;

}

a.yellow:visited {

	text-decoration: none;

	color: #ffcc00;

}

#side {

	background: url(image/bg-side.jpg) no-repeat left top ;

	}

#logo {

	background: url(image/logo-kr.jpg) no-repeat left top;

	}

#dot {

	background: url(image/dot.gif) repeat-x center;

	height:10;

	}

.txt-Menu, .txt-Menu a{

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	color: #f9f9f9;

	text-decoration: none;

	letter-spacing: 1px;

	vertical-align: top;

	text-align: left;

	}

.txt-Menu a:Hover{

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	color: #cccccc;

	text-decoration: none;

	letter-spacing: 1px;

	text-align: left;

	}

.side-address, .side-address a {

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	text-decoration: none;

	color: #e3d9b9;

	letter-spacing: 1px;

}

.side-address a:hover {

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	text-decoration: none;

	color: #cccccc;

	letter-spacing: 1px;

}

.txt-title, .txt-title a {

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	color: #FFF;

	text-decoration: none;

	letter-spacing: 1px;

	vertical-align: top;

	text-align: left;

}

.txt-content, .txt-content a{

	font-family: Tahoma, Arial, Verdana, "Times New Roman";

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-variant: normal;

	text-transform: none;

	color: #c9c9c9;

	text-decoration: none;


	text-align: justify;

	}



.txt-content a:hover{

	font-family: Tahoma, Arial, Verdana, "Times New Roman";

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #FFF;

	text-decoration: none;

	text-align: justify;

	}

	

.txt-footer, .txt-footer a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #e3d9b9;

	text-decoration: none;

}

.txt-footer a:hover {

	font-size: 10px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #cccccc;

	text-decoration: none;

}

.txt-small {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #9b906c;

	text-decoration: none;

	text-align: justify;

}

.txt-form {

	font-family: Tahoma, Arial, Verdana, "Times New Roman";

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #000000;

	text-decoration: none;

}

.txt-Menucenter{

	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: none;

	color: #f9f9f9;

	text-decoration: none;

	letter-spacing: 1px;

	vertical-align: top;

	text-align: center;

	}

h3 {

border-bottom: 1px dotted #ffffff;

}







/*-----------------MEMBER LOGIN------------------*/

.memberlogin{

	width:240px;

	height:244px;

	background: url(image/bg-member-login.gif) 0 -26px no-repeat;

	margin-bottom:25px;

	padding:14px 9px 9px 9px;

	font-size:12px;

	color:#c9c9c9;

}

.memberlogin h2{

	margin:0 0 14px 0;

	font-size:12px;

	color:#FFF;

	padding:0;

}

.memberlogin .textbox{

	background:#6c6c6c;

	width:141px;

	margin-bottom:6px;

	border:1px solid #6c6c6c;

}

.memberlogin .button{

	width:66px;

	height:27px;

	text-align:center;

	color:#FFF;

	font-size:11px;

	background: url(image/bg-submit-btn.jpg) no-repeat;

	border:1px solid #575757;

	margin:6px 0 0 0;

}





/*--------------------Navigation------------------------*/

ul.nav{

	margin:0;

	padding:0;

	list-style:none;

	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;

}

ul.nav li{

	line-height:38px;

	border-bottom:1px solid #545454;

	display:block;

	font-size:11px;

	color:#c9c9c9;

}

ul.nav li a{

	text-decoration:none;

	color:#c9c9c9;

	display:block;

}

ul.nav li a:hover{

	background:#272727;

}



/*--------------------------Media List-----------------------------*/

ul.media{

	margin:0;

	padding:0;

	list-style:none;
	text-align:left;

}

ul.media li{

	display:block;

	padding:6px;

	margin:0 0 10px 0;

	border-bottom:1px dashed #696969;

	clear:both;

	height:120px;

}

ul.media li img{

	border:1px solid #696969;

	padding:5px;

	background:#FFF;

	float:left;

	margin:0 10px 5px 0;

}

ul.media li a img{

	border:1px solid #93a95e;

}

ul.media li a:hover img{

	background:#ccc;

}

ul.media li a.download{
	background: url(image/download-icon.jpg) no-repeat;
	text-decoration:none;
	color:#fff;
	height:20px;
	padding:2px 0 4px 30px;
	clear:both;
	display:block;
}
ul.media li a.download:hover{
	color:#999;
}
/*----------------------------Form---------------------------------*/

.textbox, select{
	background:#cdcdcd;
	border:1px solid #cdcdcd;
	padding:2px;
}
/*-----social media-------*/
.socialmedia {
	border:5px solid #000;
	margin:0 auto;
	padding:5px;
	background-color: #999;
	font-family: Arial, Tahoma, Geneva, sans-serif; 
	font-size:7pt;
	text-align:center;
}
/*-----------imagebox----------*/
.imgleft{
	padding: 5px;
	border: #666 1px solid;
	background-color: #000;
	float:left;
	margin: 0 10px 4px 0;
}
.imgright{
	padding: 5px;
	border: #666 1px solid;
	background-color: #000;
	float:right;
	margin: 0 0 4px 10px;
}
.imgright2{
	padding: 0 0;
	border: #666 1px solid;
	background-color: #000;
	float:right;
	margin: 0 0;
}
.imgcenter{
	border: #666 1px solid;
	background-color: #000;
	margin: 0 0 4px 0;
	padding: 5px;
}
/*----------block--------------*/
.block {
	border:1px solid #000;
	margin:0 auto;
	padding:10px 10px;
	background-color: #333;
}
/*----------imagebox-----------*/
.imagebox{
	font-size: 11px;
	float: left;
	width: 110px;
	display: block;
}
.imagebox img{
	padding: 5px;
	border: #666 1px solid;
	background-color: #000;
}
.imagebox a:hover img{
	padding: 5px;
	border: #666 1px solid;
	background-color: #666;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
	line-height:1px;
}

/* belvedere download siteplan */

.pdf {
	MARGIN: 0px 0px 16px
}
.pdf ul {
	CLEAR: both; 
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}
.pdf ul li {
	PADDING-LEFT: 25px;
	BACKGROUND: url(image/icon_pdf2.jpg) no-repeat left center;
	LINE-HEIGHT: 34px;
	BORDER-BOTTOM: #999 1px solid;
	LIST-STYLE-TYPE: none
}
.black {
	color: #000;
}