@charset "utf-8";
/*
.mainMenu li a:hover,
.mainMenu li .current,
.en .mainMenu li a:hover,
.en .mainMenu li .current {
	background-position:0 -25px;
}

.mainMenu li .inquiry{
	background:url(/images/tw/mainMenu_contact.jpg) no-repeat 0 0 ;
}

.en .mainMenu li .inquiry{
	background:url(/images/en/mainMenu_contact.jpg) no-repeat 0 0 ;
}

#content_area .subNav {
	margin-right: 10px;
	width: 290px;
}
#content_area .subNav li a:hover{
	background:url(/images/tw/subNav_hover.jpg) no-repeat 272px 7px #838181;
}

#content_area .subNav li.project {
	 background: url("/images/tw/project_left.jpg") no-repeat scroll 0 3px transparent;
	 padding-left: 11px;
}

#content_area .subNav li.project span {
	background: url("/images/tw/project_right.jpg") no-repeat scroll right 0 #C0CFE0;
	padding-right: 11px;
	padding-left: 0;
}

#content_area .subNav li {
	text-align: left;
}
*/

#banner-slider {
	width: 895px;
	height: 360px;
	margin: auto;
	box-shadow: -2px -1px 10px #888888;
}

.caroufredsel_wrapper {
	width: 238px;
}

div#lightboxOverlay {
	position: fixed;
}

.debug {
    background-color: #FFFFFF;
    border: 4px double #FF0000;
    color: #000000;
    display: block;
    padding: 4px;
    line-height: 20px;
    word-wrap: break-word;
	word-break: break-all;
}

.debugHidden {
    display: none;
}

form label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size: 12px;
}