@charset "utf-8";
/* MAIN STYLES */

/*------------------------------------*/

/*GLOBAL*/

body {
	background-color: #FFF;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

body.home {
	background-image: url(../images/red_header_home.png);
	background-repeat: repeat-x;
}

body.other {
	background-image: url(../images/ptc_header.png);
	background-repeat: repeat-x;
}

body.short {
	background-image: url(../images/ptc_header.png);
	background-repeat: repeat-x;
	background-color: #111;
}

#container {
	width: 1016px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 1016px;
	height: 67px;
	margin: 0px;
	padding: 0px;
}

#company_title {
	width: 455px;
	height: 38px;
	background-image: url(../images/ptc_title_top.png);
	float: left;
	margin: 0px;
	margin-top: 22px;
}

#page_title {
	width: 950px;
	height: 120px;
}

#content_area_home {
	margin-top: 462px;
	width: 950px;
	overflow: hidden;
}

#content_area {
	width: 950px;
	overflow: hidden;
}

#content_area_short {
	background-color: #fff;
	margin-top: -9px;
	width: %100;
}

#footer {
	height: 172px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	width: 100%;
}

#footer_content {
	width: 950px;
	height: 124px;
	overflow: hidden;
	position: relative;
	top: 34px;
}

ul.footer_nav {
	float: left;
}

ul.footer_nav li {
	float: left;
	margin-right: 34px;
}

ul.footer_nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 2px 1px 5px #000;
}

ul.footer_nav li a:hover {
	color: #d72020;
}

#footer_visit {
	width: 340px;
	height: 83px;
	float: right;
	background-image: url(../images/building_icon.png);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
	margin-bottom: 2px;
}

#footer_visit_text {
	margin-top: 10px;
	margin-right: 70px;
	width: 240px;
	height: 60px;
	float: right;
	overflow: hidden;
}

#footer_extension {
	background-color: #111;
	height: 1000px;
}

img.footer_title {
	float: right;
	clear: both;
	margin: 0px;
}

img.icon_fb {
	position: absolute;
	top: 83px;
	left: 435px;
}

#copyright {
	float: left;
	position: relative;
	left: 0px;
	top: 70px;
}
	

/* SPECIFIC TO INDEX */

#slider_area {
	width: 1016px;
	height: 394px;
	position: absolute;
	top: 92px;
}

#slider_bg {
	background-image: url(../images/slider/slider_bg.png);
	width: 1002px;
	height: 394px;
}

#slider {
	width: 950px;
	height: 342px;
	position: relative;
	top: 26px;
}

.nivo-controlNav {
	position:absolute;
	left:420px;
	top:353px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:67px;
	height:67px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-67px 0;
	right:-35px;
}
a.nivo-prevNav {
	left:-35px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#col_1 {
	width: 581px;
	float: left;
	overflow: hidden;
}

#col_1 img {
	float: left;
	border: none;
	margin-bottom: 2px;
	clear: both;
}

#col_2 {
	width: 312px;
	float: right;
	overflow: hidden;
}

#col_2 img {
	float: left;
	margin-bottom: 2px;
	clear: both;
}

#index_contact {
	width: 312px;
	height: 142px;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
}

#index_contact_text {
	width: 190px;
	height: 95px;
	position: relative;
	top: 36px;
	left: 54px;
}

/* SPECIFIC TO ABOUT */

#content_area_about {
	overflow: hidden;
	background-color: #fff;
	margin-top: -9px;
}

#bio_container {
	width: 962px;
	height: 220px;
	background-image: url(../images/bio_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#bio_container_big {
	background-image: url(../images/bio_big_bg.png);
	width: 962px;
	height: 510px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#bio_pic {
	width: 238px;
	height: 179px;
	float: left;
	margin-top: 21px;
	margin-left: 22px;
}

#bio_name {
	float: left;
	margin-top: 31px;
	margin-left: 27px;
}

#bio_desc {
	float: left;
	width: 640px;
	height: 115px;
	margin-left: 27px;
	margin-top: 18px;
}

