/* graphics */
#header #menu ul li a.active,
#header #menu ul li a.active span,
#content #submenu ul li a:hover,
#content #submenu ul li a.active,
#content #submenu ul li a:hover span,
#content #submenu ul li a.active span,
#content #type .list .date,
#content #type .paging ul li a:hover,
#content #type .paging ul li a.active,
#content #type .paging ul li span,
#content #type .list .images li span,
#content #submenu .download a,
#filters .filters li a:hover,
#filters .filters li a:hover span,
#filters .filters li a.active,
#filters .filters li a.active span,
#filters #filter-point,
.form .submit input {
	background-repeat: no-repeat;
	background-image: url('../../assets/image/nb.png');
}
/* graphics */

/* layout */
#layout.main {
	overflow: hidden;
	min-height: 100%;
	min-width: 1000px;
	max-width: 1300px;
	position: relative;
}
#layout.main #header #logo {
	width: 20%;
}
#layout.main #header #menu {
	width: 78%;
}
#layout.main #submenu,
#layout.main #submenu img {
	width: 35%;
}
#layout.main #type {
	width: 63%;
}
#layout.main #filter {
	left: 0;
	bottom: 0;
	top: 150px;
	width: 35%;
	position: absolute;
	background: url('../../assets/image/index.jpg') right top no-repeat;
}
#layout.main #filter div {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right top;
}
#layout.main #filter div.active {
	display: block;	
}
#layout.main #filter div img {
	display: block;
	position:absolute;
	right:0px;
}
#layout.page {
	width:100%;	
	min-height: 100%;	
	overflow: hidden;
	min-width: 1000px;
	position: relative;
	background-repeat: no-repeat;
}
#layout.page #container {
	z-index: 3;
	min-width: 1000px;
	max-width: 1300px;
	position: relative;
}
#layout.page #header #logo {
	width: 20%;
}
#layout.page #footer,
#layout.page #header #menu {
	width: 78%;
}
#layout.page #layout-left {
	background-repeat: no-repeat;
}
#layout.page #layout-left.top {
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	position: absolute;
	background-position: left top;
}
#layout.page #layout-left.bot {
	background-position: left bottom;
}
#layout.page #layout-right {
	background-repeat: no-repeat;
}
#layout.page #layout-right.top {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	min-width: 1300px;	
	position: absolute;
	background-position: right top;
}
#layout.page #layout-right.bot {
	min-width: 1300px;
	background-position: right bottom;
}
#layout-min {
	height: 1px;
	width: 1000px;
	margin-top: -1px;
}
/* layout */

/* header */
#header {
	height: 150px;
	overflow: hidden;
}
#header #logo {
	float: left;
	margin-right: 1%;
}
#header #logo #nb {
	width: 137px;
	height: 72px;
	display: block;
	margin: 24px auto 55px 16%;
	background:url('../image/logo.png') top left no-repeat;	
}
#header #logo #nb span {
	display: none;
}
#header #menu {
	float: left;
}
#header #menu ul {
	margin: 32px auto 0 0;
}
#header #menu ul li {
	float: left;
}
#header #menu ul li div {
	clear: left;
	padding-top: 2px;
}
#header #menu ul li a {
	float: left;
	height: 32px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#header #menu ul li a span {
	display: block;
	color: #005b9a;
	padding: 8px 30px 8px 10px;
	text-decoration: underline;
	border-bottom: 1px solid #005b9a;
}
#header #menu ul li a.active span,
#header #menu ul li a:hover span {
	text-decoration: none;
}
#header #menu ul li a.active {
	background-position: 0 -69px;
}
#header #menu ul li a.active span {
	color: #FFF;
	font-weight: bold;
	background-position: right -101px;
}
/* header */

