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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* Global */
html, body {
    width: 100%;
    _text-align: center; /* Hack for IE 5.5 */
    font-family: Helvetica, Arial, sans-serif;
}

body {
    background: url("body_bg.jpg") no-repeat center top #c34500;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
}

/* Content */
#content_top {
    _text-align: left; /* Hack for IE 5.5 */
    _line-height: 100%; /* Hack for IE 5.5 */
    width: 950px;
    margin: 120px auto 0;
    color: #fff;
}

#content_top h1 {
    font-weight: normal;
    font-size: 30px;
    text-shadow: -1px 1px 5px #000;
    margin: 10px 10px 30px 20px;
	line-height: 100%;
}

#content_top p {
    font-size: 18px;
    text-align: justify;
    line-height: 120%;
    text-shadow: -1px 1px 2px #000;
    margin: 5px 10px 10px 10px;
}

#content_top a {
	text-decoration: none;
	color: #fff;
}

#main_content {
    _text-align: left; /* Hack for IE 5.5 */
    width: 950px;
    margin: 0 auto;
    padding: 1px 0 0 0;
    background: url(content_bg_top.png) center top no-repeat !important;
    background: url(content_bg_top.gif) center top no-repeat;
    font-size: 14px;
}

#content {
    margin: 23px 0 0 0;
    background: url(content_bg.png) repeat-x #fff;
    width: 950px;
    
}

#left_content {
	width: 530px;
	float: left;
	padding: 0 10px 15px 30px;
	text-align: justify;
	text-indent: 25px;
	line-height: 150%;
}

#left_content a, #left_content a:visited {
	text-decoration: none;
	color: #0065C0;
}

#left_content p {
	 margin: 1em 0;
}

#left_content ul {
	list-style: disc;
	margin-left: 45px;
	text-indent: 5px;
}

#left_content h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	color: #0065C0;
	margin: 30px auto 20px;
}

#right_content {
	width: 335px;
	float: right;
	padding: 0 30px 0 10px;
}

.box_question {
	background: url(box_question.png) no-repeat top center !important;
	background: url(box_question.gif) no-repeat top center;
}

.box_exclamation {
	background: url(box_exclamation.png) no-repeat top center !important;
	background: url(box_exclamation.gif) no-repeat top center;
}

.right_box_top {
	width: 337px;
	_height: 68px; /* Hack for IE 5.5 */
	heigh\t: 43px; /* Hack for IE 5.5 */
	line-height: 20px;
	margin: 10px auto 0 1px;
	padding: 25px 0 0;
	font-weight: bold;
	text-indent: 20px;
}

.right_box p {
	margin-bottom: 5px;
}

.right_box {
	background-color: #e5e4e4;
	_width: 335px; /* Hack for IE 5.5 */
	widt\h: 305px; /* Hack for IE 5.5 */
	margin: 0 auto 20px 2px;
	padding: 1px 15px 15px;
	text-indent: 10px;
	text-align: justify;
}

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

.right_box a:hover {
	color: #0065C0;
}

.box_data {
	font-size: 13px;
	padding: 0 0 0 20px;
	margin: -15px 0 10px;
}

.box_news {
	text-align: justify;
	line-height: 100%; 
}

.box_more {
	text-align: right;
	font-style: italic;
	font-size: 13px;
	margin: 10px 10px 10px 0;
	color: #565656;
}

.right_box ul {
	margin: 0 0 10px 10px;
	list-style: none;
	padding: 0;
}

.content1-3 {
	float: left;
	width: 280px;
	margin: 10px 18px 10px;
}

.content1-3 h1 {
	text-align: center;
	color: #0065c0;
	padding: 3px 5px 8px;
	font-size: 18px;
	font-weight: bold;
}

.content1-3 a {
	color: #0065c0;
	text-decoration: none;
}

.content1-3 p {
	text-align: justify;
	padding: 5px 0 0;
	text-indent: 15px;
}