/* SPECIFIC TO SERVICES */

#col_full {
	width: 950px;
	overflow: hidden;
	margin-bottom: 0px;
}

ul.services1 {
	float: left;
	text-align: left;
	list-style-type: circle;
	margin-left: 20px;
	font-size: 18px;
}

ul.services1 li {
	margin-bottom: 7px;
}

ul.services2 {
	float: left;
	text-align: left;
	margin-left: 150px;
	list-style-type: circle;
	font-size: 18px;
}

ul.services2 li {
	margin-bottom: 7px;
}

ul.services3 {
	float: left;
	text-align:left;
	margin-left: 150px;
	list-style-type: circle;
	font-size: 18px;
}

ul.services3 li {
	margin-bottom: 7px;
}

/* SPECIFIC TO RATES */

#col_rates {
	float: none;
	width: 800px;
}

#table1 {
	float: left;
	margin-bottom: 15px;
}

#table2 {
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}

#table3 {
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}

table {
	width: 250px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

tr {
	font-size: 14px;
}

tr.header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ba2d2d;
	height: 20px;
	padding: 2px;
	color: #FFF;
	font-size: 16px;
	text-shadow: 1px 1px 3px #000;
}

tr.blue {
	background-color: #f4d4d4;
}

td {
	border: 1px solid  #000;
	padding: 2px;
	border-bottom: 0px;
	border-left: 0px;
}

td span {
	font-weight: bold;
}

#rates_spacer {
	width: 700px;
	height: 20px;
}

ul.distribution {
	text-align: left;
	float: left;
	list-style-type: decimal;
	margin-left: 20px;
}

ul.distribution li {
	margin-bottom: 10px;
	font-weight: bold;
}

ul.distribution_sub {
	font-weight: normal;
	margin-left: 15px;
}

ul.distribution_sub li {
	margin-bottom: 7px;
	font-weight: normal;
}

#distribution_buyer {
	overflow: hidden;
	width: 350px;
	float: left;
}

#distribution_seller {
	overflow: hidden;
	width: 350px;
	float: right;
}

/* SPECIFIC TO CONTACT US */

#col_contact {
	width: 500px;
}

/*==================================*/
/* FONT STYLES */
/*==================================*/

/* PARAHRAPH STYLES */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: left;
	margin-bottom: 16px;
	clear: both;
}

p span {
	font-weight: bold;
}
	
p.no_indent {
	text-indent: 0px;
}

p.index_contact {
	text-indent: 0px;
	margin: 0px;
	margin-bottom: 4px;
}

p.index_contact a {
	color: #3366cc;
	text-decoration: none;
}

p.index_contact a:hover {
	text-decoration: underline;
}

p.footer_visit {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: right;
	text-indent: 0px;
	font-size: 16px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-shadow: 2px 1px 2px #000;
}

p.copyright {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	text-shadow: 2px 1px 2px #000;
	margin: 0px;
	margin-bottom: 2px;
}

p.jpakmedia {
	color: #CCC;
	text-shadow: 2px 1px 2px #000;
	font-size: 12px;
}

p.jpakmedia a {
	color: #FFF;
	text-decoration: underline;
}

p.jpakmedia a:hover {
	color: #F00;
	text-decoration: none;
}

p.distribution {
	font-size: 16px;
}

p.bio {
	float: left;
	text-align: left;
	line-height: 18px;
}

/* HEADER STYLES */

h1.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42pt;
	font-weight: bold;
	color: #FFF;
	margin-top: 32px;
	text-shadow: 1px 1px 10px #000;
}

h1.rates_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
	color: #FFF;
	margin-top: 25px;
	text-shadow: 1px 1px 10px #000;
}

h1.rates_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	text-shadow: 1px 1px 10px #000;
}

h3.incidental {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	clear: both;
	color:#ba2d2d;
	margin-bottom: 10px;
}

h3.name {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}
	
h4.index_contact {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

h4.footer_visit {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	text-shadow: 2px 1px 5px #000;
}


/* NON-NAV LINK STYLES */

















