html {
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url('../images/bkg.gif') repeat-x;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6f6f6f;
}

a img, img {
    border: none;
}

.clearer {
    clear: both;
}

#main-container {
    width: 990px;
    background: #ffffff;
    margin: 0;
}

#main-top-container {
	width: 990px;
	height: 335px;
	background: url('../images/top-bg.jpg') no-repeat center center;
}

#main-top-left {
	width: 270px; /* 280px - 10px */
	height:125px; /* 335px - 210px */
	float:left;

	padding: 210px 0 0 10px;
}

#langs {
	float: left;
	clear: both;
	width: 280px;
	height: 22px;
	margin-top: 60px;
}

#langs a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #6f6f6f;
	text-decoration: none;
	padding: 0 0 0 27px;
	margin-right: 15px;
}

#langs a:hover {
    color: #ff6600;
    text-decoration: underline;
}

#langs a.bg {
	background: url('../images/bg.gif') no-repeat left center;
}

#langs a.bg-inactive {
	background: url('../images/bg-inactive.gif') no-repeat left center;
}


#langs a.uk {
	background: url('../images/uk.gif') no-repeat left center;
}

#langs a.uk-inactive {
	background: url('../images/uk-inactive.gif') no-repeat left center;
}

/*#flash-container {*/
/*    width: 990px;*/
/*    height: 284px;*/
/*	*/
/*}*/

#flash-container {
	width: 699px;
	height: 284px;
	float: left;
	margin-left: 0;
}

#top-container {
    width: 978px; /* 990px - 12px */
    height: 14px; /* 41px - 27px */
    background: url('../images/top-bkg.jpg') no-repeat;
    padding: 27px 0 0 12px;
}

#top-container a {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    color: #6f6f6f;
    text-decoration: none;
	line-height: 14px;
}

#top-container a:hover {
    color: #ff6600;
    text-decoration: underline;
}

#top-container a#sitemap {
    padding: 0 0 0 16px;
    background: url('../images/site-map-icon.gif') no-repeat left center;
}

#top-container a#lang {
    padding: 0 0 0 18px;
    background: url('../images/lang-icon.gif') no-repeat left center;
}

#left-navigation {
    float: left;
    width: 250px;
	margin: 5px 0 0 0;
}

/* main page */

#main {
    width: 990px;
	padding: 5px 0 0 0;
	background: url('../images/main-page-bkg.jpg') no-repeat right top;
}

#page {
    float: left;
    width: 680px;/* 740px - 30px - 30px */
	padding: 0 30px 0 30px;
}

#page .style1 {
    font-size: 12px;
	color: #6f6f6f;
}

#page .style2 {
	font-size: 17px;
    color: #006039;
	letter-spacing: -1px;
}

#page a {
    color: #6f6f6f;
}

h2 {
	width: 485px;
    font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	color: #006039;
	border-bottom: 1px solid #cccccc;
	letter-spacing: -1px;
}

h2.application {
   margin-top: 40px;
}

h2.line {
   width: 680px;
}

h3 {
	width: 160px;
    font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #006039;
	letter-spacing: -1px;
}

#page p {
    margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.style1 {
    font-size: 17px;
	color: #006039;
}

#page p.details {
    margin: 0;
	padding: 0;
	font-weight: bold;
}

#page p.details a {
    font-weight: normal;
	color: #6f6f6f;
}

#page div.ibox span,#page div.rbox span {
    display: block;
	float: left;
	background: url('../images/link-icon.gif') no-repeat left center;
	padding: 0 0 0 6px;
	margin: 0 10px 0 0;
}

#page div.ibox span a,#page div.rbox span a {
    color: #ff6600;
    text-decoration: none;
   	white-space: nowrap;
}

#page div.ibox span a:hover,#page div.rbox span a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #ff6600;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}

p#navbar {
    line-height: 14px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #aaaaaa;
}

p#navbar a {
   color: #aaaaaa;
}

/* end main page */

/* left navigation */

#left-navigation span.main-button {
    display: block;
	width: 241px; /* 250px - 9px */
	height: 30px;
	line-height: 30px;
	background: url('../images/main-dir-bkg.jpg') no-repeat;
	padding: 0 0 0 9px;
	text-decoration: none;
	color: #006039;
	font-size: 15px;
}

#left-navigation span.main-button a {
    text-decoration: none;
	color: #006039;
} 

#left-navigation span.main-button a:hover{
    text-decoration: underline; 
}

#left-navigation a {
    display: block;
    text-decoration: none;
}

#left-navigation a:hover {
    text-decoration: underline;
}

#left-navigation div.button-open {
	width: 250px;
    background: url('../images/button-border.gif') no-repeat left bottom;
	padding: 0 0 1px 0;
}