.content1-3 .readmore {
	text-align: right;
}
.readmore a {
	color: #0065c0;
	text-decoration: none;
	padding: 10px 3px 5px 0;
}

.readmore a:hover {
	text-decoration: underline;
}

/* Bottom */
#bottom {
	_text-align: left; /* Hack for IE 5.5 */
    width: 100%;
    padding: 0 0 24px 0;
    background: url(content_bg_bottom.png) center bottom no-repeat !important;
    background: url(content_bg_bottom.gif) center bottom no-repeat;
	_margin-top: -16px;
}

#line_bottom {
    background-color: #e5e4e4;
    width: 100%;
    height: 30px;
    color: #e07e48;
    font-size: 13px;
}

#line_bottom a {
    text-decoration: none;
    color: #e07e48;
}

#go_up {
    float: left;
    margin: 7px auto auto 10px;
}

#copy {
    float: right;
    margin: 7px 10px auto auto;
}

#box_bottom {
    background-color: #fff;
    width: 100%;
	_margin-bottom: -20px; /* Hack for IE 6 and 5.5*/
}

.box_bottom {
    font-size: 12px;
    width: 290px;
    float: left;
    padding: 15px 13px 10px 13px;
}

.box_bottom h1 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 3px 10px;
}

.box_bottom p {
    margin: 0 20px 0 30px;
    text-align: justify;
}

.box_bottom ul {
    list-style: none;
    margin: 0 20px 0 30px;
}

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

#bottom a:hover {
	color: #0065C0;
}

/* Main Menu */
#main_menu {
 	position: absolute;
	top: 0;
	left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(main_menu_bg.png) repeat-x top !important;
	background: url(main_menu_bg.gif) repeat-x top;
}

#container_menu {
	_text-align: left; /* Hack for IE 5.5 */
    width: 950px;
    margin: 0 auto;
}

#list_menu {
	position: relative;
    list-style: none;
    height: 100px;
    margin: 0;
    padding: 0;
}

#list_menu ul {
	margin: 0;
  	padding: 0;

}

#list_menu li {
    float: left;
    height: 100px;
    background: url(menu_bg.png) 0 0 no-repeat;
	list-style: none;
	margin: 0px;
	* line-height: 120%;  /* Hack for IE < 8 */
}

#list_menu a {
    display: block;
    float: left;
    width: auto;
	_height: 100px; /* Hack for IE 5.5 */
    heigh\t: 75px; /* Hack for IE 5.5 */
    padding: 15px 20px 10px 20px;
    text-decoration: none;
    color: #000;
}

#list_menu a:hover {
    color: #0065c0;
}

.text_menu {
    display: block;
    clear: both;
    font-size: 16px;
    text-transform: uppercase;
}

.description_menu {
    font-size: 11.5px;
    font-style: italic;
}

#first_menu {
	background: none !important;
}

#first_menu a {
	color: #0065c0;
}

#last_menu, #last_menu a {
    width: auto;
    padding: 0 !important;
}

#last_menu {
	margin: 0 auto 0 20px;
	width: 250px;
	height: 83px;
	background: url(logo_itelier.png) center top no-repeat !important;
}

#last_menu a {
	Width: 100%;
	height: 100%;	
}

.menu_active {
    background: url(menu_active.png) center 90px no-repeat !important;
	background: url(menu_active.gif) center 90px no-repeat;
}

/* Others */
.left_top {
    float: left;
}

.wide_top {
	width: 540px;
}

.narrow_top {
	width: 410px;
}

.left_top h1 {
    text-align: center;
}

.left_top p {
	padding: 0 0 20px;
}

.right_top {
    float: right;
}

.monitor_link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.monitor_show {
	position: relative;
}

.monitor_page {
	position: absolute;
	z-index: 200;
}

.monitor {
	position: relative;
    z-index: 300;
}

