/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin:0px;
	padding:0px;
	background:url("http://www.profix.biz/images/bkgd_horizStripes.gif") repeat-x 0px 87px;
	text-align:center;
}

p {margin:0px 0px 11px 0px; padding:0px; color:#787878; font-size:.9em; line-height:1.4em;}

a{color:#0255A5;}
a:hover{color:#D7003E;}

h1 {margin:0px 0px 10px 0px; padding:0px; color: #0255A5; font-size:1.7em; text-decoration:none;}
#column h1 a span{position:relative; left:-9000px; display:block}
#column.commercial h1{background:url("http://www.profix.biz/images/title_commercial.gif") no-repeat top left;}
#column.domestic h1{background:url("http://www.profix.biz/images/title_domestic.gif") no-repeat top left;}

img {border:none;}

* {
	margin:0px; /*removes indent IE and Opera*/
	padding:0px;/*removes indent Mozilla and NN7*/
}


#container{margin:12px auto;width:760px;}

#header{
	background:url("http://www.profix.biz/images/rightChoice.gif") no-repeat top right;
	width:100%;
	height:75px;
	text-align:left;
}


#content{
	margin:0 auto;
	margin-top:80px;
	width:85%;
	text-align:left;
	background:url("http://www.profix.biz/images/1px_sep.gif") repeat-y 49.5% 0;
}

#column{
	padding-bottom:150px;
	width:43%;
	float:left;
	height:240px;
	position:relative;
}

.commercial{background:url("http://www.profix.biz/images/pic_commercial.jpg") no-repeat bottom left;}
.domestic{background:url("http://www.profix.biz/images/pic_domestic.jpg") no-repeat bottom left;}

#column a img {position:absolute; top:185px; left:-7px;}

#vertLine{float:left; width:13%; height:1px;}

#footer{
	margin-bottom:25px;
	margin-top:35px;
	padding:5px;
	background-color:#CFD0FE;
}

#footer p{margin:0px; padding:0px;}

/* ------------------- */
/* ------------------- */

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */