body, p, input {
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
body {
	color: #454545;
	background:#9dacbc url(images/background.png) repeat-x;
	background:#3f0000 url(images/background.gif) repeat-x;
	text-align:center;
}
img {
	border:0;	
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 18px;
}
h3 {
	font-size: 17px;
}
h5 {
	font-weight:normal;
}
p {
	text-indent:20px;
}
.clear {
	clear:both;
}

#wrapper {
	width:973px;
	margin:0 auto;
}
	#flash-container {
		width:973px;
		height:632;
		padding:24px 0;
		background:url(images/shadow.png) no-repeat;
	}
	#footer {
		padding:0 20px 30px;
		color:#8891a3;
		font-size:11px;
	}
	#footer a {
		color:#8891a3;
	}
	#footer a:hover {
		color:#eee;
	}
		.footerinside {
			width:40%;
		}
		.left {
			float:left;
			text-align:left;
		}
		.right {
			float:right;
			text-align:right;
		}
		
	.bds #logo { background:url(images/logo-bds.png) no-repeat 20px 0; height:100px; width:204px; float:left;	}
	.bds #logos { height:100px; width:206px; float:right;	}
	.bds #logos #logo_catchmaster {  background:url(images/logo-catchmaster.png) no-repeat right; height:60px; width:206px; float:right;}
	.bds #logos #logo_apg {  background:url(images/logo-apg.png) no-repeat right; height:40px; width:64px; float:right;}
	#content {
		background: #CDD6E2 ;
		margin:15px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5); 		 
		-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5); 		 
		padding:10px 10px 10px 0;
		text-align:left;
		 
	}
	#content p {
		 margin-bottom:10px;
		 text-indent:0;
	}
	#content .box {
		 background:#bdc7d6;
		 /*background:#b9b8c8 url(images/bg-box-gradient.jpg) no-repeat -3px -3px;*/
		 margin:10px 0 0 10px;
		 padding:1px 15px;
		-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5); 		 
		-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5); 		 
		 border:3px solid #d1d8e2;
		 border:3px solid rgba(255,255,255,.3);
		 border-radius:7px;
		 -moz-border-radius:7px;
		 -webkit-border-radius:7px;
	}
	#content ul {
		 padding-left:20px;
	}
	#content li {
		 background:url(../images/icon_bullet.png) no-repeat;
		 padding-left:18px;
		 list-style:none;
		 /*list-style:url(images/icon_bullet.png) outside ;*/
	}
	#content .half {
		float:left;
		min-height:450px;
	}
	#content .narrow {
		width:334px;
		background:#bdc7d6;
		 
	}
	#content .wide {
		width:534px;
		background:#bdc7d6;
	}
	#content .form {
		background:#bdc7d6 url(../images/bg-bedroom.jpg) no-repeat 102% -3px;
		padding-right:500px;
	}
	#content span.required {
		color:#900;
	}
	.form .input {
		float:left;
		min-height:25px;
		margin:4px 0;
		clear:both;
	}
	.form label {
		float:left;
		width:90px;
		margin:5px 0;
	}
	.form label.error {
		float:left;
		width:150px;
		color:#900;
		margin:5px;
		margin-right:0;
		font-size:.9em;
	}
	.form input {
		float:left;
		width:160px;
	}
	.form input.error {
		border:1px dashed #900;
	}
	.form .form_button {
		float:none;
		width:100px;
		margin-bottom:10px;
		margin-left:150px;
	}
	h3.icon {height:33px; padding-left:60px; padding-top:20px; margin-bottom:-15px; margin-top:15px;}
	h3.icon_old {background:url(../images/icon_old.png) no-repeat;}
	h3.icon_new {background:url(../images/icon_new.png) no-repeat;}
	h3.icon_works {background:url(../images/icon_works.png) no-repeat;}
	h3.icon_money {background:url(../images/icon_money.png) no-repeat;}
	h3.icon_clock {background:url(../images/icon_clock.png) no-repeat;}
	h3.icon_lock {background:url(../images/icon_lock.png) no-repeat;}
	h3.icon_hotel {background:url(../images/icon_hotel.png) no-repeat;}
	
	
	

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:23px;
	position:relative;
	/*border-bottom:1px solid #666;*/ 
}

/* single tab */
#content ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	background:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	background-color:#ddd;
	 /*margin:10px 0 0 10px;*/
	 border:3px solid #d1d8e2;
	 border:3px solid rgba(255,255,255,.3);
	 border-radius:7px 7px 0 0;
	 -moz-border-radius:7px 7px 0 0;
	 -webkit-border-radius:7px 7px 0 0;
	border-bottom:0px;

	 margin:10px 0 0 10px;
	color:#777;
	padding:5px 10px;
	text-decoration:none;
	outline:none;
	font-size:13px;
	font-weight:bold;
	display:block;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background:#bdc7d6;
	border-bottom:3px solid #bdc7d6;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes {
	/*position:relative;
	min-height:410px;*/
}
div.css-panes div {
	display:none;
	/*border:1px solid #666;
	border-width:0 1px 1px 1px;
	padding:15px 20px;
	background-color:#ddd;
	position:absolute;
	min-height:150px;*/
}


#content .box.tabs {margin-top:-3px; *margin-top:0px; }
.box.tabs p {font-size:1.2em;}

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.flash-nav {
	background:url(images/Nav_Bg.png);
	height:83px;
	width:925px;
	margin:0 auto;	
}



#site_select {
	margin:140px auto;
	width:500px;	
}
#site_select div {
	margin-bottom:40px;
}



.nav {
	height:69px;
	background:url(images/bg-nav.png);
	width:925px;
	/*margin:0 auto;*/
	margin:0 24px;
	position:absolute;
}
.nav ul {
	padding:0;
	margin:0;
	list-style:none;
}
.nav li {
	background-image:url(images/sprite-nav.jpg);
	width:118px;
	height:69px;
	text-indent:-9999px;
	padding:0;
	float:left;
}
.nav li a {
	width:118px;
	height:69px;
	display:block;
}
.nav li.tips a {
	width:194px;
}
.nav li.products {
	background-position:-118px 0;	
}
.nav li.bedbugs {
	background-position:-236px 0;	
}
.nav li.company {
	background-position:-354px 0;	
}
.nav li.tips {
	background-position:-472px 0;
	width:194px;
}
.nav li.home:hover {
	background-position:0 -69px;	
}
.nav li.products:hover {
	background-position:-118px -69px;	
}
.nav li.bedbugs:hover {
	background-position:-236px -69px;	
}
.nav li.company:hover {
	background-position:-354px -69px;	
}
.nav li.tips:hover {
	background-position:-472px -69px;
}
.nav li.home.current {
	background-position:0 -138px;	
}
.nav li.products.current {
	background-position:-118px -138px;	
}
.nav li.bedbugs.current {
	background-position:-236px -138px;	
}
.nav li.company.current {
	background-position:-354px -138px;	
}
.nav li.tips.current {
	background-position:-472px -138px;
}


.social_links  {
	margin-left:21px;
}
.social_links a {
	float:left;
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	margin-right:0px;
	margin-top:-8px;
	outline:none;
}
.social_links a:last-child {
	margin-right:10px;
}
.social_links a.facebook {
	background:url(images/icon_facebook.png);
}
.social_links a.twitter {
	background:url(images/icon_twitter.png);
}
.social_links a.blogger {
	background:url(images/icon_blogger.png);
}


