@charset "utf-8";
/* CSS Document */

/*links */
a:link {
  color: #CF7E12;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #CF7E12;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: rgb(217,133,19);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;

}
a:active { 
  color: #CF7E12;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  
 }
/*top nav*/
.styleone:link {
  color: rgb(122,91,69);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
    
}
.styleone:visited {
  color: rgb(122,91,69);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
       
}
.styleone:hover {
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;     
}
.styleone:active { 
  color: rgb(122,91,69);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

 
 /*lower right nav*/
.styletwo:link {
  color: white;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
.styletwo:visited {
  color: white;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
.styletwo:hover {
  color: rgb(217,133,19);
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;

}
.styletwo:focus {
  color: white;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
.styletwo:active {
  color: white;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
 
 /*lower left nav*/
.stylethree:link {
  color: rgb(84,48,26);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.stylethree:visited {
  color: rgb(84,48,26);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.stylethree:hover {
  color: rgb(217,133,19);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.stylethree:focus {
  color: rgb(84,48,26);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.stylethree:active {
  color: rgb(84,48,26);
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
} 
/*gallery box */
.stylefour:hover {
 opacity:.85; 
 border: 1px solid rgb(217,133,19);
}

/*lower right TOS link */
.stylefive:link {
  color: rgb(115,96,81);
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.stylefive:visited {
  color: rgb(115,96,81);
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.stylefive:hover {
  color: rgb(217,133,19);
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.stylefive:focus {
  color: rgb(115,96,81);
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.stylefive:active {
  color: rgb(115,96,81);
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
} 

img{
  border: none;
}

/*nav*/

div.headerall{
  width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

div.headerleft{
 clear: left;
 position: relative;
 bottom: -20px;
 width: 172px;
}

div.headline{
 margin-left: 200px;
}

div.headerlink{
 float: left;
 width: 97px;
 border-bottom-width: 5px;
 border-bottom-style: solid;
 border-bottom-color: rgb(122,91,69);
 padding-bottom: 6px;
 margin-right: 4px;
}

div.headerlink:hover{
 color: rgb(217,133,19);
 border-bottom-color: rgb(217,133,19);
 cursor: pointer;
}

div.headerright{
 float: right;
 left: 0px;
 position: relative;
 bottom: 0px;
}

div.line{
  border-bottom: 1px solid rgb(122,91,69);
  padding: 0px 0px 0px 0px;
  clear: both;
}

div.lineonly{
  border-top: 1px solid rgb(122,91,69);
  padding: 0px 0px 0px 0px;
}

div.footerleft{
  float: left;
  display: inline;
}

div.footimg{
 float: left;
 display: inline-block;
}

div.foottxt{
 float: left;
 display: inline-block;
 width: 70px;
 margin-left: 5px;
 margin-right: 10px;
 line-height: 110%;
}

div.footerright{
 float: right;
 position: relative;
 padding-left: 82px; 
 top: 10px;
}

span.footertext{
  padding-left: 10px; 
  position: relative;
}

div.footercenter{
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  top: -100px;
  position: relative;
  left: 50%;
  margin-left: -512px;
}

div.marble{
  background: url('http://www.mypressi.com/images/marble_banner.png') no-repeat bottom center;
  position: relative;
  top: 0px;
  height: 173px;
  width: 100%;
}

div.bline{
  background-color: #977D69;
  position: relative;
  top: -63px;
  height: 63px;  
  width: 100%; 

}

div.footer{
  position: absolute;
  top: 590px;
  width: 100%;
  height: 173px;
}

div.footerscroll{
	position: relative;
	margin-top: -173px; /* negative value of footer height */
	height: 173px;
	clear: both;
}

/* content */

/*For bottom stick fottoer */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body {
  height: 100%;
  height: auto;
  min-height: 100%;
    
}

body{
  padding: 0px;
  margin: 0px;
  color: #808080;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  line-height: 155%; 
  
}

div.all {
  position: relative;
  width: 1024px;
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 173px;
}

div.left_stuff {
  position: inherit;
  float: left;  
  width: 620px;
}

div.left_stuff_small_galley {
  position: inherit;
  float: left;  
  width: 560px;
}

div.right_stuff {
  position: inherit;
  float: right;
  width: 370px;
  margin-left: 30px;
}

div.right_stuff_small_galley {
  position: inherit;
  float: left;
  width: 370px;
  margin-left: 60px;
}

table.one{

}

table.two{
 border-collapse: collapse;
 font-size: 11px;
 text-align: left;
 line-height: 90%
}

h1{
  width: 370px;
  font-size: 13px;
  color: #666666;
}

h2 {
  font-size: 14px;
  color: #666666;
}
/*media page*/
h3 {
  position: relative;
  font-size: 24px;
  color: #CF7E12;
  margin: 5px;
}

/*media page*/
h4 {
  position: relative;
  font-size: 16px;
  color: #CF7E12;
  margin: 0px;
}

p.gal{
  font-size: 12px;
  line-height: 135%;
}

p.one{
  width: 400px;
}

p.two{
  font-size: 11px;
  width: 600px;
  line-height: 123%;
}

div.thumbstrack{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbs {
  margin: 60px 4px 20px 4px;
  border: 1px solid #666666;
  float: left;
}

.thumbs2 {
  margin: 40px 18px 20px 18px;
  border: 1px solid #666666;
  float: left;
}

div.leftarrow {z-index:15; left: 0px; bottom: 5px; position:relative; width:30px; height:30px; background:url(images/left_arrow.png) center center no-repeat; opacity:.85;}
div.leftarrow:hover {opacity:1; }

div.rightarrow {z-index:15; left: 590px; bottom: 35px; position:relative; width:30px; height:30px; background:url(images/right_arrow.png) center center no-repeat; opacity:.85;}
div.rightarrow:hover {opacity:1; }

.buttons {
  position: absolute;
  display: inline;
  top: 470px;
  right: 0px;
  z-index: 16;
}

.distro {
 position: relative;
 width: 200px;
 float: right;
 top: -80px;
 cursor: pointer;
 word-spacing: 5px;
}

.floatright {
  float: right;
  padding: 0px 0px 15px 15px;
}

.floatleft {
  float: left;
  padding: 0px 15px 15px 0px;
}

.leftalign {
  position: relative;
  left: -30px;
}

.mid {
  position: relative;
  top: 160px;
}

.top {
  position: relative;
  top: -30px;
}

.award {
  position: absolute;
  top: 135px;
  right: 0px;
  z-index: 2;
}

.quoter {
  position: absolute;
  overflow: visible;
  top: -10px;
  margin: 0px;

}

