/* ---------------------------------------------------------------- */
/* | Nammis Stylesheet                                            | */
/* ---------------------------------------------------------------- */
/* | Copyright (c) 2007 by Nammis Limited, London, United Kingdom | */
/* ---------------------------------------------------------------- */



/* ---------------------------------------------------------------- */ 
/* | General settings                                             | */
/* ---------------------------------------------------------------- */

body {
	background: url("http://www.nammis.com/images/bg-blue-tile.png");
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;	
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

/* Do not move, otherwise underline will not work correctly */
a:hover {
	color: black;
	text-decoration: underline;
}

p {
	margin: 0px;
}



/* ---------------------------------------------------------------- */ 
/* | Page Structure                                               | */
/* ---------------------------------------------------------------- */

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 980px;
	background: url("http://www.nammis.com/images/frame-header.png");
}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	height: 28px;
	width: 980px;
	background: url("http://www.nammis.com/images/frame-navigation.png");
}

#main {
	position: relative;
	width: 980px;
	background-image: url("http://www.nammis.com/images/frame-line.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	height: 50px;
	background: url("http://www.nammis.com/images/frame-footer.png");
	background-repeat: no-repeat;
	background-position: top left;
}



/* ---------------------------------------------------------------- */ 
/* | Page Header                                                  | */
/* ---------------------------------------------------------------- */

#header-logo {
	position: absolute;
	left: 28px;
	top: 25px;	
	height: 60px;
	width: 210px;
}	

#header-text {
	position: absolute;
	left: 600px;
	top: 35px;	
	height: 60px;
	width: 350px;
}	



/* ---------------------------------------------------------------- */ 
/* | Page Navigation                                              | */
/* ---------------------------------------------------------------- */

#navigation ul {
	margin: 0px;
	margin-left: 66px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
}



/* ---------------------------------------------------------------- */ 
/* | Page Main Area                                               | */
/* ---------------------------------------------------------------- */


#content {
	position: relative;
	overflow: visible;
	top: 20px;
	left: 173px;
	width: 637px;
	padding-bottom: 20px;
	min-height: 410px;
	height: auto !important; /* IE6 min-height fix */
  height: 410px;
}

#sidebar {
	position: absolute;
	top: 20px;
	left: 815px;
	width: 145px;
}



/* ---------------------------------------------------------------- */ 
/* | Page Menu                                                    | */
/* ---------------------------------------------------------------- */

#menu {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 160px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: url("http://www.nammis.com/images/menu-line.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#menu ul li {
	line-height: 15px;
	font-weight: bold;
}

#menu ul li a {
	padding: 2px;
	padding-left: 6px;
	margin: 0;
	display: block;
	left: 0px;
	width: 148px;
}

#menu ul li a:hover {
	text-decoration: none;
	color: white;
	background: #0B557C;
}

