
/*
@font-face {font-family:NanumGothic; src:url('NanumGothic.eot');}
@font-face { font-family:'NanumGothic'; font-style:normal; font-weight:400; src: url('NanumGothic.woff') format('woff');}
@font-face {font-family:NanumGothicBold; src:url('NanumGothicBold.eot');}
@font-face { font-family:'NanumGothicBlod'; font-style:normal; font-weight:normal;  src: url('NanumGothicBold.woff') format('woff');}
*/

@font-face{ font-family:ng; src:url(NanumGothic.eot); src:local(※), url(NanumGothic.woff) format(‘woff’); }
@font-face{ font-family:ngb; src:url(NanumGothicBold.eot); src:local(※), url(NanumGothicBold.woff) format(‘woff’); }

/*-------------------------------- CONTAINER --------------------------------*/
th{ vertical-align:middle; }

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;

}



/*-------------------------------- CLEAR FLOATED ELEMENTS --------------------------------*/



.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,
.container:after {
	clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container {
	zoom: 1;
}



/*-------------------------------- GENERAL --------------------------------*/



body {
	min-width: 960px;
	background: white;
	color: #777;
	font-family: "Lucida Sans Unicode",나눔고딕, NanumGothic,ng;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, .dropcap {
	color: #414141;
	font-family: "Open Sans", sans-serif,나눔고딕, NanumGothic,ng;
	font-weight: 600;
}

hr {
	margin: 50px 0;
}

a {
	color: #267bb1;
	text-decoration: none;
}

a:hover {
	color: #414141;
	text-decoration: none;
}

.vertical-space-pusher {
	padding: 50px 0px;
}

.small-vertical-space-pusher {
	padding: 40px 0px 30px;
}

.extra-space-bottom {
	padding-bottom: 20px;
}

.small-extra-space-bottom {
	padding-bottom: 30px;
}

.date {
	color: #a8a8a8;
	padding-bottom: 10px;
	font-style: italic;
	text-decoration: none;
}

.strong {
	font-weight: bold;
}




/*-------------------------------- GRID --------------------------------*/



.one_fourth, .one_third, .one_half, .two_third, .three_fourth {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    position: relative;
}

.one_fourth {
	width: 210px;
}

.one_third {
	width: 293px;
}

.one_half {
	width: 460px;
}

.two_third {
	width: 626px;
}

.three_fourth {
	width: 710px;
}

.last_column {
	clear: right;
	margin-right: 0px !important;
}

.img-align-left {
	margin: 5px 150px 0 0;
	float: left;
}

.img-align-right {
	margin: 5px 0 0 15px;
	float: right;
}

.img-align-center {
	margin: 5px 15px;
	text-align: center;
}

.text-align-left {
	float: left;	
}

.text-align-center {
	text-align: center;
}
	
.text-align-right {
	float: right;
}



/*-------------------------------- HEADER --------------------------------*/



#header-wrapper {
	height: 100px;
	border-bottom: 1px solid #f0f0f0;
	background: #ffffff;
}

#header-logo {
	margin-top: 30px;
	float: left;
}

#top-elements {
	height: 58px;
	overflow:hidden;
}

#header-social-icons {
	margin-top: 22px;
	float: right;
}

#header-social-icons ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 8px;
	float: left;
}

#header-social-icons ul #member_option{ background:black; margin-top:8px; display:none; float:left; -moz-border-radius:6px;	border-radius: 6px;	 }
#header-social-icons ul #member_option span{ float:left; padding:0 3px; }
#header-social-icons ul #member_option span a{ color:white; font-family:Tahoma, Geneva, sans-serif; font-size:8px; }


#header-social-icons ul li:last-child {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#header-social-icons ul li img {
	padding-top: 7px;
}

#header-social-icons img {
	opacity: 0.2;
	background: white;
   	filter: alpha(opacity=20);/* IE6-IE8 */
}

#header-social-icons img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);/* IE6-IE8 */0
}



/*-------------------------------- NAVIGATION --------------------------------*/




#navigation-container {
	float: right;

}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
}

