@charset "UTF-8";
/* CSS Document */


img {
	border:none;
	}


body {
	background:url(bp-bg.jpg) repeat;
	color:#07868F;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:18px;
	margin-bottom:5em;
	}
	
#container {
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
     background: none repeat scroll 0 0 #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2em;
    width: 970px;
	}

p.header {
	font-size:150%;
	}
	
/*this is logo*/
h1 a {
	background:url(site-logo.gif) no-repeat;
	display:block;
	height:100px;
	width:auto;
}

h1 a span {
	position:absolute;
	text-indent:-4500px;
}

	
h2, h3 {
	font-size:180%;
	font-weight:normal;
	margin:0;
	}
	
h4 {
	font-size:36px
	font-weight:bold;
	margin:0;
	color:#FF6531;
	}

.thumb-row {
	background:#FFFFFF;
    width: auto;
    margin: 0 auto;
	margin-top:2em;
	}
	
.thumb-row p{
	display:inline;
	}
	
a:link, a:visited, a:active {
	color: #990000;
	text-decoration:none;
	}

a:hover {
	color: #990000;
	}

span.tel, a.box:link, a.box:visited, a.box:active {
	border:solid 1px #999999;
	color: inherit;
	display:inline-block;
	padding:0.5em;
	background:#CCCCCC;
	font-weight:normal;
	width:auto;
	}

a.box:hover {
	color:#000;
	border:solid 1px #999999;
	background: #FFCC00;
	}

#company-logo a {
	background:url(company-logo.gif) no-repeat;
	display:block;
	height: 60px;
	width:152px;
}
	
#company-logo span {
	position:absolute;
	text-indent:-4500px;
	}
	
span.tel {
	color:#000000;
}