/* Build Rehabilitation Industries CSS Document */

body,td,th { 
	background-color: #FFFFCC;
	margin-left: 00px;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.0;
    line-height: 13px;
    color: #FFFFFF; /* #FFE991 */
}

/* page title*/

div.pageTitle
{
position: absolute;
margin-top: 15px;
margin-left: 145px;
}

/* Text */


.text1 {
display: block;
position: absolute;
text-align: left;
font-size: 12px;
}


/* Sales and Marketing Tab Nav  */

#ddimagetabs a {
   display: block;
   text-decoration: none;
   font: 12px Arial; /*tab font */
   color: #FFFFFF; /*font color */
   width: 129px; /*width of tab image */
   height: 40px; /*height of tab image */
   float: left;
   display: inline;
   margin-left: 0px; /*spacing between tabs */
   padding-top: 4px; /*vertical offset of tab text from top of tab*/
   background-image:url(images/tabs/tab1.jpg); /*URL to tab image */
   background-repeat: no-repeat;
   text-align: center;
}

#ddimagetabs a:hover,#ddimagetabs a.current{
background-image:url(images/tabs/tab1.jpg); /*URL to tab image onmouseover */
color: #A5CCD8;

}


.tabcontent{
    display:none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;


}

/* custom images for tabs -
   assign this Id to the desired tab that will utilize this custom tab image, within the code <div id="ddimagetabs">*/
#ddimagetabs #customtab1{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1bench.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
background-image:url(images/tabs/tab1bench.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}

#ddimagetabs #customtab2{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1skin.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab2:hover, #ddimagetabs #customtab2.current{
background-image:url(images/tabs/tab1skin.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}

#ddimagetabs #customtab3{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1Blister.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab3:hover, #ddimagetabs #customtab3.current{
background-image:url(images/tabs/tab1Blister.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}


#ddimagetabs #customtab4{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1Shrink.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab4:hover, #ddimagetabs #customtab4.current{
background-image:url(images/tabs/tab1Shrink.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}

#ddimagetabs #customtab5{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1Clam.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab5:hover, #ddimagetabs #customtab5.current{
background-image:url(images/tabs/tab1Clam.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}

#ddimagetabs #customtab6{
width: 129px; /*width of custom tab image */
background-image:url(images/tabs/tab1Doc.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab6:hover, #ddimagetabs #customtab6.current{
background-image:url(images/tabs/tab1Doc.jpg); /*URL to tab image onmouseover */
color: #00FFFF;
}
/*  below - selected pages and green tab */

#ddimagetabs #select1{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select1:hover, #ddimagetabs #select1.current{
background-image:url(imagesBuild/tab2.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}

/* bench assembly and hand packing */

#ddimagetabs #select2{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select2:hover, #ddimagetabs #select2.current{
background-image:url(imagesBuild/tab2.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}

/* blister packing */

#ddimagetabs #select3{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2Blister.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select3:hover, #ddimagetabs #select3.current{
background-image:url(imagesBuild/tab2Blister.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}

/* shrink */

#ddimagetabs #select4{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2Shrink.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select4:hover, #ddimagetabs #select4.current{
background-image:url(imagesBuild/tab2Shrink.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}

/* clamshell */

#ddimagetabs #select5{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2Clam.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select5:hover, #ddimagetabs #select5.current{
background-image:url(imagesBuild/tab2Clam.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}

/* doc management */

#ddimagetabs #select6{
width: 129px; /*width of custom tab image */
background-image:url(imagesBuild/tab2Doc.jpg); /*URL to custom tab image */
color: #FFFFFF;
}

#ddimagetabs #select6:hover, #ddimagetabs #select6.current{
background-image:url(imagesBuild/tab2Doc.jpg); /*URL to tab image onmouseover */
color: #FFFFFF;
}


div.Tabs
{ 
    position:absolute;
    margin-top: 128px;
	margin-left: -387.5px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 775px;
	height: 40px;
	visibility: visible;
	border: solid rgb(12,26,0);
    border-width:0px 1px 0px 1px;
	background-color: #2C2E36;
}