.sf-menu {
	height: 30px;
}
.sf-menu ul {
	position: absolute;
	top: -9999px;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 43px; /* match top ul list item height */
	z-index: 999;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -9999px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -9999px;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	top: 0;
}


/*** DEMO SKIN ***/

.sf-menu {
	float: left;
}

.sf-menu > li:hover > a {
border-bottom: 1px solid #267BB1;
}

.sf-menu a {
	padding: 14px 20px 10px 20px;
	text-decoration: none;
	font-size: 12px;
	font-family: "Open Sans",나눔고딕, NanumGothic,ng;


}

.sf-menu li li {
	background:	#f7f7f7;
}

.sf-menu li li li {
	background:	#f7f7f7;
}

.sf-menu ul li a {
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #efefef;
}

.sf-menu ul li:first-child a {
	border-top: none;
	border-bottom: 1px solid #efefef;
}

.sf-menu ul li a:hover {
	background: #f0f0f0;
}

.sf-menu, .sf-menu * {
	z-index: 999;
}

/*** arrows **/

.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url('../images/arrows-ffffff.png') no-repeat -10px -100px; 
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 14px;
	background-position: 0 -98px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -98px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
}

.sf-menu ul a > .sf-sub-indicator { 
	background-position:  0 0; 
}

/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/*-------------------------------- BREADCRUMBS --------------------------------*/



#breadcrumbs-wrapper {
	font-size: 10px;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}

#breadcrumbs-container p {
	margin: 0;
}

.breadcrumbs {
	padding: 10px 0;
}
.breadcrumbs a{ font-family: "Lucida Sans Unicode", "Lucida Grande",Dotum, sans-serif; font-size:11px; }
.breadcrumbs a img{ margin-bottom:-3px; margin-right:3px;}

.breadcrumb-arrow {
	background: url(../images/breadcrumb-arrow.png) no-repeat scroll 10px 4px transparent;
	width: 5px;
	height: 9px;
	padding: 0 14px;
}




/*-------------------------------- SIDEBAR --------------------------------*/


#sidebar{ border:1px solid #f0f0f0; border-top:none; border-bottom:none; padding:0; margin:0;
	background-color:#FAFAFA;
}


#side_util_tap{ display:block; width:210px; height:70px; border-bottom:2px solid #0e6fac; background:white; }
#side_util_tap li{ float:left; list-style:none; width:69px; height:55px; border-right:1px solid #f0f0f0; text-align:center; padding-top:15px; }
#side_util_tap li img{ vertical-align:middle; cursor:pointer; }
#side_util_tap li.last{ width:70px; border:none;}
#side_util_tap li.active{ background:#f0f0f0;}

#side_util_cont1,
#side_util_cont2,
#side_util_cont3{ display:none; position:absolute; width:100%; z-index:100; border-bottom:2px solid #333; background:#fafafa;  }


#sidebar .widget{ }

#sidebar .widget .title{ background:url(../images/more.png) no-repeat 15px 62%; font-size: 12px; color: #666; 	text-indent:20px;}
#sidebar .widget .title h3{ text-indent:15px; width:100%; border-bottom:1px solid #e8e8e8; line-height:30px; }
#sidebar .widget .title #widtitle_rb{ position:absolute; right:5px; top:5px;}
#sidebar .widget .widCont{ padding:10px 15px; border-top:1px solid white; overflow:hidden;}


#sidebar h6 {
	margin:0;
	padding:20px 15px 10px;
	background:url(../images/subMenu_titleBg.png) repeat-x #fafafa;
	border-bottom:1px solid #e8e8e8;

	color:#0e6fac;
}

#sidebar #titlerb{ 
	position: absolute;
	right:15px;
	}

#sidebar p {
	margin-bottom: 0;
}

/* Popular Tags */

#popular-tags a {
	color: #80adc9;
	padding: 4px 10px 7px;
	margin-bottom: 2px;
	background: #f5f5f5;
	line-height: 32px;
	-webkit-border-radius: 20px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 20px; /* FF1-3.6 */
    border-radius: 20px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#popular-tags a:hover {
	color: #414141;
	background: #ebebeb;
}



/* Pagination */

ul {
	border: 0; 
	margin: 0; 
	padding: 0;
}




