@charset "utf-8";
/* MSI=ECS Phil | MSI ECS CSS Document */
/* Template Design by: Anjella C. Valino*/
/* CSS by: Anjella C. Valino*/

/*Global*/
html, body, font {

	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C1C1C1;
}


body {
		background:#212121;	
}

.padding {
	padding:10px;	
}

/*Template Wrapper*/
#page-container {

	margin:auto;
	width:1000px;
}


/*Header Logo*/

#header-logo {
	background-color:#212121
	width:1000px;

}

/*logo*/
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	margin: 0;
	padding: 0;
	width:200px;
	float:right;

}

/*Tag line*/
h5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#999;
	margin: 0;
	padding: 0;

}

#menu-nav {
  	float: left;
  	width:1000px;
  	height:30px;
  	font-family:Georgia, "Times New Roman", Times, serif;
  	font-size:24px;
		
}

#menu-nav a:link { /*unvisited link*/
	color:#999;
	text-decoration:none;

}

#menu-nav a:visited { /*visited link*/
	color:#999;
	text-decoration:none;
}

#menu-nav a:hover { /*mouse over link*/
	color:#fff;
	text-decoration:none;
}

#menu-nav a:active { /*selected link*/
	color:#fff;
	text-decoration:none;
}



 
/*Header Banner*/

#header-banner {
	background-image:url(../images/img-bgbanner.png);
	background-repeat:repeat-x;
	float: left;
	height: 370px;
	width: 1000px;
}


#content-center {
	background-color:#212121;
	float: left;
	height: 370px;
	width: 1000px;
}



/*Content What's New*/

#content-wn {

	float:left;
	margin-top:10px;
	width:245px;

}

#content-wn-list {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;


}

#content-wn-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666;	
}

#content-wn-list a:hover {
	color:#0196e3;
	text-decoration:none;
}


/*Content Promotions*/

#content-promo {
	
	float:left;
	margin-top:10px;
	width:245px;

}



/*Content Events*/

#content-events {
	float:left;
	margin-top:10px;
	width:245px;

}


/*CONTENT-THUMBTAIL*/

#content-thumbtail {
	background-color:#212121;
	background-image:url(../images/img-thumbtail.png);
	background-repeat:no-repeat;
	width:225px;
	height:137px;
	
	
}


/*Side Bar*/
#sidebar {
	float:right;
	margin-top:10px;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
  	font-size:12px;
}

#sidebar a {
	color:#999;
	text-decoration:none;


}

#sidebar a:hover {
	color:#6C6C6C;
	text-decoration:none;
}


/*Footer*/
#footer {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	font-size:11px;
	clear:both;
	width:1000px;
	height:50px;

	
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer-company {
	margin-top:5px;
	float:left;
}

#footer-links {
	margin-top:5px;
	margin-right:10px;
	float:right;
}
#page-container #content-center center form table tr td b {
	font-size: 14px;
	color:#21AAD1
}
