.aL { align: left; }
.aR { align: right; }
.aC { align: center; }
.fL { float: left; }
.fR { float: right; }
.cB { clear: both; }

/* COMMON */
body {
	margin: 0px;
	background: url('images/body_bg.jpg') repeat-x;
	font: 12px 'Arial';
	color: #575656;
}
img {
	border: 0px;
}
p {
	line-height: 150%;
}
ul {
	padding-left: 25px;
	list-style-image: url('images/list_image.jpg');
}
li {
	margin-top: 10px;
	padding-left: 3px;
}
h1, h2 {
	margin: 0px 0px 13px 0px;
	color: #d63343;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 13px 0px;
	color: #6c71a9;
	font-size: 16px;
}
h4 {
	margin: 30px 0px 13px 0px;
	color: #6c71a9;
	font-size: 16px;
}

/* MAIN */
#main {
	width: 970px;
	margin: 0px auto 0px auto;
}
#left {
	width: 15px;
	height: 700px;
	float: left;
	background: url('images/left_bg.jpg');
}
#center {
	width: 940px;
	float: left;
}
#right {
	width: 15px;
	height: 700px;
	float: left;
	background: url('images/right_bg.jpg');
}

/* HEADER */
#header {
	width: 960px;
	height: 121px;
	margin: 0px auto 0px auto;
	background: url('images/header_bg.jpg') no-repeat;
}
#header:hover {
	cursor: pointer;
}
#lang {
	padding: 47px 0px 0px 691px;
}
#menu {
	border-bottom: 1px solid #b01e2d;
	height: 57px;
}
#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	background: url('images/menu_bg_normal.jpg') repeat-x;
}
#menu li.active, #menu li.active a {
	background: url('images/menu_bg_active.jpg') repeat-x;
	color: #9ba4c5;
}
#menu li:hover, #menu li:hover a {
	background: url('images/menu_bg_hover.jpg') repeat-x;
	color: #b01e2d;
}
#menu a {
	float: left;
	width: 98%;
	height: 39px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	float: left;
	padding-top: 18px;
	color: #6267a3;
}
#breadcrumb {
	height: 10px;
	padding: 10px 10px 10px 12px;
	background: url('images/breadcrumb_bg.jpg');
	font-size: 10px;
	color: #aeacac;
	clear: both;
}
a.breadcrumb_active {
	text-decoration: none;
	color: #d63343;
}
a.breadcrumb_passive {
	text-decoration: none;
	color: #6267a3;
}

/* CONTENT */
#content {
}
#content_left {
	width: 284px;
	min-height: 700px;
	padding: 20px;
	border-right: 1px solid #eef0f2;
	float: left;
	background: url('images/content_left_bg.jpg') no-repeat;
}
#content_right {
	width: 535px;
	min-height: 500px;
	padding: 20px;
	float: left;
}
.content_single {
	padding: 20px;
}
.home_left {
	width: 384px;
	padding: 20px;
	float: left;
	clear: both;
}
.home_right {
	width: 435px;
	padding: 20px;
	float: left;
}
.half_left {
	width: 425px;
	padding: 20px;
	float: left;
	clear: both;
}
.half_right {
	width: 425px;
	padding: 20px 20px 20px 30px;
	float: left;
	background: url('images/product_separator.jpg') center left no-repeat;
}
img.icon {
	position: relative;
	bottom: -12px;
	margin: 0px 5px 0px 0px;
}

/* FOOTER */
#footer {
	width: 970px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 13px 27px 13px 27px;
	clear: both;
	border-top: 1px solid #e3e6e9;
	color: #b7b9bb;
}

/* OTHER */
img.box1 {
	margin: 5px;
	padding: 1px 1px 5px 1px;
	border-top: 1px solid #e3e6e9;
	border-left: 1px solid #e3e6e9;
	border-right: 1px solid #e3e6e9;
	background: url('images/img_box1_bg.jpg') bottom left repeat-x;
}
img.box2 {
	margin: 5px;
	padding: 10px;
	border: 1px solid #e3e6e9;
	background: #ffffff;
}
img.bigmargin {
	margin-right: 40px !important;
}
div.request {
	width: 100%;
	height: 55px;
	padding: 11px 11px 0px 11px;
	background: url('images/request_bg.jpg') repeat-x;
}
