/* Default screen stylesheet for http://www.gooi.co.za
   Author: Nabin Singh (nabin.uba@gmail.com)
   Last updated: 00/00/2008
*/


/* Defaults begin *************************************************************************************************/

/* Remove padding and margin */
* {
	margin: 0px;
	padding: 0px;
}
/* Puts sensible margin and padding back on suitable elements */


/* Headers *****************************/
h1 {
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	line-height:1em;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#99b31c;
	padding:5px 0px 5px 0px;
	line-height:1em;
}
h2.bold{
	font-weight:bold;
}

h3 {

}
h4 {

}
h5 {

}

/* Text *****************************/
p {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	line-height:1.2em;
}

/* Links *****************************/
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
color:#FFFFFF;
}
a:active {
color:#FFFFFF;
}
a:visited {
color:#FFFFFF;
}

/* Images *****************************/
img {
	border: 0px;
}

/* Lists *****************************/
ul {

}
/* Removes styling from all list items */
ul, li {
	list-style:none;
}
ul li {

}
ul li a {

}

/* Clears all floats */
.clear {
	clear: both;
}

/* Forms *****************************/

/* Removes fieldset borders */
fieldset {
	border: 1px solid transparent;
}

/* Tables *****************************/
table { 
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}

/* HTML and body tags *****************************/
html {

}

/* Creates foundation "em" font sizes where 1em is equal to approximately 10px and 1.1em = approx. 11px etc */
body {
	font: 62.5%/1.6 Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* Defaults end *************************************************************************************************/




/* Internet Explorer workaround that centers the site in the browser */
#iepagewrapper {
	text-align: center;
}
#pagewrapper {
	margin: 0px auto 0px auto;
}