#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	padding:0px;
	width: 1010px;
}
#background {
	width: 1010px;
	height: 522px;
	background: url(/images/bg-homepage.png) top left no-repeat #fff;

	position: relative;
}
#boxLeft {
	width: 225px;
	height: 460px;
	background: url(/images/bg-home-left.png) top left no-repeat;
	
	position: absolute;
	top: 31px;
	left: 31px;
}
#boxRight {
	width: 707px;
	height: 460px;
	background: url(/images/bg-right.png) top left no-repeat;
	
	position: absolute;
	top: 31px;
	left: 272px;
}

#nav {
	position: absolute;
	top: 355px;
	left: 225px;
}

h2 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 26px;
	color: #ec1c24;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
h3 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

a:link {
	color: #ec1c24;
	text-decoration: none;
}
a:active {
	color: #ec1c24;
	text-decoration: none;
}
a:hover {
	color: #ec1c24;
	text-decoration: none;
}




/* ------------------------ */
/*        login items       */
/* ------------------------ */

#home #login {
	width: 595px;
	height: 175px;

	position: absolute;
	top: 330px;
	left: 64px;
}
#login {
	width: 595px;
	height: 175px;

	position: absolute;
	top: 330px;
	left: 18px;
}
#login .username {
	width: 145px;
	height: 22px;
	background: url(/images/username.png) top left no-repeat transparent;
	border:none;

	color: #808080;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 4px 2px 6px;
	letter-spacing: 1px;

	position: absolute;
	top: 27px;
	left: 0px;
}
#login .password {
	width: 145px;
	height: 22px;
	background: url(/images/password.png) top left no-repeat transparent;
	border:none;

	color: #808080;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 4px 2px 6px;
	letter-spacing: 1px;

	position: absolute;
	top: 57px;
	left: 0px;
}
#login .submit {
	width: 145px;
	height: 22px;

	position: absolute;
	top: 89px;
	left: 0px;
}



#home-interior {
	position: absolute;
	top: 82px;
	left: 18px;
}


#legal {
	position: absolute;
	top: 510px;
	left: 400px;

	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #0000;
	text-align: center;
}



/* ------------------------ */
/*     navigation items     */
/* ------------------------ */

#menu a {
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: hand;
	text-align: center;
}

.sifrTopNavMenu {
	width: 150px;
	height: 35px;
	display: block;
}

.sifrTopNavMenu a:link {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
.sifrTopNavMenu a:visited {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
.sifrTopNavMenu a:hover {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; background-color:#000; color:#ffffff; text-decoration:none}
ul.menu li {position:relative; float:left; padding-top: 13px; margin-right:2px}
ul.menu li:hover {background-color:#000000;}

/* first tier pulldown */
ul.menu ul {text-align:center; position:absolute; top:36px; left:0; background:#000000; display:none; opacity:0; list-style:none}
ul.menu ul li {text-align:center; position:relative; border:1px solid #000; border-top:none; width:148px; margin:0}
ul.menu ul li:hover {background-color:#000000;}
ul.menu ul li a {text-align:center; display:block; padding: 4px 8px 4px 8px; background-color:#000000}
ul.menu ul li a:hover {background-color:#000000}
ul.menu ul ul {text-align:center; left:148px; top:-1px}

/* top row */
ul.menu .menulink {text-align:center; border:none; padding: 8px 8px 6px 8px; font-weight:bold; background:url(images/header.gif); width:136px}
ul.menu .menulink:hover {background-color:#000000;}

/*ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}*/
ul.menu .sub {background:#000000 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #000000}

/* ------------------------ */
/*     navigation items     */
/* ------------------------ */
