/*------********************************************-----------
	      @IMPORTS - all external style sheets go here
--------********************************************---------*/

/****************************************
	INDEX
****************************************/
@import url('index.css');

/****************************************
	NAV
****************************************/
@import url('nav.css');

/****************************************
	PRICING
****************************************/
@import url('pricing.css');

/****************************************
	CONTACT
****************************************/
@import url('contact.css');


/*------*************************************************************-----------
				LOCAL RULES - all rules particular to this stylesheet go here	
--------*************************************************************---------*/

/****************************************
	GLOBAL CONTAINERS
****************************************/
#omniPositionContainer{
	width:777px;
	margin:0px auto 0px auto;
	
	text-align:left;
}
#omniContainer{
	width:777px;
	margin-top:38px;
}
#headerContainer{
	position:relative;
	width:777px;
	height:92px;
}
#logoLink{
	position:absolute;
	width:152px;
	height:74px;
	top:0px;
	left:14px;
}
#boulevardLogoLink{
	position:absolute;
	width:73px;
	height:69px;
	bottom:0px;
	right:4px;
}
#mainContent{
	position:relative;
}


/****************************************
	MISC
****************************************/
#blackBar{
	height:13px;
	margin:3px 0px;
	background:black;
}
.smallText{
	font-size:9px;
	color:dimgray;
}