/*-------------------------------- STYLED LIST (SECONDARY NAVIGATION) --------------------------------*/



.styled-list li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 8px;
	border-bottom: 1px dotted #dfdfdf;
}

.styled-list li span {
	background: url("../images/list-arrow.png") no-repeat left;
	margin:18px 8px 0px 16px;
	width: 4px;
	height: 7px;
	float: left;
}

.styled-list ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.styled-list ul li:first-child {
	padding-top: 0px;
}


#sidebar #sidemenu{}
#sidebar #sidemenu li{ border-top:1px solid #white; border-bottom:1px solid #e8e8e8; padding:0; background:#fafafa url(../images/sidemenu_rightbg.png) no-repeat; background-position:95% center; }
#sidebar #sidemenu li a{ line-height:40px; color:#0E6FAC;}
#sidebar #sidemenu li a:hover{ color:#898989;}
#sidebar #sidemenu li.current{  background:#267bb1 url(../images/sidemenu_rightbg_o.png) no-repeat; background-position:95% 15px; }
#sidebar #sidemenu li.current a{color:#ddd; }
#sidebar #sidemenu li ul{ background:#fafafa; margin-bottom:2px; padding:15px 0; }
#sidebar #sidemenu li ul li{ border:none; background-image:none;}
#sidebar #sidemenu li ul li a{ color:#333 !important ; line-height:30px;  }
#sidebar #sidemenu li ul li a:hover{ text-decoration:underline;}
#sidebar #sidemenu li ul li span{ margin-top:13px; margin-left:25px;}
#sidebar #sidemenu li ul li.current{ color:#333; background:none;  background-position:95% 8px; }
#sidebar #sidemenu li ul li.current a{ font-weight:bold; }



/*-------------------------------- CYCLE SLIDER --------------------------------*/
#gnbwarp{ }

#openmenu-wrapper {
	position: absolute;
	width: 100%;
	border-top:3px solid #222;
	border-bottom:3px solid #222;
	overflow: hidden;
	background: #fff;
	z-index: 999;
	left:0;
	top:141px;
}

#openmenu-wrapper ul{
	height:170px; 
	overflow:hidden;
	}
#openmenu-wrapper ul li{ 
	float:left; 
	padding:20px 30px; 
	margin:0; 
	border-left:1px solid #eaeaea; 
	list-style:none; 
	height:5000px;
}
#openmenu-wrapper ul li:hover{ background:#fafafa; }
#openmenu-wrapper .dot{ 
	position:absolute;
	top:43px;
	width:10px;
	height:3px;
	background:#666;	
	z-index:5;
}
#openmenu-wrapper ul li a{ font-weight:bold; color:#222; font-family:'나눔고딕';}
#openmenu-wrapper ul li ul{ margin-top:5px; padding-top:5px; border:none; border-top:3px solid #eaeaea; }
#openmenu-wrapper ul li ul li{ float:none; padding:0px 0 5px; border:none; height:auto;}
#openmenu-wrapper ul li ul li a{ color:#666; font-weight:normal;}
#openmenu-wrapper ul li ul li a:hover{ color:#333;}


/*-------------------------------- CYCLE SLIDER --------------------------------*/



#slider-wrapper {
	height: 400px;
	overflow: hidden;
	background: #fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

#slider-wrapper-2 {
	height: 455px;
	overflow: hidden;
	background: #fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

#slider-wrapper-loginbox {
	height: 264px;
	overflow: hidden;
	background: #fff;
}

#slide-container, #slide-container-2 {
	width:100% !important;
	font-family: "Open Sans", sans-serif;
}

#slide-container .slide {
	width: 100%;
	background-color:#abacc8 !important; /*사이드 배경 */
	
}

#cycle-pager {
	left: 48%;
	bottom: 25px;
	position: absolute;
	z-index: 100;
}

.ppusher {
	padding-top: 53px;
}

#cycle-pager a {
	padding: 5px;
	float: left;
	display: block;
}

#cycle-pager span {
	background: #fff;
	-webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 7px; /* FF1-3.6 */
    border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	display: block;
	box-shadow: inset 0px 1px 3px #959595;
	-webkit-box-shadow: inset 0px 1px 3px #959595;
	-moz-box-shadow: inset 0px 1px 3px #959595;
}

