My Index and contact page has moved my top nav up

I only changed my contact styles on my Index page and now my top nav has gone to the top. On my contact page I added two images so I understand I need to add some code to do with that but not sure how to get it back correct.
When I veiw my contact page through my wamp server though it all looks fine that's why I uploaded it onto the live server.  Does anyone know why that should be?
www.bristolequestrianservices.co.uk.  Can someone help please?
Thanks
</head>
<body>
<div id="outer">
<div id="wrapper">
                    <div id="logo">
                  <img src="images/banner1.jpg" />
          </div>
          <div id="social-media-icons">
                  <ul>
                      <li><a href="https://www.facebook.com/groups/150449201771804/"><img src="images/icons/facebook.jpg" /></a></li>
              <li><a href="£"><img src="images/icons/rss.jpg" /></a></li>
              <li><a href="http://www.twitter.com"><img src="images/icons/twitter.jpg" /></a></li>
              <li><img src="images/icons/youtube.jpg" /></li>
            </ul>
                    </div>
         <div id="contact">
     <p><span class="big-blue">Bristol Equestrian Service</span><br>
     Tel: 0117 9190060 / 07900538697<br>
     Email: [email protected]<br>
      [email protected]</p>    
     </div             
        ><div id="topnav">
                  <ul>
                      <li><a href="index.html">Home</a></li>
                <li><a href="stablesandfieldshelters.html">Stable and Field Shelters</a></li>
                <li><a href="pricelist.html">Price List</a></li>
                <li><a href="gallery.html">Gallery</a></li>
                <li><a href="contactus.html">Contact Us</a></li>
            </ul>
                    </div>
                    <div id="banner">
                  <img src="images/newbanner.jpg" />
                    </div>
/* Containers */
#outer                                         {  width:960px; margin:0 auto; background:#FFF; }
#wrapper                               {  width:900px; margin:0 auto; background:#FFF; }
#logo                                         {  margin: 30px 0; float:left; }
#social-media-icons                              {  float:right; }
#social-media-icons ul li          {display:inline; }
#social-media-icons ul                    {margin-top:40px; }
#social-media-icons2                    {  float:left; }
#social-media-icons2 ul li          {display:inline; }
#social-media-icons2 ul                    {margin-top:10px; }
#topnav                               { clear:both;  }
#topnav          ul                              { border-top:1px #000 solid; border-bottom:1px #000 solid;
                                                            margin:20px 0; padding:10px 0;           }
#topnav ul li                    { display:inline; }
#topnav ul li a                    { padding:0 15px; }
#topnav a:link                              { color: #000;  }
#topnav a:visited                    { color: #000;  }
#topnav a:active                    { color: #000;  }
#topnav a:focus                              { color: #666;  }
#topnav a:hover               { color: #f90;  }
#banner                                        { margin-bottom:30px;  }
#rightside                               { width:200px; float:right   }
#content                               { width:650px; float:left;  }
#content-fullwidth          {width:100%; }
#footer                               { clear:both; margin-top:20px 0; border-top:1px #ccc solid;

/* Color Legend */
/* Reset */
Oops sorry copied it all!
html, body { margin: 0; padding: 0; border: 0; 
                                        background: transparent; font-size:10px; }
div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
          margin: 0;
          padding: 0;
          border: 0;
          vertical-align: baseline;
          background: transparent;
