@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-image: url(../images/mock-up-2.3-bg.jpg);
	background-repeat:repeat-x;
	background-color:#e8e9f2;
}
#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:950px;
	height:130px;
	background-image:url(../images/header-1.jpg);
	background-repeat:no-repeat;
}
#logo{
	width:150px;
	height:130px;
	margin-left:55px;
	float:left;
}
#logo a{
	width:150px;
	height:100px;
	display:block;
	text-indent:-7000px;
	margin-top:30px;
	outline:none;
}
#button{
	width:110px;
	height:65px;
	margin-left:839px;
}
#button a{
	width:110px;
	height:35px;
	float:left;
	margin-top:30px;
	display:block;
	background-image:url(../images/button-1.jpg);
	background-position:bottom left;
	color:#5b6794;
	text-decoration:none;
	outline:none;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-indent:25px;
	line-height:35px;
	letter-spacing: 0.5px;
}
#button a:hover{
	background-image:url(../images/button-1.jpg);
	background-position:top right;
	color:#40434c!important;
}

/*MENU STARTS---------------------------*/
#menu{
	margin-left:255px;
	width:695px;
	height:30px;
	margin-top:35px;
}
#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 23px;
}
#nav{
	width:695px;
	height:30px;
}
#nav a {
	line-height: 30px;
	margin-left:25px;
	font-size:11pt;
	display: block;
	text-align:left;
	text-decoration: none;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;	
}
#nav a:hover {
	outline:none;
	color: #63719e!important;
}
#nav a .daddy {
	width:170px;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:170px;
	font-weight: normal;
	background-color:#cacfec;
	border: 1px solid #95a1d1;
	margin-left: 20px;
}
#nav li .short {
	width:70px!important;
	padding-bottom:5px;
}
#nav li .short li {
	width: 70px!important;
	height:25px;
	line-height:23px;
}
#nav li .short a {
	width: 70px!important;
	padding: 0!important;
	font-size:8pt!important;
	text-indent:7px;
	margin:0!important;
}
#nav li .short ul {
	margin: -31px 0 0 70px!important;
	padding-bottom:5px;
}

#nav li .middle {
	width:160px!important;
	padding-bottom:5px;
}
#nav li .middle li {
	width: 160px!important;
	height:25px;
	line-height:23px;
}
#nav li .middle a {
	width: 160px!important;
	padding: 0!important;
	font-size:8pt!important;
	text-indent:7px;
	margin:0!important;
}
#nav li .middle ul {
	margin: -31px 0 0 160px!important;
	padding-bottom:5px;
}

#nav li .long {
	width:200px!important;
	padding-bottom:5px;
}
#nav li .long li {
	width: 200px!important;
	height:25px;
	line-height:23px;	
}
#nav li .long a {
	width: 200px!important;
	padding: 0!important;
	font-size:8pt!important;
	text-indent:7px;
	margin:0!important;
}

#nav li ul a:hover{
	color: #ffffff!important;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
.home{
	color: #63719e!important;
}
.cursor{
cursor: default;
}
