body
{
	text-align:center;
}

#container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
html>body #container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:#cccccc;
}
html>body #header
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

#nkklogo
{
	float:left;
}
html>body #nkklogo
{
	float:left;
}

#smartswitch
{
	float:left;
	position:relative;
	left:30px;
}
html>body #smartswitch
{
	float:left;
	position:relative;
	left:30px;
}

#mainContent
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
html>body #mainContent
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

#productsphoto
{
	float:left;
	border-style:none;
}
html>body #productsphoto
{
	float:left;
	border-style:none;
}

#supportphoto
{
	float:left;
	position:relative;
	left:30px;
	border-style:none;
}
html>body #supportphoto
{
	float:left;
	position:relative;
	left:50px;
	border-style:none;
}

#applicationsphoto
{
	float:right;
	position:relative;
	right:40px;
	border-style:none;
}
html>body #applicationsphoto
{
	float:right;
	position:relative;
	right:0px;
	border-style:none;
}

#list
{
	width:960px;
}
html>body #list
{
	width:960px;
	display:inline-block;
}

.liHeader
{
	font-family:Arial;
	font-size:16pt;
	color:Gray;
}

li
{
	text-align:left;
	font-family:Arial;
	font-size:14pt;
	color:Black;
	margin-bottom:15px;
}
html>body li
{
	text-align:left;
	font-family:Arial;
	font-size:14pt;
	color:Black;
	margin-bottom:15px;
}

#productsli
{
	float:left;
	position:relative;
	right:60px;
	/* Needed to display bullets in IE when using float*/
	padding-left: 40px;
}
html>body #productsli
{
	float:left;
	position:relative;
	right:0px;
}

#supportli
{
	float:left;
	/* Needed to display bullets in IE when using float*/
	padding-left: 40px;
	position:relative;
	right:60px;
}
html>body #supportli
{
	float:left;
	position:relative;
	right:-30px;
}

html>body #applicationsli
{
	float:right;
	/*position:relative;*/
	/*left:110px;*/
}

.liheading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:100px;
}
html>body .liheading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:100px;
}

.liSupportHeading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:90px;
}
html>body .liSupportHeading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:90px;
}

.liApplicationsHeading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:100px;
}
html>body .liApplicationsHeading
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	position:relative;
	right:90px;
}

.bottoma
{
	color:Blue;
	text-decoration:none;
	font-family:Arial;
	font-size:14pt;
}
html>body .bottoma
{
	color:Blue;
	text-decoration:none;
	font-family:Arial;
	font-size:14pt;
	position:relative;
	/*right:80px;*/
	bottom:30px;
	float:left;
}
