/* CSS Style Created by Sawanbanna
   URL: www.sawanbanna.com
   E-mail: supports@sawanbanna.com
*/
/***** General Styles ******/

html, body {
	font-size: 13px;
	font-family: Georgia, serif, Helvetica, Arial, Sans-Serif;
	line-height: 1.2em;
	background: #1f3e5e;
	padding: 0px;
	margin: auto;
}


/***** Page Center height/vertical center (remove if you don't want to center page) *****/
* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {	
	min-height:472px;/* for ie7*/ 
	}

#wrapper{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer{
	display:table-cell;
	vertical-align:middle;
}
/***** Page Center height/vertical center (remove if you don't want to center page) *****/


/* Links */
a, a:link, a:visited {
	color: #cc0000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/***** Container/Wrapper Styles ************/

.sb-container {
	margin: 0 auto;
	width: 737px;
	height: 472px;
	background: transparent url(../404/background.jpg) 0 0 no-repeat;
}

.sb-content {
	padding: 20px 20px 0 421px;
}


/********* Logo ***********/

.sb-logo {
	padding: 5px 0 0 25px;
}

#sb-logo {
	width: 120px;
	height: 120px;
	display: block;
}


/* General Style */
div.title span {
	margin: 12px 0;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.1em;
	font-size: 135%;
	letter-spacing: inherit;
	background: url(../404/hr.png) bottom left repeat-x;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	display: block;
}

ul.error {
	list-style: square;
	margin-left: 15px;
	margin-top: 10px;
}

ul.error li {
	color: #FF0000;
	font-size: 14px;
	text-shadow: 0 1px 0 #000;
	font-family: Georgia, serif, Helvetica, Arial, Sans-Serif;
}

.separator {
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(../404/hr.png) center left repeat-x;
	height: 2px;
	line-height: 2px;
	border: 0px;
	display: block;
}

.backbutton {
	text-align:right; 
	padding-top: 20px;
}
	
/****Navigation Links ******/
a.mainlevel, a.mainlevel:link, a.mainlevel:visited {
	padding: 6px 0 6px 30px; 
	display: block; 
	font: bold 12px arial, tahoma, verdana, helvetica;
	color: #000; 
	text-shadow: 0 1px 0 #fff;
	background: url(../404/menu.png) center left no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainlevel:hover, a.mainlevel:active {
	color: #000; 
	text-shadow: 0px 1px 1px #fff;
	background: url(../404/menu_over.png) center left no-repeat;
	text-decoration: none;
}

