/************/
/*  GLOBAL  */
/************/
 body {
	 margin: 0;
	 padding: 0;
	 font-size:62.5%; 
	 background-color:rgb(255,255,255); 
	 font-family:verdana,arial,sans-serif;
	 } /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:100%;
	border:1px solid #000;
	font-size:1em;
	position:relative;
	left: -3px;
	background:#FFF;
	margin-top: -7px;
	margin: 0 auto;
	text-align: center;
	padding:0;
}
.page-container2 {
	width:901.8px;
	border: 2px solid #CCC; /*border color*/
	background:#CCC;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	margin-top: -7px;
}
.main {clear:both; width:900px; padding-bottom:30px; background:transparent url(../images/bg_main_withnav.jpg) top left repeat-y;}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:425px;
	margin:0 0 0 30px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	left: 464px;
	padding-bottom: 35px;
}
.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:185px;
	margin:0 15px 0 1px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.main-subcontentright {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:400px;
	overflow:visible !important /*Firefox*/;
	position:absolute;
	bottom: 70px;
	left: 586px;
	height: 185px;	

}
.footer {
	clear:both;
	width:100%;
	background:rgb(225,225,225) url(../images/bg_foot.jpg) no-repeat;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	position: absolute;
	bottom: 1px;
	height: 35px;
	left: 0px;
}

/* --- For alternative headers START PASTE here --- */

/* header-*/
.header {width:100%px; font-family:"trebuchet ms",arial,sans-serif;}
.header-middle {
	width:100%px;
	height:143px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image: url(../images/vadtek_banner-new8.jpg);
}

/* Main menu settings */
#centeredmenu {
   clear:left;
   float:left;
   padding:0;
   background:#ECEDEF url(metaltop-teal.gif) top repeat-x;
   border-bottom:1px solid #677E78;
   width:100%;
   font-family:Verdana, sans-serif;
   font-size:100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	background:rgb(225,225,225) url(../images/bg_foot.jpg) repeat-x; /*THEME CHANGE HERE*/
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:92%; /* Menu text size */
}
#centeredmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:3.5%;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:1em 1em 1em;
	font-size:1em;
	line-height:1em;
	background: url(..images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#CCC;
}
#centeredmenu ul li a:hover {
	background:#CCC; /* Top menu items background colour */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#CCC; /* Top menu items background colour */
	color:#000;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top:2.9em;
	left:0;
	right:auto; /*resets the right:50% on the parent ul */
	width:15em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:1.1em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#CCC; /* Sub menu items background colour */
	color:#000;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; margin:0 0 0 190px; background:url(../img/bg_corner_topright.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {
	width:100%;
	margin-bottom:2px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	text-align: left;
}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:178px;
	margin:0 0 0;
}
.subcontent-unit-border-side {
	width:178px;
	margin:0  8px 0px;
	background-color:#277060;
}

.round-border-topleft {
	width:200px;
	height:10px;
	position:relative;
	background:url(../images/bg_corner_topleft.gif) no-repeat;
	margin-top:-2px;
	margin-left:0;
	top: -11px;
	left: 0px;
	visibility: visible;

}
.round-border-topright {
	width:10px;
	height:10px;
	position:relative;
	background:url(../images/bg_corner_topright.gif) no-repeat;
	margin-left:168px;
	left: 0px;
	top: -2.2px;
	visibility: visible;
}
.round-noborder-topleft {width:10px; height:10px; position:absolute;  background:url(../images/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute;  background:url(../images/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {color:rgb(0,0,0);}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-side:after {display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-side:after {display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:425px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210); float:left;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
.page-container div p {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.page-container div p {
	text-align: left;
}


.center{
margin-left: auto;
margin-right: auto;
width: auto;
}