/* COMMON
------------------------------------*/

html { height: 100%; }
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
  font-family: "proxima-nova-1","proxima-nova-2",  Arial, Sans-serif;
  color: #333333;
/*  background: white url(../images/background-snow.jpg) no-repeat right bottom fixed;*/
/*  background: white url(../../media/images/background2.jpg) no-repeat 50% 50% fixed;*/
  background: white url(../../media/images/Web-Background-2b.jpg) no-repeat 50% 50% fixed;
}
a {
  font-weight: 600;
  color: #31586a;
  text-decoration: none;
}
.signup input{display: none;}
a:hover { text-decoration: underline; }
h1 {
  font-weight: 400;
  font-weight: normal;
  font-size: 2.5em;
  padding-bottom: 10px;
  line-height: 1;
  margin:0;
}
h2, h3, h4, h5, b, strong, .header { font-weight: 700; }
h2,.header {
  position: relative;
  background-color: #444444;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
  padding: 11px 15px;
  min-height: 18px;
  _height:18px;
  margin: 10px 0;
}
dl { width: 100%; }
dt, dd {
  margin: 0;
  padding: 0;
}
a.linkthrough {
  color: #cccccc;
  font-size: 0.85em;
  position: absolute;
  bottom: 11px !important;
  bottom: 10px;
  right: 15px;
}
a.linkthrough:hover { color: white; }
#header {
  height: 60px;
  padding: 0;
  margin: 0;
  background: #444444 url(../images/header.png) repeat-x top left;
}
#header h1 {
  opacity: 0.9;
  width: 250px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0px;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  background: transparent url(../images/OA_logo.png) no-repeat top left;
}
.wrapper {
  width: 950px;
  margin: auto;
  position: relative;
}
#container {
  position: relative;
  width: 960px;
  margin: 100px auto 0;
  padding: 0;
}
#context_menu {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 100%;
  height: 40px;
  padding: 0 0px;
  margin: 0;
}
#context_menu li {
  float: left;
  list-style: none;
}
#context_menu li a {
  color: #999999;
  font-size: 14px;
  display: block;
  float: left;
  height: 20px;
  padding: 10px 20px 10px 20px;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#context_menu li a:hover {
  color: #eeeeee;
  text-shadow: 0 1px 0 #555555;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#context_menu li a:active { background-color: #31586a; }
#context_menu li a.active,
#context_menu li.active a{
  color: white;
  backround: #444444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#page_menu {
  font-weight: 700;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 40px;
  padding: 0 0px;
  margin: 0;
}
#page_menu li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
}
#page_menu li.search {
  float: right;
  margin-right: -10px;
}
#page_menu li.right {
  float: right;
  margin-right: -10px;
}
#page_menu li.search input {
  width: 200px;
  height: 20px;
  padding: 0;
  margin: 15px -10px 0 0;
}
#page_menu li a {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  float: left;
  height: 20px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
#page_menu li a:hover {
  color: #333333;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-radius: 0 0 10px 10px;
}
#page_menu li a.active,
#page_menu li.active a{
  color: white;
  background-color: #31586a;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0 !important;
}
#page_menu li.catalogue a {
  padding-left: 45px;
  background-image: url(../images/catalogue.png);
  background-repeat: no-repeat;
  background-position: 15px 11px;
}
#footer {
  width: 910px;
  min-height: 18px;
  margin: 50px auto 20px;
  padding: 10px 20px;
  color: #999999;
  background-color: #eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.right {
  float: right;
  display: inline;
}
.left {
  float: left;
  display: inline;
}
.button {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 14px;
  background: #444444 url(../images/alert-overlay.png) repeat-x center center;
  display: inline-block;
  max-width: 100%;
  padding: 6px 10px 5px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 0 #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-bottom: 1px solid #222222;
  position: relative;
  cursor: pointer;
}
.button:hover {
  background-color: #31586a;
  text-decoration: none;
}
.button:active {
  top: 1px;
  background-color: #6a2326;
}
a.button.highlight:hover { background-color: #6a2326; }
a.button.right, a.button.left { margin-left: 10px; }
.oneCol { width: 150px; }
.onequarterCol { width: 190px; }
.onehalfCol { width: 230px; }
.twoCol { width: 310px;}
.threeCol { width: 470px; }
.threehalfCol { width: 550px; }
.fourCol { width: 630px; }
.fourhalfCol { width: 710px; }
.fiveCol { width: 790px; }
.sixCol { width: 950px; }
.oneCol, .onequarterCol, .onehalfCol, .twoCol, .threeCol, .threehalfCol, .fourCol, .fiveCol, .sixCol { margin: 0 5px; }
#container .twoCol.right{
    margin-top:9px;
}
li.older {text-align: center;}
li.older a.next {
  color: #333333;
  background-color: #eeeeee;
  display: block;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;

  width: 100px;
  float: right;
}

