/*
Theme Name: Telemarketing Philipppines
Theme URI: http://www.
Description: Telemarketing Philipppines
Version: 1.0
Author: Stratforce
Author URI: http://www.stratforce.com/
Tags: fixed width, white, 960, css, xhtml

	GetCre8ive Inc.
	http://www.

	This theme was designed and built by Stratforce,
	the world’s first, only and leading search marketing firm 
	specializing in providing strategically positioned websites™ 
	for enterprises.
	http://www.stratforce.com/


*/
/* ----------------------------------------- */
/* ------------- CSS Reset ----------------- */
/* ----------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { text-align: center; line-height: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; min-height: 20px; }

a { text-decoration: none; color: #00b7f3; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #383737; letter-spacing: -1px; line-height: 1em; font-weight: normal; font-family: Arial, sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #383737; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 20px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ----------------------------------------- */
/* ------------- GRID Layout  -------------- */
/* ----------------------------------------- */
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 { width:60px; }
.container_16 .grid_2 { width:120px; }
.container_16 .grid_3 { width:180px; }
.container_16 .grid_4 { width:240px; }
.container_16 .grid_5 { width:300px; }
.container_16 .grid_6 { width:360px; }
.container_16 .grid_7 { width:420px; }
.container_16 .grid_8 { width:480px; }
.container_16 .grid_9 { width:540px; }
.container_16 .grid_10 { width:600px; }
.container_16 .grid_11 { width:660px; }
.container_16 .grid_12 { width:720px; }
.container_16 .grid_13 { width:780px; }
.container_16 .grid_14 { width:840px; }
.container_16 .grid_15 { width:900px; }
.container_16 .grid_16 { width:960px; }

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 { padding-left:60px; }
.container_16 .prefix_2 { padding-left:120px; }
.container_16 .prefix_3 { padding-left:180px; }
.container_16 .prefix_4 { padding-left:240px; }
.container_16 .prefix_5 { padding-left:300px; }
.container_16 .prefix_6 { padding-left:360px; }
.container_16 .prefix_7 { padding-left:420px; }
.container_16 .prefix_8 { padding-left:480px; }
.container_16 .prefix_9 { padding-left:540px; }
.container_16 .prefix_10 { padding-left:600px; }
.container_16 .prefix_11 { padding-left:660px; }
.container_16 .prefix_12 { padding-left:720px; }
.container_16 .prefix_13 { padding-left:780px; }
.container_16 .prefix_14 { padding-left:840px; }
.container_16 .prefix_15 { padding-left:900px; }

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 { padding-right:60px; }
.container_16 .suffix_2 { padding-right:120px; }
.container_16 .suffix_3 { padding-right:180px; }
.container_16 .suffix_4 { padding-right:240px; }
.container_16 .suffix_5 { padding-right:300px; }
.container_16 .suffix_6 { padding-right:360px; }
.container_16 .suffix_7 { padding-right:420px; }
.container_16 .suffix_8 { padding-right:480px; }
.container_16 .suffix_9 { padding-right:540px; }
.container_16 .suffix_10 { padding-right:600px; }
.container_16 .suffix_11 { padding-right:660px; }
.container_16 .suffix_12 { padding-right:720px; }
.container_16 .suffix_13 { padding-right:780px; }
.container_16 .suffix_14 { padding-right:840px; }
.container_16 .suffix_15 { padding-right:900px; }

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 { left:60px; }
.container_16 .push_2 {	left:120px; }
.container_16 .push_3 { left:180px; }
.container_16 .push_4 { left:240px; }
.container_16 .push_5 { left:300px; }
.container_16 .push_6 { left:360px; }
.container_16 .push_7 { left:420px; }
.container_16 .push_8 { left:480px; }
.container_16 .push_9 { left:540px; }
.container_16 .push_10 { left:600px; }
.container_16 .push_11 { left:660px; }
.container_16 .push_12 { left:720px; }
.container_16 .push_13 { left:780px; }
.container_16 .push_14 { left:840px; }
.container_16 .push_15 { left:900px; }

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 { left:-60px; }
.container_16 .pull_2 { left:-120px; }
.container_16 .pull_3 { left:-180px; }
.container_16 .pull_4 { left:-240px; }
.container_16 .pull_5 { left:-300px; }
.container_16 .pull_6 { left:-360px; }
.container_16 .pull_7 { left:-420px; }
.container_16 .pull_8 { left:-480px; }
.container_16 .pull_9 { left:-540px; }
.container_16 .pull_10 { left:-600px; }
.container_16 .pull_11 { left:-660px; }
.container_16 .pull_12 { left:-720px; }
.container_16 .pull_13 { left:-780px; }
.container_16 .pull_14 { left:-840px; }
.container_16 .pull_15 { left:-900px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {	display: block; }


/* ----------------------------------------- */
/* ------------- Layout CSS ---------------- */
/* ----------------------------------------- */
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {	font-weight:normal;}

/* branding
----------------------------------------------- */
h1#branding {	font-weight:normal;	font-size:3em;	text-align:left;	margin-bottom:0;}


/* boxes
----------------------------------------------- */
.box {	background:#ddd;margin-bottom: 5px;	padding:10px 10px 1px 10px;}
.block {	padding-top:10px;}



/* paragraphs, quo tes and lists
----------------------------------------------- */
p {	margin-bottom:1em;}
blockquote {	font-size:1.2em;	padding-left:1em;	border-left:4px solid #ccc;}
blockquote cite {  font-size:.9em;}
ul, ol {  padding-top:0;}

/* ----------------------------------------- */
/* ------------- Style CSS ---------------- */
/* ----------------------------------------- */
/* body
----------------------------------------------- */
body {
	background: #FFF;
	border: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

/* container
----------------------------------------------- */
.container_16 {
	background: #FBFBFB url(images/container-bg.png) top repeat-x;
	width: 945px;
	padding: 0 0 0 15px;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -5px  10px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -5px  10px  rgba(0,0,0,0.2);
}


/* anchors
----------------------------------------------- */
a, a:hover {
	text-decoration: none;
	color: #2C6EBC;
}

/*my custom styles */
.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid #FFF 1px;
	*\border: none;
}
.alignleft { float: left; }
.alignright { float: right;}
.aligncenter { text-align: center;}
.textleft { text-align: left; }
.textright { text-align: right; }
.box { background: transparent; }
.box p, .boxes p { padding-top: 5px; }
.shadow {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}


/* header
----------------------------------------------- */
#header {
	background: url(images/header-top-bg.png) top center no-repeat;
	margin: 0;
	padding: 0 15px;
	height: 112px;
}
	#header #header-left{
		background: url(images/header-left-bg.png) 0 0 no-repeat;
		margin: 0;
		padding: 0;	
	}
	#header #header-right{
		background: url(images/header-right-top-bg.png) top right no-repeat;
		margin: 0;
		padding: 0;
		position: relative;
	}
