@import 'lib/reset.css';
@import 'lib/base.css';
@import 'lib/pads.css';
@import 'lib/grid.css';


/* =Typography
-----------------------------------------------------------------------------*/
body {
	min-width: 980px;
	/*
	background: url(../i/bg_first.gif) no-repeat;
	background-position: 90% -2px;
	*/
}

/* =Links
-----------------------------------------------------------------------------*/
a { color: #0082c3; }
/*
a:visited { color: #6d737e; }
*/
a:hover {
	color: #b71818 !important;
	text-decoration: underline;
}
h1 a, h2 a, h3 a {
	color: #000;
}

/*
	ADD TO FRAMEWORK BASE
*/
hr.soft { background-color: #eee; color: #eee; }

tfoot td {
	border-top: 2px solid #ddd;
	font-size: .9em;
	padding-top: 7px !important;
	border-bottom: none !important;
}

.descr td {
	line-height: 1.3em;
}

.ruler.pads tbody td {
	padding: 10px 5px;
}

.req {
	font-weight: normal !important;
}
.error_ins {
	border: 3px solid #c21a1a !important;
	background-color: #f7d6d6;
}




/* =Layout
-----------------------------------------------------------------------------*/
#wrap {
	margin: 80px 6% 70px 8%;
	position: relative;
}

/* =Headings
-----------------------------------------------------------------------------*/
#header {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}
#logo {
	width: 294px;
	height: 65px;
	background: url(../i/logo.png) no-repeat;
	text-indent: -3000px;
	float: left;
	zoom: 1;
}
#logo a {
	display: block;
	height: 54px;
}
#address {
	float: right;
	width: 44%;
	font-size: .85em;
}
#address div {
	float: left;
	width: 50%;
	position: relative;
	top: 21px;	
	line-height: 1.5em;	
}
#address span {
	color: #666;
}
#address b {
	font-size: 1.2em;
	font-weight: normal;
}
#address address {	
	position: relative;
	top: 24px;	
	float: right;
	margin: 0;
	line-height: 1.3em;
	font-style: normal;
}
#address address a {
	text-decoration: none;
	color: #000;
}
#address address a:hover {
	text-decoration: underline;
	color: #000 !important;
}
#intranet {
	position: absolute;
	top: -66px;
	font-size: .9em;
	width: 44%;
	right: 0;
	color: #333;
	display: none;
}

/* =Nav
-----------------------------------------------------------------------------*/
#nav {
	overflow: hidden;
	clear: both;
	margin: 0;
	margin-bottom: 2.4em;
	list-style: none;
}
#nav li {
	float: left;
	font-size: 1.15em;
	margin-right: 1.5em;
}



/* =Promo
-----------------------------------------------------------------------------*/
#promo {	
	clear: both;
	overflow: hidden;
	background-color: #fbf7ea;
	padding: 100px 20px;
	text-align: center;
}
#promo h1, #promo h2 {
	font-size: 26px;
	margin: 0;
}
#promo h2, #promo2 h2 {
	padding-top: 1em;
	margin: 0;
	font-size: 13px;
	font-style: italic;
	color: #7f7f7f;
}

#promo2 {
	margin-top: 1em;
	clear: both;
	overflow: hidden;
	background-color: #E4DCC9;
	padding: 70px 20px;
	text-align: center;
}
 #promo2 h2 {
 color: #555;
 }
 
 
#promo2 h3 {
	color: #6d6d6d;
}

/* =Main
-----------------------------------------------------------------------------*/
#main {
	clear: both;
	width: 940px;
	margin: auto;
	padding-top: 50px;
	position: relative;
	right: -60px;
}
#main h2 {
	margin-bottom: 6px;
	font-size: 1.7em;
}
.descr {
	font-size: .9em;
	color: #5f5f5f;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.preview {
	position: relative;
	left: -10px;
	margin-bottom: 4em;
}
.col {
	float: left;
	width: 400px;
	margin-right: 60px;
}

/* =Content
-----------------------------------------------------------------------------*/
#synopsis {
	padding: 34px 60px;
	clear: both;
	overflow: hidden;
	background-color: #fbf7ea;
}
#area {
	float: left;
	width: 59%;
}
#sidebar {
	float: right;
	width: 35%;
}
#content {
	clear: both;
	overflow: hidden;
	width: 86%;
	padding: 1em 0;
	margin-left: 5%;	
}
#content #area { width: 56%; } 
#content #sidebar { width: 39%; }
.fifty {
	float: left;
	width: 46%;
	margin-right: 3.8%;
}

#makets {
	clear: both;
	overflow: hidden;
	padding-top: 2em;
}

#makets p {
	text-align: center;
	margin-bottom: 2.5em;
}
#makets p span {
	display: block;
	font-style: italic;
	position: relative;
	top: -5px;
}



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dotted #b2b2b2;
	font-size: .85em;
	color: #5f5f5f;
}
#copy {
	float: left;
}
#mail {
	float: right;
}


/* =Misc
-----------------------------------------------------------------------------*/
.link_out {
	padding-right: 16px;
	background: url(../i/ico_link_out.gif) no-repeat right;
}

.favicon {
	font-size: 18px;
}
.chronofactura_favicon {
	padding-left: 19px;
	background: url(../i/makets/chronofactura_favicon.png) no-repeat;	
	background-position: 0 3px;	
}
.laquo {
	position: relative;
	left: -11px;
	margin-right: -11px;
}
.arl {
	font-family: Arial, sans-serif;
}
.list li {
	background: url(../i/mdash.png) no-repeat;
	background-position: 0 11px;
	padding-left: 20px;
	
}
.list, .list ul {
	margin-left: 0;
	list-style: none;
}
.list ul {
	margin-left: 1.5em;
	font-size: .9em;
}
.list ul li {
	margin-bottom: .2em;
}

.simple li {
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px dashed #ddd;
}

.flow_box { background-color: #fbf7ea; }
.blue_box { background-color: #e9f1f6; }
.yellow_box { background-color: #f7f5d1; }
.green_box { background-color: #eaf9c5; }
.red_box { background-color: #f7e5e5; }
.soft_box { background-color: #f6f6f6; }
.gray_box { background-color: #e9e9e9; }
.flow_box, .blue_box, .yellow_box, .green_box, .red_box, .soft_box, .gray_box {
	padding: 2em;
	margin-bottom: 1.5em;
}

.price {
	font-style: italic;
	color: #2aac27;
}

#YMapsID-948 table {
	margin: 0;
}
#YMapsID-948 table td {
	border: none;
	font-family: "Trebuchet MS", sans-serif;
}