@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF2DB;
	margin: 0;
	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: #999;
	font: 100% Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px auto;
	width: 1024px;
	background: url(../../../KD-DESIGN/KDLogos/css/none);
}
#container {
	background: #FFF;
}
#masthead {
	background: url(../../../KD-DESIGN/KDLogos/css/images/masthead.jpg);
}

#header {
	width: 924px;
	padding-left: 100px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: -25px;

	}
#nav {
	text-align:left;
	width:960px;
	margin-left: 64px;
}
#nav ul {
margin:0;
padding:0;
width:100%;
}
#nav li {
	display:inline;
	list-style-type:none;
	width:100%;
	margin-left: 26px;
}
#nav a {
	text-decoration:none;
}
#nav-vertical {
	width: 150px;
	min-height: 300px;
	text-align: left;
	padding-left: 120px;
	text-transform: uppercase;
	font-size: small;
	text-decoration: none;
	position: absolute;
	top: 160px;
}
#nav-vertical li {
	display:inline;
	list-style-type:none;
	width:100%;
	margin-left: 26px;
	}
#curves {
	background: url(../images/curves-bar.jpg);
	height: 346px;
	width: 1024px;
	margin-top: 260px;
	float: none;
}
#swap {
	float: right;
	text-align: right;
	width: 736px;
	min-height: 275px;
}

#mainContent {
	width: 1024px;
	height: 0px;
}
#slider {
	float: right;
	width: 740px;
}

#caption {
	font-size: xx-small;
	width: 130px;
	padding-top: 75px;
	float: right;
	padding-right: 80px;
	text-align: left;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-variant: normal;
	color: #666;
	line-height: 2em;
	padding-left: 20px;
}
#large-image {
	padding: 0px;
	float: left;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