#left-navigation div.button-open div.button-top-open {
    
	width: 250px;
    background: url('../images/button-border.gif') no-repeat left top;
	padding: 1px 0 0 0;
}

#left-navigation div.button-open div.button-top-open span.button-open {
    display: block;
	width: 250px;
	padding: 3px 0;
	line-height: 14px;
	background: url('../images/button-bkg-over.gif') repeat-y left top;
}


#left-navigation div.button-open div.button-top-open span.button-open a {
	color: #ff6600;
	width: 231px; /* 250px - 19px */
	padding: 0 0 0 19px;
	background: url('../images/button-bkg-open.gif') no-repeat left center;
}

#left-navigation div.button-ext {
	background: url('../images/button-border.gif') no-repeat left top;
	margin-bottom: 5px;
}


#left-navigation div.button-ext-b {
	background: url('../images/button-border.gif') no-repeat left bottom;
}


#left-navigation div.button-ext span {
	color: #ff663a;
}

#left-navigation div.last {
    background: none;
	padding: 0;
}

#left-navigation div.first  div.button-top-open {
	width: 250px;
    background: none;
	padding: 0;
}
   
#left-navigation div.button-open span.subbutton {
	display: block;
	width: 240px; /* 240px - 10px */
	padding: 3px 0 3px 10px;
	line-height: 14px;
}

#left-navigation div.button-open span.subbutton a{
	width: 221px; /* 240px - 19px */
	padding: 0 0 0 19px;
	color: #6f6f6f;
	background: url('../images/button-bkg.gif') no-repeat left center;
}

#left-navigation div.button-open span.open {
	background: url('../images/button-bkg-over.gif') repeat-y left top;
}

#left-navigation div.button-open span.open a{
	width: 221px; /* 240px - 19px */
	padding: 0 0 0 19px;
	color: #ff6600;
	background: url('../images/button-bkg-open.gif') no-repeat left center;
}


#left-navigation div.button span.button {
    display: block;
	width: 250px;
	padding: 3px 0;
	line-height: 14px;
}

#left-navigation div.button span.button a {
	width: 231px; /* 250px - 19px */
	padding: 0 0 0 19px;
	color: #6f6f6f;
	background: url('../images/button-bkg.gif') no-repeat left center;
}

/* end left navigation */

/* main elements */
img.main-img {
    float: left;
}

div.ibox-container {
    padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	float: left;
}

div.clients {
	margin: 0 0 10px 0;
}

div.ibox-product-container {
    margin: 0 0 10px 0;
}

div.ibox {
    width: 485px;/* 515px - 30px */
	float: left;
	margin: 0 0 0 30px;
}

div.ibox-logo {
    float: left;
	width: 165px;
}

div.ibox-logo img {
    margin-bottom: 10px;
}

div.ibox-logo a, div.ibox  a{
    color: #6f6f6f;
	text-decoration: none;
}

div.ibox-logo a:hover, div.ibox a:hover{
    color: #ff6600;
	text-decoration: underline;
}




#page span.pdf {
	display: block;
	background: url('../images/pdf-icon.jpg') no-repeat left center;
	padding: 10px 0 10px 34px;
	white-space: normal;
}
#page span.word {
	display: block;
	background: url('../images/word-icon.jpg') no-repeat left center;
	padding: 10px 0 10px 34px;
	white-space: normal;
}
#page span.ppt {
	display: block;
	background: url('../images/ppt-icon.jpg') no-repeat left center;
	padding: 10px 0 10px 34px;
	white-space: normal;
}


#page span.xls {
	display: block;
	background: url('../images/excel-icon.jpg') no-repeat left center;
	padding: 10px 0 10px 34px;
	white-space: normal;
}

#page span.pdf a,#page span.xls a,#page span.word a,#page span.ppt a  {
	color: #6f6f6f;
	text-decoration: none;
	white-space: normal;
}

#page span.pdf a:hover,#page span.xls a:hover,#page span.word a:hover,#page span.ppt a:hover {
	color: #ff6600;
	text-decoration: underline;
	white-space: normal;
}

div.rbox-container{
    float: left;
	margin: 0 0 40px 0;
}

div.rbox-container div.rbox {
	float: left;
	width: 325px;
}

div.rbox-container div.right {
	margin: 0 0 0 20px;
}


div.rbox-container div.rbox img {
    float: left;
}

div.rbox-container div.rbox div.rbox-details {
    float: left;
	width: 245px;/* 170px - 10px */
	padding: 5px 0 0 10px;
}


/** pagination **/
#pagination {
    float: right;
}

