/*==============================================================================*/
/* header */
div#header{
	width: 100%;
	background: url('../img/bg_top.gif') repeat-x 0 0;
}

div#flash{
	width: 100%;
	background: url('../img/inner/flash.jpg') no-repeat top right;
}

div#topic{
	margin-top: 0px;
	margin-left: 10%;
	width: 80%;
	//width: 90%;
	padding-top: 86px;
}

div#language{
	float: left;
	padding-top: 72px;
	width: 10%;
	text-align: center;
}

div#logo{
	float: left;
	padding-top:25px;
}

div#bg_menu{
	width: 250px;
	height: 106px;
	background: url('../img/menu/menu_bg_right.gif') no-repeat top right;
}

div#bg_menu_part{
	position: absolute;
	margin-left: -20px;
	width: 20px;
	height: 40px;
	background: url('../img/menu/menu_bg_left.gif') no-repeat top right;
}

div#menu{
	float: left;
	width: 130px;
	height: 175px;
	margin-top: -135px;
}

div#submenu{
	float: left;
	width: 120px;
	height: 175px;
	margin-top: -90px;
	margin-left: 20px;
}

div#about{
	margin-left: 300px;
	margin-top: -226px;
}

div#about div.image{
	margin-bottom: 20px;
}


/* end of header */
/*==============================================================================*/
/* content */
div#content{
	padding: 0;
	margin-left: 10%;
	width: 80%;
	//width: 90%;
}

div.line_box{
	width: 100%;
	margin-top: 20px;
	
}

div.line{
	float: left;
	margin: 15px 20px 40px 0;
}

div.lineFeature{
	float: left;
	width: 35%;
	font-family: "Times New Roman", sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding: 20px 30px 0px 0px;
}

div.list{
	float: left;
	width: 30%;
	margin-top: 12px;
	vertical-align: center;
}
/*==============================================================================*/
div.sawing_box{
	width: 100%;
}

div.sawing{
	width: 32%;
	margin-left: 0.9%;
	margin-bottom: 10px;
	float: left;
	min-height: 350px;
	background-color: #ffd3f0;
}

div.sawing_clear{
	float: left;
}

div.sawing_image{
	margin-top: 10px;
	width: 20%;
	float: left;
}

div.sawing_feature{
	margin-top: 20px;
	width: 75%;
	font-family: "Times New Roman", sans-serif;
	font-size: 0.9em;
	float: left;	
}

div.sawing table{
	width: 200px;
}

div.sawing td{
	padding: 10px 10px 10px 0px;
}

div.message{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

div.message_text{
	width: 100%;
	padding: 0;
	margin: 0;
	padding: 0.5em 10px 0.5em 10px;
}

/* white ========================================================================= */

div.message div.c_tl{
	background-image: url('../img/inner/corners/white/corner_top_left.jpg');
	height: 100%;
}

div.message div.c_tr{
	background-image: url('../img/inner/corners/white/corner_top_right.jpg');
	height: 100%;
}

div.message div.c_bl{
	background-image: url('../img/inner/corners/white/corner_bottom_left.jpg');
	height: 100%;
}

div.message div.c_br{
	background-image: url('../img/inner/corners/white/corner_bottom_right.jpg');
	height: 100%;
}

/* pink ========================================================================= */

div.sawing div.p_c_tl{
	background: url('../img/inner/corners/pink/corner_top_left.jpg') no-repeat top left;
	min-height: 350px;
}

div.sawing div.p_c_tr{
	background: url('../img/inner/corners/pink/corner_top_right.jpg') no-repeat top right;
	min-height: 350px;
}

div.sawing div.p_c_bl{
	background: url('../img/inner/corners/pink/corner_bottom_left.jpg') no-repeat bottom left;
	min-height: 350px;
}

div.sawing div.p_c_br{
	background: url('../img/inner/corners/pink/corner_bottom_right.jpg') no-repeat bottom right;
	min-height: 350px;
}
/* eof corners ================================================================== */

span.marked{
	/*
	color: #ff0099;
	*/
}

div.extra_label{
	margin-top: 11px;
	margin-left: 14px;
}

div.extra_images{
	margin-top: 11px;
	margin-left: 14px;
}

/* end of content */
/*==============================================================================*/
/* footer */
div#footer{
	margin:0;
	padding: 0;
	margin-top: 30px;
	width: 100%;
}

div#inner_footer{
	margin: 0;
	padding: 0;
	width: 100%;
}

div#contacts{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	padding-right: 11%;
}
div#developer{
	margin: 0;
	padding: 0;
	margin-top: 75px;
	padding-bottom: 20px;
	width: 100%;
	padding-right: 11%;
	padding-left: 10%;
}

div#developer a,td{
	color: #ac727e;
}

div#developer td.left{
	vertical-align: middle;
	text-align: left;
}

div#developer td.left img{
	vertical-align: middle;
}

div#developer td.right{
	vertical-align: middle;
	text-align: right;
}

div#developer div.qubis{
	margin: -16px 0 0 127px;
	width: 66px;
	height: 17px;
}
/* end of footer */
/*==============================================================================*/



div.price{
	margin-top:2em !important;
	margin-bottom: 10px;
}
