@charset "utf-8";
/* This controls the aboutus.cfm page */

/*controls the words our marketing download center*/
#ourmarketingdownloadcentertitledownloadcenter
{
margin-left:22px;
margin-top:10px;
margin-bottom:0px;
padding:0px;
}


/*controls both about us and medical carts the words*/
#aboutusmedicalcartsdownloadcenter
{
margin-left:22px;
margin-top:10px;
margin-bottom:5px;
}


/*controls the word about us*/
#aboutustitledownloadcenter
{
margin-left:12px;
}


/*controls the word cart customization options*/
#customizationcartstitledownloadcenter
{
margin-left:56px;
}


/*controls the first row of images*/
#toprowbrouchuresdownloadcenter
{
margin-left:22px;
}


/*controls all the first row of carts that are not photos and are brochures*/
#allmedicalcartbrouchuresdownloadcenter
{
margin-left:22px;
}


/*controls the first row of titles for images*/
#toprowbrouchuresnamesdownloadcenter
{
margin-left:37px;
}

#toprowbrouchuresnamesdownloadcentercompanyoverview
{
margin-left:37px;
margin-bottom:15px;
}


/*controls the word howard helpers*/
#howardhelpersdownloadcenter
{
margin-left:42px;
}


/*controls the word branding*/
#brandingdownloadcenter
{
margin-left:22px;
}


/*controls the word custom colors*/
#customcolorsdownloadcenter
{
margin-left:25px;
}


/*controls the first row of images*/
#brouchuresdownloadcenter
{
margin-left:22px;
}



/*controls the first row of titles for images*/
#brouchuresnamesdownloadcenter
{
margin-left:20px;
}


/*controls the word hi mobile*/
#himobiledownloadcenter
{
margin-left:20px;
}


/*controls the word hi care*/
#hicaredownloadcenter
{
margin-left:45px;
}


/*controls the word hi proodigy*/
#hiprodigydownloadcenter
{
margin-left:45px;
}


/*controls the word hi paradigm*/
#hiparadigmdownloadcenter
{
margin-left:25px;
}


/*controls the word hi pinnacle*/
#hipinnacledownloadcenter
{
margin-left:24px;
}


/*controls the word hi summit*/
#hisummitdownloadcenter
{
margin-left:28px;
}



/*controls the word photots | .jpg*/
#photosjpgdownloadcenter
{
margin-top:20px;
margin-left:28px;
margin-bottom:0px;
}


/*controls the 2nd row of images*/
#secondrowbrouchuresdownloadcenter
{
margin-left:21px;
}


/*controls the second row of names for images*/
.secondrowbrouchuresnamesdownloadcenter
{
margin-left:40px;
}


/*controls the words hi mobile overview*/
#himobilejpgdownloadcenter
{
}


/*controls the words hi care (2nd mention of hi-care)*/
#hicarejpgdownloadcenter
{
margin-left:40px;
}


/*controls the words hi prodigy (2nd mention of hi-prodigy)*/
#hiprodigyjpgdownloadcenter
{
margin-left:36px;
}


/*controls the words hi paradigm (2nd mention of hi-paradigm)*/
#hiparadigmjpgdownloadcenter
{
margin-left:22px;
}


/*controls the words hi pinnacle (for small) (2nd mention of hi-pinnacle)*/
#hipinnaclejpgdownloadcenter
{
margin-left:22px;
}


/*controls the words small (for hi pinnacle) (2nd mention of hi-pinnacle)*/
#hipinnaclejpgdownloadsmallcenter
{
margin-left:244px;
}


/*controls the words hi pinnacle (for medium) (3nd mention of hi-pinnacle)*/
#hipinnaclemediumjpgdownloadcenter
{
margin-left:24px;
}


/*controls the words medium (for hi pinnacle) (3nd mention of hi-pinnacle)*/
#hipinnaclethemediumjpgdownloadcenter
{
margin-left:48px;
}


/*controls the words hub*/
#hubjpgdownloadcenter
{
margin-left:42px;
}


/*controls the words transfer cart*/
#transfercartjpgdownloadcenter
{
margin-left:38px;
}

/*controls the words HI-Med*/
#himedjpgdownloadcenter
{
margin-left:30px;
}

/*controls the words HI-Summit*/
#hisummitjpgdownloadcenter
{
margin-left:38px;
}


/*controls the word photos | .png*/
#photospngdownloadcenter
{
margin-top:20px;
margin-left:28px;
margin-bottom:0px;
}


/*controls the third row of images*/
#thirdrowbrouchuresdownloadcenter
{
margin-left:22px;
}


/*controls the third row of names for images*/
#thirdrowbrouchuresnamesdownloadcenter
{
margin-left:40px;
}


/*controls the 3rd mention of hi-mobile*/
#himobilepngdownloadcenter
{
}


/*controls the 3rd mention of hi-care*/
#hicarepngdownloadcenter
{
margin-left:40px;
}


/*controls the 3rd mention of hi-prodigy*/
#hiprodigypngdownloadcenter
{
margin-left:36px;
}


/*controls the 4th mention of hi-paradigm*/
#hiparadigmpngdownloadcenter
{
margin-left:22px;
}


/*controls the 4th mention of hi-pinnacle (for small)*/
#hipinnaclepngdownloadcenter
{
margin-left:22px;
}


/*controls the 5th mention of small (for hi-pinnacle)*/
#hipinnaclepngdownloadsmallcenter
{
margin-left:244px;
}


/*controls the 5th mention of hi-pinnacle (for medium)*/
#hipinnaclemediumpngdownloadcenter
{
margin-left:24px;
}


/*controls the 5th mention of medium (for hi-pinnacle)*/
#hipinnaclethemediumpngdownloadcenter
{
margin-left:48px;
}


/*controls the 2nd mention of hub*/
#hubpngdownloadcenter
{
margin-left:42px;
}


/*controls the 2nd mention of transfer cart*/
#transfercartpngdownloadcenter
{
margin-left:38px;
}


/*controls the 2nd mention of med*/
#medpngdownloadcenter
{
margin-left:30px;
}


/*controls the 2nd mention of summit*/
#summitpngdownloadcenter
{
margin-left:38px;
}


/*lightbox stuff*/
.black_overlay
{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 10000px;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content
{
display: none;
position: fixed;
top: 25%;
left: 40%;
width: 15%;
height: 50%;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
}

