/* ================= */
/* === Structure === */
* {
  padding: 0;
  margin: 0;
}

html {
  background: url(../img/bg_body.jpg) top center no-repeat #e0e0e0;
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 14px;
}

a {
  color: #0066b3;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #339AD5;
}

a.selected {
  color: #666;
}

a img {
  border: none;
}

.container {
  background: url(../img/bg_container.png) no-repeat;
  margin: 18px auto 0;
  width: 942px;
  padding: 12px;
}

/* == Style == */
.flo_left {
  float: left;
  margin: 5px 15px 5px 0;
}


/* ============== */
/* === Header === */
.header {
  background: url(../img/bg_header.png) bottom center no-repeat;
  position: relative;
  min-height: 95px;
  padding: 20px 20px 6px;
}

.header .logo {
  margin: 23px 0 0 22px;
}

/* == Header Nav == */
.header_nav {
  background: url(../img/bg_headernav_cap.png) top right no-repeat;
  padding-right: 30px;
  position: absolute;
  top: 20px; right: 20px;
}

.header_nav ul {
  background: url(../img/bg_headernav_slide.png) no-repeat;
  overflow: hidden;
  margin-right: -20px;
  padding: 3px 0 0 10px;
}

.header_nav li {
  float: left;
  list-style: none;
  text-transform: uppercase;
  padding: 6px;
}


/* =============== */
/* === Nav Bar === */
.nav {
  background: url(../img/bg_nav.png) repeat-x;
  position: relative;
  height: 29px;
  text-transform: uppercase;
  overflow: hidden;
}

.nav li {
  float: left;
  list-style: none;
  padding: 5px;
}

.nav li a {
  outline: none;
}

.nav .support {
  position: absolute;
  left: 63px; top: 3px;
  z-index: 10;
  width: 80px;
  font-size: 9px;
  letter-spacing: .05em;
  line-height: 11px;
  color: #333;
}

/* == White Tab Nav == */
.nav .tabs {
  background: url(../img/bg_tabs.png) no-repeat;
  overflow: hidden;
  padding: 8px 0 0 100px;
  width: 563px;
  position: relative;
  top: -10px; left: 42px;
  height: 31px;
}

.nav .tabs div {
  background: url(../img/bg_tabparts.png) 0 -80px no-repeat;
  padding-left: 11px;
}

.nav .tabs div.first_selected {
  background-position: 0 -120px;
}

.nav .tabs ul {
  background: url(../img/bg_tabparts.png) right -280px no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 11px;
  overflow: hidden;
}

.nav .tabs div.last_selected ul  {
	background-position: right -320px; 
}

.nav .tabs div.last_selected2 ul  {
  background: none;
}

.nav .tabs li {
  background: url(../img/bg_tabparts.png) repeat-x;
  font-weight: bold;
  padding: 0;
  font-size:11px;
}

.nav .tabs li a {
  background: url(../img/bg_tabparts.png) right -160px no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 12px 25px 0 15px;
  height: 18px;
}

.nav .tabs li.last a {
  background: none;
  padding-right: 16px;
}

/* == Seleced Tab == */
.nav .tabs li.selected_prev a {
  background-position: right -200px;
}

.nav .tabs li.selected {
  background-position: 0 -40px;
}

.nav .tabs li.selected a {
  background-position: right -240px;
}


/* == Blue bg Nav == */
.nav .nav2 {
  overflow: hidden;
  position: absolute;
  top: 2px; left: 701px;
}

.nav .nav2 li {
  padding: 8px 7px 5px;
  margin: 0 4px;
}

.nav .nav2 a {
  color: #fff;
}

/* == Blue selected Nav == */
.nav .nav2 li.selected {
  background: url(../img/bg_bluenav_selected.jpg) bottom left repeat-x;
}


/* ========================= */
/* === Main Content area === */
.content {
  background: url(../img/bg_content.png) top left repeat-x;
  overflow: hidden;
}


/* ========================= */
/* === Content Side Area === */
.side_content {
  background: url(../img/bg_sidebar.jpg) no-repeat;
  float: right;
  display: inline;
  width: 180px;
  height: 270px;
  padding: 10px;
  /* margin: 10px 30px 0 0; */
}

.side_content p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #666;
  padding: 12px 0 3px 44px;
}

.side_content p a {
  font-weight: normal;
  font-size: 11px;
  text-transform: none;
  display: block;
}

.side_content img {
  margin: 0 0 12px 4px;
}

.side_content ul {
  padding: 0 2px;
}

.side_content li {
  padding-left: 40px;
  list-style: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

.side_content li div {
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #d2d2d2;
}

.side_content li.first div {
  border-top: 1px solid #d2d2d2;
}

.side_content li.call {
  background: url(../img/img_call.png) 0 0 no-repeat;
  padding-left:40px;
}

.side_content li.chat {
  background: url(../img/img_chat.png) no-repeat;
  padding-left:40px;
}

.side_content li.email {
  background: url(../img/img_email.png) no-repeat;
  padding-left:40px;
}

.side_content .alt {
  color: #3e89c2;
  font-weight: normal;
  font-size: 11px;
}

.side_content a.alt {
  text-transform: none;
}

.side_content span.lowercase {
  display: inline;
  text-transform: lowercase;
}


/* ============== */
/* === Footer === */
.footer {
  padding: 15px 10px;
  width: 580px;
  margin: 0 auto;
  text-align: center;
}

.footer p {
	color:#666666;
	padding:5px 5px 0 9px;
}

.footer li {
  display: inline;
  color: #666;
  padding-bottom: 5px;
  line-height: 19px;
}

.footer li a {
  background: url(../img/bg_tabfoot.png) no-repeat;
  color: #666;
  padding: 0 5px 0 9px;
}

.footer li.first a {
  background: none;
}

.content_side h4 {
	border-bottom:1px solid #CCCCCC;
	/* color:#666666; */
	font-size:11px;
	margin:5px 0 7px;
	text-transform:uppercase;
}

.altsidebar {
	margin:15px 10px 3px;
}

.altsidebar h4 { 
	color:#0066B3;
	font-size:11px;
	text-transform:uppercase;
}

.content .main_content ul, 
.content .main_content ol {
	padding-bottom:10px;
}
.content .main_content ul li, 
.content .main_content ol li {
	list-style-position:inside;
	padding-left:20px;
}
