/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  background: #444;
  font: normal 11px trebuchet, geneva, verdana, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}

/* links */
a {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
 h2 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#rightsidebar h2 {
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

b {
  color: #888888;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  height: 600px;
  margin: 0px auto;
  margin-top: 40px;
  text-align: left;
  line-height: 1.5;
  width: 800px;
  background: #FFF;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  background: transparent url(/images/GP-Logo-500.jpg) top center no-repeat;
  float: right;
  height: 55px;
  text-indent: -9999px;
  width: 500px;
  position: relative;
  top: 30px;
}
#logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  background: #FFF;
  height: 80px;
  width: 675px;
  border: 0px solid;
  padding: 0px;
}

/*------------*\
|* navigation *|
\*------------*/
#rightsidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mainnav a {
  color: #000;
  font-size: 10.5px;
  text-decoration: none;
}
#rightsidebar li {

}

.mainnav li {
  margin-bottom: 10px;
  line-height: 13px;
}

.dvdnav {
  position: absolute;
  bottom: 0;
  left: 23px;
}

.navspace {
  margin-bottom: 10px;
}

.navspace .mainnav li {
 margin: 0px;
}

.dvdnav a {
  text-decoration: none;
  text-transform:uppercase;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer a, #homefooter a {
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#footer a.on, .dvdnav a.on {
  color: #000;
}

#footer a:hover, #homefooter a:hover {
  text-decoration: none;
}

#footer .links {
  border: 0px solid;
  margin-right: 15px;
}

#homefooter {
  position: absolute;
  bottom: 0;
  right: 0;
}

#homefooter {
  border: 0px solid;
  margin-bottom: 40px;
  margin-right: 130px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 242px solid #FFF;
  background: #FFF;
}

.series #ocwrapper {
  border-right: 0px;
}

.series #rsheader {
 border:0px solid;
 float:right;
 width:200px;
}

#home #ocwrapper {
  border-left: 0px solid;
  border-right: 0px solid;
  background: #FFF;
}

#leftsidebar {
  display: none;
}

#rightsidebar {
  margin-right: -220px;
  margin-top: 40px;
  padding: 0px 0px 14px 20px;
  width: 195px;
  float: right;
  height: 523px;
  position: relative;
  border-left: 1px solid;
}

#home #rightsidebar {
  display: none;
}
#contentwrapper {
  width: 100%;
  height: 577px;
  float: left;
  position: relative;
}
#home #contentwrapper {
  border-right: 0px solid;
  height: 510px;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/

/* end non ie/mac css */

.quote {
  font-style: italic;
  margin-bottom: 0px;
  text-align: left;
}

.quoter {
  text-transform: uppercase;
}

#content {
  border: 0px solid #cc0000;
  margin: 0px;
  padding: 0px 30px 10px 10px;
}
#icontent {
  border: 0px solid #000;
  margin: 40px 15px 0px 15px;
  padding: 0px 0px 10px 0px;
  height: 488px;
  overflow: auto;
  width: 100%;
}

#contact #content {
  border: 0px solid #cc0000;
  margin: 0px;
  padding: 0px;

}
#contact #icontent {
  border: 0px solid #000;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  height: 500px;
  overflow: auto;
}

#pricing #icontent {
  border: 0px solid #fff;
  margin-top: 0px;
  padding: 0px 15px 10px 40px;
  height: 500px;
  overflow: auto;
}
#pricing #content {
  border: 0px solid #cc0000;
  margin-top: 40px;
  padding: 0px 0px 10px 10px;
  height: 100%;
  overflow: hidden;
}

#news #content {
  border: 0px solid #cc0000;
  margin-top: 40px;
  padding: 0px 0px 10px 20px;
  height: 480px;
  overflow: hidden;
  border-bottom:0px solid
}
#news #icontent {
  border: 0px solid #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 500px;
  overflow: auto;
}

.cwrapper {
  padding-bottom:20px;
  margin-bottom:20px;
}


#home #icontent {
  margin-top: 10px;
  overflow: hidden;
  height:100%;
}

.homeimage {
  padding-top: 10px;
}

#description {
  float: right;
  margin-top: 20px;
  text-align: left;
  width: 490px;
}

#caption {
  float: right;
  margin-top: 20px;
  text-align: right;
  width: 490px;
}

/*BIOGRAPHY*/
.biography #description {
  float: right;
  margin-top: 0px;
  width: 290px;
}

#process #description {
  float: left;
  margin-left:0px;
  margin-top: 0px;
  width: 292px;
  text-align: left;
  border-right:0px solid;
}

#processimage {
  float: left;
  width:184px;
  border:0px solid;
  padding:0 20px 0 5px;
}

.rightbarimg {
  margin-top: 20px;
}

#contact .quote {
  margin-top: 10px;
}

.pricecat {
  margin-left: 101px;
  border: 0px solid;
  width: 299px;
}

/*-----------------*\
|* global elements *|
\*-----------------*/
.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {

}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.title {
  font-weight: bold;
  margin-right: 10px;
}

.dimensions {
  margin-left: 10px;
}

.linklisting {
  border: 0px solid;
  margin: 20px 0px 0px 102px;
}

.linkcontent {
 margin-left:160px;
}

.linkimage {
  margin-top:0px;
  float: left;
  width: 99px;
}

.linkimage img {
  float: right;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}

.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
.bioimage {
  float: left;
  margin: 3px 0px 0px 0px;
  padding-left:25px;
}
/* ie needs a width for overflow: hidden to work */
.description {
  width: 100%;
}


.left33left {
  float: left;
  width: 115px;
  text-align: right;
  clear: right;
  height: 100%;
  padding-right: 10px;
}

.left33mid {
  border-left: 1px solid;
  float: left;
  width: 178px;
  padding: 0px 10px;
}

.ctitle {
  text-transform: uppercase;
}

.th, .first {
  width: 40px;
}

.detailArea {
  float: right;
  width: 490px;
  padding-bottom: 30px;
}






.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;

}

.jScrollPaneTrack {
	position: absolute;
	right: 0px;
	top: 40px;
        background: transparent url(/images/Gunnar-arrows.jpg) bottom center no-repeat;

}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 36px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 18px;
        border:1px solid #fff;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
        border:1px solid #fff;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 18px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 18px;
        border:1px solid #fff;
}
a.jScrollArrowDown:hover {
        border:1px solid #fff;
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#series {
overflow:hidden;
width:98%;
}

.thumbnail {
 text-align:center;
 float:left;
 width:120px;
 margin:10px 0px 20px 39px;
}

.thumbnail img {
  width:100%;
  height:100%;

}