#header #logo{
	background: url(images/logo.png) 0 0 no-repeat;
	height: 85px;
	padding: 0;
	margin: 30px auto 0 0;
	float: left;
}
	#header #logo h1 a{
		text-indent: -9999px;
		display: block;
		height: 60px;
	}
	#header #logo h1#branding{
		padding: .1em 0 0 0;
	}
	#header #logo h2#description {
		display: none;
	}	

#header .right{
	padding-right: 20px;
}

	#header .right .empty{
		background: url(images/philippines.png) 220px 55px no-repeat;
		height: 85px;
		text-indent: -9999px;
	}
	
/* Menu
-------------------------------------------------------------- */	
#topnav{
	color: #000;
	padding: 0;
	margin-bottom: 0px;
	height: 26px;
	font-size: 14px;
}
#topnav #nav-menu{
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: -24px;
}

	#topnav ul{
		margin: 7px 0 0 0;
		padding: 0;	
	}
	#topnav ul li{
		display: inline;
		margin: 0;
		padding: 0;	
		border-left: solid #000 1px;
	}
	#topnav ul li a{
		color: #000;
		font-size: 12px;
		font-weight: normal;
		padding: 4px 6px 2px 10px;
	}
	#topnav ul li.home a:hover, #topnav ul li a:hover{
		color: #666;
	}
		#topnav ul li.home, #topnav ul li.menu-item-type-custom{
			background: url(images/icon-home.jpg) 5px 3px no-repeat;
			border: none;
			padding-left: 15px;
		}
		#topnav ul li.home:hover, #topnav ul li.menu-item-type-custom:hover {
		}		

	#topnav ul ul {
		display:none;
		position:absolute;
		top:21px;
		left:0;
		float:left;
		z-index: 9999;
	}
	#topnav ul ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		min-height: 27px;
		position: relative;
	}
	#topnav ul ul ul {
		margin: 0;
		padding: 10px 0 0 0;
		background: none;
		position:absolute;
		left:30px;
		top:20px;
		width: 220px;
		z-index: 99999;
	}
	
	#topnav ul ul a {
		background: none;
		height:auto;
		line-height:1em;
		padding: 3px 10px;
	}
	#topnav ul ul > li {
		display: block;
		min-height: 27px;
		text-align: left;
	}
	#topnav ul ul ul li {
		width: 100%;
		background: none;
	}
	#topnav ul ul ul li:hover a {
		background: transparent;
	}
	#topnav li:hover > a,
	#topnav ul ul :hover > a {
		color:#01888B;
	}
	#topnav ul li:hover > ul{
		display:block;
	}
	#topnav ul li.current_page_item > a,
	#topnav ul li.current-menu-ancestor > a,
	#topnav ul li.current-menu-item > a,
	#topnav ul li.current-menu-parent > a {
		color: #01888B;
	}
	
	* html #topnav ul li.current_page_item a,
	* html #topnav ul li.current-menu-ancestor a,
	* html #topnav ul li.current-menu-item a,
	* html #topnav ul li.current-menu-parent a,
	* html #topnav ul li a:hover {
		color:#01888B;
	}

	
