/* -- Basics -- */
html, body, div, p, li, ul, form, fieldset, h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	list-style: none;
}
body#bonicom {
	font: normal 62.8%/1.3 Verdana, "Geneva CE", lucida, sans-serif;
	text-align: center;

	color: #000;

}
a {
  color: #333333 ;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a img { border:0; }
address { font-style: normal; }

#bonicom h1	{ font-size: 1.5em; padding:0}
h2	{ font-size: 1.3em; }
h3	{ font-size: 1.2em; }
h4	{ font-size: 1.1em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }

h1, h2, h3, h4, h5, h6  {	color: #333333 ; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

fieldset    { border: 0 !important; }

/* -- User friendly features --*/
.hidden { display: none; }
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -999px;
}

#header-bonicom {
  margin: 0 auto;
  width: 100%;
  height: 290px;
  background: url(../images-bonicom/bg-header.jpg) 50% 0 no-repeat;
  padding-top: 30px;
  position: absolute;

  left: 0;
  top: 0;
}

/* -- Layout hacks --*/
.clearfix { display: block; }

/* -- Basic layout -- */
#head     {
position: absolute;
width: 100%;
top: 30px;
background: url(../images-bonicom/bg-menu.gif) repeat-x; 
height: 30px;
left: 0;


}
#content  { font-size: 1.2em; text-align: left; }
#foot     { font-size: 1.2em; text-align: left; }

/* -- Main classes -- */
.fr		  { float: right !important; clear: right; }
.fl		  { float: left !important; clear: left; }
.clear  { clear: both !important; }
.right	{ text-align: right !important; }
.left		{ text-align: left !important; }
.center	{ text-align: center !important; }
.last		{ margin-bottom: 0 !important; }

/* -- Layout cols (50:50) -- */
.col1	{ width: 460px !important; float: left; }
.col2	{ width: 460px !important; float: right; }


/* -- Layout -- */
.overlaid {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none !important;
}
.overlaid span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	text-decoration: none !important;
	background-position: 0 0;
} 
.holder {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/* -- Header constructs -- */
#head {
	height: 35px;
	margin-bottom: 30px;

}
#head a { color: #000; }
#bonicom #logo {
	display: block;
	width: 107px;
	height: 25px;
	padding-top: 10px;
	overflow: hidden;
}
#bonicom #logo span { 
	background: url('../images-bonicom/bg-logo.gif') no-repeat;
	padding: 0;
	top: 0;
	left: 0;
	 }
#mainMenu {
	position: relative;
	float: right;
	padding: 0 20px;
	margin-top: -35px;
}
#mainMenu li {
	position: relative;
	float: left;
	height: 35px;
	text-align: center;
}

#mainMenu li a {
	display: block;
	line-height: 35px;
  padding: 0 20px;
	text-decoration: none;
	overflow: hidden;
	background: url('../images-bonicom/bg-menu.gif') 0 0 repeat-x;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

#mainMenu li.current {
  background: url(../images-bonicom/corner-bottom_top.gif) no-repeat 50% bottom;
  height: 42px;
} 

#mainMenu li a:hover, #mainMenu li.current a { text-decoration: underline !important; }

/* -- /Header constructs -- */

/* -- Content constructs -- */
#content {
	padding-bottom: 20px;
	width: 100%;
	margin: 100px auto 0;
	position: relative;
	z-index: 100;

}
#inner-content {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
}
	/* Basic box */
	.box {
		position: relative;
		width: 460px;
		margin-bottom: 20px;
		overflow: hidden;
		padding: 2px 0;
	}
	.box .in {
		margin: 0 2px;
		padding: 14px 35px;
	}
	.box .in p { margin: 8px 0 12px; }

	/* Blue version of basic box */
	.boxBlue { background: #26adcd url('../images-bonicom/blue-gradient-out_small.gif') repeat-x;}
	.boxBlue .in {
		padding-bottom: 0;
		border: 1px #95e2f5 solid;
		background: #26adcd url('../images-bonicom/blue-gradient-in_small.gif') repeat-x;
	}
	
/* -- /Content constructs -- */

/* -- Content Company-wrap -- */

#company-wrap, #login-wrap {
  width: 458px;
  background: url(../images-bonicom/box-bg.gif) repeat-x;
  margin-bottom: 20px;
  padding: 2px;
}

#company, #login {
  border: 1px solid #dbdbdb;
  padding: 40px 40px 30px 40px;
}

#company p {
  margin-bottom: 20px;
}

#login table tr {
line-height: 30px;
}

input#user_name, input#user_pass {
width: 247px;
}


.alignRight {
  text-align: right;
}

#company h2, #login h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

#warning {
  background: url(../images-bonicom/lock.png) no-repeat left 5px;
  padding-left: 25px;
  position: relative;
  top: -25px;
  width: 220px;
}

#warning span {
  font-size: 10px;
  color: #7c7c7c;
}

/* -- /Content constructs -- */



/* -- Specific boxes -- */
#techSupport {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	position: relative;
	left:10px;
}

#techSupport h2{
	color: #fff;
}
#techSupport .in {
	padding-top: 15px;
  padding-left: 120px;
	background: url('../images-bonicom/bg-techSupport.jpg') 39px 22px no-repeat;
}
#techSupport .in p { margin-top: 4px; }

/* -- /Specific boxes -- */

/* -- Footer constructs -- */
#foot {
	overflow: hidden;
	height: 159px;
	width: 100%;
	clear: both;
	padding-top: 20px;
	background: #fff url('../images-bonicom/bg-foot.jpg') 50% 0 no-repeat;
	color: #333333 !important;
}
#footerLogo {
	position: absolute;
	width: 80px;
	height: 13px;
	top: 0;
	left: 20px;
	overflow: hidden;
}
#footerLogo span { background: url('../images-bonicom/bg-footer_logo.gif') no-repeat; }
#quickLinks {
	width: 30%;
	padding-left: 130px;
}
#quickLinks ul {
	margin-top: 8px;
	line-height: 1.4em;
}
#quickLinks li a { text-decoration: none; color: #333333 ;}
#quickLinks li a:hover { text-decoration: underline; color: #333333 ;}
#quickLinks .col1 {
	width: 49% !important;
	float: left;
}
#quickLinks .col2 {
	width: 49% !important;
	float: right;
}
#companyInfo address { 
	margin-top: 8px;
	font-style: normal; 
}
/* -- /Footer constructs -- */
/* overriding VP */
#bonicom #projectTabs {
	background: none;
}

#bonicom #userInfo {
	width:auto;
	right: 20px;
	top: -25px;
}