/* content */
#content #submenu {
	width: 20%;
	float: left;
	margin-right: 1%;
}
#content #submenu .submenu {
	margin: 0 0 18px 0;
}
#content #submenu ul,
#content #submenu strong,
#content #submenu .download {
	margin: 0 auto 0 16%;
}
#content #submenu strong {
	display: block;
	padding: 0 0 6px 0;
}
#content #submenu ul li {
	clear: left;
	margin: 0 0 0 -10px;
}
#content #submenu ul li a {
	float: left;
	height: 24px;
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
	margin: 0 0 3px 0;
	text-decoration: none;
}
#content #submenu ul li a span {
	display: block;
	color: #005b9a;
	white-space: nowrap;
	padding: 4px 5px 4px 10px;
	text-decoration: underline;
}
#content #submenu ul li a.active,
#content #submenu ul li a:hover {
	background-position: right -198px;
}
#content #submenu ul li a.active span,
#content #submenu ul li a:hover span {
	text-decoration: none;
	background-position: 0 -198px;
}
#content #submenu .download {
	margin-top: 16px;
}
#content #submenu .download a {
	float: left;
	height: 42px;
	display: block;
	margin: 0 0 0 -10px;
	padding: 0 0 0 40px;
	text-decoration: none;
	background-position: -223px -13px;
}
#content #submenu .download a span {
	display: block;
	font-size: 11px;
}
#content #submenu .download a .a {
	color: #005b9a;
	font-size: 13px;
	padding: 7px 0 2px 0;
	text-decoration: underline;
}
#content #submenu .download a:hover .a {
	text-decoration: none;
}
#content #type {
	width: 78%;
	float: left;
	margin: 0 0 0 10px;
}
#content #type .list .date {
	color: #005b9a;
	font-size: 12px;
	padding: 0 0 0 13px;
	margin: 0 0 19px 0;
	background-position: -197px 1px;
}
#content #type .list .images li {
	float: left;
	padding: 6px;
	background: #FFF;
	position: relative;
	margin: 0 28px 28px 0;
	border: 1px solid #c3d0d4;
}
#content #type .list .images li a {
	text-decoration: none;
}
#content #type .list .images li span {
	right: 10px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	position: absolute;
	background-position: -197px -13px;
}
#content #type .list .products {
	margin: 0 0 10px 0;
}
#content #type .list .products li {
	width: 48%;
	float: left;
	height: 210px;
	margin: 1% 1% 1% 0;
	position: relative;
}
#content #type .paging ul li {
	float: left;
	width: 30px;
}
#content #type .list .products li div {
	left: 0px;
	bottom: 15px;	
	position: absolute;
}
#content #type .paging ul li span,
#content #type .paging ul li a {
	display: block;
	padding: 5px 0;
	margin: 0 1px 0 0;
	overflow: hidden;
	text-align: center;
}
#content #type .paging ul li span,
#content #type .paging ul li a.active,
#content #type .paging ul li a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-position: 0 -69px;
}
/* content */

/* filters */
#filters {
	width: 75%;
	min-width:480px;
	position: relative;
	margin: 0 0 29px 0;
	background: #e0f1fb;
}
#filters #filters-padding {
	padding: 14px 20px;
}
#filters #filter-point {
	top: -70px;
	left: -137px;
	width: 138px;
	height: 111px;
	position: absolute;
	background-position: 0 -222px;
}
#filters .filters-corner {
	width: 14px;
	height: 14px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../../assets/image/filters.gif');
}
#filters #filters-lt {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#filters #filters-rt {
	top: 0;
	right: 0;
	background-position: -14px 0;
}
#filters #filters-lb {
	left: 0;
	bottom: 0;
	background-position: 0 -14px;
}
#filters #filters-rb {
	right: 0;
	bottom: 0;
	background-position: -14px -14px;
}
#filters .filters strong {
	float: left;
	padding: 4px 0 6px 0px;
	margin-right: 6px;
}
#filters .filters ul {	
}
#filters .filters li {
	float: left;
	margin-right: 3px;
	margin-bottom:2px;
}
#filters .filters li a {
	display: block;
	padding: 0 4px 0 0px;
}
#filters .filters li a span {
	display: block;
	color: #005b9a;
	font-size:12px;
	padding: 4px 0px 4px 5px;
}
#filters .filters li a.active,
#filters .filters li a:hover {
	background-position: right -333px;	
	text-decoration:none!important;	
}
#filters .filters li a.active span,
#filters .filters li a:hover span {
	background-position: 0 -333px;
	text-decoration:none!important;	
}
/* filters */

/* form */
.form .field {
	padding: 0 0 18px 0;
}
.form .field label {
	display: block;	
	padding: 0 0 5px 2px;
}
.form .field .input {
	padding: 2px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	background-color:#FFFFFF;
}
.form .field input,
.form .field textarea {
	border:0;
	width: 100%;
	font-size: 14px;
	font-family: Arial;
}
.form .submit {
	float: right;
}
.form .submit input {
	width: 113px;
	height: 29px;
	background-position: 0 -357px
}
.form .error {	
	background:url('../image/form-error.gif') 0 50% no-repeat;
	padding-left:20px;
	margin-bottom:15px;
	line-height:20px;
	height:20px;
	font-size:12px;
}
.form .success div {
	color:#005b9a;
	font-weight:bold;
	text-align:center;
}
.form .field-error .input {
	border:1px solid #901d0a;	
	background-color:#f6e3e3;
}
.form .field-error input,
.form .field-error textarea {
	background-color:#f6e3e3;
}
#Contact-loader {
	display:none;
	background:url('../image/form-loader.gif') 50% 50% no-repeat;
	height:170px;
}
#Contact-success {
	height:170px;
}
#Contact-success,
#Contact-error {
	display:none;
}

#contacts-form {
	width: 490px;
}
#contacts-form .field.fl,
#contacts-form .field.fr {
	width: 48%;
}
#contacts-form textarea {
	height: 150px;
}
/* form */

/* footer */
#footer {
	margin: 0 0 0 auto;
	padding: 50px 0 0 0;
}
#footer #solution {
	float: left;
}
#footer #solution,
#footer #solution *,
#footer #solution a {
	font-size: 12px;
}
#footer #contact {
	float: right;
}
/*
#footer #contact * {
	font-size:14px;
}
#footer #contact p {
	padding-bottom:0px;
}
*/
/* footer */
