@charset "utf-8";

body .nemco {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	background: #fff;
}

.nemco #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.nemco p {
	font-size: 10px;
	line-height: 19px;
	padding: 20px;
}

.nemco textarea {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	line-height: 19px;
	padding: 0 20px;
}

body .nemco a {
    cursor: pointer;
}

/*______________________________________________________________*/


/*HEADER*/

.nemco #header {
	width: 1000px;
	height: 265px;
}
.nemco #header #logo{
	background: #fff url(../images/logo.jpg) no-repeat; 
	width: 1000px;
	height: 116px;
}
.nemco #header #logo #contactdetails
{
    float: right;
}
.nemco #header #logo p{
	padding: 30px 0;
}
.nemco #header #logo .email{
	background: url(../images/email.jpg) no-repeat; 
	width: 145px;
	height: 12px;
	float: right;
	text-indent: -900em;
}
.nemco #header #logo .email:hover{
	background: url(../images/email-hover.jpg) no-repeat; 
}
.nemco #header #logo .phonenumber{
	background: url(../images/phonenumber.jpg) no-repeat; 
	width: 150px;
	height: 15px;
	float: right;
	text-indent: -900em;
}
.nemco #header #slogan{
	background: #fff url(../images/slogan.jpg) no-repeat; 
	width: 1000px;
	height: 102px;
	border-bottom: 1px #fff solid;
}
.nemco #header #logo h1, .nemco #header #slogan h2{
	text-indent: -900em;
}

.nemco #header #menu{
	background: #fff url(../images/menu.jpg) repeat-x; 
	width: 1000px;
	height: 46px;
}
.nemco #header #menu li{
	display: inline;
}
.nemco #header #menu a{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	padding: 0 20px;
	background: #001448 url(../images/menu.jpg) repeat-x; 
	cursor: pointer;
}
.nemco #header #menu a:hover{
	background: #6393e0 url(../images/menu-hover.jpg) repeat-x;
}
/*______________________________________________________________*/


/*MAIN CONTENT*/

.nemco #homePage #mainContent {
	padding-top: 20px;
}

.textBox a {
	color: #00F;
	text-decoration: none;
	cursor: pointer;
}

.textBox a:hover {
	color:#006;
}

.textBox p {
    font-size: 10px;
	line-height: 19px;
}

.nemco #homePage #mainContent #imageBoxHolder {
	width: 1000px;
	float: left;
	margin-bottom: 20px;
}

.nemco #homePage #mainContent #imageBoxHolder #pcbBox {
	background: url(../images/pcbassembly-img.jpg) no-repeat;
	width: 321px;
	height: 272px;
	float: left;
}

.nemco #homePage #mainContent #imageBoxHolder #bgaBox {
	background: url(../images/bgaassembly-img.jpg) no-repeat;
	width: 321px;
	height: 272px;
	margin: 0 18px 0 19px;
	float: left;
}

.nemco #homePage #mainContent #imageBoxHolder #completeBox {
	background: url(../images/productdesign-img.jpg) no-repeat;
	width: 321px;
	height: 272px;
	float: left;
}

.nemco #homePage #mainContent #imageBoxHolder a {
	display: block;
	width: 321px;
	height: 272px;
	text-indent: -900em;
}
/*______________________________________________________________*/


/*FOOTER*/

.nemco #footer {
	background: #fff url(../images/footer.jpg) no-repeat;
	width: 1000px;
	height: 25px;
	float:left;
	padding: 40px 0 0 0;
}
.nemco #footer #contactdetails2 p{
	padding: 0;
}
.nemco #footer #contactdetails2 .email{
	background: url(../images/email.jpg) no-repeat; 
	width: 145px;
	height: 12px;
	float: left;
	text-indent: -900em;
}
.nemco #footer #contactdetails2 .email:hover{
	background: url(../images/email-hover.jpg) no-repeat; 
}
.nemco #footer #contactdetails2 .phonenumber{
	background: url(../images/phonenumber.jpg) no-repeat; 
	width: 150px;
	height: 15px;
	float: right;
	text-indent: -900em;
}



/* START Content Area */
#contentContainer {
	width: 100%;
	position: relative;
	overflow: auto;
	background: url(../images/page-bg.gif) repeat-y;
}

#contentContainer #mainContent {
	width: 750px;
	float: left;
	margin-left: 250px;
}

#contentContainer #sideNav {
	width: 250px;
	float: left;
	margin-left: -1000px;
}
/* END Content Area */

/* START side Menu */
#contentContainer #sideNav a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	padding: 0 20px;
	background: #001448 url(../images/menu-hover.jpg) repeat-x; 
	cursor: pointer;
	width: 200px;
}

#contentContainer #sideNav a:hover {
	background: #6393e0 url(../images/menu.jpg) repeat-x;
}
/* END side Menu */

/* START form */
dl.form {
	position: relative;
	width: 550px;
	overflow: auto;
}

dl.form dt {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}

dl.form dd {
	float: left;
	width: 335px;
	margin-bottom: 10px;
}

.medium {
	width: 300px;
}

.medium2 {
	width: 262px;
}

.medium2 p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
/* END form */

#contentContainer #mainContent h2 {
	padding: 0;
	margin-bottom: 20px;
}

#lblMsg {
	margin-bottom: 20px;
	background-color: Red;
}

