/* ... Index
	[1]. General
	[2]. Wrapper
	[3]. Header
*/




/* [1]. Genereal
*/
body {
	background:#000 url(../../images/generic/body-bg.jpg) center top no-repeat;
}







/* [2]. Wrapper 
*/
#wrapper {
	width:992px;
	margin:0 auto;
}
#wrapper-top {
	margin-top:69px;
	background:url(../../images/generic/wrapper-top.png) 0 0 no-repeat;
	height:31px;
}

#wrapper-rep {
	background:url(../../images/generic/wrapper-rep.png) 0 0 repeat-y;
	padding-left:14px;
	padding-right:13px;
}

#wrapper-bot {
	background:url(../../images/generic/wrapper-bot.png) 0 0 no-repeat;
	height:35px;
}







/* [3]. Header
*/
#header {
	background:#000 url(../../images/generic/header-bg.jpg) 0 0 no-repeat;
	min-height:112px;
	overflow:hidden;
}

h1#logo-suremen {
	float:left;
	margin-left:12px;
}

h1#logo-suremen a {
	background:url(../../images/generic/logo-suremen.png) 0 0 no-repeat;
	width:266px;	height:102px;
	display:block;
	text-indent:-9999em;
}

#nav {
	float:right;
	margin-top:18px;
	margin-right:28px;
	overflow:hidden;
}

#nav li {
	background:url(../../images/generic/nav-seperator.png) right bottom no-repeat;
	list-style:none;
	margin:0 13px 0 0;
	padding:28px 14px 0 0;
	font-size:1em;
	float:left;
}

#nav li.last {
	background:none;
	margin-right:0;
	padding-right:0;
}

#nav li a {
	color:#f0f0f0;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-top:28px;
	display:block;
	float:left;
}

#nav li a.active {
	background:url(../../images/generic/nav-active.png) center top no-repeat;
}

#nav li a:hover {
	color:#fff;
}







/* [4]. Content
*/
#content {
	min-height:412px;
	background:#fff url(../../images/generic/content-bg.jpg) left bottom no-repeat;
	padding:30px 100px 60px 140px;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	/*display: inline-block;*/
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}










/* [5]. Fonts
*/

#content p {
	font-size:1.2em;
	color:#323232;
	margin-bottom:12px;
	line-height:1.3em;
}
#content h2 {
	text-transform:uppercase;
	font-size:3em;
	color:#1d698d;
	margin-bottom:14px;
}























/* [#]. Footer 
*/
#footer {
	overflow:hidden;
	padding-right:14px;
}

#footer ul {
	float:right;
	list-style:none;
	overflow:hidden;
}

#footer li {
	background:url(../../images/generic/footer-seperator.png) right top no-repeat;
	float:left;
	margin-right:11px;
	padding-bottom:28px;
	padding-right:12px;
	font-size:1em;
}

#footer li.last {
	background:none;
	margin-right:0;
	padding-right:0;
}

#footer li a {
	color:#8d8d8d;
	text-decoration:none;
}

#footer li a:hover {
	color:#666;
}




#content .error_text {
	color:red;
	display:block;
	margin-left:140px;
}