@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	background-image:url(../images/bg-main.png);
}

#page {
	width: 790px;
	margin: 0px auto;
	position: relative;
	background: url(../images/background.png) repeat-y;
}
#header {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
	padding: 4px 5px 5px 10px;
}
#contentLeft {
	margin-left: 55px;
	margin-top: 20px;
	padding-right: 5px;
	float: left;
	width: 180px;
	background-color: #FFFFFF;
}

/*Left Menu*/
.pageHeader { 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
}
	a:link.pageHeader { 
		font-size: 12px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #ffffff; 
	}
	a:visited.pageHeader { 
		font-size: 12px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #ffffff; 
	}
	a:hover.pageHeader { 
		font-size: 12px; 
		font-weight: bold; 
		text-decoration : underline; 
		color : #ffffff; 
	}
	
.leftMenu {
	font-size : 11px; 
	line-height : 1.5; 
	color: #ffffff;
}
	a:link.leftMenu {
		color: #ffffff;
		font-size : 11px; 
		line-height : 1.5; 
		text-decoration: none;
	}
	a:visited.leftMenu {
		font-size : 11px; 
		line-height : 1.5; 
		color : #ffffff;
	}
	a:hover.leftMenu { 
		color: #ffffff; 
		text-decoration: underline; 
	}
/*End Left Menu*/

#contentRight {
	float: left;
	margin-top: 20px;
	padding-left: 5px;
	width: 480px;
	background-color: #FFFFFF;
}
#contentRight h1 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#contentRight a, a:visited {
	text-decoration: none;
	color: #0054a4;
}
#contentRight a:hover {
	text-decoration: underline;
}
#contentRight a img {
	color: #ffffff;
}

#contentRight .product li:before {
	content: "»";
	padding-right: 5px;
}
#right_sidebar {
	float: right;
	width: 160px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 23px;
}
#footer {
	
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	clear: both;
	font-size: 0.75em;
	text-align: center;
}
#footer2 {
	background: url(../images/bottombackground.png) repeat-x;
	width: 790px;
	margin: 0 auto;
	position: relative;
}

.product_image {
	max-width: 164px;
	max-height: 100px;
}

/*Lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }


#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../californiaflightcenter.com/css/overlay.png); }

* html #overlay{
	background-color: transparent;
	back\ground-color: transparent;
	background-image: url(../californiaflightcenter.com/css/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	vertical-align: middle;
	}
/*End Lightbox*/

/* sidebar menu classes */
.sidebarMenu {
	list-style:none;
	list-style-type:none;
	width: 175px;
}
.sidebarMenu ul {
	margin:0px 1px 0px 1px;
	/*margin:0px;*/
	padding:0px;
	list-style-type:none;
	list-style:none;
	border-top:1px solid #cccccc;
}
.sidebarMenu li {
	color: #000000;
}
.sidebarMenu li a {
	/*margin:0px 1px 0px 1px;*/
	margin:0px;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	display:block;
	text-decoration:none;
	font-size:11px;
	height:1%;
	color: #000000;
	font-weight:bold;
	
	/*
	<!--[if IE]>
	height:1%;
	<![endif]-->
	*/
}
.sidebarMenu li a:visited {
	color: #000000;
}
.sidebarMenu li a:hover {
	background-color: #FFE50E;
	color: #000000;
	font-weight:bold;
}
.sidebarMenu ul ul {
	border:none;
	padding:0px;
	margin:0px;
}
.sidebarMenu ul ul li {
	background-color:#eeeeee;
}
.sidebarMenu ul ul li a {
	margin:0px;
	padding:2px 10px 2px 25px;
	border-bottom:1px solid #cccccc;
	display:block;
	text-decoration:none;
	font-size:11px;
	height:1%;
}
.sidebarMenuCapTop {
	background-image:url(../images/bg_contextnav_cap_top.jpg); 
	background-repeat:no-repeat; 
	height:16px; 
	padding:8px 0px 0px 12px; 
	font-size:13px; 
	font-weight:bold; 
	color:#000000;
}
.sidebarMenuCapBottom {
	background-image:url(../images/bg_contextnav_cap_bottom.jpg); 
	background-repeat:no-repeat; 
	height:14px;
}
/*Sidebar Menu*/

/*Main Menu*/

.hovermenu ul{
	padding-left: 0;
	margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 0;
	height: 20px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	background-color:#333333;
}

.hovermenu ul li a{
	text-decoration: none;
	float: left;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 1.15em;
	padding-bottom: 5px;
	padding-left: 1.15em;
}

#highlight a {
	background-color:#333333;
}

.hovermenu ul li a:hover{
    text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
}
/*End Main Menu*/

/* -------------------[ Features ]------------------- */

#my-glider {
	width:480px;
	/*padding:1px;*/
	/*margin: 0 0 10px;*/
	}

#my-glider .controls {
	/*border-top:1px solid #000;*/
	clear:both;
	/*width:415px;*/
	background:#000;
	padding: 0;
	/*margin:0;*/
	}

#my-glider .controls ul {
	/*margin:0;*/
	padding:0;
	list-style-type:none;
	}

#my-glider .controls li {
	float:left;
	/*margin:0;*/
	padding:0;
	list-style-type:none;
	background-color:#000;
	}

#my-glider .controls li.feat-nums {
	border-right:1px solid #fff;
	float:left;
	padding:0px 10px;
	/*margin:0;*/
	color:#fff;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a, .control a:link, .controls a:visited {
	border-right:1px solid #fff;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0;
	color:#3399CC;
	text-decoration:none;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a:hover {
	background:#353535;
	}

#my-glider .controls li.feat-about {
	float:right;
	}

#my-glider .controls li.feat-about a {
	border-left:1px solid #fff;
	border-right:0;
	}

#my-glider .scroller {	
	
	height: 100px;
	width:480px;
	overflow: hidden;
	}

#my-glider .scroller .section {
	width:480px;
	height: 100px;
	overflow: hidden;
	padding: 0;		
	}

#my-glider .scroller .content {
	width: 480px;
	}

#my-glider .feature-entry {
	/*padding: 10px;*/
	}

#my-glider .feature-entry h3 {
	font-family: arial,lucinda,verdana,geneva,sans-serif;
	font-size:18pt;
	/*margin: 0 0 5px 0;*/
	letter-spacing:0px;
	} 

#my-glider .feature-entry h3 a:link {
	text-decoration:none;
	} 

#my-glider .feature-entry h3 a:hover {
	text-decoration:underline;
	} 
	
/*Horizontal Scroller*/
div.hdnewsbox{
        position: relative;
        width: 480px;
        height: 140px;
}
div.hdnewscontent{
        position: absolute;
        left: 0px;
        top: 5px;
        height: 125px;
        width: 470px;
        margin: 0px 5px 0px 5px;
}
div.hdnewsnav{
        position: absolute;
        left: 5px;
        top: 110px;
        height: 50px;
        width: 470px;
        z-index: 2;
}
#hdnewssubjects{
        position: absolute;
        left: 5px;
        top: 130px;
        height: 15px;
        width: 470px;
        text-align: right;
        z-index: 3;
}
#hdnewssubjects h1{
        color: white;
        position: absolute;
        left: 5px;
        font-size: 1.4em;
        top: -3px;
        padding: 0px;
}
#hdnewssubjects a{
        font-size: 1.2em;
}
