a
  {
  text-decoration:none;
  color:#5a6269;
  }

body
  {
  background-image: url('img/bg_gradient.png');
  background-color: #454648;
  background-repeat: repeat-x;
  text-align: center;
  font-size:13px;
  }


/* basic structure */
div#page-container
  {
  width: 954px;
  margin: 0 auto;
  text-align: left;
  font-family: Helvetica;
  }
div#header
  {
  width: 954px;
  height: 161px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('img/header.png');
  }
div#sub-header
  {
  height: 70px;
  }
div#main-container
  {
  width: 954px;
  background-color: #FFF;
  }
div.clear
  {
  clear: both;
  height: 50px;
  }
#footer
  {
  padding: 10px 30px 0 30px;
  width: 894px;
  }


/* action (lang tabs & search box) */
div#actions
  {
  height: 26px;
  width: 268px;
  margin-left: 345px;
  }
div#actions #lang-tabs ul li
  {
  float: left;
  width: 34px;
  height: 26px;
  text-align: center;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-image: url('img/lang_tab_full.png');
  }
div#actions #lang-tabs ul li.half
  {
  margin-left: 3px;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  }
div#actions #lang-tabs ul li.half a
  {
  color: #494949;
  }
div#actions #lang-tabs ul li a
  {
  display: block;
  width: 34px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  }

div#search_bar
  {
  float: right;
  width: 157px;
  height: 26px;
  background-image: url('img/search_bar.png');
  }
div#search_bar input
  {
  border: 0;
  width: 145px;
  padding: 4px 0 0 8px;
  height: 20px;
  font-size: 12px;
  color: #8f99a3;
  }
div#search_bar input.focus
  {
  color: #000;
  }  


/* sub header (logo & main-nav) */
div#sub-header #logo #pacific #solero
  {
  width: 300px;
  height: 135px;
  }

div#sub-header #logo a
  {
  display: block;
  width: 143px;
  height: 51px;
  margin: 45px 0 0 60px;
  background-repeat: no-repeat;
  background-image: url('img/logo.png');
  }

div#sub-header #pacific a
  {
  display: block;
  width: 143px;
  height: 51px;
  margin: 45px 0 0 60px;
  background-repeat: no-repeat;
  background-image: url('img/pacific_logo.png');
  }

div#sub-header #solero a
  {
  display: block;
  width: 223px;
  height: 65px;
  margin: 45px 0 0 30px;
  background-repeat: no-repeat;
  background-image: url('img/pacific_logo.png');
  }



#main-nav
  {
  position: absolute;
  left: 300px;
  top: 80px;
  width: 651px;
  text-align: center;
  }
#main-nav ul li
  {
  float: left;  
  width: 100px;
  height: 40px;
  }
#main-nav ul li.selected
  {
  background-repeat: repeat-x;
  background-image: url('img/main_nav_sel.png');
  }
#main-nav ul li.selected a
  {
  color: #000;
  }
#main-nav ul li a
  {
  display: block;
  width: 100px;
  margin-top: 14px;
  color: #fcd607;
  font-size: 14px;
  text-decoration: none;
  }


/* sub-nav */
div#sub-nav
  {
  width: 208px;
  float: left;
  background-color: #a7a8aa;
  }
div#sub-nav .nav-top
  {
  width: 208px;
  height: 25px;
  background-image: url('img/sub_nav_top.gif');
  background-repeat: no-repeat;
  }
div#sub-nav .nav-bottom
  {
  height: 25px;
  background-image: url('img/sub_nav_bottom.gif');
  background-repeat: no-repeat;
  }

div#sub-nav ul
  {
  margin-left: 20px;
  }
div#sub-nav ul li ul
  {
  margin-left: 9px;
  }
div#sub-nav li
  {
  width: 100%;  
  position: relative;
  line-height: 24px;
  }
div#sub-nav a,
div#sub-nav ul li.selected ul li a
  {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  }

div#sub-nav ul li.selected a
  {
  color: #fcd409;
  }

div#sub-nav ul li.selected ul li.selected
  {
  height: 30px;
  }

div#sub-nav ul li.selected ul li.selected a
  {
  display: block;
  /* position: absolute;*/
  /* width: 208px;*/
  height: 30px;
  /* left: -46px; */
  /* padding: 0 0 0 46px; */
  /*
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url('img/sub_nav_sel.gif'); */
  }


/* content */
div#content-container
  {
/*
  width: 606px;
  margin-left: 208px;
  padding: 12px 70px;
*/
  margin-left: 208px;
  padding:12px 30px 12px 70px;
  }
