/** BASIC */

html, body {
	height: 100%;
}

.text4 {
	margin-bottom: 15px;
	padding-left: 11px;
	background: url(images/homepage15.gif) no-repeat left center;
}

/** HEADER */

#header {
	width: 778px;
	/*mpp we're going down by ??? */
	/*height is actual 43, make shorter yet, change this, main-menu, header, and logo at the same time */
	height: 81px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 246px;
	/*mpp we're going down ??? (25 to remove top menu + reduction in tab height*/
	/*height is actual 43, make shorter yet, change this, main-menu, header, and logo at the same time */
	height: 81px;
	background: url(images/oss_r_246wx81h.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	position: absolute;
	left: -10000px;
}

/** CONTACT */

#contacthead {
	float: left;
/*mpp this width is very touchy, go 1px more and whole header breaks*/
	width: 520px;
	/*mpp need to adjust height and padding together */
	height: 40px;
	/*mpp we are reducing the height by 25 -- height from 55 and top padding from 37 */
	/* this will create a gap that is solved by...*/
	/*note this includes blue top, need to pad beyond that*/
	/*mpp NOTE: top padding pushes the whole menu down!! */
	padding: 15px 0px 0px 12px;
	text-align:center;
	/*mpp for debugging
	border: medium double black;
	*/
}

#contacthead strong {
	display: block;
}

/** TOP-MENU */

#top-menu {
	float: left;
	/*mpp make smaller */
	padding: 25px 0px 0px 140px;
}

#top-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-menu li {
	display: inline;
}

#top-menu a {
	display: block;
	float: left;
	width: 52px;
	height: 13px;
	padding: 17px 0px 0px 0px;
	text-align: center;
}

#top-menu1 { background: url(images/homepage03.gif) no-repeat center top; }
#top-menu2 { background: url(images/homepage04.gif) no-repeat center top; }
#top-menu3 { background: url(images/homepage05.gif) no-repeat center top; }

/** MAIN-MENU */

#main-menu {
	float: left;
	width: 532px;
	/*mpp new 14px shorter menus*/
	/*height is actual 43, make shorter yet, change this, main-menu, header, and logo at the same time */
	height: 31px;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-menu li {
	display: inline;
}



#main-menu a {
	display: block;
	float: left;
	/*mpp new 14px shorter menus*/
	/*height is actual 43, make shorter yet, change this, main-menu, header, and logo at the same time */
	height: 31px;
	/*mpp decoration*/
text-decoration:none;

}

#main-menu a:hover {
text-decoration:underline;
        font-weight:bold;
}

#main-menu b {
	position: absolute;
	/* mpp to make menu text viewable   
	left: -10000px;
*/
	/*must define color and paddings in b, that is for the text*/
	color:white;
        padding-top:8px;
        padding-left:10px;

}

#main-menu b:hover {
/*mpp this is the one that works, a:hover doesn't appear to do anything in firefox, only i.e.*/
text-decoration:underline;
        font-weight:bold;
}


#main-menu-default {
	width: 89px;
	background: url(images/default_tab_43h.jpg) no-repeat left top;
}
#main-menu-selected {
	width: 89px;
	background: url(images/selected_tab_43h.jpg) no-repeat left top;
}
/*mpp need different width for last tab*/
#main-menu-default-last {
	width: 87px;
	background: url(images/default_tab_43hx87w.jpg) no-repeat left top;
}
#main-menu-selected-last {
	width: 87px;
	background: url(images/selected_tab_43hx87w.jpg) no-repeat left top;
}


#main-menu1 {
	width: 89px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

#main-menu2 {
	width: 89px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#main-menu3 {
	width: 89px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#main-menu4 {
	width: 89px;
	background: url(images/homepage09.jpg) no-repeat left top;
}

#main-menu5 {
	width: 89px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

#main-menu6 {
	width: 87px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

/** HEADER2 */

#header2 {
	width: 778px;
	/*mpp change these 3 (header2, date, and news) to make smaller */
	height: 36px;
	margin: 0px auto 4px auto ; 
/*mpp change 0px to 4px on bottom or otherwise main content goes to right of header instead of below*/
}

#date {
	float: left;
	width: 237px;
	/*mpp change these 3 (header2, date, and news) to make smaller */
	height: 25px;
	margin: 0px;
/*mpp if you add on padding, need to reduce width*/
	padding: 10px 0px 0px 30px;
}

#news {
	float: left;

	/*mpp change these 3 (header2, date, and news) to make smaller */
	height: 25px;
	margin: 0px;
	/*note: need to change width+padding in concert*/
	width: 506px;
	padding: 10px 0px 0px 5px;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 207px;
	padding: 19px 18px 0px 11px;
}

#right {
	float: left;
	width: 542px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3_solutionspic {
	height: 168px;
	background: url(images/computers_sky.jpg) no-repeat left top;
}
#box3_groovixpic {
	height: 168px;
	background: url(images/temp5.jpg) no-repeat left top;
}
#box3 {
	height: 168px;
	background: url(images/homepage21.jpg) no-repeat left top;
}

#box3 p {
	position: absolute;
	left: -10000px;
}

/** BOX4 */

#box4 {
}

#box4 .text4 {
	margin-bottom: 20px;
}

#box4A {
	background-color: #EEEEEE;
	/* filter:alpha(opacity=50);*/
	/*   -moz-opacity:0.5;         */  /* Mozilla 1.6 and below   */
   /*opacity: 0.5;            */   /* newer Mozilla and CSS-3 */
	float: left;
	width: 214px;
	margin: 1px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
}

#box4A .text6 {
	margin: 0px;
}
#box4A_groovix .text6 {
	margin: 0px;
}
#box4A_groovix {
	background-color: #EEEEEE;
	/* filter:alpha(opacity=50);*/
	/*   -moz-opacity:0.5;         */  /* Mozilla 1.6 and below   */
   /*opacity: 0.5;            */   /* newer Mozilla and CSS-3 */
	float: left;
	width: 209px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
}

#box4A .text6 {
	margin: 0px;
}

#box4B {
	float: right;
	/* width: 256px; */
	width: 216px;
	padding: 20px 20px 10px 20px;
	margin-right:5px;
}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
	padding: 22px;
}

/** BOX7 */

#box7 {
	padding: 22px;
}

/** FOOTER */

#footer {
	width: 778px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer b {
	margin: 0px 10px 0px 7px;
	padding: 2px 1px;
	background: url(images/homepage27.gif) no-repeat center center;
}

#footer b span {
	position: absolute;
	left: -10000px;
}

#footer .bg6 {
	height: 33px;
	padding-top: 15px;
}

#footer .bg7 {
	height: 24px;
	padding-top: 10px;
}
