/* CSS Document */

body {
	background-color: #fff;
	font-family: "Trebuchet MS", Sylfaen, "Arial Unicode";
	font-size: 12px;
	color:#000;
	margin: 0px;
	padding: 0px;
	}

p, td, div { 
	font-family: "Trebuchet MS", Sylfaen, "Arial Unicode";
	color:#000;
	font-size: 15px; 
	}

#page {
	margin: 0;
	padding: 0;

}

#logo {
	width: 183px;
	height: 148px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0;
 	}

#header {
	height: 152px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #23325C 94% no-repeat url(img/header-back.gif);
	border-bottom: solid #C8CCD6 11px;
}

/* Menu */

#menu {
	position: absolute;
	width: 12em;
	padding: 0;
	left: 37%;
	top: 20px;
	color: #fff;
	background-color: #23325C; 
	font-size: 14px;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;

      }
		
#menu li {
      margin: 0;
      }
	  
#menu li a {
	display: block;
	padding: 1px 3px 9px;
	border-top: 3px solid #4C597D;
	color: #fff;
	text-decoration: none;
	width: 100%;
	background:  url(img/menu.gif) no-repeat left top;
      }

html>body #menu li a, html>body content {
    width: auto;
      }
	  
#menu li a:hover,  #menu li.current {
    border-top: 3px solid #FF5900;
	display: block;
	padding: 1px 3px 9px;

	color: #fff;
	text-decoration: none;
	width: 100%;
	background:  url(img/menu-hover.gif) no-repeat left top;
      }
	  
.current {
	border-top: 3px solid #FF5900;
	}
	
/* Content */

#content {
	margin: 0;
	padding: 0;
	
	}

.text {
	margin: 10px 0 0;
	padding: 5px;
	float:right;
	width: 68%;
	}

.note {
	padding: 0;
	width: 536px;
	height: 93px;
	background: right top no-repeat url(img/note.gif);
	float: right;
	margin-right:5em;
	color:#333333;
}

.packmain {
	width: 300px;
	height: 302px;
	float: left;
	margin-top: 50px;
}

	
.req {
	width: 600px;
	height: 250px;
	top: 20px;
	position: relative;
	left: 20%;
	}

.thnx {
	width: 400px;
	display: block;
	border-left: 2px solid #23325C; 
	float: right;
	font-size: 12px;
	padding: 0 10px 0;
	}
	
.clear {
	clear: both;
	}
	
.clearright {
	clear: right;
	}
	
.karmir {
	color: red;
	font-size: 13px;
	}
	
h1 {
	margin: 8px 16px auto;
	padding: 5px 0 0 0;
	font-size: 16px;
	}

/* Link styles */
	
a:link, a:active {
	color: #000;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

/* Footer */

#footerline {
	border-bottom: 5px solid #C2C6D2;
	width: 100%;
	height: 10px; 
	bottom: 0;
	padding: 0;
	background-color: #23325C;
	display: block;
	}

#footer {
	font-size: 11px;
	padding: 15px;
	text-align: center;
	}
