/* tektaktix ltd, 2009 */
/* ==================================================================================== */
/* Front Page stylings */


/* standard initialisation for HTML elements across browsers */
/* ==================================================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0; 
    padding: 0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing: 0; 
} 
fieldset,img {  
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal; 
    font-weight: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 
q:before,q:after { 
    content: ''; 
} 
abbr,acronym {
	border: 0; 
}



body {
	width: 100%;
/*	background-color: #ffffff;
	background-image: url("/styles/def/img/pg_top_grad.gif");
	background-repeat: repeat-x;  */
	background-color: #ffffff;
	background-image: url("/styles/def/img/fp_bg_glow.gif");
	background-position: center;
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;	
}


#fp_top {
	padding: 65px 0px 0px;
	width: 100%;
	height: 60px;
	min-height: 60px;
}

#fp_hdr {
	margin: 0 auto;
	width: 900px;
}

#fp_hdr_logo {
	float: left;
	width: 300px;
}


#fp_hdr_sqrs {
	float: right;
	width: 300px;
	text-align: right;
}


#fp_main {
	padding: 40px 0px 40px;
	width: 100%;
	border-top: 5px solid #e7e7e7;
	border-bottom: 5px solid #e7e7e7;
	background-color: #ffffff;
/*	background-image: url("/styles/def/img/fp_bg_glow.gif");
	background-position: center;
	background-repeat: repeat-y; */
}	

#fp_content {
	margin: 0 auto;
	width: 900px;
	height: 320px;
}	

#fp_bottom {
	padding: 5px 0px 15px;
	width: 100%;
	height: 200px;
	min-height: 200px;
}

#fp_ftr {
	margin: 0px auto 0px;
	width: 900px;
	font-family: "MS Trebuchet", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #bbbbbb;
	text-align: right;
}

/* end */