/**
*	BPM 2.0 CSS
*
*
*	Orange	cc3300
*	Purple	49232a (dark)
*			a49194 (mid)
*			dbd3d4 (light)
*	
*/

IMG {border: 0px;}

.bar div, .dodgeBullets div
{
	display: none;
}

.Design, .Hosting, .Development
{
	background-position: -180px;
}

.Design a, .Hosting a, .Development a
{
	position: relative;
	width: 100%;
	display: block;
	text-indent:-1000px;
}
#Header
{
	position: relative;
	height: 200px;
	width:940px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#Header IMG
{
	border: 0px;
}

#Monkey
{
	position: absolute;
	right: 100px;
	background-image: url(/images/Monkey.png);
	width: 239px;
	height:0px;
	top: 150px;
	z-index:10;
}

#Monkey:hover
{
	cursor: pointer;
}
.dodgeBullets
{
	position: absolute;
	right: 0px;
	height:150px;
	width: 439px;
}
.dodgeBullets div
{
	z-index:5;
	position: absolute;
}
.bullet1.left
{
	left: 30px;
	top: 80px;
}
.bullet2.left
{
	left: 50px;
	top: 30px;
}
.bullet3.left
{
	left: 110px;
	top: 0px;
}
.bullet1.right
{
	right: 90px;
	top: 0px;
}
.bullet2.right
{
	right: 50px;
	top: 30px;
}
.bullet3.right
{
	right: 30px;
	top: 90px;
}

.BPM
{
	position: absolute !important;
	right: 10px;
	/*background-image: url(/images/bulletproofmonkey.png);*/
	width: 415px;
	height:53px;

}

.bullet1
{
	background-image: url(/images/1_bullet_hole.png);
	width: 60px;
	height: 52px;
}

.bullet2
{
	background-image: url(/images/2_bullet_holes.png);
	width: 60px;
	height: 53px;
}

.bullet3
{
	background-image: url(/images/3_bullet_holes.png);
	width: 60px;
	height: 55px;
}


.bar
{
	position: relative;
	top: 150px;
	background-image: url(/images/bar.png);
	width: 940px;
	left: 940px;
	height: 31px;
}

.bar div
{
	position: relative;
	top: 2px;
}

.bar .bullet1, .bar .bullet2, .bar .bullet3
{
	position: absolute;
	top: -12px;
}

.Hosting .bullet1
{
	left: 10px;
}

.Hosting
{
	float:left;
	background-image: url(/images/hosting.png);
	background-repeat: no-repeat;
	background-position: 60px;
	width: 147px;
	height: 29px;
}

.Design
{
	float:left;
	background-image: url(/images/design.png);
	background-position: 60px;
	background-repeat: no-repeat;
	width: 131px;
	height: 29px;
}

.Development
{
	float:left;
	background-image: url(/images/development.png);
	background-position: 60px;
	background-repeat: no-repeat;
	width: 194px;
	height: 29px;
}



#News
{
	position: absolute;
	left: 20px;
	top: 20px;
	height: 100px;
	width: 400px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	display:none;
}

#Body
{
	position: relative;
	top: 20px;
	text-align: left;
	width: 760px;
	min-height: 300px;
	margin: 0 auto;
	padding: 10px;
}

#Right-Column
{
	float: right;
	width: 380px;
	padding: 10px;
}

BODY
{
	font-family: Verdana;
	font-size: 10pt;
	color: #49232a;
	width:940px;
	text-align: center;
	line-height: 150%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#Footer
{
	text-align: center;
	font-size: 8pt;
	top: 20px;
	position: relative;
        clear: both;
}

H1
{
	font-family: Verdana, Arial, Sans-serif;
/*	background: url('/images/bullet_hole_3.gif') no-repeat;
	padding-left: 30px;*/
}

H2
{
	font-family: Verdana, Arial, Sans-serif;
/*	background: url('/images/bullet_hole_1.gif') no-repeat;
	padding-left: 30px;*/
}

H3
{
	font-family: Verdana, Arial, Sans-serif;
/*
	background: url('/images/bullet_hole_1.gif') no-repeat;
	padding-left: 30px;
*/
}

#Hosting
{
	float: left;
	width: 230px;
	background: #a49194;
	min-height: 350px;
	margin: 10px;
	padding: 5px;
}

#Design
{
	float: left;
	width: 230px;
	background: #dbd3d4;
	min-height: 350px;
	margin: 10px;
	padding: 5px;
}

#Development
{
	float: left;
	width: 230px;
	min-height: 350px;
	margin: 10px;
	padding: 5px;
}

#Development dl
{
    position: relative;
    margin: 0px;
}

#Development dl dt
{
    float: left;
    width: 150px;
    font-weight: bold;
    margin: 0px;
}
#Development dl dd
{
    margin: 0px;
    position: relative;
    width: 80px;
    float: left;
    text-align: right;
}

#RightFeature
{
	float: right;
	font-size: 8pt;
	text-align: right;
	width: 400px;
	min-height: 350px;
	padding: 5px;
	margin-left: 10px;
	background: #dbd3d4;
}

.Portfolio
{
	float: left;
	width: 230px;
	margin: 10px;
	text-align: center;
}

.Portfolio IMG
{
	margin:10px;
}

.Portfolio:hover
{
	background: #dbd3d4;
}

.PortfolioImage
{
	height: 194px;
}


/**
	News
*/
#NewsItems
{
}

#NewsItems .date
{
	font-style: italic;
	font-size: 8pt;
}



UL
{
}

A
{
	color: #cc3300; 
	font-weight: bold;
}

.quote
{
	font-family: Verdana, Arial, Sans-serif;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	width: 750px;
	background: #dbd3d4;
	border: 1px #49232a dashed;
}