@charset "UTF-8";
body  {
	font: 100%;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; 
	/*the less widespread Windows fonts, then Mac fonts, then Linux varieties, then universal fonts, and finally, the generic family name*/
	background-image:url(../images/ui/background_gradient.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/***** Links ****/
	a {
		color: #f57e20; /* orange */
		text-decoration: none;

	}

	a:hover { 
		text-decoration:underline;
	
	}
	
	a:img {
	border:0px;	
	}

/***** layout ****/

.thrColFixHdr #container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	position:relative;
	top:-16px;
	left:-133px;
	padding: 0; /*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/ui/kw.com_logo.png);
	height:173px;
	background-repeat: no-repeat;
	z-index: -1;
} 

.thrColFixHdr #headertext {
	position:absolute;
	top:20px;
	padding: 20px 0px 0px 230px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 12px;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0px 20px;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */ 
	color: #f2f2f2;
	letter-spacing:3.5px;
}

.thrColFixHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0px 20px;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */ 
	color:#f2f2f2;
	letter-spacing:1px;
}

.thrColFixHdr #podtop {
	position:relative;
	top:-32px;
	left:0;
	padding:0;
	width:961px;
	height:354px;
	background-image:url(../images/ui/pod_top_background.png); 
	background-repeat:no-repeat;
} 

.thrColFixHdr #podtop_flash {
	position:relative;
	top:-32px;
	left:0;
	padding:0;
	width:961px;
	height:424px;
	background-image:url(../images/ui/pod_top_flash.png); 
	background-repeat:no-repeat;
} 



.thrColFixHdr #pod_top_content { 	
	position:absolute; 
	top:49px; 
	left:16px; 
	padding:10px; 
	height:268px;
	width:908px; 
	border: 1px solid #000000; 
	background-color:#f2f2f2;
	
}

.thrColFixHdr #pod_top_content_flash { 	
	position:absolute; 
	top:49px; 
	left:16px; 
	padding:10px; 
	height:336px;
	width:908px; 
	border: 1px solid #000000; 
	background-color:#f2f2f2;
	
}


.thrColFixHdr #nav_holder{
	position:absolute;
	top:20px;
	left:16px;
	width:930px;
	height:29px;
	z-index:1;
	background-color:#0d0d0d; /*dark gray*/
}



.thrColFixHdr #nav_holder_2nd_level{
	position:absolute;
	top:0px;
	left:0px;
	width:930px;
	height:29px;
	z-index:1;
	background-color:#0d0d0d; /*dark gray*/
}


.thrColFixHdr #footer{
	position: relative;
	top:16px;
	left:16px;
	width:930px;
	height:20px;
	z-index:2;
	background-color:#0d0d0d; /*dark gray*/
}


.thrColFixHdr #footer_holder {
	position:relative;
	top:-16px;
	padding: 0;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/ui/footer_background.png); 
	background-repeat:no-repeat; 
	width:965px; 
	height:52px;
	margin-bottom:10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #7f7f7f; 
	font-size:12px; 
	text-align:left;
}

#footer_right {
	position:relative;
	top:-22px;
	float:right;
	padding-right:5px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.titleDark {
	color: #f57e20;
}


/**** Navigation ****/

	#nav {
        font-size:12px; 
		letter-spacing:1px; line-height:20px;
		position:absolute;
		top:0;
		left:134.5px; 
		width:899px;
		padding: 5px; 
	}
	
	#nav a {
		color: #f57e20; /* top level color orange */
	}

	#nav ul a {
			color:#f2f2f2;
		}
	
	#nav a {
		text-decoration: none;
	}
	
	#nav li li a {
		display: block;

	}
	
	#nav li li a:hover { text-decoration:underline;
	
	}
	

    ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none; 
        width: 110px; /* 2nd level list width */
		color:#f57e20; /* top level color orange */ 
    }
    
    li { /* all list items */
        float: left;
        position: relative;
        width: 120px; /* top level list width */
        text-decoration: none;
    }
    
    
    li ul { /* second-level lists */
        display: none;
        position: absolute;
		top:0;
		left: 0;
        color:#0d0d0d; /*dark gray*/
        background: #0d0d0d; /* IE6 Bug */
        padding: 10px;
        border: 0px solid #ccc;
        border-bottom: 0; 
		text-decoration:none;
		/* for IE */
		filter:alpha(opacity=85);
		/* CSS3 standard */
		opacity:0.85;
}
		
    li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
        top: auto;
        left: auto;
    }
    
    li:hover ul, li.over ul { /* lists nested under hovered list items */
        display: block; 
    }
/**** End Navigation ****/


/**** Lists ****/

#lists { 
	list-style: armenian;

}

/**** Start Image rotator ****/

.main_image {
	width: 600px;
	height: 442px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 5px;
}
.main_image p {
	font-size: 10px;
	line-height: 12px;
	padding: 5px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 10px;
	padding: 0 0 0 10px;
	background: url(../images/ui/icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(../images/ui/btn_collapse_kw_sm_trans.png) no-repeat left top;
	height: 28px;
	width: 54px;
	text-indent: -99999px;
	position: absolute;
	top: -28px;
	right: 0px;
}
.main_image a.show {background-position: left bottom;}

.icon {
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}

.icon img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

.image_thumb {
	position:relative;
	top:5px;
	float: left;
	width: 299px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}


.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 10px 10px;
	background: #f0f0f0 url(../images/ui/nav_a.gif) repeat-x;
	width: 280px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/**** End image rotator ****/



/**** Pods ****/

#pod_mid {
	position: relative;
	left:0px;
	top:-32px;
	width:961px;
}

#pod-mid-top {
	position:absolute;
	left:0px;
	top:0px;
	width:961px;
	height:17px;
	background-image:url(../images/ui/pod_mid_01.png); 
}


#pod-mid-sides {
	position:relative;
	left:0px;
	top:17px;
	background-image:url(../images/ui/pod_mid_sides_1x961.png);
	background-repeat:repeat-y;
	width:961px;
}

#pod-mid-content_holder {
	position:relative;
	left:16px;
	top:0px;
	width:908px; 
	padding:0 10px 0 10px;
	background-color:#f2f2f2;
	border: 1px solid #000000; 
	_overflow-y:hidden;
}

#pod-mid-content-left { 
	width:580px;
}

#pod-mid-content-right {
	position:relative;
	top:10px;
	float:right;
	width: 296px; 
	background: #D9D9D9;
	padding: 0px 10px 10px 10px;
}

#pod-mid-content-2nd_level {
	position:relative;
	top:30px;
	width:908px;
}

#pod-mid-content-left_2nd_level {
	position:relative;
	top:30px;
	width:588px;
}

#pod-mid-content-right_2nd_level {
	position:relative;
	top:40px;
	float:right;
	width: 290px; 
	background: #D9D9D9;
	padding: 0px 10px 10px 10px;
}


#pod-mid-content p {
	padding:0px 10px;
}

#pod-mid-bottom {
	position: relative;
	left:0px;
	top:17px;
	width:961px;
	height:15px;
	background-image:url(../images/ui/pod_mid_05.png); 
}

/**** End Pods ****/

