@import url(../common/common.css);


/*This id can change based on teh TabName. Just copy the CSS, change the bg image, and the id is the tab name (minus spaces and lowercase)*/
#services-wrapper{height:100%;background-image: url(images/services_main_bg.jpg); background-repeat:no-repeat}
#aboutarchway-wrapper{height:100%;background-image: url(images/about_main_bg.jpg); background-repeat:no-repeat}

#left-side{float:left; width:213px; margin:51px 0 0 37px }

.left-pane { height:100%; margin: 16px 0 0 0;}
/*.content-pane {float: left; height: 100%; margin: 40px 25px 30px 0px; width: 360px; padding: 0px 12px 0px 40px; font-size: 16px; line-height: 24px; font-weight: bold;}*/
.content-pane {float:left;height:100%; margin:43px 10px 30px 0px; width: 607px; padding:0 12px 0px 43px;}
.top-main-content {float: left; height: 100%; width: 340px; font-size: 15px; line-height: 24px;}
#tab-title
{
	width: 659px;
	height: 33px;
	background: #ebebeb url(images/tab-title.jpg);
}

#tab-title-head
{
	float: left;
	padding-top: 8px;
	padding-left: 15px;
}

#tab-content
{
	float: left;
	padding-left: 20px;
	width: 646px;
}

#tab-content
{
	float: left;
	padding-top: 15px;
}	

.tab-content-left
{
	float: left;
	width: 212px;
}

.tab-content-right
{
	float: right;
	padding-right: 25px;
	width: 405px;
}

/* Style for tabs tabs */
.tabs {
  float: right;
  padding-top: 15px;
  padding-right: 20px;
}
.tabs li { list-style:none; float:left; }
.tabs ul a {
  display:block;
  margin-right: 6px;
  text-decoration: none;
  font:10px Verdana;
  color:#FFF;
  width: 8px;
  height: 7px;
  background: #000 url(images/tab.jpg);
}
.tabs ul a:hover {
  color:#FFF;
  background: url(images/current.jpg);
  }
.tabs ul a.selected {
  margin-bottom:0;
  color:#fff;
  width: 8px;
  height: 7px;
  background: url(images/current.jpg);background: url(images/current.jpg);
  cursor:default;
  }
.tabs div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Georgia;
}
.tabs div a { color:#000; font-weight:bold; }

#tabs2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#tabs2 a { background:#222; }
#tabs2 a:hover { background:#000; }
#tabs2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

/*Tab Style End*/


#services-bg-container
{
	float: left;
	margin-top: 45px;
	margin-left: 21px;
	height: 423px;
	width: 688px;
	background: url(images/services_bg.jpg) top right no-repeat;
}

