/********************************************
   HTML ELEMENTS
********************************************/ 
/* 
Colors:
green: #89a02c
gray : #555555
*/
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .79em/1.5em  FreeSans, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	/*font-family: Verdana, Helvetica, sans-serif; font-size: 11px;*/
	color: #777777; 
	background: #fff url(../images/back.gif) repeat-x 0 0px;
	text-align: center;
}

/* links */
a { 
	color: #89a02c;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	/*font: bold 1em 'Trebuchet MS', Arial, Sans-serif;*/
	color: #555555;	
}
h1 { 
	font-size: 1.4em; 
	color: #555555; 
	border-bottom: 1px dashed #CCC;
	background: url(../images/h1.png) no-repeat 0 3px;
	padding-left: 12px;
	padding-bottom: 5px;	
	/*text-transform:uppercase;*/
} 

h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

p, h1, h2, h3, h4 {
	margin: 10px 7px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	/*color: #4284B0;*/
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #89a02c;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #F5F5F5;
  border: 1px solid #E5E5E5;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #F5F5F5;
	border: 1px solid #E5E5E5; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:0px;
	margin-top: 10px;
	background: url(../images/blockbg.gif) repeat-x;
	padding: 5px;
}
label {
	font-weight:bold;
	margin: 7px;
}


input {
	margin-top: 2px;
	padding: 2px;
	border:1px solid #ddd;
	/*font: normal 1em Verdana, sans-serif;*/
	color:#777;
	width: 25em;
}

select {
	/*border:1px solid #eee;*/
	font: 1em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#777;
}

.shortinput { width: 10em; }


input.submit { 
	margin-top: 2px; 
	padding: 5px;
	font: bold 12px Arial, Sans-serif; 
	background: url(../images/btnbg.gif) repeat-x 0 -1px;
	border: 1px solid #E5E5E5;
	height: 25px;
	width: auto;
	color: #777;	
	vertical-align: top;
}

.submit_container input {
	width: auto;
}


textarea {
	width:30em;
	margin-top: 2px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#777;
}

span.mandatory {
	color: red;
}


/* search form */

form.searchform {
	background: transparent;
	border: none;
	margin: 20px; 
	padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	border: 1px solid #89a02c; 
	background: #FFF;
	color: #333;
	width: 120px;
	height: 15px;
	vertical-align: top;
}
form.searchform input.button { 
	width: 60px;
	height: 22px;
	margin: 0; 
	padding: 2px;
	font: bold 12px Arial, Sans-serif; 
	background: url(../images/btnbg.gif) repeat-x;
	border: 1px solid #E5E5E5;
	color: #777;	
	vertical-align: top;
}

form .error {
	color: #FF0000;	
}

.mod_login { margin-bottom: 10px; }
.mod_login input.submit { width: auto; }
.mod_login input { width: 100px; }

.orderform label, .contactform label {
	margin-left: 12px;
	vertical-align: top;
}

.checkbox_container {
	margin-top: 7px;
	margin-bottom: 7px;
}

.checkbox_container label {
	margin-left: 0px;
}

.checkbox_container span {
	padding-right: 10px;
}


.ce_table table {
	margin-left: 10px;
	border-left:1px solid #cccccc;
}
.ce_table td{padding:2px 8px;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.ce_table th{padding:2px 8px;background-color:#e6e6e6;border-top:1px solid #cccccc;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.ce_gallery table {width:100%;}
.ce_gallery td{text-align:center;vertical-align:middle;}

.ce_download a {
	background: url(../images/downloadbtn.jpg) no-repeat 0% 0% !important;
	border: 1px solid #CCC;
	color: #64961D;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 23px 10px 17px 65px;
	text-decoration: none;
	width: 230px;
}

.ce_downloads p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.mclist { display:block; margin: 0em; } /* separate the list from subsequent markup */
.mclist ul { /*width: 30em;*/ }   /* allow room for 3 columns */
.mclist ul li { float: left; width: 5em; }  /* float & allow room for the widest item */
.mclist br { clear: left; }   /* stop the float */

/***********************
	  LAYOUT
************************/
#wrapper {
	background: #fff;
}

#container {
	/*border-left: 1px solid #E9E9E9;*/
}

/* header */
#logo {
	height: 79px;
	width: 200px;
	background: url(../images/nocisoft-greengraylogo.png) no-repeat;
	background-position: 17px 7px;
}

#nsit {
	position: absolute;
	height: 100px;
	background: url(../images/nsit.png) no-repeat 0 13px;
	z-index: -12;
}

#header {
	background: url(../images/headbg_cloudss.jpg) no-repeat 0 -80px;
	/*
	background: url(../images/headerbg.gif) repeat-x 0 -60px;
	background: #E9E9E9;
	*/
	/*background: #ffffff;*/
}


#header h2#slogan {
	position: absolute;	 
	top:50px; left: 62px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Arial, Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	width: 650px;
	margin-left:15px;
	margin-right:7px;
	border-right: 1px dashed #E9E9E9;
}
#right {
	margin-left:5px;
	margin-right:5px;
}

/*
.post-footer {
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
*/

/*
.mod_newslist {
	background: url(../images/blockbg.gif) repeat-x;
}	
*/
.mod_newslist .layout_short {
	background: #ffffff url(../images/blockbg.gif) repeat-x;
	margin-bottom:5px;
}

.mod_newslist .layout_full {
	background: #ffffff url(../images/blockbg.gif) repeat-x;
	margin-bottom:5px;
}

/*
.mod_newslist .layout_full h1 {
	background: none;
	padding-left: 1px;
	font-size: 1.3em;
}
*/


.mod_breadcrumb {
	float: left;
	margin-top:10px;
	margin-bottom:5px;
	width: 95%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: left;
	/*
	background: #F5F5F5;
	border: 1px solid #E5E5E5; 
	*/
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.stylefour {
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/bgOFF1.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #89a02c;
}
.stylefour ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
.stylefour ul li {
	display:block;
	float:left;margin:0;
}
.stylefour ul li a {
	display:block;
	float:left;color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../images/bgDIVIDER1.gif) no-repeat top right;
}
.stylefour ul li a:hover,
#current {
	color:#89a02c;
	background:#fff url(../images/bgON1.gif) no-repeat top right;
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

.submenu {
	position:relative;
	display:block;
	height:27px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/bgOFF1.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}
.submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

.submenu ul li {
	display:block;
	float:left;
	margin:0;
}

.submenu .active {
	color:#000;
	padding:5px 16px 0 16px;
	background:transparent url(../images/bgDIVIDER1.gif) no-repeat top right;
}

.submenu ul li a {
	display:block;
	text-decoration:none;
	padding:5px 16px 0 16px;
	color:#666;
	background:transparent url(../images/bgDIVIDER1.gif) no-repeat top right;
}

.submenu ul li a:hover {
	color:#89a02c;
	background:#fff;
}


/* alignment classes */
.float-left  { float: left; width: 50%; }
.float-right { float: right; width: 50%; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.indent { margin-left: 3em; }

/* additional classes */
.clear { clear: both; }
.green {	color: #89a02c; }
.gray  {	color: #BFBFBF; }
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #666666; 
	border-top: 5px solid #89a02c;
	margin: 0; padding: 0; 
	height: 35px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

.hdn { font-size: 50%; color: #fff }

