/* General reset */
body{min-width:981px;}
html,body{width:100%;height:100%;}
body,a{
	font:11px arial,sans-serif;
	color:#000;
	text-align:left;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
body,form{
	margin:0;
	padding:0;
}
img{
	border-style:none;
	display:block;
}
select,input{vertical-align:middle;}
form{display:inline;}

/* General settings */
.holder{height:100%;}
.wrapper{
	background:#f5fafd url(../images/footer-bg.jpg) no-repeat 50% 100%;
	min-height:100%;
}
.wrapper:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
#main{
	display:table;
	width:893px;
	margin:0 auto;
}
#content{display:table-footer-group;}
#header{
	display:table-header-group;
	height:109px;
}
#content .inner,
#header .inner{display:table-cell;}
#header .inner{height:109px;}
#content .inner{padding:20px 19px 335px 108px;}
#footer{
	position:relative;
	margin:-32px auto 0;
	height:32px;
	padding:0 73px;
	width:835px;
}

/* header elements */
/* logo */
#header .logo{
	position:relative;
	margin:7px -145px -162px -38px;
	display:inline;
	float:left;
}
#header .logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:145px;
	height:162px;
	overflow:hidden;
	text-indent:-9999px;
}
/* title */
#header .title{
	width:788px;
	height:34px;
	float:right;
	margin:36px 0 0;
	overflow:hidden;
	background:url(../images/isrmp-title.png) no-repeat;
	text-indent:-9999px;
	clear:right;
}
/* navigation */
#header .nav{
	float:right;
	clear:right;
	padding:0;
	margin:0;
	list-style:none;
}
#header .nav li{display:inline;}
#header .nav a{
	background:url(../images/nav-bg.gif) no-repeat;
	float:left;
	text-align:center;
	font:19px/40px arial,sans-serif;
	height:39px;
	text-decoration:none;
	clear:right;
}
#header .nav .about a{width:230px;}
#header .nav .about a:hover{background-position:0 100%;}
#header .nav .process a{width:338px;background-position:-230px 0;}
#header .nav .process a:hover{background-position:-230px 100%;}
#header .nav .contact a{width:233px;background-position:-568px 0;}
#header .nav .contact a:hover{background-position:-568px 100%;}

/* content elements */
#content h1{
	margin:0 0 30px;
	height:51px;
	background:url(../images/title-rule.png) no-repeat;
}
#content h1 span{
	display:block;
	background:no-repeat;
	height:51px;
	overflow:hidden;
	text-indent:-9999px;
}
#content h1.where-less span{background-image:url(../images/where-less.png);}
#content ul,
#content p{
	color:#153b4f;
	font:19px/22px helvetica,arial,sans-serif;
	margin:0 0 22px;
	padding:0;
	list-style:none;
}
#content ul li{
	background:url(../images/bull.png) no-repeat;
	padding:0 0 0 36px;
}

/* footer elements */
#footer p{
	margin:0;
	float:right;
}
#footer p a,
#footer p span{
	font:11px/32px "Trebuchet MS",sans-serif;
	color:#c6c6c6;
	float:left;
}
#footer p span{
	text-transform:uppercase;
	background:url(../images/footer-sep.gif) no-repeat 100% 50%;
	padding:0 8px;
	margin:0 4px;
}
#footer p .studio{
	background:url(../images/3xw-logo.gif) no-repeat 0 50%;
	padding-left:25px;
}