/* CSS DOCUMENT */

body {
		margin: 0px;
		background-image: url(http://www.calibretravel.com/system/images/background-01.gif);
		background-position: top;
		background-repeat: repeat-x;
		background-color: #cccccc; 
	}
#loginBox {
		width:300px;
		height:150px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-150px;
		margin-top:-75px;
		background:#FFFFFF;
		color:#000000;
		border:1px solid #999999;
		z-index:1;
		text-align:center;
	}
#loginHeader {
		float: left;
		width: 300px;
		height: 18px;
		padding-top: 2px;
		background-image: url(http://www.calibretravel.com/system/images/header-01.gif);
		background-position: top;
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
	}
#loginFieldArea {
		float: left;
		width: 300px;
		height: 150px;
		padding: 5px;
	}
.loginText {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #666666;
		text-align: left;	
}

/* MENU BUTTONS */

#menubuttons {
		float: left;
		width: 200px;
		height:12px;
		background-color: #BBBBBB;
		border-bottom: 1px #999999 solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
	}
a#menubuttons:active, a#menubuttons:visited, a#menubuttons:link {
		float: left;
		width: 200px;
		height:12px;
		background-color: #BBBBBB;
		border-bottom: 1px #999999 solid;
		padding-left: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #FFFFFF;
	}
a#menubuttons:hover {
		float: left;
		width: 200px;
		height:12px;
		background-color: #eeeeee;
		border-bottom: 1px #3084C4 solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #666666;
	}
#submenubuttons {
		float: left;
		width: 200px;
		height:12px;
		background-color: #BBBBBB;
		border-bottom: 1px #999999 solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
	}
a#submenubuttons:active, a#submenubuttons:visited, a#submenubuttons:link {
		float: left;
		width: 200px;
		height:12px;
		background-color: #cccccc;
		border-bottom: 1px #999999 solid;
		padding-left: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #FFFFFF;
	}
a#submenubuttons:hover {
		float: left;
		width: 200px;
		height:12px;
		background-color: #a1b8d0;
		border-bottom: 1px #3084C4 solid;
		padding-left: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #666666;
	}

#header {
		float: left;
		width: 1000;
		height: 75;	
		background-image: url(http://www.calibretravel.com/system/images/header-02.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}
#menuholder {
		float:left;
		width:200px;
		height:auto;
	}
#wrapper {
		float: left;
		margin: 0px;
		width: 1000px;
		height: auto;
	}