/* content
----------------------------------------------- */ 
#content {
	background: transparent url(images/content-top-bg.png) top no-repeat;
	margin-top: 5px;
	padding: 30px 15px 5px 15px;
	text-align: left; 
	min-height: 400px;
}
#content .callcenters{
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: solid #CBC5C1 1px;
}
	  #content .callcenters .thumbshot{
		  margin: 20px auto;
		  width: 280px;
		  height: 220px;
		  text-align: center;
		  overflow: hidden;
	  }
		  #content .callcenters .thumbshot img{ 
		  		margin: 0 auto;
				padding: auto;
			  	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
			  	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
			  	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
		  }
	  #content .callcenters .details{
		  margin-top: 20px;
		  margin-left: 20px;
		  width: 320px;
		  text-align: left;
		  font-weight: bold;
	  }
	  		#content .callcenters .details h3{
				margin: 0;
				padding: 0;
				font-size: 1.6em;
				font-weight: bold;
			}
		  #content .callcenters .details p {
			  margin: 0;
			  padding: 0;
		  }
		  #content .callcenters .details p.address{
			  padding-left: 0px;
		  }
		  #content .callcenters .details strong{
			  color: #718210;
			  font-size: 120%;
			  font-style: italic;
		  }
	  #content .callcenters .inquireForm{
		  margin-right: 8px;
		  padding: 0 0 10px 0;
		  background: url(images/inquire-form-bg.png) 0 20px no-repeat;
		  width: 246px;		 
		  min-height: 240px;
		  text-align: left;
	  }		
	  		#content .callcenters .inquireForm form{
				padding-bottom: 10px;
				margin-bottom:5px;
			}
	  		#content .callcenters .inquireForm .notes{
				clear: both;
				background: #5A7F00;
				color:#FFF;
				margin: 20px 10px 10px 10px;
				padding: 10px 8px 10px 15px;
				border: solid #5A7F00 1px;
			}
	  		#content .callcenters .inquireForm h4{
				background: url(images/arrow-orange.gif) 10px 5px no-repeat;
				padding: 0 10px 5px 35px;
				font-size: 14px;
				font-weight: bold;
				letter-spacing: 0px;
			}
	  		#content .callcenters .inquireForm p {
			  	margin: 0;
			  	padding: 0 10px 0 35px;
				line-height: 0.5em;
		  	}
			#content .callcenters .inquireForm input {
				width: 90%;
				height: 16px;
				font-size: 12px;
			}
			#content .callcenters .inquireForm textarea {
				width: 90%;
				height: 30px;
				font-size: 12px;
			}
			#content .callcenters .inquireForm input.submit{
				float: right;
				width: 60px;
				background: #DF9000;
				color: #FFF;
				padding: 3px 13px;
				height: 22px;
				font-size: 10px;
				font-weight: bold;
				border: solid #DF9000 1px;
			}
	#content .infos{
		background: #5A7F00 url(images/infos-bg.png) 48px 0 repeat-y;
		color: #FFF;
		height: 26px;
	}
		#content .infos ul{
			margin: 5px auto;
			text-align: left;
		}
		#content .infos ul li{
			margin: 0;
			padding: 5px 20px;
			display: inline;
			font-weight: bold;
			font-style: italic;
			text-align: left;
			/*border-left: solid #ABBE7D 4px;*/
		}
		#content .infos .Services{
			border: none;
			padding-left: 30px;
			padding-right: 75px;
		}
		#content .infos .Industries{
			padding-right: 170px;
		}
		#content .infos .Specialize{
			padding-right: 25px;
		}
	
	#content .moreInfos{
		margin-top: 5px;
		padding: 10px;
		background: #C4D48D url(images/moreInfos-bg.png) 1px 0 repeat-y;
		color: #282828;		
	}
		#content .moreInfos ul{
			float: left;
			margin: 0 0 0 20px;
			font-size: 90%;
			font-weight: bold;
		}
		#content .moreInfos ul li{
			text-align: left;
			padding: 2px 0;
		}
			#content .moreInfos ul.services{
				width: 190px;
			}
			#content .moreInfos ul.industries{
				margin-left: 0;
				width: 300px;
			}
				#content .moreInfos ul.industries li{
					margin: 0;
					padding: 2px 0 2px 20px;
					width: 40%;
					float: left;
				}
			#content .moreInfos ul.specialize{
				margin-left: 0;
				width: 150px;
			}
				#content .moreInfos ul.specialize li{
					margin: 0;
					padding: 2px 0 2px 20px;
					width: 30%;
					float: left;
				}
			#content .moreInfos ul.reference{
				margin: 0;
				width: 190px;
			}
				#content .moreInfos ul.reference li{
					padding-left: 20px;
					background: url(images/bullet-thumb.gif) 0 0 no-repeat;
				}			
	
	
