


/* ===== GLOBAL ===== */

*{
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	padding: 0;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: #DEDEDE;
	background-color: #DEDEDE;
	font-size: 11px;
}

.plain:link { color: #3886E6; text-decoration: none;}
.plain:visited { color: #3886E6; text-decoration: none;}
.plain:hover { color: #FFFFFF; text-decoration: none; background: #3F84E5; }
.plain:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }


.formButton{
	padding: 1px 1px;
	margin: 0;
	background-color: #B1E717;
	font: 8pt Verdana, Arial;
	font-weight: bold;
	color: #333333;
}

.formCancelButton{
	color: #666;
	padding: 1px 2px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #eee;
}


.clear {
	clear: both;
}

/* ===== HEADER ===== */

#header {
	width: inherit;
	background: #46A3DB url(http://www.krononsolutions.com/images/ms/global/kronon_hdr_tile.gif) top repeat-x;
	margin-bottom: 2px;
}



/* ===== FOOTER ===== */

#footer {
	width: 760;
	background-color: #ffffff;
	padding: 5px;
	color: #575757;
	font: 7pt Verdana, Arial;
}


/* ===== PRIMARY NAV ===== */
#navigation {
	width: inherit;
	height: 25px;
	background-color: #666666;
	margin-bottom: 2px;
}

#navigation a {
	padding: 3px;
	font: 10pt Arial, Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	padding: 3px;
	background-color: #46A3DB;
}

#navigation ul {
	margin-left: 8px; padding: 3px;
	vertical-align: middle;
}

#navigation li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
	padding-right: 8px;
}



/* ===== SIDE NAV ===== */
.mainSideNavItem {
	width: inherit;
	font: 8pt Verdana, Arial;
	font-weight: bold;	
	background: #cccccc url(http://www.krononsolutions.com/images/ms/global/nav_arrow.gif) center left no-repeat;
	background-color: #cccccc;
	color: #333333;
	border-bottom: 1px solid #999999;
	padding: 2px 2px 2px 15px;
}

.subSideNavItem {
	width: inherit;
	font: 8pt Verdana, Arial;
	background-color: #eeeeee;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 15px;
}

.subSideNavItemSelected {
	width: inherit;
	font: 8pt Verdana, Arial;
	background-color: #ffffff;
	color: #e2691f;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 15px;
}

.subSideNavItem a {
	color: #666666;
	text-decoration: none;
}

.subSideNavItem a:hover {
	color: #666666;
	text-decoration: underline;
}



	div.descWrapper {
		float:			left;
		width:			530px;
	}

	div.descWrapper div.image {
		float: 		left; 
		width: 		100px;
		padding-top: 10px;
		text-align: center;
	}
	
	div.descWrapper div.desc {
		width:		430px;
		float:		right;
	}



.contentHeading {
	font: 13pt Trebuchet MS, Arial, Verdana;
	font-weight: bold;
	color: #6DA727;
}

/* ===== CONTENT NAV ===== */
.mainContentNavItem {
	width: inherit;
	font: 12pt Trebuchet MS, Verdana, Arial;
	font-weight: bold;	
	/*background: url(http://www.krononsolutions.com/images/ms/global/nav_arrow.gif) center left no-repeat;*/
	color: #666;
	padding: 0px 2px 2px 4px;
}
.mainContentNav {
	/*border: 1px solid #ccc;*/
	margin-bottom: 6px;
}
ul {
	margin-bottom: 8px;
	list-style: none;
}
li.subContentNavItem, li.subContentNavItemSelected {
	float: left;
	padding: 2px 2px 2px 12px;
}
li.subContentNavItem  {
	font: 8pt Arial, Verdana;
	padding-left: 14px;
	background: url(http://www.krononsolutions.com/images/ms/global/arrow2off.gif) 5px 7px no-repeat;
}
li.subContentNavItemSelected  {
	font: 8pt Arial, Verdana;
	background: url(http://www.krononsolutions.com/images/ms/global/arrow2on.gif) 5px 6px no-repeat;
	background-color: #3088CC;
	/*border-bottom: 5px solid #3088CC;*/
}

.subContentNavItem {
	color: #3088CC;
	padding: 2px 2px 2px 15px;
}
.subContentNavItemSelected {
	color: #ffffff;
	padding: 2px 2px 2px 15px;
}
.subContentNavItem, .subContentNavItemSelected {
	font-weight: none;
}
.subContentNavItem a {
	color: #3088CC;
	text-decoration: none;
}

.subContentNavItem a:hover {
	color: #3088CC;
	text-decoration: underline;
}

.contentBar {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px;
	border: 0px;
	background-color: #cccccc;
}

.contentSubHeading {
	font: 9pt Arial, Verdana;
	font-weight: bold;
	color: #6DA727;
}

.contentText {
	font: 10pt Arial, Verdana;
	font-weight: none;
	color: #666;
}

.contentLink {
	font: 9pt Arial, Verdana;
	color: #3088CC;
	text-decoration: none;
}

.contentLink:hover {
	text-decoration: underline;	
}

/* ===== FOOTER NAV ===== */

#footernav {
	width: 760;
	background-color: #9C9C9C;
	border: 2px solid #ffffff;
	padding: 12px;
}

#footernav table {
	border: 0;
}

