/*
Theme Name: BSAI Theme
Theme URI: http://www.bulldogsecurity.com.ph/
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #ddd;
   padding: 4px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.alignleft {
   float: left;
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 4px;
   margin-right: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.alignright {
   float: right;
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin-left: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	line-height: 1.5em;
	}

.clear {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

body {
	background: url(images/bg.gif) repeat-x #ececec;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	}

p {
	margin-bottom: 15px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

.subnav {
	height: 25px;
	text-align: right;
	font-size: 12px;
	}

.subnav ul {
	margin-top: 3px;
	color: #fff;
	}

.subnav ul li {
	display: inline;
	margin-left: 15px;
	}

.subnav a, .subnav a:visited {
	text-decoration: none;
	color: #fff;
	}

.subnav a:hover {
	color: #ffcc00;
	}

#header {
	margin: 8px auto 0 auto;
	width: 960px;
	}

#header p {
	font-size: 14px;
	width: 280px;
	padding: 8px;
	background: url(images/bg-request.gif) repeat-x #009900;
	color: #fff;
	}

#header p a, #header p a:visited {
	color: #fff;
	text-decoration: underline;
	}

#header p strong {
	padding-left: 20px;
	background: url(images/icon-warning.gif) no-repeat center left;
	color: #ffcc00;
	}
	
#header h2 {
	color: #005b9b;
	}

#nav {
	background: url(images/bg-nav.gif) repeat-x #005b9b;
	height: 45px;
	width: 960px;
	margin-bottom: 8px;
	}

#nav ul {
	padding: 8px 0 0 10px;
	}

#nav ul li {
	float: left;
	display: block;
	margin-right: 25px;
	background: top left no-repeat;
	text-indent: -9999px;
	}

#nav ul li.services:hover, #nav ul li.client:hover, #nav ul li.benefits:hover, #nav ul li.technology:hover, #nav ul li.active {
	background-position: bottom left;
	}

#nav ul li.services {
	width: 77px;
	height: 28px;
	background: url(images/nav-services.gif);
	}

#nav ul li.services-active {
	width: 77px;
	height: 28px;
	background: url(images/nav-services.gif) bottom left;
	}

#nav ul li.client {
	width: 128px;
	height: 28px;
	background: url(images/nav-client.gif);
	}

#nav ul li.client-active {
	width: 128px;
	height: 28px;
	background: url(images/nav-client.gif) bottom left;
	}

#nav ul li.benefits {
	width: 92px;
	height: 28px;
	background: url(images/nav-advantage.gif);
	}

#nav ul li.benefits-active {
	width: 92px;
	height: 28px;
	background: url(images/nav-advantage.gif) bottom left;
	}
	
#nav ul li.technology {
	width: 143px;
	height: 28px;
	background: url(images/nav-inquiry.gif);
	}

#nav ul li.technology-active {
	width: 143px;
	height: 28px;
	background: url(images/nav-inquiry.gif) bottom left;
	}

#nav ul li.services a span {
	cursor: pointer;
	display: block;
	width: 77px;
	height: 28px;
	}

#nav ul li.benefits a span {
	cursor: pointer;
	display: block;
	width: 92px;
	height: 28px;
	}

#nav ul li.technology a span {
	cursor: pointer;
	display: block;
	width: 172px;
	height: 28px;
	}

#nav ul li.client a span {
	cursor: pointer;
	display: block;
	width: 128px;
	height: 28px;
	}

#slide {
	padding-bottom: 16px;
	background: url(images/shadow.gif) no-repeat bottom;
	width: 960px;
	}
	
#main {
	font-size: 14px;
	background: #fff;
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	}

#main-inside {
	background: url(images/bg-innerpage.jpg) no-repeat #fff top center;
	font-size: 14px;
	width: 940px;
	padding: 15px 10px;
	margin: 0 auto;
	}

#main-inside h1 {
	color: #fff;
	margin-bottom: 40px;
	}
	
#main-content {
	width: 700px;
	margin-right: 20px;
	}

#main-content p {
	margin: 0 0 25px 0;
	text-align: justify;
	}

#main-content br {
	margin-bottom: 20px;
	}

#main-content h2 {
	color: #006600;
	line-height: 1.2em;
	font-size: 20px;
	}

#sidebar a, #sidebar a:visited, #main-content a, #main-content a:visited, .link a, .link a:visited, #footer a, #footer a:visited {
	color: #3366ff;
	text-decoration: none;
	}

#sidebar a:hover, #main-content a:hover, .link a:hover, #footer a:hover {
	color: #eea800;
	text-decoration: underline;
	}

#sidebar a:active, #main-content a:active, .link a:active, #footer a:active {
	color: #092451;
	text-decoration: none;
	}

.news {
	font-size: 12px;
	background: url(images/bg-news.png) repeat-x top #eee;
	padding: 10px;
	margin-bottom: 20px;
	}

.news p strong {
	font-weight: bold;
	color: #000;
	background: url(images/icon-news.gif) no-repeat;
	padding-left: 20px;
	}

.news h4 {
	font-size: 14px;
	}

#sidebar {
	font-size: 12px;
	width: 220px;
	background: #fff;
	}

#sidebar h2 {
	color: #006600;
	margin-bottom: 5px;
	font-size: 20px;
	}

#sidebar h3 a {
	line-height: 1.2em;
	}

.divider {
	margin: 15px 0;
	border-bottom: 1px solid #999;
	}

.link {
	text-align: right;
	margin: 10px 0;
	}
	
#footer {
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
	font-size: .625em;
	
	}

#footer p {
	background: url(images/logo-footer.gif) no-repeat #fff;
	padding-top: 40px;
	}

#footer ul li {
	display: inline;
	margin-left: 5px;
	}

.photo {
	padding: 5px;
	margin: 8px 8px 8px 0;
	border: 1px solid #999;
	}

.services {
	width: 660px;
	}
	
.services li {
	display: block;
	margin-bottom: 40px;
	}

.default li {
	float: none!important;
	margin: 0 0 3px 15px;
	padding: 0;
	display: block;
	}

.services li img {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	}

.benefits-list {
	margin: 10px;
	font-weight: bold;
	}
	
.benefits-list li {
	margin-bottom: 8px;
	}

.buttons {
	margin: 15px 0;
	}

.buttons li {
	display: inline;
	margin-right: 10px;
	}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:315px;
		overflow:hidden; 
		}
		
/* // Easy Slider */