li.older a.prev {
  color: #333333;
  background-color: #eeeeee;
  display: block;

  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  width: 100px;
  float: left;
}

li.older a:hover {
  font-weight: 600;
  color: white;
  background-color: #31586a;
  text-decoration: none;
}

.twitter-title a
{
    word-wrap: break-word;
}

/* featured products */

	#featured_products{
		height:400px;
		position: relative;
	}
        #featured_products a:hover
        {
            text-decoration: none;
        }
	#featured_products ul.images,
	#featured_products ul.indicators{
		list-style: none;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#featured_products ul.images li{
		position:absolute;
		z-index: 10;
		left: 0px;
		top: 0;
		height: 350px;
		width: 630px;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
		/*background: white;*/
	}
	#featured_products ul.images li .image{
		position:absolute;
		z-index: 10;
		left: 0px;
		top: 0;
		height: 350px;
		width: 630px;
		background-position: center;
		background-repeat: no-repeat;
	}
	#featured_products ul.images li .text{
		position: absolute;
		z-index: 20;
		bottom: 10px;
		right:10px;
		width: 260px;
		line-height: normal;
		padding: 10px;
		background: url(../images/featured-products-text-bg.png);
		color: black;
	}
	#featured_products ul.images li .text p{
		margin: 0;
		padding: 0;
	}
	#featured_products ul.images li .text h3{
		margin: 0;
		padding: 0;
	}

	#featured_products ul.indicators{
		position: absolute;
		z-index: 100;
		right: 10px;
		top: 14px;
	}
	#featured_products ul.indicators li{
		float: left;
	}
	#featured_products ul.indicators li a{
		float: left;
		width: 12px;
		height: 12px;
		background: gray;
		display: block;
		margin: 0 2px 0 0;
	}
	#featured_products ul.indicators li a.selected,
	#featured_products ul.indicators li a:hover{
		background: white;
	}


/*	#featured_products .slideshow { position: relative; }
	#featured_products .slideshow .images ul {
	  display: block;
	  height: 300px;
	  width: 400px;
	  margin: 0;
	  padding: 0;
	  overflow: hidden;
	}
	#featured_products .slideshow .images li {
	  background-color: white;
	  margin: 0;
	  padding: 0;
	  display: block;
	  float: left;
	  height: 300px;
	  width: 400px;
	  overflow: hidden;
	}
	#featured_products .slideshow .images li img {
	  max-height: 300px;
	  max-width: 400px;
	  margin: 0 auto;
	}
	#featured_products .slideshow .descriptions {
	  position: absolute;
	  top: 0;
	  right: 0;
	  height: 300px;
	  width: 245px;
	  overflow: hidden;
	}
	#featured_products .slideshow .descriptions div { background-color: #444444; color: white !important;}
	#featured_products .slideshow .descriptions h2:hover, #featured_products .slideshow .header_highlight {
	  background-color: #31586a !important;
	  color: white !important;
	  border-bottom: 0 solid white !important;
	}
	#featured_products .slideshow .descriptions .header_highlight + div {
	  background-color: #31586a !important;
	  color: white !important;
	  border-bottom: 0 solid white !important;
	}
	#featured_products .slideshow .descriptions .accordion_headings {
	  color: white;
	  display: block;
	  font-size: 14px;
	  font-weight: 700;
	  height: 29px;
	  padding: 8px 10px 2px;
	  margin: 0;
	  background-color: #444444;
	  border-bottom: 1px solid #555555;
	  text-transform: uppercase;
	}
	#featured_products .slideshow .descriptions .accordion_child, .descriptions .pane {
	  display:block;
	  height:165px;
	  padding: 0 15px 10px 10px;
	  margin: 0;
	}*/

.descriptions h2 { cursor: pointer; }
.descriptions .pane h2 { cursor: auto; }

#featured_products .slideshow .descriptions li h4 + p { display: none; }
#featured_brands ul {
  margin: -5px 0 10px -10px !important;
  padding: 0;
  width: 640px;
  overflow: hidden;
}
#featured_brands li {
  display: block;
  float: left;
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
}
#featured_brands li a {
  display: block;
  width: 118px;
  height: 70px;
}
#featured_brands li a img { border: 0 solid white; }
p.email {
  text-indent: -999em;
  margin: -8px 0 0 0;
  padding: 0;
}
p.email a {
  display: block;
  height: 90px;
  width: 100%;
  background: #444444 url(../images/email.png) no-repeat top left;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
}
p.email a:hover {
  background-color: #31586a;
  background-position: bottom left;
}
p.email a:active {
  background-color: #31586a;
  background-position: bottom left;
}

p.mailinglist,
p.employment{
  text-indent: -999em;
  margin: -18px 0 0 0;
  padding: 0;
}
p.mailinglist a,
p.employment a{
  display: block;
  height: 90px;
  width: 100%;
  background: #444444 url(../../media/mailinglist.jpg) no-repeat top left;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
}
p.employment a{
    background: #444444 url(../../media/Employment.jpg) no-repeat top left;
}
p.mailinglist a:hover,
p.employment a:hover{
  background-color: #31586a;
  background-position: 0 -90px ;
}
p.mailinglist a:active,
p.employment a:active{
  background-color: #31586a;
  background-position: 0 -90px;
}


ul.news {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333333;
}
ul.news li {
  position: relative;
  background-color: #eeeeee;
  margin: 0 0 10px;
  padding: 10px 90px 10px 17px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
}
ul.news li.older {
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
ul.news li.older a { padding: 10px 20px; }
.news .date {
  font-weight: 700;
  position: absolute;
  top: -7px;
  right: 10px;
  background: #31586a url(../images/date_marker.png) no-repeat top left;
  color: white;
  width: 60px;
  height: 75px;
  padding: 15px 0 10px;
  margin: 0;
}
.news .date dt {
  font-weight: 800;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.news .date dd {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.news h4 {
  font-size: 1em;
  padding: 0;
  margin: 0 0 5px 0;
  color: #31586a;
}
.news p {
  font-size: 11px;
  margin: 5px 0 0 0;
}
#brandlist a {
  -webkit-border-bottom-right-radius: 10px;
  display: block;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0 0 1px 0;
  background-color: #eeeeee;
}
#typelist a {
  -webkit-border-bottom-right-radius: 10px;
  display: block;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0 0 1px 0;
  background-color: #eeeeee;
}
#brandlist a:hover {
  font-weight: 700;
  text-decoration: none;
  background-color: #e5e5e5;
}
#typelist a:hover {
  font-weight: 700;
  text-decoration: none;
  background-color: #e5e5e5;
}
#brandlist a.active {
  font-weight: 700;
  background-color: #31586a;
  color: #eeeeee;
}
#typelist a.active {
  font-weight: 700;
  background-color: #31586a;
  color: #eeeeee;
}
#productlist dl {
  display: block;
  width: 100%;
  font-size: 13px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
#productlist dt {
  display: block;
  height: 18px;
  padding: 7px 10px;
  float: left;
  margin: 0;
}
#productlist dd {
  display: block;
  height: 18px;
  padding: 7px 10px;
  float: left;
  margin: 0;
}
h2.active { background-color: #31586a; }
#productinfo img.logo {
  float: left;
  margin: 10px 20px 20px 0;
}
#productinfo img.hero {
  width: 540px;
  height: 300px;
  border: 1px solid #cccccc;
  padding: 4px;
  background-color: white;
  margin-top: 10px;
}
#productinfo p.intro {
  font-size: 15px;
  margin-top: 20px;
  color: #777777;
}
#productinfo h4 {
  color: #31586a;
  margin-bottom: 0;
}
#productinfo h4 + p { margin-top: 5px; }
#productinfo div.links {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  min-height: 46px;
  clear: left;
}

#productinfo div.links p
{
    display: inline;
    margin: 0;
    padding: 0;
}
#productinfo div.links img
{
    margin-top: -9px;
}


input.error {
  background: white url(../images/error.png) no-repeat 200px center;
  border: 2px solid #ff3333 !important;
}
select.error { border: 2px solid #ff3333; }
#stockist input {
  font-size: 13px;
  margin: 0 0 20px;
  padding: 5px 5px;
  width: 210px;
  height: 16px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#stockist select {
  width: 210px;
  margin: 5px;
  margin-top: 10px;
}
#stockist dl { height: 50px; }
#stockist dt { float: left; }
#stockist dd { float: right; }
#stockistmap {
  border: 1px solid black;
  padding: 4px;
  overflow: hidden;
  height: 580px !important;
  width: 620px !important;
  margin-top: 10px;
}
#thisshouldbearealworkingmap {
  height: 100%;
  width: 100%;
  background: transparent url(../../../media/map.png) no-repeat top center;
}
#stockist ul {
  padding: 0;
  margin: 0;
  overflow:scroll;
  overflow-y: scroll;
  overflow-x:hidden;
  height: 388px;
}
#stockist li {
  list-style: none;
  background: transparent url(../images/peg.png) no-repeat 1px 4px;
  margin: 0;
  padding: 5px 0 10px 30px;
  border-bottom: 1px solid #eeeeee;
}
#stockist li h4.stockist_name {
  font-size: 13px;
  margin: 0 0 3px;

  position: relative;
}