.menu-header {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 160px;
	background: url("http://www.nammis.com/images/menu-header.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* Menu Home Item */
.menu-home a {
	line-height: 25px;
	vertical-align: top;
}

/* Menu Downloads Item */
.menu-downloads a {
	line-height: 25px;
	vertical-align: top;
}

.menu-downloads-highlighted a {
	line-height: 25px;
	background-color: #BBBBBB;
	vertical-align: top;
}

/* Menu Highlighted */
.menu-highlighted a {
	background-color: #BBBBBB;
}

/* Menu Sub Item */
.menu-subitem a {
	color: #505050;
	font-weight: normal;
	line-height: 12px;
	text-indent: 5px;
}

.menu-subitem-bold a {
	color: #505050;
	font-weight: normal;
	line-height: 12px;
	text-indent: 5px;
	font-weight: bold;
}

.menu-subitem-highlighted a {
	color: #222222;
	font-weight: normal;
	line-height: 12px;
	text-indent: 5px;
	background-color: #BBBBBB;
}

.menu-footer {
	height: 18px; 
	width: 160px;
	background: url("http://www.nammis.com/images/menu-footer.png");
	background-repeat: no-repeat;
	background-position: top left;
}



/* ---------------------------------------------------------------- */ 
/* | Page Content Area                                            | */
/* ---------------------------------------------------------------- */

#content-text {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-text-purple {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line-purple.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-text-blue {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line-blue.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-text-orange {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line-orange.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-text-green {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line-green.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-text-grey {
	min-height: 440px;
	height: auto !important; /* IE6 min-height fix */
  height: 440px;	
	overflow: visible;
	background-image: url("http://www.nammis.com/images/content-line-grey.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 10px;
}

#content-footer {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content-footer-purple {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer-purple.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content-footer-blue {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer-blue.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content-footer-orange {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer-orange.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content-footer-green {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer-green.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#content-footer-grey {
	position: relative;
	left: 173px;
	height: 10px;
	width: 637px;
	background-image: url("http://www.nammis.com/images/content-footer-grey.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* Large Image in Contact Area */
.image-large {
	height: 150px !important;
}

/* Content Table */
.content-column {
	width: 175px;
	vertical-align: top;
}

.customer-quote {
	position: absolute; 
	top: 280px; 
	left: 480px; 
	width: 150px;
}

/* ---------------------------------------------------------------- */ 
/* | Sidebar Boxes                                                | */
/* ---------------------------------------------------------------- */

.sidebar-box-text {
	position: relative;
	min-height: 10px;
	height: auto !important; /* IE6 min-height fix */
  height: 10px;	
	width: 145;
	background-image: url("http://www.nammis.com/images/box-content-line.png");
	background-repeat: repeat-y;
	background-position: top left; 
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 10px;
}

.sidebar-box-footer {
	position: relative;
	left: 0px;
	height: 10px;
	width: 145px;
	background-image: url("http://www.nammis.com/images/box-content-footer.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar-image {
	margin-left: -7px; 
	margin-top: -5px;
}

.sidebar-separator {
	margin: 0px;
	padding: 0px;
	height: 8px;
}

.sidebar-box-purple {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-purple.png");
}

.sidebar-box-grey {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-grey.png");
}

.sidebar-box-blue {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-blue.png");
}

.sidebar-box-green {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-green.png");
}

.sidebar-box-red {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-red.png");
}

.sidebar-box-orange {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-orange.png");
}

.sidebar-box-black {
	height: 24px;
	background-image: url("http://www.nammis.com/images/box-black.png");
}


/* ---------------------------------------------------------------- */ 
/* | Homepage                                                     | */
/* ---------------------------------------------------------------- */

.box-aboutus {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 318px;
}

.box-solutions {
	position: absolute;
	top: 0px;
	left: 325px;
	width: 318px;
}

.box-services {
	position: absolute;
	top: 205px;
	left: 0px;
	width: 318px;
}

.box-industries {
	position: absolute;
	top: 205px;
	left: 325px;
	width: 318px;
}

.content-box-small {
	position: relative;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 318px;
	background-image: url("http://www.nammis.com/images/content-box-small.png");
}

.home-image {
	height: 103px;
}

.title-small-blue {
	height: 24px;
	width: 317px;
	background-image: url("http://www.nammis.com/images/title-blue-small.png");
	cursor: pointer;
	text-decoration: none;
}

.title-small-purple {
	height: 24px;
	width: 317px;
	background-image: url("http://www.nammis.com/images/title-purple-small.png");
	cursor: pointer;
	text-decoration: none;
}

.title-small-orange {
	height: 24px;
	width: 317px;
	background-image: url("http://www.nammis.com/images/title-orange-small.png");
	cursor: pointer;
	text-decoration: none;
}

.title-small-green {
	height: 24px;
	width: 317px;
	background-image: url("http://www.nammis.com/images/title-green-small.png");
	cursor: pointer;
	text-decoration: none;
}


/* ---------------------------------------------------------------- */ 
/* | News Page                                                     | */
/* ---------------------------------------------------------------- */

.nammis-map {
	position: absolute;
	padding-top: 0px;
	margin-top: 0px;
	top: -11px;
	left: 0px;
	height: 375px;
	width: 645px;
}

.content-box-news {
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 318px;
	background-image: url("http://www.nammis.com/images/content-box-news.png");
}

.news-aboutus {
	position: absolute;
	top: 370px;
	left: 0px;
	width: 318px;
}

.news-solutions {
	position: absolute;
	top: 370px;
	left: 325px;
	width: 318px;
}

.news-partners {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 318px;
}

.news-sbn {
	position: absolute;
	top: 550px;
	left: 325px;
	width: 318px;
}

.news-nammis {
	position: absolute;
	top: 730px;
	left: 0px;
	width: 318px;
}

.news-sap {
	position: absolute;
	top: 730px;
	left: 325px;
	width: 318px;
}


/* ---------------------------------------------------------------- */ 
/* | Title Bars                                                   | */
/* ---------------------------------------------------------------- */

.title-bar-blue {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-blue.png");
}

.title-bar-purple {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-purple.png");
}

.title-bar-orange {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-orange.png");
}

.title-bar-green {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-green.png");
}

.title-bar-grey {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-grey.png");
}

.title-bar-red {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-red.png");
}

.title-bar-black {
	height: 24px;
	background-image: url("http://www.nammis.com/images/title-black.png");
}

.title-text {
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 8px;
}

.title-text p {
	color: white;
}

.title-back a {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	vertical-align: top;
}



/* ---------------------------------------------------------------- */ 
/* | Page Footer                                                  | */
/* ---------------------------------------------------------------- */

#footer ul {
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	padding-top: 22px;
	list-style-type: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}



/* ---------------------------------------------------------------- */ 
/* | Side Menu                                                    | */
/* ---------------------------------------------------------------- */

#side-menu-box {
	position: absolute;
	top: -8px;
	left: 480px;
	height: 425px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.side-menu {
	list-style: none;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
}

.side-menu li {
	line-height: 20px;
	text-indent: -11px;
}

li.side-menu-indent {
	padding-left: 8px;
	line-height: 18px;
}

.side-menu-header {
	margin-top: 16px;
	margin-left: -1px;
	margin-bottom: 5px; 
	font-size: 12px;
	font-weight: bold;
}


/* ---------------------------------------------------------------- */ 
/* | Text Formats                                                 | */
/* ---------------------------------------------------------------- */

.text-box {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
}

.text-box-justify {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
	text-align: justify;
}

.text-box-wide {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 610px;
	text-align: justify;
}

.text-box-wide-justify {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 610px;
	text-align: justify;
}

.text-paragraph {
	padding-top: 10px;
}
	
.text-paragraph-small {
	padding-top: 5px;
}

.text-title {
	margin-top: 16px;
	margin-left: -2px;
	margin-bottom: 4px; 
	font-size: 14px;
	font-weight: bold;
}

.text-header {
	margin-top: 16px;
	margin-left: -1px; 
	font-size: 12px;
	font-weight: bold;
}

a.text-email {
	color: #000099;
	text-decoration: underline;
}

.text-black {
	color: black;
}

a.text-black-bold {
	color: black;
	font-weight: bold;
}

a.text-black-ul {
	color: black;
	text-decoration: underline;
}

font.text-black-bold {
	color: black;
	font-weight: bold;
}

.text-black-bold {
	color: black;
	font-weight: bold;
}

.text-orange {
	color: #FF7F00;
}

a.text-orange {
	color: #FF7F00;
}

a:visited.text-orange {
	color: #FF7F00;
}

.text-orange-bold {
	color: #FF7F00;
	font-weight: bold;	
}

.text-green {
	color: #31A30D;
}

a.text-green {
	color: #31A30D;
}

a:visited.text-green {
	color: #31A30D;
}

.text-green-bold {
	color: #31A30D;
	font-weight: bold;	
}

a.text-green-bold {
	color: #31A30D;
	font-weight: bold;	
}

.text-grey {
	color: #707070;
}

a.text-grey {
	color: #707070;
}

a:visited.text-grey {
	color: #707070;
}

.text-lightgrey {
	color: #D8D8D8;
}

a.text-lightgrey {
	color: #D8D8D8;
}

a:visited.text-lightgrey {
	color: #D8D8D8;
}

a.text-grey-ul {
	color: #707070;
	text-decoration: underline;
}

a:visited.text-grey-ul {
	color: #707070;
	text-decoration: underline;
}

a.text-grey-bold {
	color: #707070;
	font-weight: bold;
}

.text-grey-italic {
	color: #707070;
	font-style: italic;
}

.text-white {
	color: white;
}

a.text-white {
	color: white;
}

a:visited.text-white {
	color: white;
}

a.text-white-ul {
	color: white;
	text-decoration: underline;
}

a:visited.text-white-ul {
	color: white;
	text-decoration: underline;
}

a.text-white-bold {
	color: white;
	font-weight: bold;
}

font.text-white-bold {
	color: white;
	font-weight: bold;
}

.text-blue {
	color: #2397B4;
}

font.text-blue {
	color: #2397B4;
}

a.text-blue {
	color: #2397B4;
}

.text-purple {
	color: #8F2F94;
}

a.text-purple {
	color: #8F2F94;
}

a:visited.text-purple {
	color: #8F2F94;
}

a.text-purple-bold {
	color: #8F2F94;
	font-weight: bold;
}

a.link-black {
	color: #000000;
	font-weight: bold;
}

a:visited.link-black {
	color: #000000;
	font-weight: bold;
}

a.link-purple {
	color: #8F2F94;
	font-weight: bold;
}

a:visited.link-purple {
	color: #8F2F94;
	font-weight: bold;
}

a.link-green {
	color: #31A30D;
	font-weight: bold;
}

a:visited.link-green {
	color: #31A30D;
	font-weight: bold;
}

a.link-orange {
	color: #FF7F00;
	font-weight: bold;
}

a:visited.link-orange {
	color: #FF7F00;
	font-weight: bold;
}

a.text-red {
	color: #8C0001;
}

a:visited.text-red {
	color: #8C0001;
}

.text-red-bold {
	color: #8C0001;
	font-weight: bold;	
}

ul.list {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

.list li {
	line-height: 16px;
}

ul.sub-list {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 30px;
}

.sub-list li {
	line-height: 16px;
}

ul.feature-list {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

.feature-list li {
	margin-top: 16px;
}

ul.subfeature-list {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 30px;
}

.subfeature-list li {
	line-height: 16px;
	margin-top: 4px;
}


/* SAP Partner Logo */
.sap-partner {
	position: relative; 
	top: 20px; 
	left: 28px;	
}
