@charset "utf-8";
/* CSS Document */

/********************************

Stream Street Design - Copyright 2010

Website designed for Isada, East Legon

Colour Swatch
--------------

beige - #fcf0b7
light blue - #
green - #
background - #

********************************/

/* =CSS RESET 

-----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/******** - END CSS RESET - ********/

/* =BASIC STYLES

-----------------------------------------------------------------*/

body {
	/* fix ie6 problem with sizing ems */
	font-size: 62.5%;		/* 62.5% * 16px = 10px - 10px now equals 1em */
 	background: #fff url(../images/bodybg.gif);
	background-position: 50% 0%;
	text-align: left;
}

/******** - END BASIC STYLES - ********/

/* =TYPOGRAPHY

-----------------------------------------------------------------*/

p {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	line-height: 1.2;
	color: #353435;
	font-size: 1.6em;		/* px / 16px = em */
}

h1 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 2.5em;		/* px / 16px = em */
	color: #353435;
	line-height: 1.2;
	text-align: left;
}

h1 strong {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	color: #353435;
}

h2 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 2em;		/* px / 16px = em */
	color: #353435;
	line-height: 1.2;
	text-align: left;
}

h3 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 1.7em;		/* px / 16px = em */
	font-weight: bold;
	color: #353435;
	line-height: 1.2;
	text-align: left;
}

h4 {
	font-size: em;		/* px / 16px = em */
}

h5 {
	font-size: em;		/* px / 16px = em */
}

h6 {
	font-size: em;		/* px / 16px = em */
}

a {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	line-height: 1.2;
	color: #483e10;
}

a:visited {
}

a:hover {
}

/******** - END TYPOGRAPHY - ********/

/******** - STRUCTURE - ********/

#header {
	width: 850px;
	margin: 0 auto;
}

.call {
	margin-top: -45px;
	float: right;
}

.isada {
	margin-top: -45px;
	float: left;
}

#main-wrapper {
	width: 840px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	border-bottom: 10px solid #777777;
	background: #777;
}

#content-wrapper {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}

#footer {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#footer a, #footer p {
	color: #fff;
}

input {
	color: #4a3202;
	background: #fff;
	border: none;
	margin-bottom: 2px;
}

textarea {
	border: none;
	background: #fff;
	overflow: hidden;
}

form.contact {
	background: url(../images/contact-form.png) no-repeat;
	padding-left: 325px;
	margin-left: 22px;
	min-height: 340px;
}

.send-button {
	background: url('../images/submit-button.png') no-repeat;
	border: 0 none;
	width: 220px;
	height: 56px;
	margin-top: 17px;
	margin-left: 0px;
	overflow: auto;
	text-indent: -1000px;
	cursor: pointer;
	position: absolute;
}

/******** - END STRUCTURE - ********/

/******** - NAVIGATION - ********/

#nav ul {
	margin-left: 27px;
	border-top: 10px solid #777777;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #353435;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 20px 24px;
	margin-top:-10px;
	border-top: 10px solid #777777;
}

#nav li a:hover {
	border-top: 10px solid #fcbc74;
	color: #fcbc74;
}

#nav li a.current,
#nav li a:hover.current {
	background: url(../images/nav_current.png) no-repeat center top;
	border: none;
	color: #353435;
	padding-top: 30px;
}

/******** - END NAVIGATION - ********/

/******** - MISC CLASSES - ********/

.clear {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.yellow {
	color: #FF0;
}

.orange {
	color: #ff9703;
}

.centre {
	margin: 0 auto;
	text-align: center;
}

/******** - END MISC CLASSES - ********/

/******** - LISTS - ********/

.list {
	padding-left: 40px; 
	margin-bottom: 15px;
}

.list li {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	text-align: left;
 	list-style: none;
 	padding-left: 50px;
 	padding-top: 15px;
 	background: url(../images/pros.png) no-repeat 0% 250%;
	line-height: 1.2;
	color: #353435;
	font-size: 1.6em;		/* px / 16px = em */
}

/******** - END LISTS - ********/