#cycle-pager a:hover span {
	background: #267bb1;
	box-shadow: inset 0px 1px 3px #464646;
	-webkit-box-shadow: inset 0px 1px 3px #464646;
	-moz-box-shadow: inset 0px 1px 3px #464646;
}

#cycle-pager a.activeSlide span {
	background: #424242;
	box-shadow: 0px 0px 3px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

#cycle-pager a:active span {
	background: #424242; 
	box-shadow: 0px 0px 3px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}



/*-------------------------------- CYCLE SLIDER TYPOGRAPHY --------------------------------*/



.slide-title-normal {
	color: #414141;
	text-transform: capitalize;
	line-height: 44px;
	letter-spacing: -0.04em;
	font-size: 40px;
	font-weight: 600;
}

.slide-title-big {
	color: #414141;
	text-transform: capitalize;
	line-height: 70px;
	text-indent: -6px;
	letter-spacing: -0.04em;
	font-size: 90px;
	font-weight: bold;
}

.slide-subtitle-normal {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
}

.slide-subtitle-big {
	line-height: 23px;
	font-size: 18px;
	font-weight: 400;
}



/*-------------------------------- ROUNDABOUT SLIDER --------------------------------*/



#roundabout-wrapper {
	height: 200px;
	padding-top: 220px;
	z-index: 2;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

.roundabout-holder {
	list-style: none;
}

.roundabout-moveable-item {
	width: 582px;
	height: 340px;
	margin-left: 165px;
	cursor: pointer;
}

.roundabout-moveable-item img {
	width: 100%;
	height: 100%;
}

.roundabout-in-focus {
	cursor: auto;
}

.down-pusher {
	padding-top: 90px;
}


#piecemaker-wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}



/*-------------------------------- MAIN CONTENT --------------------------------*/

#inner-page-container{
	background-color:white;
	position:relative;
	
	
}


#main-content-wrapper {
	height: 100%;
	border-top: 1px solid #f0f0f0;
	background: #ffffff;

}


#tiva-contents{
	padding:20px 0;

	background:white;
	
	overflow:hidden;	
}


/*-------------------------------- QUICK MENU --------------------------------*/


#rquick{ position:absolute; right:-105px; margin-top:20px; top:0px; display:block; width:92px; border:1px solid #eeeeee; background-color:white; overflow:hidden;}
#rquick .rqtitle{ display:block; height:5px; background-color:#fff; text-align:center; padding-top:9px; border-bottom:2px solid #333;}
#rquick .rqu{}
#rquick .rqu .rql{ border-bottom:1px solid #ddd; text-align:center; list-style:none;}
#rquick .rqu .rqlw{ border-bottom:1px solid #ddd; text-align:left;}

#lquick{ position:absolute; margin-left: -105px; margin-top:20px; top:-15px; display:block; width:92px; border:0px solid #eeeeee; background-color:white; overflow:hidden;}
#lquick .lqtitle{ display:block; height:18px; background-color:#fff; text-align:center; padding-top:9px; border-bottom:0px solid #333;}
#lquick .lqu{ padding:-20px; }
#lquick .lqu .lql{ border-bottom:0px solid #ddd; text-align:center; list-style:none;}
#lquick .lqu .lqlw{  border-bottom:0px solid #ddd;text-align:left; padding:15px -0;}









/*-------------------------------- IMAGE SHADOWS --------------------------------*/


.full-width-image-shadow, .one-fourth-image-shadow, .half-width-image-shadow, .one-third-image-shadow, .three-fourth-image-shadow {
	position: relative;
	float: left;
}

.full-width-image-shadow {
	background: url("../images/image-shadow-960.png") no-repeat scroll 0 0 transparent;
	width: 960px;
	height: 25px;
	margin-top:0x;
}

.one-fourth-image-shadow {
	background: url("../images/image-shadow-210.png") no-repeat scroll 0 0 transparent;
	width: 210px;
	height: 22px;
	margin-top: -5px;
}

