/***********************************************/
/* © ECRM (http://www.e-crm.co.uk/)
* This notice MUST stay intact for legal use
* Visit http://www.e-crm.co.uk/ for this template and others.
***********************************************/

/***********************************************/
/* Page style                             */
/***********************************************/ 

body {
	background-image: url(../images/banner.jpg);
	font-family: verdana;
	font-size: small;
	color: #036;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFC;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#supercontainer {
	width: 1000px;
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	top: 130px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ED2954;
	border-right-width: 10px;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-color: #ED2954;
} 

#topcontainer { width: 1000px; background-color: #ffffff; margin: 0 auto; } 

#logo {
	float: left;
	height: 1px;
	width: 326px;
	background-color: #ffffff;
	padding: 1px;
}

#contact {
	float: right;
	height: 1px;
	width: 624px;
	background-color: #ffffff;
	text-align: right;
	padding: 10px 20px 10px 10px;
	overflow: hidden;
}

#topnav { width: 1000px; background: #ffffff; }

#middlecontainer {
	width: 1000px;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
} 

#columncontainer { float: left; width: 230px; margin: 0 auto; position: relative; z-index: 1000; }

#sidenav { width: 210px; background-color: #ffffff; margin: 0 auto; position: relative; z-index: 1000; font-size: 1.0em; text-align: left; padding: 10px 10px 10px 10px }

#column { float: left; width: 210px; background-color: #ffffff; font-size: 0.8em; text-align: left; padding: 10px 10px 10px 10px; overflow: hidden;  }

#middle {
	float: right;
	width: 730px;
	background-color: #ffffff;
	position: relative;
	z-index: 999;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8b8989;
	text-align: left;
	overflow: hidden;
	padding: 10px;
}

#footercontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; top: 0px; } 

#footer {
	height: 120px;
	width: 1000px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	color: #666666;
	text-align: left;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}

#image { height: 200px; width: 1000px; background-color: #ffffff; margin-left: auto; margin-right: auto; }

/***********************************************/
/* H tag styles                             */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 { font-family : verdana; }
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
h2 { font-size: 1.2em; font-weight: bold; color: #666666; }
h3 { font-size: 1.1em; font-weight: bold; color: #666666; }
h4 { font-size: 1.0em; font-weight: bold; color: #666666; }
h5 { font-size: 1.0em; font-weight: bold; color: #666666; }
h6 { font-size: 1.0em; font-weight: bold; color: #666666; }

/***********************************************/
/* General                                */
/***********************************************/

.clearfloat { clear: both; height:0; font-size: 1px; line-height: 0px; }

ul { list-style-type: square; }
#photoo {
	padding-left: 20px;
}

a.nav:link {
	color: #333333;
	padding: 8px;
	text-decoration: underline;
	font-size: 14px;
	background-color: #FF0;
}

a.nav:visited {
	color: #333;
	padding: 2px;
	font-size: 14px;
	background-color: #FF0;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #000;
	padding: 2px;
	text-decoration: none;
}
a:link {
	color: #ED2954;
	font-weight: bold;
}

a:visited {
	color: #ED2954;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