#top_monitor_show {
	background: url(blank_monitor_big.png) no-repeat center 27px;
	height: 460px;
	width: 535px;
}

#top_monitor {
	height: 100%;
    width: 100%;
    background: url(monitor_big.png) no-repeat top center !important;
    background: url(monitor_big.gif) no-repeat top center;
}

#top_monitor_page {
	margin: 27px auto 0 25px;
	width: 484px;
	height: 304px;
	top: 0;
	left: 0;
}

.box_top {
    text-align: center;
    text-shadow: -1px 1px 1px #000;
    clear: both;
	background: url(box_bg.png) repeat !important;
	background: url(box_bg.gif) repeat;
	width: 90%;
	margin: 0 auto 35px;
}

.box_left {
	font-weight: bold;
	font-style: italic;
}

.box_left p {
	font-size: 21px !important;
	line-height: 25px !important;
	text-align: center !important;
	padding: 15px 0 15px !important;
}

.box_right {
    text-align: justify;
}

.portfolio_shaddow {
	height: 360px;
	background: url(portfolio_shaddow.png) no-repeat;
}

#portfolio_view {
	background-color: #fff;
	margin: 28px;
	width: 484px;
	height: 304px;
}

.box_portfolio {
	padding: 10px;
}

.box_portfolio p {
	font-size: 16px !important;
}

.box_portfolio ul {
	text-align: left;
	margin-left: 20px;
}

.portfolio_desc {
	height: 360px;
	position: relative;
}

#portfolio_list {
	position: absolute;
	left: 15px;
	bottom: 25px;
}

#portfolio_list li {
	float: left;
	padding: 0 4px;
	width: 15px;
	height: 15px;
	background: url(punkt.png) no-repeat;
	cursor: pointer;
}

#portfolio_list li:hover {
	background: url(punkthover.png) no-repeat;
}

.portfolio_active {
	background: url(punkthover.png) no-repeat !important;
}

form {
	width: 540px;
	* width: 500px; /* Hack for IE 5.5, 6 and 7 */
	padding: 10px 10px 5px 10px;
}

form p {
	padding: 5px auto 5px;
}

form label {
    display: block;
    float: left;
    text-align: right;
    width: 100px;
	font-size: 12px;
	line-height: 100%;
	padding: 2px 5px 0 0;
    margin: 0;
}

form input, form textarea {
    background: #fff;
    border: 0;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    overflow: hidden;
    padding: 2px 6px 0;
    width: 330px;
}

form input.submit {
    background: #202020;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    width: auto;
	margin: 0;
}

#test_test {
	display: block;
	width: 208px;
	height: 16px;
	float: left;
	* float: right; /* Hack for IE 5.5, 6 and 7 */
	background: #000;
	color: #fff;
	padding: 2px 6px 0;
	margin: 2px 10px auto 0;
	* margin: -20px 30px auto 10px; /* Hack for IE 5.5, 6 and 7 */
	_margin-right: 14px; /* Hack for IE 5.5 and 6 */ 
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
	line-height: 100%;
	font-size: 14px;
}

#test {
	width: 100px !important;
}

.portfolio_description {
	width: 230px;
	font-size: 13px;
	text-indent: 10px;
	text-align: justify;
	margin: 15px 0 15px;
	line-height: 150%;
}

.portfolio_description a {
	font-size: 16px;
	color: #0065c0;
	text-decoration: none;
}
.portfolio_image {
	width: 640px;
	height: 211px;
	margin: 15px 0 15px;
	background: url(portfolio_shaddow.png) no-repeat top center !important;
	background: url(portfolio_shaddow.gif) no-repeat top center;
}

.portfolio_left {
	float: left;
	margin-left: 30px;
}

.portfolio_right {
	float: right;
	margin-right: 30px;
}

.example {
	color:#666;
}

.not_example {
	color:#c6c;
}

.blad {
	color: #f00;
}