.half-width-image-shadow {
	background: url("../images/image-shadow-460.png") no-repeat scroll 0 0 transparent;
	width: 460px;
	height: 25px;
	margin-top: -5px;
}

.one-third-image-shadow {
	background: url("../images/image-shadow-293.png") no-repeat scroll 0 0 transparent;
	width: 293px;
	height: 25px;
	margin-top: -5px;
}

.three-fourth-image-shadow {
	background: url("../images/image-shadow-710.png") no-repeat scroll 0 0 transparent;
	width: 710px;
	height: 25px;
	margin-top: -20px;
}



/*-------------------------------- TWITTER WIDGET --------------------------------*/



p#preloader {
	background: url("../images/ajax-loader.gif") no-repeat 4px;
	margin: 0px;
	padding-left: 28px;
}

ul#twitter_update_list li {
	background: url("../images/twitter-llist.png") no-repeat 0px 3px;
	list-style: none;
	padding: 0 0 14px 28px;
	margin-bottom: 2px;
	margin-left: 0px;
}

ul#twitter_update_list li:last-child {
	padding-bottom: 10px;
}

a#profileLink {
	background: url("../images/follow-us.png") no-repeat 5px 1px;
	padding-left: 28px;
}

ul#twitter_update_list li span {
	display: block;
}





/*-------------------------------- FORMS --------------------------------*/



/* Search in the header */

#header-search {
    padding: 1px;
    overflow: hidden;
}

#header-search input {
	margin:0;
	padding: 0;
	float: left;
	font-family: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
}

#header-search input[type='submit'] {
	margin-left: -6px;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: -500px;
	background: #f0f0f0;
	background-image: url("../images/search.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background: url("../images/search.png") no-repeat scroll 7px 8px, -moz-linear-gradient(top,  #f0f0f0 0%, #dddbdb 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dddbdb));
	background: url("../images/search.png") no-repeat scroll 7px 8px, -webkit-linear-gradient(top,  #f0f0f0 0%,#dddbdb 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -o-linear-gradient(top,  #f0f0f0 0%,#dddbdb 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -ms-linear-gradient(top,  #f0f0f0 0%,#dddbdb 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, linear-gradient(top,  #f0f0f0 0%,#dddbdb 100%);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: inset 0px -1px 0px #b6b6b6;
	-webkit-box-shadow: inset 0px -1px 0px #b6b6b6;
	-moz-box-shadow: inset 0px -1px 0px #b6b6b6;
}

#header-search input[type='submit']:hover {
 	background: #dddbdb;
	background-image: url("../images/search.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background: url("../images/search.png") no-repeat scroll 7px 8px, -moz-linear-gradient(top,  #dddbdb 0%, #f0f0f0 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddbdb), color-stop(100%,#f0f0f0));
	background: url("../images/search.png") no-repeat scroll 7px 8px, -webkit-linear-gradient(top,  #dddbdb 0%,#f0f0f0 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -o-linear-gradient(top,  #dddbdb 0%,#f0f0f0 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, -ms-linear-gradient(top,  #dddbdb 0%,#f0f0f0 100%);
	background: url("../images/search.png") no-repeat scroll 7px 8px, linear-gradient(top,  #dddbdb 0%,#f0f0f0 100%);
	cursor: pointer;
}

#header-search input[type='text'] {
	outline: none;
	color: #d1d1d1;
	height: 15px;
    padding: 6px 10px 7px 10px;
    width: 120px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: inset 1px 1px 2px #ececec;
	-webkit-box-shadow: inset 1px 1px 2px #ececec;
	-moz-box-shadow: inset 1px 1px 2px #ececec;
}


/* Contact Form */

label {

}

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, input.title:focus, input.text:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #CCC;
	-moz-box-shadow: 0 0px 3px #dadada;
	-webkit-box-shadow: 0 0px 3px #dadada;
	box-shadow: 0 0px 3px #dadada;
}

input[type=text], input[type=password], input.title, input.text, textarea, select {
	margin: 6px 0;
}

input[type='submit']:hover {
	cursor: pointer;
}

input.text, input.title, select {

}

fieldset {
    margin-bottom: 10px;
}


/*-------------------------------- ELEMENTS --------------------------------*/




/* Accordion */

#accordion {
	overflow: hidden;
	clear: both;
}

