/* This and linked documents are all copywrite 'St. Paul's Connect' */
/* 'St. Paul's Connect' CSS - Firefox */


/* ----------------- Main Construction & Layout ----------------- */

body {
	background-image:url(../images/top_bkgrnd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000;
}

#main_wrap {
	position:absolute;
	background-color:#333;
	border-left:thin #999 solid;
	border-right:thin #999 solid;
	border-bottom:thin #999 solid;
	width:735px;
	top:0px;
	left:50%;
	margin-left:-367px;
}

#dock_holder {
	position:relative;
	width:735px;
	margin-top:27px;
}

#content_holder {
	position:relative;
	background-color:#FFF;
	width:735px;
}

#content_area {
	position:relative;
	background-color:#FFF;
	width:721px;
	padding:0px 7px 0px 7px;
}

#bottom_content_wrap {
	position:relative;
	background-image:url(../images/bottom_bkgrd.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFF;
	display:inline-block;
	width:735px;
	padding:70px 0px 10px 0px;
}

#bottom_content_center {
	position:relative;
	padding:0px 0px 0px 50px;
}

#bottom_content {
	position:relative;
	float:left;
	border-right:thin #fff solid;
	padding:0px 20px 0px 20px;
	height:40px;
}

#bottom_content_end {
	position:relative;
	float:left;
	padding:0px 20px 0px 20px;
	height:40px;
}

#welcome_message {
	position:relative;
	width:330px;
	float:right;
	padding-top:10px;
	padding-bottom:30px;
}

#home_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:50px;
}

#customers_button_holders {
	position:relative;
	width:350px;
	height:150px;
	padding:10px 15px 10px 15px;
}

#customers_button_holders_2 {
	position:relative;
	width:350px;
	height:150px;
	padding:38px 15px 10px 15px;
}

#contact_holder {
	position:relative;
	width:700px;
	padding:10px 5px 10px 90px;
}

#product_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:40px;
}

#portfolio_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:40px;
}

#theteam_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:40px;
}

#services_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:40px;
}

#customers_text_holders {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:40px;
}

#product {
	display:block;
	height:200px;
}





/* ----------------- Main Text Styles ----------------- */

.intro_text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

.posted_by_text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#888;
}

.intro_text_smaller {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555;
}

a.intro_text_smaller {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

a:hover.intro_text_smaller {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#888;
	text-decoration:none;
}

.main_text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555;
}

.sub_text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}

.large_blue {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#2ea6e5;
	font-weight:bold;
}