/*****************************************
Stylesheets for Ultra Plastech Philippines Inc.
July 2008
******************************************/
@charset "utf-8";
/* CSS Document */

body {
	/*text-align:center;*/
	margin-top: 50px;
	/*font: 76%/1.2em Arial, Helvetica, sans-serif;*/
	font: 11px/15px Arial, Helvetica, sans-serif;
	background:url(../images/ultra_bg.gif) repeat-x 50% 0;
	background-color: #0a59b5;
}

.red { color: #cc2b0c; }
.redtext { color: #cb2707; font-weight: bold; }

#mc_header .title {
	display: none;
	margin-left: -2000px;
}

#main_container {
	width: 762px;
	margin: 0 auto;
	/*border: 1px solid #000;*/
}

#mc_header {
	width: 762px;
	height: 80px;
	background:url(../images/ultrap_03.jpg) no-repeat;
}

#mc_menu {
	width: 762px;
	height: 20px;
	background-color: #cb2707;
}

#column_containers {
	width: 762px;
	/*min-height: auto;
	!important;
	min-height: 366px;*/
	background: #fff url(../images/cc.gif) repeat-y;
}

#column_containers p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 4px 8px; }

#column_containers .imagemiddle { float: right; margin: 6px; width: 241px; height: 173px; }


#column_containers #mc_content {
	float: left;
	width: 479px;
	height: 366px;
	background-color:#fff;
}

#mc_content .mc_left {
	float: left;
	width: 292px;
	height: 366px;
	background: #fff url(../images/mcleftbg.gif) bottom left no-repeat;
}

.mc_left p {
	padding: 5px;
	margin: 0;
	text-align:justify;
	color: #525255;
	text-indent:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.mc_left h1, h2, h3, h4, h5, h6 { padding: 10px 10px 0 10px; margin: 0; color: #cb2707; line-height: 14px; }
.mc_left ul li { list-style: none; padding: 0; margin: 0;}
.learnmore { padding-left: 10px; color:#fc0; font: 11px/15px Arial, Helvetica, sans-serif; background:url(../images/learnbg.jpg) no-repeat; margin-left: 10px;}
.learnmore a { text-decoration: none; color:#cb2707; }
.learnmore a:hover { color: #fc3; }

#mc_content .mc_right {
	float: right;
	width: 185px;
	height: 364px;
	border-left: 1px dashed #cb2707;
	border-right: 1px solid #cb2707;
	border-top: 1px solid #80b9ee;
	border-down: 1px solid #cb2707;
}

.mc_right .rowbox { clear: right; float: right; width:185px; height: 91px; background-color:#80b9ee; }
.mc_right .rowbox2 { clear: right; float: right; width:185px; height: 91px; background-color:#f1bd06; }
.mc_right .rowbox3 { clear: right; float: right; width:185px; height: 91px; background-color:#f1bd06; }
.mc_right .rowbox4 { clear: right; float: right; width:185px; height: 91px; background-color:#f1bd06; }



#column_containers #mc_flash {
	float: right;
	width: 283px;
	height: 366px;
}

#mc_footer {
	clear: both;
	width: 702px;
	padding: 2px 30px 0;
	height: 17px;
	color: #fff;
	text-transform:uppercase;
	font-size: 8pt;
	background-color: #cb2707;
}

#mc_footer #info_left {
	float: left;
	text-align: left;
}

#mc_footer #info_right {
	float: right;
	text-align: left;
}

#mc_footer a {
	text-decoration: none;
	color: ##9ea1a3;
}

.valid {
	color: #9ea1a3;
}

/************************
Styles for Products PAge
*************************/
#product_containers {
	float: left;
	width: 762px;
	height: 525px;
	background-color: #fff;
}

#product_containers .prod_title {
    float: left;
	height: 87px;
	width: 762px;
}

.prod_title .prod_text {
	text-align: left;
	padding: 30px 150px 0 150px;
	/*color: #24205d;
	font:15px/14px Arial, Helvetica, sans-serif;*/
	}

#product_containers .prod_img {
    clear: left;
    margin-left: 95px;
	width: 581px;
	height: 386px;
	background-color:#fff;
}

/* Temp */
#column_containers .distripage { 
    float: left;
	width: 762px;
	height: 496px;
	background-color: #fff;
}

#column_contaienrs .contactpage {
	float: left;
	width: 762px;
	height: 360px;
	background-color: #fff;
}
  
/**********************
Menu Styles
***********************/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu {
font-family: arial, sans-serif;
font-weight: bold; 
/*width:750px; 
height:100px;
background-color:#33CCFF;*/
position:relative; 
font-size:11px; 
z-index:100;
}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000;
width:104px; 
height:20px; 
text-align:center; 
color:#fff; 
/*border:1px solid #fff; */
background:#cb2606; 
line-height:20px; 
font-size:11px; 
overflow:hidden;
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#24205d; background:#fc3; text-transform:uppercase;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#fc3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6a3; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fc3; color:#fff;}
.menu ul li:hover ul li a:hover {background:#ddd; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:104px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-104px;}

/****************************
Scroll Effect Styles
*****************************/

@charset "utf-8";
/* CSS Document */

#pscroller1{

width: 185px
!important;
width: 165px;
height: 70px;
/*border: 1px solid black;*/
padding: 10px;
/*background-color:#FFCC00;*/
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
