/***********************************************/
/* freemac.css
* © ECRM (http://www.e-crm.co.uk/)
***********************************************/

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

body { background: #ffffff; font-family: georgia,times new roman,times,serif; font-size: small; color: #000000; line-height: 1.5; margin: 0px; padding: 0px; }

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

h1, h2, h3, h4, h5, h6 { font-family : georgia,times new roman,times,serif; }

h1 { font-size: 1.6em; font-weight: bold; color: #009900; }

h2 { font-size: 1.2em; font-weight: bold; color: #009900; }

h3 { font-size: 1.1em; font-weight: bold; color: #009900; }

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

#freemacsupercontainer { width: 1000px; background: #ffffff; margin-left: auto; margin-right: auto; border-left-width: 10px; border-left-style: solid; border-left-color: #ffffff; border-right-width: 10px; border-right-style: solid; border-right-color: #ffffff; } 

#freemaclogo { float: left; height: 212px; width: 1000px; background: #ffffff;  }

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

#freemacnav { height: 50px; width: 1000px; background-image: url(../images/menu-bg.gif); }

#freemacmiddle { float: left; width: 624px; background-color: #ffffff; text-align: left; padding: 10px 5px 10px 10px; overflow: hidden; text-overflow: ellipsis}

#freemacframe { float: left; width: 980px; background-color: #ffffff; text-align: left; padding: 10px 5px 10px 10px; overflow: hidden; text-overflow: ellipsis}

#freemaccolumn { float: right; width: 326px; background-color: #ffffff; border-left-style: solid; border-left-width: 0px; border-left-color: #8b8989; font-size: 0.9em; text-align: left; padding: 10px 5px 10px 5px; overflow: hidden; text-overflow: ellipsis }

#freemacr1 { background: #ffffff; width: 316px; text-align: left; margin: 10px; padding: 0px 5px 0px 5px; }

#freemacr2 { background-image:url(../images/light-green.jpg); width: 316px; text-align: left; margin: 10px; padding: 0px 0px 15px 10px; overflow: hidden; text-overflow: ellipsis}

#freemacr3 { background-image:url(../images/light-green.jpg); width: 316px; text-align: left; margin: 10px; padding: 0px 0px 0px 10px; overflow: hidden; text-overflow: ellipsis}

#freemacfootercontainer { width: 1000px; background: #ffffff; margin-left: auto; margin-right: auto; } 

#freemacfooter { height: 30px; width: 1000px; background-image:url(../images/menu-bg.gif); margin-left: auto; margin-right: auto; font-size: x-small; font-weight: bold; color: #000000; text-align: left; padding: 20px 0px 0px 0px; overflow: hidden; text-overflow: ellipsis}

/***********************************************/
/* Hyperlink styles                                */
/***********************************************/

a:hover		{ background-color: #ffffff;}
a:link		{ color: #009900; text-decoration: none; font-weight: bold; }
a:visited	{ color: #00af00; text-decoration: none; font-weight: bold; }
a:hover		{ color: #00af00; text-decoration: none; font-weight: bold; }
a:active	{ color: #00af00; text-decoration: none; font-weight: bold; }

.class1 a:hover		{ background-color: #ffffff;}
.class1 a:link		{ color: #ffffff; text-decoration: none; }
.class1 a:visited	{ color: #ffffff; text-decoration: none; }
.class1 a:hover		{ color: #008000; text-decoration: none; }
.class1 a:active	{ color: #ffffff; text-decoration: none; }

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

.testimonial { color: #009900; font-weight: bold; }

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

ul { list-style-type: square; }
