
body
{
	margin-top:0px;
}

#kdsLogo, #esLogo
{	
	height: 75px;
	text-decoration: none;
	background-color: Red;
}

#kdsLogo
{
 background: url('images/kds/Kds-Logo.png') no-repeat 5px 15px;
 width: 200px;
 float: left;
}

#esLogo
{
 background: url('images/CustCare.png') no-repeat 0px 15px;
 width: 300px; 
 float: right;	
 
}


/* From: http://www.kodakdental.com/css/Layout.css */

#kds-container
{
	margin: 0px auto;
	width: 960px;
}

#kds-content
{
	clear: both;
	padding: 15px;
	padding-top: 0px;
	background: url('images/kds/Content-top-background.png') no-repeat;
}

/*
#kds-subnav
{
	display: inline;
	float: left;
	width: 180px;
	background: url('images/kds/SubNav-background.png') no-repeat;	
}

#kds-maincontent
{
	padding-left: 30px;	
	width: 750px;
	float: none;		
}
*/


/* TOP Navigation Bar. From: from http://www.kodakdental.com/css/globalnav-en.aspx */

#kds-nav
{
	width: 960px;
	height: 40px;
	padding-bottom: 10px;
}


#kds-nav-leftSection
{
	float: left;
	width: 36px;
	height: 40px;
	background: url('images/kds/TopNav-Left.png') no-repeat;
}

#kds-nav-midSection
{
	float: left;
	width: 904px;
	height: 40px;
	background: url('images/kds/TopNav-Background.png') repeat-x;
}


#kds-nav-rightSection
{
	float: left;
	width: 20px;
	height: 40px;
	background: url('images/kds/TopNav-Right.png') no-repeat;
}


#kds-nav ul, #kds-nav ul li
{	
	display: inline;
	padding: 0px;
	margin: 0px;		
}

#kds-nav ul li a
{
	color: #ffffff;
	text-decoration: none;	
	font-weight: bold;
	font-size: .9em;	
		
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	
	padding-top: 12px;
	height: 28px;	
	float: left;		
}


#kds-nav ul li a:hover, #kds-nav ul li a.selected
{
	background-color: #696969;
}


#kds-subnav hr
{
	width: 90%;
	color: #cccccc;
}

#kds-subnav ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
	
}

#kds-subnav ul li
{
	margin: 0px;
	list-style: none;
	padding-top: 5px;
}

#kds-subnav ul li a
{
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;	
	color: #fff;	
}


#kds-subnav ul ul li
{	
	background-color: #cccccc;
	padding-left: 20px;	
	font-size: .75em;	
}

#kds-subnav ul ul li a
{
	color: #696969;
}

#kds-footer, #kds-footer a
{
	clear: both;
	padding: 5px;
	margin-top: 20px;
	font-size: smaller;
	color: #666666;
	text-align: center;	
}


