/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******** MAIN ***********/

body {
	background-color: #000000;
	font-family: "Myriad Pro", Arial;
}

#wrapper {
	height: 455px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -228px;
	width: 100%;
}
	#container {
		margin: 0 auto;
		width: 1215px; /* 976 */
		position: relative;
		padding: 14px 0;
	}
		#info {
			float: left;
			width: 785px;
			height: 428px;
			position: relative;
		}
			#info h1 {
				background: url(images/logo-ka.png) no-repeat;
				width: 518px;
				height: 85px;
				text-indent: -5000px;
			}
			
			#info a#menu-link {
				position: absolute;
				top: 105px;
				right: 15px;
				color: #453d3f;
				font-size: 18px;
			}

			#info #box-wraps {
				position: absolute;
				bottom: 0px;
				left: 0px;
				height: 245px;
			}
				#info #box-wraps .box {
					float: left;
					background: url(images/box.png) no-repeat;
					width: 189px;
					height: 189px;
					padding: 28px;
					margin-left: 17px;
				}

				#info #box-wraps .first-box {
					margin-left: 0px;					
				}

					#info #box-wraps .box h2 {
						color: #f5821f;
						font-size: 30px;
						line-height: 35px;
						margin-bottom: 5px;
					}
					
					#info #box-wraps .box p {
						color: #919191;
						font-size: 14px;
						line-height: 17px;
					}
					
					#info #box-wraps .box a {
						color: #919191;
					}
						#info #box-wraps .box a:hover {
							text-decoration: none;
						}
		#map {
			float: right;
			width: 428px;
		}

.reset {
	clear: both;
}