h2.acc_trigger {
	padding: 0;	
	margin: 0;
	background: url(../images/accordion-trigger.png) no-repeat 0 5px scroll transparent;
	height: 30px;	
	line-height: 30px;
	width: 210px;
	font-size: 11px;
	float: left;
}

h2.acc_trigger a {
	text-decoration: none;
	display: block;
	padding-left: 27px;
}

h2.acc_trigger a:hover {
}

h2.active {
	background: url(../images/accordion-trigger.png) no-repeat 0 -54px scroll transparent;
}

.acc_container {
	margin: 14px 0; 
	padding-left: 27px;
	overflow: hidden;
	font-size: 11px;
	width: auto;
	clear: both;
}

.acc_container p {
	margin-bottom: 0;
}

.acc_container .block {
	padding: 20px;
}


/* Tabs */

ul.tabs {
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #eaeaea;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 16px;
	outline: none;
}

ul.tabs li a:hover {
	background: #f0f0f0;
}

html ul.tabs li.active  { 
	background: #fff;
	border-top: 1px solid #267bb1;
	border-bottom: 1px solid #fff; 
}

html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #fff; 
}

.tab_container {
	border: 1px solid #eaeaea;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}

.tab_content {
	padding: 16px 16px 0 16px;
}



/* Infobox */

.infobox {
    background: #fbfbfb;
	border: 1px solid #efefef;
    padding: 25px;
}

.infobox h3 {
    color: #414141;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
    text-transform: uppercase;
}

.normal-button-holder-in-infobox {
	padding: 6px 0 10px 0;
}



/* Buttons */

.huge-button-holder {
	padding: 20px 0px 20px 0;
}

.normal-button-holder {
	padding: 20px 0 30px 0;
}

.small-button-holder {
	padding: 0;
}

.huge-button {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px 12px;
	border: 6px solid #f0f0f0;
    background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0px -1px 0px #b6b6b6;
	-moz-box-shadow: inset 0px -1px 0px #b6b6b6;
	box-shadow: inset 0px -1px 0px #b6b6b6;
	-webkit-border-radius: 40px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 40px; /* FF1-3.6 */
    border-radius: 40px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.huge-button:hover {
 	background: #e9e9e9; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0px 1px 0px #b6b6b6;
	-webkit-box-shadow: inset 0px 1px 0px #b6b6b6;
	-moz-box-shadow: inset 0px 1px 0px #b6b6b6;
}

.normal-button {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 20px 8px;
	border: 5px solid #f0f0f0;
    background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0px -1px 0px #b6b6b6;
	-moz-box-shadow: inset 0px -1px 0px #b6b6b6;
	box-shadow: inset 0px -1px 0px #b6b6b6;
	-webkit-border-radius: 40px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 40px; /* FF1-3.6 */
    border-radius: 40px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.normal-button:hover {
 	background: #e9e9e9; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e9e9e9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0px 1px 0px #b6b6b6;
	-webkit-box-shadow: inset 0px 1px 0px #b6b6b6;
	-moz-box-shadow: inset 0px 1px 0px #b6b6b6;
}

.small-button {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 4px 16px 5px;
	border: 1px solid #e8e8e8;
	background: #e7e7e7; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #e9e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e9e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e9e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#e9e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#e9e8e8 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#e9e8e8 100%); /* W3C */
	box-shadow: 0px 1px 0px #b6b6b6;
	-webkit-box-shadow: 0px 1px 0px #b6b6b6;
	-moz-box-shadow: 0px 1px 0px #b6b6b6;
	-webkit-border-radius: 40px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 40px; /* FF1-3.6 */
    border-radius: 40px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.small-button:hover {
	padding: 3px 16px 6px;
	background: #dfdfdf; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e8e8 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #e9e8e8 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #e9e8e8 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #e9e8e8 0%,#f4f4f4 100%);
	background: linear-gradient(top,  #e9e8e8 0%,#f4f4f4 100%);
	box-shadow: 0px -1px 0px #b6b6b6;
	-webkit-box-shadow: 0px -1px 0px #b6b6b6;
	-moz-box-shadow: 0px -1px 0px #b6b6b6;
}





/*-------------------------------- FOOTER --------------------------------*/



#footer-wrapper {
	width: 100%;
	border-top: 1px solid #f0f0f0;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}

#footer-wrapper h6 {
	color: #7d7d7d;
}

.pcorrector {
	margin: 0px;
	top: -4px;
	position: relative;
}

#footer-posts ul li {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 12px;
	line-height: 1.3;
	border-bottom: 1px dotted #cccccc;
}

#footer-posts ul li a {
	margin: 0px;
	text-decoration: none;
}

#footer-posts ul li p {
	margin: 0px;
	color: #a8a8a8;
	padding-top: 2px;
	font-style: italic;
	text-decoration: none;
}

#footer-posts ul li:first-child {
	padding-top: 4px;
}