#stockist li b {
    font-weight: bold;
}
a img { border: 0;}

.stockist_name a img {
    position: absolute;
    left: -29px;
    top:-1px;
}

#stockist li span { display: block; }
#stockist li span.stockist_address { display: none; }
#stockist li span.stockist_contact { display: none; }
#stockist li span.stockist_website { display: none; }
ul#blog {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333333;
}
ul#blog li {
  position: relative;
  background-color: #eeeeee;
  margin: 0 0 10px;
  padding: 10px 17px 10px 90px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
}
#blog .date {
  position: absolute;
  top: -7px;
  left: 10px;
  background: #31586a url(../images/date_marker_blog.png) no-repeat 0 top;
  color: white;
  width: 60px;
  height: 92px;
  padding: 22px 0 10px;
  margin: 0;
}
#blog .date dt {
  font-weight: 800;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
#blog .date dd {
  width: 100%;
  margin: 0px 0 -3px 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
#blog .date dd + dd {
  margin: 0 0 0 0px;
  font-weight: 600 !important;
}
#blog h3 {
  font-size: 1.5em;
  line-height: 1.75em;
  padding: 0 0 8px;
  margin: 7px 0 7px 0;
  border-bottom: 1px solid #cccccc;
}
#blog h3.twitter-title{
	font-weight: 500;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#blog h3 img{
	margin: 0 5px 0 0;
	display: inline-block;
}

#blog h3 a { color: #333333; }
#blog h3 a:hover {
  color: #31586a;
  text-decoration: none;
}
#blog p {
  font-size: 11px;
  margin: 5px 0 0 0;
}
#blog img {
  padding: 3px;
  border: 1px solid #cccccc;
  background-color: white;
}
#blog img { margin: 0 0 10px 0; }
#blog img.left { margin-right: 15px; }
#blog img.right { margin-left: 15px; }
#blog li .byline {
  width: auto;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding: 3px 0 0 0;
}
#blog .byline .linkthrough {
  color: #31586a;
  font-size: 1em;
  bottom: 10px !important;
  bottom: 9px;
}
#blog li.older {
  background-color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}
#blog li.older a { padding: 10px 10px 10px 90px; }
ul.blog_sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blog_sidebar li {
  margin: 0 0 1px;
  text-transform: uppercase;
}
ul.blog_sidebar li.year {
  padding: 10px 15px;
  background-color: #444444;
  margin: 14px 0 5px;
}
ul.blog_sidebar li.year h3 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 16px;
}
ul.blog_sidebar li a {
  color: #333333;
  display: block;
  padding: 5px 10px 5px 15px;
  background-color: #eeeeee;
  font-weight: 700;
}
ul.blog_sidebar li a:hover {
  text-decoration: none;
  background-color: #e5e5e5;
}
p.test {
  padding: 5px;
  border: 1px solid black;
  white-space: nowrap;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.blog_sidebar li ul {
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
}
ul.blog_sidebar li li {
  text-transform: none;
  margin: 0 0 1px 0;
  padding: 0;
}
ul.blog_sidebar li li a {
  display: block;
  color: #31586a;
  font-weight: 400;
  padding: 5px 20px 5px 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* EXTAS
------------------------------------*/

	.clear{clear:both;}
	.off{display:none;}
	.on{}
	.f-left{float:left;}
	.f-right{float:right;}
	:focus{outline:none;}
	.white{color:white;}

/* TABLES
------------------------------------*/

	.table{}

/* CUSTOM
------------------------------------*/

	.fineprint{
		font-size:9px;
		line-height:13px;
	}

/* CDW
------------------------------------*/

.logo_cdw {
	float:right;
    margin-top:-5px;
    margin-left:20px;
    margin-right: 0px;
    opacity:0.25;
    filter: alpha(opacity = 25);
    height:18px;
    width:44px;
    background: transparent url(../images/cdw.png) no-repeat top right;
    text-indent:-999em;
}
.logo_cdw:hover {
    background-position: top left;
    opacity:1;
    filter: alpha(opacity = 100);
}


