@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:11px;
	color:#666;
}


body {
		background:#ffffff
			  url(../images/img-bg.png) repeat-x;			  
}

.padding {
	padding:10px;	
}

/*Template Wrapper*/
#page-container {
	margin:auto;
	width:1000px;
}

/*Header Navigation*/

#header-nav {
	background-image:url(../images/img-nav.png);
	float:right;
	height: 33px;	
}

/*Header Logo*/

#header-logo {
	background-color:#FFF;
	width:1000px;
	height:120px;
	float:left;
}

/*MSI logo*/
#logo {
	background-image:url(../images/img-logo.png);
	float:left;
	width:180px;
	height: 55px;
	margin:0;

}

/*search button*/
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 78px;
	padding-right: 25px;
	width:240px;
}

/*Tag line*/
h5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#999;
	margin: 0;
	padding: 0;
	margin-top: 60px;
}

#links {
	float:right;
	margin-top: -15px;
	margin-right: 20px;
}
/*Header Banner*/

#header-banner {

	float: left;
	height: 370px;
	width: 1000px;
}
/*Content What's New*/

#content-wn {

	float:left;
	margin-top:10px;
	width:245px;
	height:450px;
}

#content-wn-list {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	height:180px;

}

#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;
	height:450px;
}

#content-promo-list {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	height:180px;

}

#content-promo-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666;	
}

#content-promo-list a:hover {
	color:#0196e3;
	text-decoration:none;
}


/*Content Events*/

#content-events {
	float:left;
	margin-top:10px;
	width:245px;
	height:450px;
}

#content-events-list {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	height:180px;

}

#content-events-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666;	
}

#content-events-list a:hover {
	color:#0196e3;
	text-decoration:none;
}

/*Side Bar*/
#sidebar {
	float:right;
	margin-top:10px;
	width:250px;
	height:450px;

}

#sidebar-dl {

	height:280px;
}

#sidebar-login {

	height:145px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	size:6px;
}

#sidebar-links {

}



/*Content Product*/

#content-product {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;

}


/*Content Services*/

#content-services {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	
}


/*Content Contacts*/

#content-contacts {
	background-image:url(../images/img-line.png);
	background-repeat:repeat-x;
	
}

/*Side Bar*/
#content-sidebar {
	
}


/*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;
}

