/* FLY */

*{
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
	padding:0px;
	margin:0px;
}

a {
	outline:none;
	cursor: pointer;
}
img {
	border: none;
}
input,select {
	font-size:12px;
	color:#372810;
	width:100%;
	height:18px;
	border:1px solid #c6ab82;
	background:url(../../images/bginput.gif) repeat-x;
}
body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#393126;
	background:url(../../images/bg.gif) repeat;
}

/* Custom Definitions */
.clear {
	clear: both;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center_align {
	text-align:center;	
}
.italic {
	font-style:italic;
}
.morelink {
	font-size:11px;
	font-weight:bold;
	color:#735623;
	height:10px;
	text-decoration:underline;
	background:url(../../images/icn_more.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
}
.morelink:hover {
	color:#9b0d03;
	background:url(../../images/icn_more_hover.gif) no-repeat 0 4px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	background:url(../../images/bg_main.jpg) no-repeat;
}
#header {
	width:1000px;
	height:238px;
	overflow:hidden;
	background:url(../../images/bg_header.png) no-repeat;
}
#wrapper .logo {
	width:1000px;
	height:238px;
	overflow:hidden;
	background:url(../../images/logo.png) no-repeat;
}
#header .readytofly {
	width:510px;
	height:auto;
	overflow:hidden;
	padding:15px 30px 5px 0;
}
#header .readytofly p {
	font-size:12px;
	font-weight:bold;
	color:#242424;
	line-height:20px;
	text-align:left;
}
#header .readytofly p span {
	font-size:18px;
	font-weight:bold;
	color:#970500;
}
#header .readytofly h1 {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#970500;
	text-align:center;
	padding:5px 0 0 0;
}
#header .readytofly .login_container {
	width:280px;
	height:55px;
	font-size:12px;
	color:#735623;
}
#header .readytofly .login_container input {
	margin:0 5px 0 0;
	float:left;
	width:168px;
	height:19px;
	font-size:12px;
	color:#372810;
	border:1px solid #c7ad86;
	background:url(../../images/bg_input_login.gif) repeat-x;
}
#header .readytofly .login_container #email_id {
	width:112px;
}
#header .readytofly .login_container #password {
	width:84px;
}
#header .readytofly .login_container #passwordtext {
	width:84px;
}
#header .readytofly .login_container .btn_login {
	width:49px;
	height:21px;
	border:none;
	
}
#header .readytofly .login_container .checkbox_container {
	clear:both;
	width:320px;
	overflow:hidden;
	padding:8px 0 0 0;
}
#header .readytofly .login_container .checkbox_container .checkbox {
	float:left;
	width:13px;
	height:13px;
}
#header .readytofly .login_container .checkbox_container label {
	float:left;
	font-size:11px;
	color:#735623;
	padding:0 3px 0 3px;
}
#header .readytofly .login_container .checkbox_container .signuppad {
	padding:0 0 0 13px;
}
#header .readytofly .login_container .checkbox_container label a {
	color:#735623;
	text-decoration:none;
}
#header .readytofly .login_container .checkbox_container label a:hover {
	color:#7d1500;
	text-decoration:none;
}
#header .readytofly .profilelinks {
	width:420px;
	height:45px;
	font-size:12px;
	color:#735623;
	text-align:right;
	padding:10px 0 0 0;
}
#header .readytofly .profilelinks p {
	display:block;
	text-align:right;
}
#header .readytofly .profilelinks p a {
	font-size:12px;
	color:#735623;
	font-weight:bold;
	text-decoration:none;
	padding:0 6px;
}
#header .readytofly .profilelinks p span {
	font-size:12px;
	color:#735623;
	font-weight:bold;
	text-decoration:none;
	padding:0 6px;
}
#header .readytofly .profilelinks p a:hover {
	color:#7d1500;
}
#header .nav {
	width:829px;
	height:77px;
	background:url(../../images/bg_topnav.png) no-repeat;
}
#header .nav ul {
	list-style:none;
	height:57px;
	padding:25px 0 0 10px;
}
#header .nav ul li {
	float:left;
	list-style:none;
	height:28px;
	background:url(../../images/nav_devider.gif) no-repeat right;
	padding:0 18px 0 17px;
}
#header .nav ul li a {
	float:left;
	display:block;
	font-size:14px;
	color:#231805;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0 0 0;
}
#header .nav ul li a:hover {
	color:#7d1500;
}
#header .nav ul li .active {
	color:#7d1500;
}


#footer {
	width:1000px;
	height:111px;
	overflow:hidden;
	background:url(../../images/bg_footer.png) no-repeat bottom;
}
#footer ul {
	margin:0 auto;
	list-style:none;
	height:20px;
	width:auto;
	padding:12px 0 5px 160px;
}
#footer ul li {
	float:left;
	list-style:none;
	height:20px;
	background:url(../../images/bg_footerdevider.gif) no-repeat right;
	padding:0 10px 0 10px;
}
#footer ul li a {
	display:block;
	float:left;
	height:20px;
	font-size:15px;
	font-weight:bold;
	color:#231805;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#7d1500;
}
#footer p {
	display:block;
	clear:both;
	width:1000px;
	text-align:center;
	font-size:11px;
	color:#735623;
	padding:2px 0 6px 12px;
}
#footer p span {
	padding:0 6px;
}
#footer p a {
	font-size:11px;
	color:#735623;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#9b0d03;
}
#footer .copyright {
	width:1000px;
	font-size:11px;
	color:#735623;
	font-weight:bold;
	text-align:center;
	padding:16px 0 0 0;
}

.error_message {
	margin:0 auto;
	width:346px;
	overflow:hidden;
	padding:10px 0 10px 0;
	text-align:center;
	background:url(../../images/bg_errortit.png) no-repeat;
}
.error_message .tit {
	width:256px;
	height:42px;
	overflow:hidden;
	font-size:18px;
	font-weight:normal;
	color:#7d1500;
	text-align:left;
	padding:16px 0 0 90px;
}
.error_message p {
	font-size:12px;
	color:#000;
	padding:8px 0 0 0;
}
