.text-field {
	border: 1px solid #ccc;
	width: 200px;
	margin: 3px 0 10px 0;
	padding: 3px;
	}

.text-field-local {
	border: 1px solid #ccc;
	width: 30px;
	margin: 3px 0 10px 0;
	padding: 3px;
	}

.drop-down {
	width: 200px;
	margin: 3px 0 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
	}

.text-area {
	border: 1px solid #ccc;
	width: 350px;
	height: 78px;
	padding: 3px;
	margin: 3px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

.text-field:hover, .text-area:hover, .text-field:active, .text-area:active {
	border: 1px solid #999;
	}

.form-button {
	background: url(images/bg-request.gif) repeat-x #009900;
	font-weight: bold;
	height: 40px;
	width: 150px;
	color: #fff;
	}

.registration-form tr td {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	}

form {
	width: 600px;
	background: #eee;
	padding: 10px;
	}

#main-content form br {
	margin: 0;
	}

input.newsletter {
	width: 200px;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
	}

input.newsletter-button {
	background: url(images/bg-request.gif) repeat-x #009900;
	color: #fff;
	padding: 4px;
	}

.usual {
  background: url(images/tab-div-bg.gif) no-repeat #eee;
  padding: 0;
  margin-bottom: 25px;
  height: 492px;
}
.usual ul {
	margin-left: 10px;
	}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:8px 10px 0 10px;
  height: 32px;
  text-decoration:none!important;
  margin-right: 1px;
  color:#FFF;
  background: url(images/tabs-active-bg.gif) no-repeat #c8c8c8;
  border-bottom:1px solid #eee;
  width: 165px;
}
.usual ul a:hover {
  color:#FFF;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background: url(images/tabs-selected.gif) no-repeat #fff;
  border-bottom:1px solid #eee;
  cursor:default;
  font-weight: bold;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  clear:left;
  background:#eee;
  text-align: justify;
}
.usual div a { color:#000; font-weight:bold; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.search form {
	background: #fff;
	padding: 0;
	margin: 0;
	width: 200px;
	}

.search form input {
	border: 1px solid #999;
	padding: 3px;
	display: block;
	margin-bottom: 8px;
	}
	
.industry {
	list-style: none;
	}

.industry li {
	display: inline;
	margin-right: 20px;
	}

.industry li img {
	margin-bottom: 20px;
	}
