/* CSS for EA and Cortaflex Intro page */

/* ============================ */
/* Author: Clive Walker 
   Web: http://www.cvwdesign.co.uk */
/* ============================ */

/*---- Reset everything ----*/

* {
  	margin: 0;
  	padding: 0;
}

img {
	border: none
}

/* ----- Main styles ----- */

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	text-align: center;
	background: #5e659b url(../images/plaster-bg.jpg) repeat fixed;
	color: #666;
}

/*----- Main layout divs ----- */

#wrapper {
	width: 950px;
	margin: 10px auto 0;
	text-align: left;
	background: #FFFFF0 url(../images/top950.gif) no-repeat left top;
}

#content {
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}

#footer {
	padding: 5px 25px 0px;
	background: url(../images/bottom950.gif) no-repeat left bottom;
	text-align: center;
	color: #666;
	height: 50px;
} 

#contact-details, #promo {
	text-align: center;
	background: #EAEBF2 url(../images/contact-details-top.gif) no-repeat left top;
	padding-top: 10px;
	margin: 20px 25px;
	line-height: 2.2;
}

#contact-details .bottom, #promo .bottom {
	background: url(../images/contact-details-bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#promo h2 {
	color: #EC0677;
}

/* ----- Links ----- */

a {
	color: #FF5800;
	text-decoration: none;
}

a:hover {
	color : #FF5800;
	text-decoration: underline;
}

/* ----- Headings and paragraphs ----- */

h1 {
	font-size: 140%;
	border-top: 1px solid #EAEBF2;
	border-bottom: 1px solid #EAEBF2;
	margin: 10px 30px;
}

.pcentre {
	text-align: center;
}

p sup {
	font-size: 110%;
}

.caption {
	border-top: 1px solid #C9CCDE;
	margin-left: 350px;
	margin-right: 50px;
	margin-top: 50px;
}

/* ------ Images ------ */

.pcentre img {
	margin-left: 20px;
}

.fleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ------ Others ------ */

.overflow {
	overflow: hidden;}