#footer-posts ul li:last-child {
	padding-bottom: 0px;
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}

#footer-posts li img {
	padding: 0px 15px 8px 0px;
	float: left;
}



.language{position:absolute; margin-left:809px; margin-top:20px; z-index:100; padding:8px 10px 8px 8px; border:1px solid #e3e3e3; background:#f7f7f7; background:-webkit-gradient(linear, left top, left bottom, color-stop(.4, #fff), color-stop(1, #f2f2f2));
	background:-webkit-linear-gradient(top, #fff 40%, #f2f2f2 100%);
	background:-moz-linear-gradient(top, #fff 40%, #f2f2f2 100%);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.language strong{display:inline-block;height:15px;color:#267BB1;font:8pt 돋움,Dotum; letter-spacing:-1px; line-height:170%; margin-right:3px;vertical-align:top}
.language .toggle{background:none;border:0;cursor:pointer;vertical-align:top;padding:0;height:15px}
.language ul{position:absolute; width:114px; bottom:34px;left:0px;display:none;border:1px solid #e3e3e3;background:#fff;margin:0;padding:0}
.language li{list-style:none}
.language li button{display:block;width:61px;padding:3px 8px;font-size:9px;color:#5c5c5c;text-decoration:none;background:none;border:0;text-align:left;white-space:nowrap;cursor:pointer}

.comments-number {
	background: url("../images/comments-bg.png") no-repeat center;
	padding: 10px 15px 11px;
	color: #a8a8a8;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

.font-color-restore {
	color: #777777;
}

#contact-us ul li {
	list-style: none;
	margin: 0px;
	color: #777777;
	padding-bottom: 3px;
}

#contact-us ul {
	padding-bottom: 15px;
}



/*-------------------------------- FOOTER BOTTOM --------------------------------*/



#footer-bottom-wrapper {
	padding:0 0 20px 0;
	vertical-align: middle;
}

#footer-bottom-container {
	color: #b5b5b5;
	background:white;
	padding:10px 15px 20px;
	width:930px;
}

#footer-links {
	overflow: hidden;
	padding-top: 20px;
}

#footer-links ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer-links ul li a {
	list-style: none;
	color: #666;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #d1d1d1;
}

#footer-links li:last-child a {
	border-right: none;
}

#footer-links li a:hover {
	color: #267bb1;
	text-decoration: none;
}

#footer-copyright {
	margin: 0px;
	padding-top: 28px;
	font-family:dotum;
	font-size:11px;
	line-height:1.2em;
}
#footer-logo {
	margin: 0px;
	padding-top: 20px;
}

#slogan-container{ border:1px solid #f0f0f0; border-left:none; border-right:none; padding:10px 0; background:white; text-indent:15px;}


