/*Layout*/
body {
	background:#F1F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3E3E3E;
        margin-top: 0px;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	background:#fff;
	padding:0 1px;
}
#header {
	height:101px;
	background:url(../images/logo.jpg) no-repeat left;
}
#login {
	float:right;
	height:20px;
        width: 200px;
	line-height:20px;
	margin:48px 40px 0 0;
	color:#656565;
	padding-right:0px;
        text-align: right;
}
#hero {
	height:355px;
}
#nav {
	height:70px;
	line-height:60px;
	margin-top:1px;

}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	list-style:none;
	position:relative;
}
#nav li ul {
	position:absolute;
	left:-200px;
	top:-88px;
	display:none;
}
#nav ul li ul li {
}
#nav ul li ul li a {	
	height:42px;
	line-height:42px;
	float:none;
}
#nav li:hover ul {
	display:block;
}
#nav a {
	color:#fff;
	font-size: 20px;
	display:block;
	float:left;
	width:198px;
	height:70px;
	border-left:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-right:1px solid #F1F1F1;
	text-align:center;
 	background:#C6C6C6;
}
#nav a:hover {
	text-decoration:none;
	background:#C10C0C;
}
#content {
	width:600px;
	float:left;
       margin-right: 20px;
}
#sidebar {
	width:380px;
	float:left;
}
#sidebar .inner {
	padding-top:35px;
}
.inner {
	padding:25px 5px 25px 25px;
}
#footer {
	height:30px;
	line-height:30px;
	background:#C6C6C6;
        text-align: center;

	clear:both;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	display:inline;
}
#footer a {
	color:#3E3E3E;
	margin-left:20px;
	font-size:12px;
}

/*Kreshendo tag*/

#kreshendo {
	height:30px;
	line-height:30px;
        margin-right: 5px;
        margin-top:-4px;
        float: right;
        clear:both;
}
#kreshendo ul {
	margin:0;
	padding:0;
	list-style:none;
}
#kreshendo  li {
	display:inline;
}
#kreshendo  a {
	color:#999;
	margin-left:20px;
	font-size:9px;
}
#kreshendo  a hover {
	color:#CB1818;
	margin-left:20px;
	font-size:9px;
}

/*Text*/
a {
	text-decoration:none;
	color:#C10C0C;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4,h5 {
	text-transform:lowercase;
	font-weight:normal;
}
h1 {
	font-size:30px;
        color:#666;
}
h2 {
	font-size:18px;
       color:#CB1818;
}
h3 {
	font-size:16px;
        color:#666;
        line-height: 22px;
}
h4 {
	font-size:18px;
        color:#666;
        margin-bottom: -10px;
}
h5 {
	font-size:16px;
        color:#666;
        margin-bottom: 0px;
        margin-top: 0px;
}
.red {
	color:#C10C0C;
}

/*Copy styles*/

.largeTXT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
        color:#666;
	font-weight:normal;
        line-height: 20px;
}

/*Suitcase styles*/
.suitcase #wrapper {
	background:#FFF;
}
.suitcase #content {
        width: 900px;
        min-height: 600px;
        padding-left: 40px;
}
.suitcase #login {
	margin:15px 40px 0 0;
	font-size:12px;
}
.suitcase #nav {
	line-height:20px;
}
.suitcase #nav a {
	font-size:14px;
	height:62px;
	width:69px;
	border:none;
	padding:18px 15px 0 15px;
	border:1px solid #fff;
}
.suitcase #sidebar h2 {
	color:#C20C0C;
}
#corporate #header {
	background:url(../images/header-corporate.jpg);
	height:116px;
}
#corporate #nav {
	background:#113681;
	height:80px;
}
#corporate #nav a {
	background:#113681;	
	border-width:0 1px 0 0;
}
#corporate #nav a:hover {
	background:#474747;
}
#production #header {
        background:url(../images/header-production.jpg);
        height:119px;
	background-repeat: no-repeat;
        background-color: #FFFFFF;
}
#production .leftColumn {
        width: 600px;
        min-height: 600px
        float: left;
}
#production .rightColumn {
        width: 300px;
        min-height: 600px
        float: right;
        background:#DD0044;
}
#production #clientLOGO {
	height:80px;
        float: right;
}
#production #nav {
	height:133px;
	background:url(../images/filmstrip.jpg);
}
#production #nav ul {
	padding-top:27px;
}
#production #nav a {
	background:#333333;	
	border-width:1px 1px 1px 0;
}
#production #nav a:hover {
	background:#113681;
}
#production h1, #production h2 {
	color:#113681;
}
.airlineLOGO {
	width: 150px;
	height: 100px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.airlineTEXT {
	width: 340px;
	height: auto;
	float: left;
	padding: 0px 10px 10px  0px;
}

/*WEB APP - Hotel Database*/

#webappWrapper {
	width: 640px;
	height: 800px;
	margin-top: 20px;
}
.imagePlaceholder {
	width: 150px;
	height: 495px;
	margin: 0 15px 0 0;
	float: left;
}
.imagePlaceholderSUB {
	width: 150px;
	height: 150px;
	margin: 0  0 15px 0;
	float: left;
}
#webappCONTENT {
	width: 400px;
	height: 600px;
	float: left;
}
#hotel_logo {
	width: 400px;
	height: 100px;
}
#hotel_details {
	width: 400px;
	height: 100px;
}
.formCOPY {
	font-size: 12px;
	line-height: 12px;
}
/*Sidebar Feature Box styles*/

#sidebarBox {
	height:500px;
	width:340px;
	padding: 0 0 0 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.redTABheading {
       height: 30px
       border: none;
	width: 280px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #FFFFFF;
	height: 22px;
	padding: 10px;
	border: 1px solid #333333;
}
.blankTABcontent {
       height: 150px
       border-left:1px solid #CCCCCC;
	background-colour: #FFFFFF;
	width: 280px;
	height: 105px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 15px 0 0 20px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}
.greyTABcontent {
       height: 150px     
       background-colour: #CCCCCC;
	width: 280px;
	background-color: #CCCCCC;
        border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
        border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 10px;
        margin-bottom: 30px;
}
li#entertainment {
	line-height:22px;
}
li#entertainment a {
	padding-top:10px;
	height:60px;
}
.suitcaseIMAGEHOLDER {
}
#sidebar table {
	clear:right;
}