#pagination a {
    color: #6f6f6f;
	text-decoration: none;
}

#pagination a:hover {
	text-decoration: underline;
}

#pagination a.prev-active {
	padding: 0 0 0 25px;
    background: url('../images/prev-active.gif') no-repeat left center;
}

#pagination a.prev-inactive {
	padding: 0 0 0 25px;
    background: url('../images/prev-inactive.gif') no-repeat left center;
}

#pagination a.next-active {
	padding: 0 25px 0 0;
    background: url('../images/next-active.gif') no-repeat right center;
}

#pagination a.next-inactive {
	padding: 0 25px 0 0;
    background: url('../images/next-inactive.gif') no-repeat right center;
}
/** end pagination **/


/** table **/
table {
	width: 680px;
	margin: 0 0 30px 0;
}

table tr {
	height: 20px;
	line-height: 20px;
}

table tr.caption {
    height: 31px;
	line-height: 31px;
}

table tr.caption td {
	font-weight: bold;
	color: #006039;
}

table tr.odd {
   background: #eeeeef;
}

table tr td.first-cell {
   padding: 0 0 0 10px;
}

table tr td.last-cell {
   text-align: right;
   padding: 0 10px 0 0;
}
/** end table **/

/* end main elements */

/* footer */
#footer {
    width: 990px;
	height: 132px;
	background: url('../images/bottom.gif') no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

#footer p {
    float: left;
	padding: 90px 0 0 72px;
	margin: 0;
}

#footer p a {
    color: #000000;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

#footer p#nustage{
    float: right;
	text-align: right;
	padding: 82px 30px 0 0;
}

#footer p#nustage span {
    display: block;
	float: left;
	line-height: 29px;
	margin: 0 5px 0 0;
}

#footer p#nustage img {
	float: left;
}
/* end footer */

/* form */
form div {
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	width: 680px;
}

form div label {
	display: block;
	float: left;
	width: 200px;
}

form div label span {
	color: #c10010;
}


form div label.style-main {
	color: #006039;
}

form h2 {
	clear: both;
	float: left;
	border: none;
	margin: 0 0 20px 0;
}

h2.sitemap {
	border: none;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2.sitemap a {
	text-decoration: none;
	color: #006039!important;
}

h2.sitemap a:hover {
	text-decoration: underline;
}

span.sitemap {
	display: block;
}

span.sitemap  a {
	text-decoration: none;
	
}

span.sitemap  a:hover {
	text-decoration: underline;
	color: #ff6600!important;
	
}

span.inner-sitemap {
	padding: 0 0 0 20px;
}

form h3 {
	clear: both;
	float: left;
	border: none;
	margin: 30px 0 10px 0;
	letter-spacing: 0px;
}


form div input {
	width: 250px;
	border: 1px solid #6f6f6f;
	float: left;
	font-family: "Trebuchet MS";
}

form div input.checkbox {
	width: 25px;
	border: none;
}

form div p.tel {
	float: left;
}
form div p.tel span.first {
	margin: 0 0 0 48px;
}

form div p.tel span.last {
	margin: 0 0 0 30px;
}

form div span.dots {
	display: block;
	float: left;
	margin: 0 5px;
}

form div input.code {
	width: 30px;
}

form div input.tel {
	width: 92px;
}

form div.divborder {
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	height: 30px;
	line-height: 30px;
	width: 630px;
	margin-bottom: 20px;
}

form div.divborder input  {
	float: left;
	margin-top: 5px;
}

form div input.submit {
	width: 100px;
	font-family: "Trebuchet MS";
	margin: 20px 0 0 0;
}

form div.totals {
	padding: 0;
	text-align: right;
}

form div.totals input {
	margin: 0;
	float: right;
	width: 80px;
}

form div.totals label{
	margin: 0 10px 0 0;
	float: right;
}

form div.totals label.total {
	color: #ff6600;
	font-weight: bold;
}

/* end form */

/* order table */
table.ordertable {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	float: left;
	clear: both;
	width: 680px;
}

table.ordertable tr.caption {
	line-height: 16px;
	font-weight: bold;
	color: #006039;
	text-align: center;
	padding: 0 5px;
}



table.ordertable tr td {
	border: 1px solid #6f6f6f;
	border-collapse: collapse;
	padding: 5px;
}

.isprice {
	text-align: right;
}

h2.rangename {
	text-align: center;
	width: 503px;
	margin: 10px 0 20px 0;
}

table.ordertable tr td.input {
	width: 84px;
	padding: 0 3px;
}



table.ordertable input {
	width: 80px;
	border: 1px solid #6f6f6f;
	font-family: "Trebuched MS";
	font-size: 12px;
}
/* end order table */