/*--- 로그인  ---*/
#cv2_login_area { position:fixed; width:100%; height:100%; display:none; background:url('../images/loginbox_bg.png') repeat left top; z-index:10000; left:0; top:0; }
#cv2_login_area .loginboxcover { width:770px; height:315px; margin:220px auto; background-color:#ededed; }
#cv2_login_area #login_close{ position:relative; display:block; left:760px; top:-13px; width:20px; height:20px; cursor:pointer;}
#cv2_login_area h2 { height:30px; padding:15px 0 0 32px; background-color:#373737; color:#fff; font-family:Helvetica,나눔고딕, NanumGothic,ng,'돋움',Dotum; letter-spacing:-0.015em; font-weight:bold; font-size:20px;}
#cv2_login_area .loginboxcover h2 em{ color:#7c7c7c; font-style:normal; }
#cv2_login_area .loginboxcover .loginbox{ position:relative; display:block; width:858px; margin:36px auto 0; }
#cv2_login_area .loginboxcover .loginbox .logbinbox_form{ float:left; width:390px; height:220px; padding-left:70px; border-left:1px solid #ddd; background:url(../images/loginbox_gra.png) no-repeat 0 50%;  }
#cv2_login_area .loginboxcover .loginbox #loginbox_ad{ float:left;width:222px; height:220px; padding:0 39px; overflow:hidden; padding-top:30px; }
#loginbox_ad #box1{ width:100%; height:113px; overflow:hidden; }
#loginbox_ad #box2{ width:100%; height:85px; border-top:1px solid white; overflow:hidden; padding-top:20px;}


#cv2_login_area .loginboxcover ul { overflow:hidden; width:240px; padding-top:10px; float:left; }
#cv2_login_area .loginboxcover ul li { overflow:hidden; float:left; padding-bottom:7px; }
#cv2_login_area .loginboxcover ul li span { float:left; width:67px; padding-top:5px; }
#cv2_login_area .loginboxcover ul li input { width:235px; height:24px; margin-bottom:8px; padding:7px 0 0 5px; background:url('../images/input_bg_long.gif') no-repeat 0 0; border:none; }


#cv2_login_area .loginboxcover .idmail{ padding-top:0px; width:300px;}
#cv2_login_area .loginboxcover .idmail li{ padding-right:10px; border-right:1px solid #bdbdbd; padding-bottom:0;}
#cv2_login_area .loginboxcover .idmail li a{ color:#333;}
#cv2_login_area .loginboxcover .idmail .mail{ padding-left:25px; text-indent:8px; border:none; border-left:1px solid #f1f1f1; background:url('../images/btn_mail.gif') no-repeat 10px 0; }

#cv2_login_area .loginboxcover .lbbtn { overflow:hidden; width:120px; height:80px; padding-left:10px; float:left; padding-top:15px; }
#cv2_login_area .loginboxcover .lbbtn a { float:left; }
#cv2_login_area .loginboxcover .lbbtn span { float:left; margin-top:22px; padding-left:3px; }
#cv2_login_area .loginboxcover .lbbtn label{ display:inline;}
#cv2_login_area .loginboxcover .lbbtn .cielov2Submit{ display:block; width:100px; height:32px; line-height:30px; text-align:center; color:#404040; border:0; cursor:pointer; background:url('../images/btn_login_bg.gif') no-repeat 0 0; }

#joinsocial{width:100%; padding-top:147px; }
#jswarp{ width: 347px;
border-top: 1px solid #BDBDBD;
padding: 0;
left: 0;}
#joinsocial .memberjoin{ border-top:1px solid #f8f8f8; float:left; width:100%; padding-top:7px;}
#joinsocial span{ font-size:14px; font-weight:bold;  line-height:30px; display:block; padding-bottom:5px; font-family: 나눔고딕, NanumGothic,ng;
font-size: 12px;
color: #666;}
#joinsocial .sociallogin{ border-top:1px solid #f8f8f8; float:left; width:156px; padding-left:20px;  padding-top:7px;}
#cv2_login_area .login .link { height:33px; color:#999; padding-top:20px; text-align:center; border-top:3px solid #c4c4c4; background-color:#8f0b30; }
#cv2_login_area .login .link a { color:#999; }
#cv2_login_area .btnJoin{ width:148px; background-image:url('../images/btn_join_mask_long.png') no-repeat 0 0; font-family:나눔고딕, NanumGothic,ng; letter-spacing:-0.015em; font-weight:bold; display: block; height: 32px; line-height: 32px; text-align: center; color: white !important;}
.btnJoin { background:#267BB1 url('../images/btn_join_mask_long.png') no-repeat 0 0;}


#rquick{ z-index:100;}






