@media (min-width:955px) {

  /* --- SETUP THE PAGE ------------------------------------------------------------------------------------------ */

  #jar_template .page {
		width: 975px;
    margin: 0 auto;
    min-height: 600px;
  }
	
	#jar_template > .container {
		background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/pagebg.jpg); width: 100%; margin:0px auto 0px auto; background-color: #1e3521; background-attachment:fixed; background-position:top; background-repeat:no-repeat;
	}
	#jar_template > .container > .container{

	}

  /* --- STYLE THE HEADER ---------------------------------------------------------------------------------------- */

  #jar_template .page .header {
    background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/header_02.png) no-repeat top center;
    height: 226px; position: relative;
  }

  #jar_template .page .header .links {
    position: absolute;
    height: 50px;
    left: 10px;
		top:176px;
		padding-left:10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #jar_template .page .header .links > a {
    display: inline-block;
    font: bold 120% Arial, sans-serif;
    line-height:50px;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
  }

  #jar_template .page .header .links > a:hover {
    color: #fff;
	text-decoration:underline;
  }

  #jar_template .page .header .search {
    position: absolute;
    right: 18px;
    top: 131px;
    height: 31px;
    line-height:31px;
  }


  #jar_template .page .header .search .entry {
width: 193px;
border-radius: 0px;
height: 31px;
background-color: transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding-left:10px;
left:40px;
}

  #jar_template .page .header .search .button {
    width: 40px;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 solid;
	height:31px;
	position:absolute;
	left:0px;
	color:#fff;
  }

  /* --- STYLE THE CONTENT AREA ----------------------------------------------------------------------------------- */

  #jar_template .page .content {
    clear: both;
   /*margin: 10px 10px 0 10px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color: #fff;
	border: solid white 10px;
  }

  #jar_template .page .content .column:nth-of-type(1) { width: 210px; background: transparent; float: left; }
  #jar_template .page .content .column:nth-of-type(2) { width: 735px; float: right; }

  /* --- CATEGORY MENU ------------------------------------------------------------------------------------------- */

  ul.lev1, ul.lev1 li {
    list-style: none;
    text-decoration: none;
    display: block; overflow: hidden;
    padding: 0; margin: 0;
  }

  ul.lev1 li a {
    text-decoration: none; display: block;
    margin: 0;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/menuitembg.jpg) bottom;
    line-height: 30px;
  }

  ul.lev1 li a:hover {
    background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/menuitemhover.jpg) bottom;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
  }
	
	  ul.lev2, ul.lev2 li {
    list-style: none;
    text-decoration: none;
    display: block; overflow: hidden;
    padding: 0; margin: 0;
  }

  ul.lev2 li a {
    text-decoration: none; display: block;
    margin: 0;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/menuitembgsub.jpg) bottom;
    line-height: 30px;
  }

  ul.lev2 li a:hover {
    background: url(http://www.jarilo.co.uk/ebaystores2015/thegolfstore4u/listing/images/menuitemhoversub.jpg) bottom;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
  }

  #jar_categories > div { padding: 0!important; }

  /* --- TAB PAGE AREA ------------------------------------------------------------------------------------------- */

  #jar_tabs { position: relative;  min-height:130px; }

  #jar_tabs .tab .tab-header {
    position: absolute;
    width:100px;
    font: bold 120% Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #010101;
    text-align: center;
    cursor: pointer;
		background: #e0e0e0; /* Old browsers */
		border-radius: 10px 10px 0 0;
  }

  #jar_tabs .tab .tab-header:hover {
    background: #d3d3d3; /* Old browsers */
    color: #010101;
    -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;
	border-radius: 10px 10px 0 0;
  }

  #jar_tabs .tab .tab-page {
    background-color: white; position: absolute; top:30px; left: 0; padding: 10px; min-height:100px; width:100%;
    border: solid 1px #efefef; display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
	

  #jar_tabs .tab:nth-child(1) .tab-header { top:0; left:0; }
  #jar_tabs .tab:nth-child(2) .tab-header { top:0; left:102px; }
  #jar_tabs .tab:nth-child(3) .tab-header { top:0; left:204px; }
  #jar_tabs .tab:nth-child(4) .tab-header { top:0; left:306px; }

  #jar_tabs .tab.active .tab-header 
	{ color: #fff;
	background: #32611d; /* Old browsers */
border-radius: 10px 10px 0 0;
}
  #jar_tabs .tab.active .tab-page { display: block; }
  #jar_tabs .tab.hidden { display: none; }
  .clear-both { clear:both; }
	#jar_banner {position:relative; top:10px; }
}