div.Products
{ 
    position:absolute;
    margin-top: 168px;
	margin-left: -387.5px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 775px;
	height: 103px;
	background-color: #0D1A00;
	visibility: visible;
	border: solid rgb(12,26,0);
    border-width:0px 1px 0px 1px;
    width: 775;

}

/* product image links */


div.image1
{
position: absolute;
top: 1px;
left: 2px;
}

div.image2
{
position: absolute;
top: 1px;
left: 131px;
}

div.image3
{
position: absolute;
top: 1px;
left: 260px;
}

div.image4
{
position: absolute;
top: 1px;
left: 389px;
}

div.image5
{
position: absolute;
top: 1px;
left: 518px;
}

div.image6
{
position: absolute;
top: 1px;
left: 647px;
}

div.rolloverText
{ 
    position:absolute;
    margin-top: 271px;
	margin-left: -387.5px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 775px;
	height: 50px;
    background-image:url(images/textBg.gif);
    background-repeat: repeat-x;
	color:#FFFFFF;
	visibility: visible;
	border: solid rgb(12,26,0);
    border-width:0px 1px 0px 1px;
    width: 775;
 	padding-top: 10px; /*vertical offset of text from top of container*/
	text-align: left;
}

/* end top nav */

/* Sales Marketing banner container and images */

div.BannerSM
{ 
    position:absolute;
    margin-top: 00px;
	margin-left: -387.5px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 775px;
	height: 127px;
	visibility: visible;
	border: solid rgb(12,26,0);
    border-width:1px 1px 0px 1px;
    width: 775;
}



div.banner1
{
position: absolute;
top: 0px;
left: 0px;
}

div.banner2
{
position: absolute;
top: 0px;
left: 259px;
}

div.banner3
{
position: absolute;
top: 0px;
left: 517px;
}


/*banner container and images */

div.Banner2
{ 
    position:absolute;
    margin-top: 0px;
	margin-left: -387.5px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 775px;
	height: 193px;
	visibility: visible;
	border: solid rgb(12,26,0);
    border-width:1px 1px 0px 1px;
    width: 775;
}

div.banner1_2
{
position: absolute;
top: 0px;
left: 0px;
}

div.banner2_2
{
position: absolute;
top: 0px;
left: 259px;
}

div.banner3_2
{
position: absolute;
top: 0px;
left: 517px;
}


/* side navigation */

div.sideNav
{
display:block;
width: 150px;
position: absolute;
text-align: left;
font-size: 14px;
color: #CCFFCC;
margin-top: 65px;
margin-left: -15px;
z-index: 1;
}

div.sideNavBg
{
position: absolute;
margin-top: 27px;
margin-left: 6px;
}

ul.bullet
{
list-style-image: url('images/bullet.jpg');
letter-spacing: .8m;
}

a:link {
	color: #CADAFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CADAFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Text */


.text1 {
display: block;
position: absolute;
text-align: left;
font-size: 12px;
}


/* index body bg image */

div.burst
{
position: absolute;
margin-top: 12px;
margin-left: 70px;
}


/* index body product image links */


div.showcase1
{
position: absolute;
margin-top: 98px;
margin-left: 149px;
}
div.showcase2
{
position: absolute;
margin-top: 135px;
margin-left: 215px;
}
div.showcase3
{
position: absolute;
margin-top: 103px;
margin-left: 253px;
}
div.showcase4
{
position: absolute;
margin-top: 75px;
margin-left: 290px;
}



/* footer and worksource links */


.buildLink
{
	position: absolute;
	text-align: left;
	font-size: 7px;
	color: #A5CCD8;
	text-decoration: underline;
	margin-top: -19px;
	margin-left: 657px;
	left: -3px;
	top: 95px;
}


.workSource
{
	position: absolute;
	margin-top: -29px;
	margin-left: 620px;
	left: -3px;
	top: 95px;
}

.copyright
{
  position: absolute;
  text-align: left;
  font-size: 8px;
  color: #FFFFFF;
  margin-top: 4px;
  margin-left: 300px;
}
