#top_level_container
{
  position: relative;

  width: 1050px;

  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#left_shadow_fixed
{
  position: absolute;

  width: 25px;
  height: 584px;

  left: 0px;
  top: 0px;

  background-image: url('images/left_shadow.png');
}
#right_shadow_fixed
{
  position: absolute;

  width: 25px;
  height: 584px;

  right: 0px;
  top: 0px;

  background-image: url('images/right_shadow.png');
}
#left_shadow_variable
{
  position: absolute;

  width: 25px;

  left: 0px;
  top: 584px;

  background-image: url('images/left_shadow_repeat.png');
  background-repeat: repeat-y;
}
#right_shadow_variable
{
  position: absolute;

  width: 25px;

  right: 0px;
  top: 584px;

  background-image: url('images/right_shadow_repeat.png');
  background-repeat: repeat-y;
}
#left_shadow_variable.home  { height: 100px; }
#right_shadow_variable.home { height: 100px; }

#side_tabs_wrapper
{
  position: absolute;
  left: -65px;
  top: 10px;
  width: 68px;
}
/* Social media bar*/
#social_media_bar_container
{
  position: relative;
  width: 68px;
  border-bottom: solid;
  border-bottom-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-left: solid;
  border-left-color: #FFFFFF;
  border-top: solid;
  border-top-color: #FFFFFF;
  border-top-left-radius: 15px;
  float: right;
}
#social_media_bar
{
  position: relative;
  padding-top: 10px;
  padding-right: 4px;
}
#social_media_bar_item
{
  position: relative;
  margin-bottom: 8px;
  float: right;
}
#social_media_bar_item_fb
{
  position: relative;
  width: 48px;
  overflow: hidden;
  margin-bottom: 8px;
  float: right;
}

body
{
  text-align: center;
  behavior: url("http://granniesinc.co.uk/csshover3.htc"); 
}

#main_container
{
  position: relative;

  width: 1000px;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
}

#page_container
{
  width: 1000px;
  position: relative;
  height: auto;
  background-color: white;
}

#page_container #header
{
  width: 1000px;
}

#page_container #header #top_corner_left  { left:  0px; }
#page_container #header #top_corner_right { right: 0px; }
#page_container #header .top_corner
{
  position: absolute;

  height: 14px;
  width: 20px;

  top: 0px;

  background-image: url('images/background_repeat.gif');
}

#page_container #header #top_bar
{
  position: relative;

  width: 750px;
  height: 60px;
  left: 250px;
/*  background-image: url('images/header_curve.png');
  background-repeat: no-repeat;*/
  z-index: 500;
  text-align: left;
  vertical-align: middle;
}

#page_container #header #top_bar #cart 
{
  position: absolute;

  top: 12px;
  right: 20px;

  background-image: url('http://granniesinc.co.uk/images/basket.png');
  background-repeat: no-repeat; 
}

#page_container #header #top_bar #cart:hover
{
  background-image: url('http://granniesinc.co.uk/images/basket_over.png');
}
#page_container #header #top_bar div.cart
{
  width: 100px;
  height: 54px;
}

#page_container #header #top_bar #search 
{
  position: absolute;
  top: 8px;
  right: 125px;
}
#page_container #header #top_bar #view_basket
{
  position: absolute;
  top: 8px;
  right: 20px;
  width: 95px;
  height: 23px;
}

#page_container #header #top_bar #menu #signUp
{
  position: absolute;

  top: 0px;
  left: 660px;
}
#page_container #header #top_bar #menu div.signUp
{
  width: 170px;
  height: 2px;
}

#page_container #header #top_bar #deliv
{
  position: absolute;

  top: 40px;
  right: 15px;
}

#page_container #header #top_bar div.deliv
{
  width: 340px;
  height: 15px;
}

#page_container #header #header_content
{
  position: relative;

  width: 1000px;
  height: 120px;
}

#page_container #header #index_header_content
{
  position: relative;

  width: 1000px;
/*  height: 650px; (if "what can we knit for you today splash) */
  height: 540px;
}

#page_container #header #index_header_content #splash
{
  //position: absolute;

  //width: 960px;
/*  height: 656px;*/
  //top: 60px;
  //left: 20px;

  /*background-image:url('images/splash.jpg');
  background-repeat: no-repeat;*/
  //z-index: 2;
  
  float: left;
  border: solid #ED2F83;
  margin: 45px 30px 0px 30px;
  width: 934px;
  border-radius: 15px;
  z-index: 0;
}
#page_container #header #index_header_content #splash img
{
 height: 400px;
 float: left;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;  
}

#dyo_icon
{
  position: absolute;

  height: 210px;
  width: 387px;

  top: 118px;
  right: 24px;

  background-image:url('images/design_your_own_tag.png');

  z-index: 100;
}

#dyo_imap
{
  display: block;
  position: absolute;

  height: 210px;
  width: 387px;

  z-index: 101;
}
#collection_icon
{
  position: absolute;

  height: 210px;
  width: 387px;

  top: 300px;
  right: 24px;

  background-image:url('images/our_collections_tag.png');
  background-repeat: no-repeat;
  z-index: 100;
}

#collection_imap
{
  display: block;
  position: absolute;

  height: 210px;
  width: 387px;

  z-index: 101;
}

#page_container #header #index_header_content #mp_splash
{
  position: relative;

  width: 960px;
  top: 80px;
  z-index: 2;
}
#page_container #header #header_meet_line
{
  position: relative;

  width: 900px;
  height: 108px;
  left: 20px;
}

#page_container #header #header_meet_line img
{
  float: left;
  padding-left: 4px;
}


#page_container #header #header_content #kids_splash
{
  position: absolute;

  width: 960px;
  height: 366px;

  top: 0px;
  right: 20px;

  background-image:url('images/kids/kids_splash.jpg');
}

#free_dev_icon
{
  position: absolute;

  height: 80px;
  width: 80px;

  top: 68px;
  right: 5px;

  background-image:url('images/free_delivery.jpg');

  z-index: 105;
}

#free_dev_imap
{
  display: block;
  position: absolute;

  height: 80px;
  width: 80px;

  z-index: 101;
}
#womens_own_icon
{
  position: absolute;

  height: 80px;
  width: 80px;

  top: 48px;
  right: 20px;

  background-image:url('http://granniesinc.co.uk/marketplace/images/WomensOwn.jpg');

  z-index: 100;
}

#womens_own_imap
{
  display: block;
  position: absolute;

  height: 80px;
  width: 80px;

  z-index: 101;
}
#happiness_icon
{
  position: absolute;
  height: 80px;
  width: 80px;
  top: -40px;
  right: 0px;
  background-image:url('images/happiness.jpg');
  z-index: 2;
}

#happiness_imap
{
  display: block;
  position: absolute;

  height: 80px;
  width: 80px;

  top: 0px;
  left: 0px;

  z-index: 3;
}

#page_container #header #index_header_content #logo
{
  position: absolute;

  width: 210px;
  height: 121px;

  left: 30px;
  top: 0px;

  z-index: 10;
}
#page_container #header #header_content #logo
{
  position: absolute;

  width: 210px;
  height: 121px;

  left: 30px;
  top: 0px;

  z-index: 10;
}

#page_container #header #header_content #top_link_about
{
  position: absolute;

  width: 150px;
  height: 47px;

  left: 240px;
  top: 0px;

  z-index: 10;
}

#page_container #header #header_content #top_link_design
{
  position: absolute;

  width: 150px;
  height: 47px;

  left: 380px;
  top: 0px;

  z-index: 10;
}

#page_container #header #header_content #top_link_community
{
  position: absolute;

  width: 150px;
  height: 147px;

  left: 520px;
  top: 0px;

  z-index: 10;
}

#page_container #header #header_content #top_link_info
{
  position: absolute;

  width: 150px;
  height: 47px;

  left: 660px;
  top: 0px;

  z-index: 10;
}

#page_container #header #header_content #overlay_menu
{
  position: absolute;

  width: 960px;
  height: 29px;

  left: 20px;
  top: 337px;
}

#page_container #header #header_content #overlay_menu #news_bar
{
  position: absolute;

  width: 636px;
  height: 29px;

  left: 0px;
  top: 0px;
}

#page_container #header #header_content #overlay_menu #news_bar #news_left
{
  position: absolute;

  width: 86px;
  height: 29px;

  left: 0px;
  top: 0px;

  background-color: #000000;
}

#page_container #header #header_content #overlay_menu #news_bar #news_right
{
  position: absolute;

  width: 874px;
  height: 29px;

  left: 86px;
  top: 0px;

  background-color: #000000;
}
#page_container #header #header_content #overlay_menu #news_bar #news_left_text
{
  position: absolute;

  width: 86px;
  height: 29px;

  left: 0px;
  top: 0px;
}

#page_container #header #header_content #overlay_menu #news_bar #news_right_text
{
  position: absolute;

  width: 874px;
  height: 29px;

  left: 86px;
  bottom: 3px;
}

#page_container #header #header_content #overlay_menu #fb_like
{
  position: absolute;

  height: 29px;

  right:4px;
  width:80px;
  top: 4px;
}

#page_container #header #header_content #overlay_menu #tweet_this
{
  position: absolute;

  height: 29px;

  right:88px;
  width: 63px;
  top: 4px;
}

#page_container #header #header_content #overlay_menu #signup
{
 position: absolute;

  width: 110px;
  height: 29px;

  right: 73px;
  top: 3px;

}

#page_container #header #header_content #overlay_menu #signup_text
{
 position: absolute;

  width: 75px;
  height: 29px;

  right: 03px;
  top: 3px;

}

#page_container #header #header_content #overlay_menu #welcome_bar
{
  position: absolute;

  width: 0px;
  height: 29px;

  left: 636px;
  top: 0px;

  background-color: #000000;
}
#page_container #header #header_content #overlay_news
{
  position: absolute;

  width: 960px;
  height: 29px;

  left: 20px;
  top: 337px;
}
#page_container #header #header_content #overlay_news #news_bar
{
  position: absolute;

  width: 636px;
  height: 29px;

  left: 0px;
  top: 0px;
}

#page_container #header #header_content #overlay_news #news_bar #news_left
{
  position: absolute;

  width: 86px;
  height: 29px;

  left: 0px;
  top: 0px;

  background-color: #000000;
}

#page_container #header #header_content #overlay_news #news_bar #news_right
{
  position: absolute;

  width: 874px;
  height: 29px;

  left: 86px;
  top: 0px;

  background-color: #000000;
}
#page_container #header #header_content #overlay_news #news_bar #news_left_text
{
  position: absolute;

  width: 86px;
  height: 29px;

  left: 0px;
  top: 0px;
}

#page_container #header #header_content #overlay_news #news_bar #news_right_text
{
  position: absolute;

  width: 874px;
  height: 29px;

  left: 86px;
  top: 0px;
}

#page_container #header #header_content #overlay_news #welcome_bar
{
  position: absolute;

  width: 0px;
  height: 29px;

  left: 636px;
  top: 0px;

  background-color: #000000;
}

#page_container #spacer_horizontal
{
  position: relative;

  width: 1000px;
  height: 50px;

  left: 0px;
  top: 0px;
}

#page_container #sitemap
{
  position: relative;

  width: 960px;
  height: 200px;

  left: 20px;
  top: 0px;
  text-align: left;
  font-weight: bold;
  text-transform: none;
  border-top: dotted;
  border-top-color: #989898; 
  border-top-width: thin;
  padding-top: 20px;
}

#page_container #sitemap #column1
{
  position: absolute;

  width: 156px;
  left: 12px;
}

#page_container #sitemap #column2
{
  position: absolute;

  width: 156px;
  left: 168px;
}

#page_container #sitemap #column3
{
  position: absolute;

  width: 156px;
  left: 324px;
}

#page_container #sitemap #column4
{
  position: absolute;

  width: 156px;
  left: 480px;
}

#page_container #sitemap #column5
{
  position: absolute;

  width: 156px;
  left: 636px;
}
#page_container #sitemap #column6
{
  position: absolute;

  width: 156px;
  left: 792px;
}

#page_container #paypal_cards
{
 position: relative;

  width: 185px;
  left: 800px;
  top: 70px;
}

#page_container #follow_bar
{
  position: relative;

  width: 1000px;
  height: 55px;

  left: 0px;
  top: 0px;
}

#page_container #follow_bar #follow_left
{
  position: absolute;

  width: 636px;
  height: 55px;

  left: 20px;
  top: 0px;
}

#page_container #follow_bar #fb_like_right
{
  position: absolute;

  width: 440px;
  height: 45px;

  left: 540px;
  top: 0px;
}

#page_container #follow_bar #fb_like_left
{
  position: absolute;

  width: 450px;
  height: 30px;

  left: 540px;
  top: 40px;
}

#page_container #follow_bar #follow_left #twitter_container
{
  position: absolute;

  left: -4px;
/*  top: -13px;   */
  width: 520px;
  height: 45px;
  overflow: hidden;
  text-align: left;
}

#page_container #follow_bar #follow_left #twitter_container #twitter_update_list
{
  float:left;
  width:445px;
}

#page_container #follow_bar #follow_right
{
  position: absolute;

  width: 312px;
  height: 30px;

  left: 668px;
  top: 0px;

  background-image: url('http://granniesinc.co.uk/images/twitter_facebook.png');
}
#page_container #follow_bar #follow_right p { width: 150px; }
#page_container #follow_bar #follow_right_twitter
{
  display: block;
  position: absolute;

  width: 64px;
  height: 20px;

  left: 801px;
  top: 5px;
  z-index: 10;
}
#page_container #follow_bar #follow_right_fb
{
  display: block;
  position: absolute;

  width: 75px;
  height: 20px;

  left: 890px;
  top: 5px;
  z-index: 10;
}
/*
#page_container #page_content.basket          { height: auto; }
#page_container #page_content.checkout        { height: 685px; }
#page_container #page_content.ordersuccessful { height: 685px; }
#page_container #page_content.news            { min-height: 660px; }
#page_container #page_content.design_comp     { height: 850px; }
#page_container #page_content.thanks          { height: 350px; }
#page_container #page_content.contact         { height: 655px; }
#page_container #page_content.index           { height: 655px; }
#page_container #page_content.blog            { height: 325px; }
#page_container #page_content.manage_stall    { height: auto; }*/

/* Can get rid of the above set heights as we have implemented outer div growing to side of inner div.
For some reason it doesn't work for the following so set until we work it out.*/
#page_container #page_content.video_gallery   { height: 540px; }

#page_container #page_content
{
  position: relative;

  width: 1000px;

  left: 0px;
  top: 0px;

  min-height: 260px;
/*  font-size: 10px;*/
}

#page_container #page_content #page_left
{
  position: relative;

  width: 626px;

  left: 20px;
  top: 0px;
  display:block;
  height:auto;
  float:left;
  
}

#page_container #page_content #page_right
{
  position: relative;
  width: 312px;
  right:20px;
  display:block;
  float:right;
}

#page_container #page_content #page_right_notitle
{
  position: relative;
  right:20px;
  width: 312px;
  top: 0px;
  display:block;
  float:right;
}

#page_container #page_content_index
{
  position: relative;

  width: 1000px;

  left: 0px;
  top: 0px;

  height: 165px;
}

#page_container #page_content_index #home_box_left
{
  position: relative;
  width: 312px;
  height: 206px;
  left: 20px;
  top: 0px;
}
#page_container #page_content_index #home_box_middle
{
  position: absolute;
  width: 312px;
  height: 206px;
  left: 340px;
  top: 0px;
  vertical-align: middle;
  z-index: 1;
}

#page_container #page_content_index #home_box_right
{
  position: absolute;
  width: 312px;
  height: 206px;
  left: 661px;
  top: 0px;
}
#page_container #page_content #page_left #video_thumb
{
  position: relative;
  width: 200px;
  height: 150px;
  float: left;
  top: 319px;
  text-align: center;
  margin: 3px;
}

#page_container #page_content #page_left #video_thumb:hover
{
  outline: solid;
  outline-color: #ED2F83;
  outline-width: 3px;
}
#page_container #page_content #page_left #video_main

{
  position: absolute;

  width: 618px;
  height: 286px;

  left: 0px;
  top: 25px;
}

#page_container #page_content #page_left #video_main_title
{
  position: absolute;

  left: 0px;
  top: 0px;
  font-weight: bold;
}

#footer
{
  position: relative;
  width: 1000px;
  height: 190px;

  left: 0px;
  top: 50px;

}

#footer #footer_menu
{
  position: absolute;

  width: 1000px;

  left: 0px;
  top: 15px;
  text-align: left;
}

#footer #copyright
{
  position: relative;

  /*width: 640px;

  left: 330px;*/
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  top: 0px;
  height: 30px;
  
  background-image: url('images/bottom_shadow.png');
  background-repeat: no-repeat;
}

.errorText
{
  position: relative;
  text-align: left;
  left: 128px;
  color: #ED2F83;
  max-width: 540px;
  clear: both;
}

#hearabout
{
  position: relative;
  width: 164px;
}

#termsError
{
  position: relative;
  top: 10px;
}

.div_expander {
  clear: both;
  background-color: white;
}