#content h1
  {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  }
#content h2
  {
  font-size: 16px;
  margin-bottom: 20px;
  color: #B28052;
  }
  
#content h3
  {
  font-size: 16px;
  margin-bottom: 20px;
  color: #B28052;
  }
  
#content p
  {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
  }
  
#content span
  {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
  }

#content
  {
  font-size: 13px;
  line-height: 20px;
  }
  
#content ul
  {
  margin:0;
  padding:0;
  padding-left:1em;
  margin-top:-10px;
  margin-bottom:15px;
  /*
  margin-top:-10px;
  margin-bottom:20px;
  */
  }
  
#content li
  {
  font-size: 13px;
  line-height: 20px;
  list-style:disc;
  margin:0;
  }
  
div.content-bottom
  {
  width: 954px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url('img/content_bottom.png');
  }



/* end of content bottom */
#bottom-container
  {
  margin-left: 580px;
  padding: 0px 70px;
  width: 300px;
  }

#bottom-container span
  {
  line-height:35px;
  padding-right:10px;
  float:left;
  }


/* footer */
#footer .left
  {
  width: 400px;
  }
#footer .box
  {
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
  font-size: 12px;
  line-height: 14px;
  height: 60px;
  }
#footer .box h4
  {
  color: #fff;
  margin-bottom: 5px;
  }
#footer .box a
  {
  color: #cccccc;
  text-decoration: none;
  }
#footer .nav-portrait
  {
  float: left;
  width: 120px;
  }
#footer .nav-merchants
  {
  margin-left: 120px;
  width: 120px;
  }
#footer .right
  {
  float: right;
  width: 290px;
  }
#footer .contact
  {
  color: #fff;
  }
#footer .contact h4
  {
  color: #fcd305;
  text-transform: uppercase;
  }
#footer .contact .contact-type
  {
  color: #aaaaaa;
  display: block;
  float: left;
  width: 30px;
  }
#footer .contact .left
  {
  float: left;
  width: 130px;
  }
#footer .contact .right
  {
  float: none;
  width: 130px;
  margin-left: 140px;
  }

#footer a
  {
  text-transform:uppercase;
  }



div#content table
  {
  /* width:600px;*/ /*100%;*/
  border:0;
  border-collapse:collapse;
  /* border-top:1px solid #d8d8d8; */
  /* margin-top:0;
  padding-top:0; */
  margin-bottom:0.5em;
  }

div#content table tr td,
div#content table tr th
  {
  /* border:1px solid #d8d8d8; */
  font-size:13px;
  padding:5px;
  padding-left:0px;
  line-height:1.5em;
  /* border-bottom:1px solid #d8d8d8; */
  }

div#content table tr th
  {
  text-align:left;
  border-bottom:1px solid #d8d8d8;
  /* background-color:#f2f2f2; */
  }


div#content input.forms
  {
  border:1px solid #cccccc;
  padding:3px;
  font-family: Helvetica, Arial, Sans-serif;
  font-size:13px; 
  margin:0px 5px 5px 0px;
  }

div#content textarea
  {
  border:1px solid #cccccc;
  padding:3px;
  font-family: Helvetica, Arial, Sans-serif;
  font-size:13px; 
  margin:0px 5px 5px 0px;
  }

/*  
div#content b
  {
  color:#0070c8;
  }
*/

div#content select.forms { margin:0px 5px 5px 0px; }  
div#content label { margin:0px 20px 5px 0px; }
div#content .left { float:left; }

div#content .one { width:120px; }
div#content .two { width:240px; }
div#content .three { width:360px; }
div#content .four { width:480px; }




div#content ul.ad
  {
  margin:0;
  padding:0;
  }

div#content ul.ad li
  {
  list-style:none;
  }

div.ad
  {
  border:1px dashed #aaaaaa;
  margin-bottom:2px;
  position:relative; 
  z-index:1;
  }

div.adlist
  {
  margin:0; 
  padding:0; 
  border:0; 
  position:absolute; 
  z-index:1000; 
  top:5px; 
  right:5px;
  }
  
div.adlist ul.ad
  {
  list-style:none;
  margin:0; 
  padding:0; 
  border:0; 
  }



p.startpage-button
  {
  text-align:center;
  width:200px;
  height:52px;
  background-repeat: no-repeat;
  background-image: url('img/startpagebutton.png');  
  }

p.startpage-button a
  {
  width:100%;
  line-height:52px;
  color:#5b3900;
  text-decoration:none;
  font-weight:bold;
  }




/** 
 * reset
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