img           { margin:0; padding:0; border:0; }
table, tr, th, td, tbody, tfoot, thead {
          margin: 0; padding: 0; border: 0;
          vertical-align: baseline;
          background: transparent;
table { border-collapse: collapse; border-spacing: 0; }
input, select, textarea, form, fieldset {
          margin: 0; padding: 0; border: 0;
article, aside, dialog, figure, footer, header, hgroup, nav, section {
          display:block; }
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
          font-family: Arial, Helvetica, sans-serif;
          font-size:100%;
          font-weight: normal;
          font-style: normal;
          line-height: 100%;
          text-indent: 0;
          text-decoration: none;
          text-align: left;
          color: #000;
ol, ul { list-style: none; }
/* Global */
html           {          }
body          { background: #960          }
/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size:24px; color:#BB5E00;
          padding-bottom:15px; border-bottom:1px #ccc solid; margin-bottom:15px; }
h2 { font-size:20px; color:#666 }
h3 { font-size:16px; }
h4 { font-size:20px; color: #666}
h5 { font-size:14px; }
h6 { font-size:14px; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
/* Text Elements */
p                     { color:#000; font-size:12px; line-height:150%; 
                                         margin:15px; 0; }
p .left                              { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right                     { margin: 1.5em 0 1.5em 1.5em; padding: 0; }
a                     {   }
a:link                              { color: #00f;  }
a:visited                    { color: #0f0;  }
a:active                    { color: #000;  }
a:focus                              { color: #666;  }
a:hover               { color: #f00;  }
blockquote            { color:#000; font-size:12px; }
strong                { font-weight: bold; }
em                                    { font-style: italic; }
/* Images */
/* Lists */
ul                    {  }
ol                    { list-style-type:decimal; }
ul li                        { color:#000; font-size:12px; }
ol li                         { color:#000; font-size:12px; }
dl                    {            }
dt                           {            }
dd                    {           }
/* Tables */
table                 { width:100%; }
tr                                        {          }
.odd                              { background-color:#eee; }
.even                              { background-color:#fff; }
th                    { font-weight: bold; }
thead, th              { background: #ccc; }
tbody                              {   }
th,td,caption           {           }
caption                     {           }
tfoot                 {          }
.tfooter                    { background-color:#ccc; text-align:center; font-style:italic; }
caption               { background: #efefef; }
/* Miscellaneous */
sup, sub              { line-height: 0; }
abbr, acronym   { border-bottom: 1px dotted #666; }
address               {            }
del                   { background:#FFCECE; color:#f00; }
code, pre                    { background-color:#FF9; padding:2px 0px; margin:4px 25px;
                                                  font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;          }
/* Containers */
#outer                                         {  width:960px; margin:0 auto; background:#FFF; }
#wrapper                               {  width:900px; margin:0 auto; background:#FFF; }
#logo                                         {  margin: 30px 0; float:left; }
#social-media-icons                              {  float:right; }
#social-media-icons ul li          {display:inline; }
#social-media-icons ul                    {margin-top:40px; }
#social-media-icons2                    {  float:left; }
#social-media-icons2 ul li          {display:inline; }
#social-media-icons2 ul                    {margin-top:10px; }
#topnav                               { clear:both;  }
#topnav          ul                              { border-top:1px #000 solid; border-bottom:1px #000 solid;
                                                            margin:20px 0; padding:10px 0;           }
#topnav ul li                    { display:inline; }
#topnav ul li a                    { padding:0 15px; }
#topnav a:link                              { color: #000;  }
#topnav a:visited                    { color: #000;  }
#topnav a:active                    { color: #000;  }
#topnav a:focus                              { color: #666;  }
#topnav a:hover               { color: #f90;  }
#banner                                        { margin-bottom:30px; }
#rightside h2 {
font-size: 24px;
    color: #999;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 10px 0; /*top-right-bottom-left*/
#rightside p {
    margin: 0 0 0 0;
    padding: 0 0 10px 0; /*top-right-bottom-left*/
#rightside a {
    text-decoration: none;
    color: #7A7D42;
    font-size: 14px;
    padding: 0 0 15px 0; /*top-right-bottom-left*/
#rightside a:hover {
color:#BB5E00
#rightside p {
    margin: 0 0 0 0;
    padding: 10px 0 10px 0; /*top-right-bottom-left*/
    border-bottom: 1px solid #ccc;
#content                               { width:650px; float:left;  }
#content-fullwidth          {width:100%; }
#footer                               { clear:both; margin-top:20px 0; border-top:1px #ccc solid;
                                                   padding-bottom:20px; }
.rowWrapper {
    overflow: hidden;
    margin: 0 0 15px 0;
.details {
width:286px;
float:left;
margin: 0 0 0 20px;
padding: 15px 0 0 0;
border-top: 2px solid #000;
.details p {
margin: 0;
padding: 0 20px;
#box1 {   }
#box2 {  }
#box3 {  }
#box4 {  }
#box5 {   }
#box6 {   }
#box7 {   }
#box6 {  }
#box9 {   }
#box10 {   }
/* Layout Extra */
/* Navigation Extra */
/* Forms */
/* Forms */
form ol { list-style-type:none; }
form           { text-align:left; margin:20px;          }
label           {
                    float: left; width: 150px; margin-top:5px;
                    text-align:right; display:block; background:none; font-weight:bold;
submit          { background:none;           }
input           {
                    width: 280px; margin:0 0 16px 10px;
                    border:1px #bbb solid; padding:5px; background:none;
input:focus, textarea:focus          { background-color:#CCC; }
textarea {
                    width: 280px; height: 150px; margin:0 0 16px 10px;
                    border:1px #bbb solid; padding:5px; background:none;
select { margin-bottom:20px;          }
.month { margin-left:155px;          }
.submit {
                    width:90px; height:25px;
                    margin-left:160px;
                    font-size:12px;
br                    { clear: left;           }
.clear          { clear:both; }
/* Miscellaneous  */
.copyright-text          { font-size:80%; font-style:italic; color:#333; }
.footer-text          { font-size:100%; font-style:normal; color:#000; text-align:center; }
.title                              { font-size:18px; font-weight:bold; color:#333;  }
.subtitle                    { font-size:14px; font-style:italic; color:#333;  }
.artist                              { font-size:16px; font-weight:bold; color:#333;  }
.author                              { font-size:14px font-weight:bold; color:#555;  }
.editor                              { font-size:14px font-style:italic; color:#555;  }
.pub-date                    { font-size:10px font-style:italic; color:#555; }
.article-date          { font-size:10px font-style:italic; color:#555;  }
.location                    { font-size:10px font-style:italic; color:#555;  }
.float-right          { float:right; }
.float-left                    { float:left; }
.clear                              { clear:both; }
.hide                              { display:none; }
.block                              { display:block; }
.inline                              { display:inline; }
.first                              { font-weight:bold; }
.last                              { font-weight:bold; }
.left                              { font-weight:bold; text-align:left; }
.right                              { font-weight:bold; text-align:right; }
.added                { background:#D7D7FF; }
.removed              { background:#FFCECE; color:#f00; }
.changed                    { background:#FFB; }
/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */
.error, .alert, .notice, .success, .info {
          padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error, .alert           { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice                              { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success                       { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info                               { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a           { color: #8a1f11; }
.alert a           { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a                    { color: #205791; }
#contact {
          float: right;
          clear: both;
.big-blue {
     font-size:32px;
     color:#000;
           font-family:Monotype Corsiva;

Similar Messages

  • Right side page has moved up 1/4"  alongside left handed page

    I am working on an InDesign catalog project. I have come upon a right-handed page where the entire page has moved up about 1/4" next to the left sided page. I checked the master pages and they are fine. All the other pages in the document are okay as well. They are all aligned correctly.
    Any idea how to correct this?

    This forum is actually about the Cloud as delivery, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/indesign

  • HT4623 I have updated my ipad to ios7.  Terms and conditions page has opened.  I have pressed 'agree'.  ipad is unresponsive.  what do I do now?

    I have updated my ipad to ios7.  Terms and conditions page has opened.  I have pressed 'agree'.  ipad is unresponsive.  what do I do now?

    Reset iPad and continue with activation.

  • Upgraded to OS X Lion and now Pages has no "save as" option

    I upgraded to OS X Lion, and my Pages has mysteriously removed the Save or Save As options.  It gives me "Save a Version" but doesn't allow me to edit the document name or decide where to save it.
    Help!
    j

    Which operating system are you running ?
    Here are four screenshots which I took under 10.7.0.
    CAUTION, in French, Save… is spelled Enregistrer…
    This one was taken just after creating a new document from an in-the-box template.
    The Save… item is available.
    This second one was taken after:
    changing a word just below the date then duplicating the document.
    As the duplicatewas never saved, the Save… item is available.
    Thirs third one was taken just after replacing the string "titre" par "un titre" in the duplicate.
    As this one was never saved before, the Save… item is available.
    This 4th one was taken after saving once the duplicate then inserting "nouveau" between "un" and "titre".
    As the doc was already saved once, the available menu item is no longer "Save As…" but "Save a Version".
    I hope that this time you saw the Save… (Enregistrer…) item.
    Yvan KOENIG (VALLAURIS, France) mardi 2 août 2011 22:28:35
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • My page has moved to the right of the screen so I do not have a full centre page. How do I move the page back to the centre of the screen. There is no bottom scroll bar for me to move the page to the left of the screen. Hope this makes sense

    The picture on my screen has moved over to the right hand side and I want it to be in the centre. How do I move it back as I do not have a scroll bar at the bottom of the page to do this and am unable to drag it back. Hope this makes sense!

    Its a toolbar thing. I got rid of my Babylon toolbar and it sorted it out!

  • Adobe reader has buttons next page and previous page, why not also top of current page and bottom of

    Adobe reader has buttons "next page" and "previous page",
    why not alson "bottom of current page" and "top of current page" ,
    these would be very useful if the page is increase to the maximum left and right

    This is a user forum; if you have any product enhancement requests, do it here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Footer has moved to top of page

    The Footer has moved to the top of the page. Any idea why?
    Longstaff Longstaff

    You could add the following to the .footer class css...
    position:fixed;
    bottom:0px;
    That would force it to sit on the bottom of the browser view port, no matter how large the viewer opens their screen.

  • Blank call and contact page and quit automatically

    When I go to the call page.It goes blank and quit automatically and so does the contact page, though I can receive call.
    When I do the restore, it requires me to upgrade to ios 5.0.1. But I don't want the upgrade as everybody says the battery life after upgrad is even worse.
    What happen to my phone? Can I restore it without the upgrade?

    Basic troubleshooting is reset, restart, restore.  Have the first two been tried before resorting to a restore?
    It is only possible to restore with the latest/current version of iOS... there is no reason to not install the latest/current version.
    The majority of issues reported are minor and many are non-issues.
    The forums are like an emergency room, people generally only come here with issues.  The majority of users never have any issues and do not come here.

  • E mail address and contact list has been hacked

    Someone gained access to my e-mail address and contact list and sent out an e-mail to all of my contacts. Is there a way to repair this so they don't do it again?

    Go to Settings>iTunes and App Stores and sign out and sign back
    Same for:
    - Settings>iCloud
    - Settings>Game Center
    - SettingsFaceTime
    - Settings>Messages>Send and Receive

  • Almost every time I open a new page, and that page has an ad with movement or video, the browser page hides behind other open pages. This is really annoying.

    I don't see any evidence that this is malware. For instance i opened a page that was for a major newspaper from Dallas. As i reached my cursor to the page, it hid behind the other pages, and i had to now reach down to my taskbar to find it again. When i did, i saw an ad on the page with movement (flash?). Anyway, the ad was for breast cancer awareness, and was made by that newspaper, which is why i think it has nothing to do with malware. Same thing happens everyday with normal sites like Yahoo. Anytime an ad has movement or video, the page is only visible for a second, then hides behind the others. This has really become a major annoyance.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Error 303 "Page has moved"

    Minefield has become useless for the past week. Pages with redirects and forwards either won't load or I have to click on a link.

    i was also facing the same problem till i found out the reason. it's because of an incompatible addon (in my case it was adblock). once i removed adblock it was all fine. adblock was not compatible with firefox 4.0b4pre, however now it is.

  • Why can't I post? I set up an account and the page has my info on it.

    My photos are not showing up in IPhoto 9.6. I am using Yosemite. Someone said to run Library Installer 1.1, but it is not in my Utilities application. I got one of my events to show up and 9 photos by individually highlighting them, but I don't want to do that with 5,000 photos. My IPhoto is listed as 9.6.

    The updater 1.1 is only needed if your library was create with iPhoto 7 (08) or earlier and it's the first time you're trying to open the library with iPhoto 9.6.
    What you need to do is do the following:
    1 - launch iPhoto with the Command+Option keys held down to open the First Aid window. Be sure to follow the circled recommendation in the screenshot.
    2 - run Option #4, Rebuild Database.

  • Objects and text cannot be moved from top left

    I just merged my website from some other drag and drop editor to DW.
    I am determined to learn how to work everything (Or at least enough to get by).
    But I have hit a snag along my learning path, and am hoping it is something simple.
    I am trying to add text, and graphics. And it would seem I cannot simply drag it around the page like in other designers? Because it defaults to the top left of my page, and cannot be moved by dragging. On the images, when I edit the tag, I was able to change the virtical and horizontal attributes and place the image where I wanted it. but text I add has no such option.
    I would post you the code, but I don't know which piece to post.
    Forgive me, I am very novice, having no experience with html, and less than a week experience with DW.
    But I learn quickly, and with your patience, even quicker.
    Thank you so much!

    You need to get a grasp of the basics. Dragging and dropping into DW will not place things where you want.  I just noticed that ZaBeth posted this in another post, start here, then find some other beginner CSS and HTML tutorials.
    Have a look at David Powers's CSS book. It is very accessible and easy to get into: http://gettingstartedwithcss.com/ (palgerized from ZaBeth69)
    And keep reading this board, there are alot of new comers that post very basic questions, so you get some good information here.
    Gary

  • When I go to a certain web site the page has writing on top of writing. What can I do to correct?

    I update our web site using Microsoft Expressions. The page looks good in expressions and also with those who use Explorer. The page appears messed up with using Firefox. What can I do to correct this problem?

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * Make sure that you are using the '''"Remember History"''' setting as described in this article -> [[Options window - Privacy panel]]
    * Start Firefox in -> [[Safe Mode]] to check if your add-ons/extension are causing the problems.
    * Also see this article -> [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    You are using an old version of Firefox. The latest version is Firefox 12. Try Updating it to see if it solves your problem.
    -> Download latest Firefox version from the following link using some other Web Browser:
    * http://www.mozilla.com/en-US/firefox/new/
    -> Install Firefox 12 as described in this article -> [[Installing Firefox on Windows]]

  • Multiple Calendars and Contacts - and the real ones won't sync!

    My iPhone (first generation, 4GB) has been working fine for the last 9 months but has developed a scary problem shortly after I upgraded it to 2.1 firmware.
    The Calendar now shows as two separate "accounts", titled "On My iPhone" and "Untitled Account". The "On My iPhone" account has 4 different calendars (Home, Work, Untitled, and Untitled2). None of these calendars have any actual data in them, other than me putting in a couple of test appointments. The other account contains the three calendars that I've been using all along - those calendars have lots of appointments, birthdays, etc.
    There's a similar situation with my Contacts. It suddenly shows two separate "Groups", called "Imports" and "Special Contacts". The "Imports" list is basically empty, and all my hundreds of contacts are listed in the "Special Contacts" group.
    This is all a little puzzling, but the ugly problem is that my REAL Calendars and Contacts are not getting synced. All of my iCal and Contacts data has been wiped out on the MacBook that I use to sync my iPhone with. So, on my MacBook both my iCal and my Address Book are basically empty. (They used to have exactly the same data as my iPhone.)
    Here's what I've already done to debug: My MacBook is running the latest Apple software (OS 10.5.5 and iTunes 8.0.1). I've done a "Reset All Settings" and also I've done an "Erase all Content and Settings" and then restored my iPhone from the backup on my MacBook. FORTUNATELY my Calendars and Contacts seem to have been backed up ok, even if they're not syncing. Also, just in case the problem was on my iBook, I also have tried to backup and sync to an XP laptop, also with iTunes 8.0 - no luck - backup/sync runs ok (no errors reported) but no Calendar or Contacts data is shown in Outlook.
    Lastly, today, I talked to a Genius at the local Apple store - he looked at the iPhone for a few minutes, said he'd never seen anything like it, and didn't know what to do about it besides restoring the iPhone to factory condition and hand-typing in all the Contacts and Calendar data again. But really, I can't even do that - since the data won't sync, I can't even print it out!
    Any ideas????

    I found a posting from a few weeks ago that sounds like a very similar problem to mine:
    http://forum.insanelymac.com/index.php?showtopic=121467&st=0&p=859382&#entry8593 82
    I still haven't found a solution. My calendar and contact items seem safe on my iPhone, but I need to be able to sync them to my MacBook.

Maybe you are looking for

  • My iphone 4S shows up on my computer but does not show up in itunes devices. I have all security

    I just got an iPhone 4S and am unable to get it to show up as a device in iTunes. I previously backed up my old iPhone on my Windows 7 PC. When I connect my 4S to the PC it is recognized by the PC but does not show up as a device in iTunes. I have tu

  • XQuery performance in Oracle 10gR2

    Hello I'm actually trying to measure the performances of XQuery FLOWR queries on Oracle 10gR2. For that, I've created a simple table with one integer field (ID) and one XMLType field. This XMLType field contains 10000 documents. The size of these doc

  • Payment with Boleto Bancario - Brazil

    Dear SAP experts, Do you know if for payments with Boleto in Brazil, there is a fixed length for the boleto codification? I know that the boleto should be inserted in bank reference fields in AP lline (invoice)..but what about the boleto's length? Is

  • Updated iphoto library does not import to iphoto 9.6?

    Hello, I recently updated to Yosemite on my MBP and I'm having trouble uploading my iphoto library to the new iphoto 9.6. I have my iphoto library on an external hard drive and I did install and run the iphoto upgrader programand it says that my ipho

  • I can not download my apps.  OS 10.7.4

    I started to download the apps for my creative suite membership, and the the manager downloaded photoshop, then said it would not install.  it told me to restart my computer and try again.  When I did that, the manager would no longer run under any c