/* Independent styles
----------------------------------------------- */	
.submit{
	float: right;
	background: #DF9000;
	color: #FFF;
	padding: 3px 13px;
	font-size: 10px;
	font-weight: bold;
	border: solid #DF9000 1px;
	height: 22px;
}
/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}
.article p{
	margin: 0 0 10px 0;
	padding: 0;
}


/* site information
----------------------------------------------- */
#site_info {
	background: transparent url(images/site-info-bg.gif) bottom no-repeat;
	color: #FFF;
	margin: 0;
	padding: 5px 15px 0;
	clear: both;		
}
#site_info .box {
	clear: both;
	padding: 3px 0;
	margin: 20px 20px 10px;
	font-size: 95%;
	position: relative;

}
#site_info b.alignleft { padding: 0 0 10px 60px; }
#site_info b.alignright { padding: 0 60px 10px 0; }
#site_info a{
	color: #FFF;
}

	/* widget box on the footer
	----------------------------------------------- */	
	#site_info .widgetContainer{
		margin-top: 10px;
		padding: 0;
	}
		#site_info .widgetContainer .widgetBox{
			color: #333;
			width: 195px;
			float: left;
			margin: 0 5px 5px 5px;
			padding: 0 0 0 10px;
			text-align: justify;
		}
			#site_info .widgetContainer .widgetBox h4{
				font-size: 14px;
				font-weight: bold;
				display: block;
			}
				
			#site_info .widgetContainer .widgetBox span, span{
				margin-top: 10px;
				margin-right: 10px;
			}
			#site_info .widgetContainer .widgetBox span img,  span img{
				margin-left: 2px;
				margin-top: 0px;
				vertical-align: top;
			}
			#site_info .widgetContainer .widgetBox span .readmore, span .readmore{
				background: url(images/bullet-arrow.gif) 1px 5px no-repeat;
				color: #34427C;
				padding: 0 0 0 15px;
				text-transform: capitalize;
				font-weight: bold;
			}
			#site_info .widgetContainer .widgetBox a{
				color: #333;
				border-bottom: dashed #FFF 1px;
			}
			#site_info .widgetContainer .widgetBox a:hover{
				border-bottom: dashed #333 1px;
			}
			#site_info .widgetContainer .widgetBox li a{
				display: block;
				padding: 5px 10px 2px 20px;
			}
			

/* custom scroll
----------------------------------------------- */
.home #mycustomscroll {
	height: 75px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 5px 0 0;
}
