/*Home page styles*/
p{
	padding:0 5px 0 0;	
}

h2{
	padding:0;
}

* html h1#welcome {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/welcome.png', sizingMethod='crop');
}

h1#welcome {
	background: url(/assets/images/welcome.png) no-repeat;
	text-indent: -99999px;
	height: 22px;
}

a.map {

	height: 100px;
	width: 280px;
}

#content-box {
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	position:absolute;
	top:50px;
	left:25px;
	width: 337px;
	height:130px;
}

#content-box-inner {
	padding: 10px 15px;
	position:absolute;
	top:50px;
	left:25px;
	width: 322px;
}

#content-box-inner h1 {
	color: #fff;
	margin:0;
	padding:0;
}

#content-box-inner a.linked {
	font-size: 12px;
	text-decoration: none;
	color: #CD800D;	
	float: right;
	margin:3px 18px 0pt 0pt;
	font-weight:bold;
}

#bottom-boxes-wrap {
	float:left;
	height:124px;
	width: 905px;
	position:absolute;
	top:346px;
	left:5px;
	z-index:20;
}

#bottom-boxes {
	background: #000 url(../images/bottom_boxes.gif) no-repeat 0px 0px;
	height:124px;
	width: 905px;
	position:absolute;
	top:346px;
	left:5px;
	opacity: .8;
	filter: alpha(opacity=80);
}

.box {
	padding: 5px 0 0 13px;
	width: 286px;
	height: 109px;
	float:left;
	position: relative;
}

.box.last {
	float:right;
}

.box img {
	margin: 10px;
}

.box h2{
	margin-top: 5px;
	color:#fff;
}

.box p{
	line-height:16px;
	padding:6px 10px 0pt 0pt;}

.box a {
	font-size: 11px;
	text-decoration: none;
	color: #CD800D;
	position: absolute;
	left: 13px;
	bottom:10px;
}


.box h2 {
	height: 14px;
}

* html .box h2#about-us{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/about_us.png', sizingMethod='crop');
}

* html .box h2#our-portfolio{
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/our_portfolio.png', sizingMethod='crop');
	}
* html .box h2#our-services {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/our_services.png', sizingMethod='crop');
	}


.box h2#about-us{
	background: url(/assets/images/about_us.png) no-repeat;
	text-indent: -99999px;
	
}

.box h2#our-portfolio{
	background: url(/assets/images/our_portfolio.png) no-repeat;
	text-indent: -99999px;

}

.box h2#our-services{
	background: url(/assets/images/our_services.png) no-repeat;
	text-indent: -99999px;
}

* html #main {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/drop_shadow.png', sizingMethod='scale');
}

#main {
	background: transparent url(/assets/images/drop_shadow.png) repeat-y 1px 0;
	padding-left: 6px;
	position:relative;
	width:910px;
}


#main-btm {
clear:both;
}

#footer {

	float:none;
}

