@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D1D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #262626;
	background-image: url(../images/fp_background.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 1210px;
	text-align: left;
	padding: 26px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #CCC;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	text-align: right;
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}p {
	margin-top: 0px;
	font-size: 0.8em;
	color: #999;
	line-height: 1.2em;
}
#fluidpostlogo {
	padding-left: 20px;
	width: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
#portfolio_main {
	background-color: #333;
	border: 2px solid #FFF;
}
#flashheader {
	width: 920px;
}
#left_column {
	float: left;
	margin-top: 20px;
	width: 290px;
}
#column_container {
	float: left;
	margin-top: 20px;
	width: 626px;
}
#right_column {
	float: right;
	width: 256px;
}
#center_column {
	width: 256px;
	margin-left: 42px;
}
#left_column_rows {
	float: left;
	width: 290px;
}
#column_container_rows {
	float: left;
	width: 626px;
}
#right_column_rows {
	float: right;
	width: 256px;
}
#center_column_rows {
	width: 256px;
	margin-left: 42px;
}
#portfolio_thumbs {
	border: 2px solid #666;
}
#footer {
	margin-top: 20px;
}
.services_text {
	text-align: justify;
	padding-bottom: 25px;
	width: 920px;
}
#pps_image1 {
	float: right;
	width: 391px;
	height: 229px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#pps_image2 {
	float: left;
	width: 391px;
	height: 229px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#pps_image2_long {
	float: left;
	width: 391px;
	height: 229px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 110px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pps_colour {
	height: 275px;
}
#pps_image3 {
	float: left;
	width: 391px;
	height: 229px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#aboutus_bio_image {
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	width: 150px;
	height: 200px;
}
#aboutus {
	width: 920px;
	height: 1250px;
}
#googlemap {
	width: 920px;
}
.portfolio_container {
	padding-bottom: 25px;
	text-decoration: none;
}
#portfolio_video {
	padding-left: 66px;
}
#portfolio_info {
	line-height: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#portfolio_alt_thumbs {
	height: 86px;
	width: 154px;
	display: inherit;
	border: 0px none #000;
}
#text_links {
	text-decoration: none;
	color: #CCC;
}
#mainContent {
	width: 920px;
}

