@charset "utf-8";
/* CSS Document */

body  {
	background-color: #000;
	/*background-image: url(images/bg.png);*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;



}
.twoColFixLtHdr #container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #ffffff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;

} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 140px;
} 

.twoColFixLtHdr #content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	/* height: 200px;*/
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 212px;
	/*background-image: url(images/line_2.gif);*/
	/*background-repeat: repeat-x;*/	/* border-top: 2px solid white;*/

}

.twoColFixLtHdr #sidebar1_newslist {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 80px;
	height: 150px;


}
.twoColFixLtHdr #top_sidebar{
	float: left; /* since this element is floated, a width must be given */
	width: 222px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.twoColFixLtHdr #top_mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 232px;
	padding-top: 110px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 600px;
} 
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 300px;
	padding-left: 30px;
}
	
.twoColFixLtHdr #mainContent {
	height: auto;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 285px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 542px; 
	text-align: justify;
	/*background-image: url(images/line_2.gif);*/
	/*background-repeat: repeat-x;*/	/* border-top: 2px solid white;*/
} 

.twoColFixLtHdr #service {
	height: auto;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 542px; 
	text-align: justify;
	/*background-image: url(images/line_2.gif);*/
	/*background-repeat: repeat-x;*/	/* border-top: 2px solid white;*/
} 

.twoColFixLtHdr #footer {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: auto;
	bottom: auto;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#PV_window {
	position: fixed;
	z-index: 1009102;
	color:#000000; /* remarked by ray on 20081113 */
	display:none;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

* html #PV_window { /* ie6 hack */
	position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#press1 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	FLOAT: left; 
	/* border:1px solid #000000; */
	WIDTH: 220px; 
	HEIGHT: 420px; 
	/* background-color:#666666; */
	padding-left: 20px; 
	/* padding-top: 10px; */


}
#press2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	FLOAT: left; 
	/*border:1px solid #fff; */
	WIDTH: 660px; 
	HEIGHT: 420px; 
	/* background-color:#666; */
	/* padding-left: 10px; */
	/* padding-top: 10px; */

}
.imgcenter {
	float: none;
	cursor: crosshair;
	padding-left: 0px;
	padding-top: 0px;
}

.small{

	color: #808184;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}
 /* press*/

.contentBox {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color:#010101; 
	padding:5px;
	margin-top:5px;
	width:230px;
	height:430px;
	overflow:scroll
	}
.contentBox_detail {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color:#010101; 
	padding:2px;
	margin-left:5px;
	margin-top:2px;
	width:470px;
	height:430px;
	overflow:scroll
	}
	

 /*general */
img, div { behavior: url(iepngfix.htc) 
}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 200px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


.twoColFixLtHdr #sidebar1 p a #mailbox {
	background-image: url(images/heading_maillist.png);
}
.mailbox {
	background-color: #1B1818;
	font-size: 10px;
	font-weight: bold;
	color: #7E7E7E;
	border-top-color: #1B1818;
	border-right-color: #1B1818;
	border-bottom-color: #1B1818;
	border-left-color: #1B1818;
}
 /* copyright*/

.copyright {
	color: #ffffff;
	font-size: 9px;
	 /* font-weight: bold;*/

	}
	
 /* caption*/

.caption {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: bold;

	}
	
	
 /* content txt*/
 .contenttxt {
	font-size: 12px;

	}
 .contenttxt_14 {
	font-size: 14px;


	}
 .contenttxt_14_u {
	font-size: 14px;
	font-weight: bold;

	}
	
 .contenttxt_16 {
	font-size: 16px;

	}
.news_table {

	text-align: left; 
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.service_font16 {


	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;


}
	/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	font-weight: bold;
}

/************** header tag styles **************/

.leftimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.rightimage {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;

}
.rightimage2 {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 300px;
	padding-right: 20px;
	padding-left: 20px;
}
.bottom_line{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 5px solid #9E9E9E;
	width: 100%;
}

.bottom_line_home{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 5px solid #9E9E9E;
	/*width: 100%;*/
	width: 940px;
}


.line1{
	padding-top: 3px;
	padding-bottom: 0px;
	border-bottom: 2px solid #9E9E9E;
	width: 940px;

}

.line2{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 2px solid #9E9E9E;
	width: 940px;

}

.line3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
	width: 900px;
	text-align: center;
	padding-left: 30px;

}

.home_pic{
	background-image: url(images/home02.jpg);
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 940px;
	height: 550px

}
.home_pic2{
	background-image: url(images/home02.jpg);
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 940px;
	height: 550px

}


.services_pic{
	background-image: url(images/services01.jpg);
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 940px;
	height: 330px

}
.home_txt{

	font-size: 36px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 100px;
	width: 950px;
	height: 330px;
	text-transform: none;
	font-family: Times, serif;
	text-align: center;
	vertical-align: middle;
}
.home_heading{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;

	width: 890px;




	height: 330px
	font-family: Times, serif;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.home_heading2{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 890px;








	height: 330px
	font-family: Times, serif;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight: bold;
}


.home_content{

	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 500px;
	height: 330px
	font-size: 12px;
}



.client{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 950px;




	height: auto;
	font-family: Times, serif;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.newslist{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 950px;




	height: auto;
	font-family: Times, serif;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/* menu text*/


.menu123 {
	font: bold 15px Verdana, Geneva, sans-serif;
	color:  #888888;
	}
.menu123 a {
	color:  #888888;
	}
.menu123 a:visited {
	color:  #888888;
	}
.menu123 a:active {
	color: #888888;
	}
.menu123 a:hover {
	color: #ffffff;
	}


.menu123_select {
	font: bold 15px Verdana, Geneva, sans-serif;
	color:  #ffffff;
	text-align: center;
	}
.menu123_select a {
	color:  #ffffff;
	outline: none;
	}
.menu123_select a:visited {
	color:  #ffffff;
	}
.menu123_select a:active {
	color: #ffffff;
	}
.menu123_select a:hover {
	color: #888888;
	}
	

.twoColFixLtHdr #container #content #txt2 p {
	line-height: 18px;
	font-size: 12px;
	width: 900px;
	text-align: justify;
}

/* client text*/
.client_txt p {
	line-height: 24px;
	font-size: 14px;
	width: 640px;
	text-align: justify;


}

.client_heading {
	line-height: 24px;
	font-size: 20px;
	width: 640px;
	text-align: justify;
	font-weight: bold;
}

.client_center p {
	text-align: center;


}
/* news list 2 menu*/

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
/*border: 1px solid gray;*/
background: #000000;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
/*background: #888888;*/
background: #000000;
}