#footernav table tr th {
	font: 8pt Verdana, Arial;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

#footernav table tr td {
	font: 7pt Verdana, Arial;
	font-weight: none;
	color: #ffffff;
	text-align: left;	
}
#footernav a:link {
	color: #fff;
	text-decoration: none;
}
#footernav a:visited {
	color: #ddd;
	text-decoration: none;
}
#footernav a:hover {
	text-decoration: underline;
}


/* ===== TECHNOLOGY ===== */
.technology .logos, .technology .description {
	vertical-align: top;
}
.technology .description {
	padding-left: 1em;
}


/* ===== PAGE CONTAINER ===== */

#container { } /* IE5 Fixer Upper */

#container {
	background-color: inherit;
	height: 100%;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}


/* ===== MAIN CONTENT AREA ===== */

#content {
	width: inherit;
	background-color: #ffffff;
	margin-bottom: 5px;
	padding: 0;
}

.contentTitle {
	font: 13pt Trebuchet MS,Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #5E5E5E;
	padding-bottom: 2px;
}

.titleSepBar {
	width: 100%;
	height: 1px;
	background-color: #606060;
	border: 0px;
	padding: 0px;
}

.contentSubTitle {
	font: 8pt Verdana, Arial;
	font-weight: bold;
	color: #1F80BA;
	padding-bottom: 2px;
}

.subTitleSepBar {
	width: 50%;
	height: 1px;
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
}

.text {
	padding-top: 5px;
	font: 10pt Lucida Grande, Verdana, Arial;
	color: #666;
}
.text h1 {
	margin-top: 1em;
	padding: 0;
	color: #88BC48;
	font: 1.1em Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
}
p {
	margin-top: 0.75em;
	font-size: .9em;
	line-height: 1.2em;
}


/* ===== MAIN CONTENT AREA ===== */

.companyInfo p {
	margin-top: 1.4em;
}

/* ===== 2 COLUMN LAYOUT ===== */

#twocol {
	margin: 0; padding: 0;
	border: 0;
}

#twocol #bodyColWithNav {
	width: 510px;
	padding: 17px;
	vertical-align: top;
}

#twocol #navCol {
	width: 192px;
	background-color: #F8F8F8;
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}



#itemModule {
	/*background: #00389F;*/
	background: #999;
	color: #fff;
	width: inherit;
	margin: 1.5em 0em 3em 0em;
}
#itemModule #itemHeader h1 {
	margin: 0;
	padding: 0em 0 .5em 1em;
	font: 1.3em Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15em;
	border-bottom: 1px solid #333;
	/*background: url(http://www.krononsolutions.com/images/ms/global/topheader.gif) 0px 0px no-repeat;*/
}
#itemModule .itemBody {
	background: #eee;
	/*background: #DDE8FD;*/
	color: #333;
}
#itemModule p {
	margin-left: .5em;
	font-size: 1.0em;
	line-height: 1.4em;
}
#itemModule p strong {
	color: #000;
}
#itemModule ul {
	margin: 0;
	padding: 0;
}
#itemModule .itemBody li {
	margin: 0;
	padding: 10px 15px 10px 75px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
}
#itemModule .itemBody p {
	margin: 0;
}
/*#itemModule li {
	background: url(http://www.krononsolutions.com/images/ms/global/placeholder.gif) -5px 50% no-repeat;
}*/
#itemModule li.last {
	border: none;
}

/* Admin Tool */
#itemModule li#srvImages {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/camera2_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvInvCtrl {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/preferences_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvPrntRprts {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/statistics3_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvAddCmmnts {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/about_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvEdtPrcng {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/money2_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvCntctPhts {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/users3_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvEdtFtrs {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/edit_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvWndwStckrs {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/windowStickers_wbg.gif) -5px 50% no-repeat;
}
#itemModule li#srvCntctInfo {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/id_card_wbg.gif) -5px 50% no-repeat;
}

/* Why Kronon */
#itemModule li#kckYrInv {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/gear_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#imgIsEvr {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/standardphotos_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#fcsOnFtrs {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/windowStickers_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#fcTheWrld {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/businessman_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#gotYrBck {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/calendar_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#wlkngTheWlk {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/book_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#tdyTmrrw {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/lightbulb_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#oneCll {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/telephone_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#acGarnt {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/accuracy_wbg.gif) -5px 50% no-repeat;
}

/* Services */
#itemModule li#grphcDsgn {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/graphicDesign_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#seo {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/searchEngineOptimization_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#trnng {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/book_wbg.gif) -5px 50% no-repeat;
}

#itemModule li#cstmSftwrDvlpmnt {
	background: url(http://www.krononsolutions.com/images/ms/global/icons/32/customSoftwareDevelopment_wbg.gif) -5px 50% no-repeat;
}




/*.roundcont p {
	margin: 0 10px;
}*/

.topCorners { 
	background: url(http://www.krononsolutions.com/images/ms/global/tr.gif) no-repeat top right; 
}

.bottomCorners {
	background: #999 url(http://www.krononsolutions.com/images/ms/global/br.gif) no-repeat bottom right; 
}
.bottomCorners img {
	margin-bottom: -1px;
}

img.corner {
	margin: 0;
	width: 8px;
	height: 8px;
	border: none;
	display: block !important;
}
