/* CSS Document */
/* reset for css
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family:inherit;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size:100.01%;
	}
	
textarea, input, select {
	font-size:1.2em;
	font-family:inherit;
	}
	
blockquote, q {
	quotes:none;
	}
	
q:before, q:after, blockquote:before, blockquote:after {
	content:'';
	content:none;
	}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

caption, th, td {
	/*text-align:left;*/
	/*width:100%;*/
}

/* frame
---------------------------------------- */
html {
	height: 100%;
}
body {
	min-height:100%;
	height: 100%;
}

body, textarea, input, select {
	font-family:Arial, sans-serif;
}
	
body {
	background:#ebd97a url(gfx/fr/bg.png) 0 0 repeat-x;
	font-size:62.5%;
	line-height:1.5;
	color:#33374d;
}
	/*Side shadows*/
	#sshd {width:930px;
		margin:0 auto;
		background:url(gfx/fr/layout.png) -930px 0 repeat-y;
		/*min-height:683px;*/
		
		
	}

	#main-container {
		width:930px;
		margin:0 auto;
		
		
	}
	#page{width:980px;
		margin:0 auto;background:url(gfx/fr/sshd.png) center 0 no-repeat;height: auto !important;
		min-height:100%;
		height: 100%;
		}
	#footer_guarantor {width:930px;margin:0 auto;
 height: 91px;
 clear: both;
 
}


/* quots
---------------------------------------- */
q:before {
	content:'\00ab';
}
	
	q q:before {
		content:'\201e';
	}
		
q:after {
	content:'\00bb';
}
	
	q q:after {
		content:'\201c';
	}
		
/* links
---------------------------------------- */
a {
	cursor:pointer;
	text-decoration:underline;
}
	
	a img {
		border:0;
	}

a:link {
	color:#33374d;
}
	
a:hover {
	text-decoration:none;
}

a:visited, a:hover {
	color:#33374d;
}
	
a:active {
	color:#33374d;
}

/* headers
---------------------------------------- */
h1 {
	font-size:2.5em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.4em;
}

/* overflows
---------------------------------------- */
.overflow {
overflow:auto;
}

.hide {
overflow:hidden;
}

/* Header
---------------------------------------- */
#header {
	position:relative;
	/*background:url(gfx/fr/layout.png) 0 9px no-repeat;*/
}
	/*Top img*/
	#header div#t-img {
		background:url(gfx/h/bg.jpg) center 23px no-repeat;
		height:210px;
	}
	
		#header div#t-img span {
			background:url(gfx/h/a.png) 0 0 no-repeat;
			display:block;
			width:79px;
			height:23px;
			position:absolute;
			top:0;
			left:269px;
		}

	/*Logo*/
	#header #logo {
		width:245px;
		height:110px;
		position:absolute;
		top:35px;
		right:24px;
	}
	
		#header #logo a {
			height:100%;
			display:block;
			position:relative;
		}
		
			#header #logo a span {
				position:absolute;
				top:0;
				left:0;
				display:block;
				width:100%;
				height:100%;
				background:url(gfx/h/bg.jpg) -644px -12px no-repeat;
			}
			
	/*Navigation*/
	#nav-container {
		background:url(gfx/h/nav-decor.png) 0 -31px repeat-x;
		height:31px;
		position:absolute;
		top:178px;
		left:17px;
		width:896px;
	}
	
		#nav-container span {
			display:block;
			width:5px;
			height:31px;
			position:absolute;
			top:0;
			left:0;
			background:url(gfx/h/nav-decor.png) 0 0 no-repeat;
		}
		
		#nav-container span.rbg {
			left:-5px;
			margin:0 0 0 100%;
			background-position:-5px 0;
		}
	
		/*Main navigation*/
		#nav {
			padding:0 0 0 5px;
			font-size:1em;
			font-weight:bold;
			text-transform:uppercase;
		}
		
			#nav li {
				float:left;
				height:31px;
				line-height:31px;
				background:url(gfx/h/separator.png) right 0 no-repeat;
				padding:0 1px 0 0;
			}
			
				#nav li a {
					display:block;
					height:100%;
					text-decoration:none;
					padding:0 17px;
				}
				
				#nav li a:hover {
					color:#fff;
					background:url(gfx/h/active.png) 0 0 repeat-x;
				}
				
		/*Icons*/
		#icons {
			background:url(gfx/h/icons.gif) 0 0 no-repeat;
			width:58px;
			position:absolute;
			top:0;
			right:0;
		}
		
			#icons li {
				float:left;
				height:31px;
				width:13px;
				margin:0 13px 0 0;
			}
			
				#icons li a {
					display:block;
					height:100%;
					text-indent:-9999px;
				}

/* Content
---------------------------------------- */
#content-container {
	/*background:url(gfx/fr/layout.png) -930px 0 repeat-y;*/
	padding:0 17px 20px;
	font-size:1.2em;
}

	/*Article*/
	#article {
	}
	
		#article h2 {
			background:#e3e7f6 url(gfx/c/h.png) 0 0 no-repeat;
			font-size:1.5em;
			font-weight:normal;
			color:#e41d2c;
			padding:0 32px;
			height:41px;
			line-height:41px;
			margin:0 0 27px;
		}
		
		#article .entry {
			width:836px;
			margin:0 auto;
			overflow:hidden;
		}
		
			#article .entry h3 {
				font-size:1.166667em;
			}
		
			#article .entry p {
				margin:0 0 14px;
			}

			#article .entry li {
				list-style-type:disc;
			}
			
				#article .entry ol li {
					list-style-type:decimal;
				}
				
				#article .entry ol, #article .entry ul {
					margin:0 0 14px;
					padding:0 0 0 23px;
				}
			
			#article .entry img {
				padding:1px;
				border:1px solid #cdd4e1;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
			}
					
			#article .entry .alignleft {
				float:left;
				margin:0 20px 0 0;
			}
			
			#article .entry .alignright {
				float:right;
				margin:0 0 0 20px;
			}
		
	/*Info block*/
	#infoblock {
		background:#f6b6a1 url(gfx/c/infoblock.png) 0 -10px no-repeat;
		width:836px;
		margin:15px auto 0;
		min-height:98px;
		color:#fff;
		text-align:center;
		font-size:1.166667em;
		font-weight:bold;
		padding:15px 0 0;
	}
	
		#infoblock p {
			margin:0 0 14px;
		}
	
	#infoblock_b {
		background:url(gfx/c/infoblock.png) 0 0 no-repeat;
		height:10px;
		width:836px;
		margin:0 auto;
	}

/* Footer
---------------------------------------- */
#footer{width:930px;
		margin:0 auto;
		background:url(gfx/fr/layout.png) 0px bottom no-repeat;
		/*padding:0 17px 20px;*/
		padding:0 0px 20px 0px;
		margin-top: -91px;
		
}

	#foot-info {
		height:71px;
		background:url(gfx/f/bg.png) 17px 0 no-repeat;
		text-align:center;
		font-size:1em;
		font-weight:bold;
	}
	
		#foot-info ul {
			border-bottom:1px solid #b5b9ca;
			margin:0 30px 7px 30px;
			padding:12px 0;
		}
		
			#foot-info li {
				display:inline;
				text-transform:uppercase;
				padding:0 0 0 10px;
			}
			
				#foot-info a {
					margin:0 12px 0 0;
				}