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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #505572;
	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;
}
#container  {
	width: 775px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* [disabled]height: 775px; */
	background-color: #F7F7F7;
	color: #505572;
}
#header  {
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 43px;
}
#headerSupport {
	float: right;
	width: 180px;
}
#headerLinks  {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 10px;
}
#searchBar {
}
#search_input {
	margin-top: 10px;
}
#search_enter {
	background-image: url(images/kirtoniq_go.jpg);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
}
#pagetitle {
	padding-right: 59px;
	padding-left: 70px;
	margin-top: -22px;
	line-height: 10px;
}
#mainContent  {
	padding-top: 0;
	padding-bottom: 0;
	float: none;
}
#contentLeft  {
	background-image: url(images/kirtoniq_12.jpg);
	width: 130px;
	height: 320px;
	float: left;
	background-repeat: no-repeat;
}

#contentMiddle {
	float: left;
	width: 420px;
}
#contentMiddle  #contentText {
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
#contentMiddle #miniLinks {
	height: 130px;
	font-size: 9px;
	width: 420px;
	margin-top: 25px;
}
#miniLinks #applications {
	padding-top: 35px;
	width: 200px;
	background-image: url(images/kirtoniq_yourapplications.jpg);
	height: 100px;
	background-repeat: no-repeat;
	float: left;
}
#miniLinks #developers {
	width: 200px;
	background-image: url(images/kirtoniq_developerkit.jpg);
	height: 100px;
	float: right;
	padding-top: 35px;
	background-repeat: no-repeat;
}

#contentRight {
	background-image: url(images/kirtoniq_recentevents.jpg);
	width: 160px;
	height: 295px;
	float: none;
	margin-left: 570px;
	background-repeat: no-repeat;
	font-size: 9px;
	padding-top: 50px;
	padding-right: 10px;
}
#contentRight a {
	text-align: right;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(images/kirtoniq_footerbar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #DB561E;
	font-weight: bold;
	font-size: 9px;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	padding-top: 30px;
}
h5 {
	line-height: 0px;
}
.powerBullet  {
	list-style-image: url(images/kirtoniq_bullet_19.jpg);
	list-style-type: none;
	padding-bottom: 5px;
}
a:link {
	color: #DA582C;
}
a:visited {
	color: #DA582C;
}
a:hover {
	color: #DA582C;
}
a:active {
	color: #DA582C;
}
#secondarySubNav  {
	width: 150px;
	height: 320px;
	float: left;
	margin-left: 25px;
	margin-top: -5px;
	background-image: url(images/kirtoniq_secondary_30.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bgTwo {
	background-image: url(images/secondary_bg02_11.jpg);
	background-repeat: no-repeat;
}
#secContentMiddle {
	float: left;
	width: 370px;
	font-size: 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 320px;
	padding-top: 10px;
}
#newsContentMiddle {
	float: left;
	width: 560px;
	font-size: 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 320px;
	padding-top: 10px;
}
.bgOne  {
	background-image: url(images/secondary_bg_11.jpg);
	background-repeat: no-repeat;
}
#secContentRight {
	width: 180px;
	height: 345px;
	float: none;
	margin-left: 570px;
	background-repeat: no-repeat;
	font-size: 9px;
}
.rightAlign {
	text-align: right;
}
#secContentRight a {
	text-align: left;
}
#secContentRight #secondaryApps {
	padding-top: 40px;
	width: 180px;
	background-image: url(images/secondary_apps_18.jpg);
	height: 115px;
	background-repeat: no-repeat;
}
#secContentRight #secondaryDev {
	width: 180px;
	background-image: url(images/secondary_apps_13.jpg);
	height: 125px;
	padding-top: 40px;
	background-repeat: no-repeat;
}
.subNavItem {
	width: 140px;
	background-color: #505572;
	height: 20px;
	list-style-type: none;
	font-size: 11px;
	text-align: center;
	display: block;
	padding-top: 7px;
}
.subNavSelected  {
	width: 140px;
	background-color: #c6c8d0;
	height: 20px;
	list-style-type: none;
	font-size: 11px;
	text-align: center;
	display: block;
	padding-top: 7px;
	border: thin inset #3E415A;
	color: #505572;
	font-weight: bold;
}

#secondarySubNav li {
	list-style-type: none;
	margin-left: -30px;
}
#secondarySubNav a:hover  {
	background-color: #c6c8d0;
	list-style-position: inside;
	list-style-image: url(images/kirtoniq_secondary_19.jpg);
	font-weight: bold;
	color: #505572;
}
#secondarySubNav a  {
	text-decoration: none;
	color: #FFFFFF;
	border: thin outset #3E415A;
}
#secondarySubNav a:active  {
	background-color: #c6c8d0;
	list-style-position: inside;
	list-style-image: url(images/kirtoniq_secondary_19.jpg);
	font-weight: bold;
	color: #505572;
}
.bgThree {
	background-image: url(images/secondary_bg03_11.jpg);
}
.headline {
	color: #E4543E;
	font-weight: bold;
	font-size: 10px;
}
.newslist {
	margin-left: -15px;
}
.red {
	color: #F00;
}
