/* --------------------------- BASIC ELEMENTS --------------------------- */

body { 
	font: 13px Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F00 url(/images/background.gif) no-repeat top center;
	}

p { 
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

h2 {}
	
h3 {}

h4 {}

h5 {}

h6 {}
	
ul { 
	padding: 0px;
	margin-left: 13px;
	}
	
li {
	list-style: url(/images/bullet.gif);
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #FFF200;
	}

a:hover, a:active { 
	text-decoration: underline;	
	color: #FFF200;
	}


/* --------------------------- CONTAINERS --------------------------- */

#center {
	margin: 0 auto;
	}

#container {
	margin: 0 auto;
	width: 1000px;
	background: url(/images/blue.gif) repeat-y top left;
	padding: 0px;
	text-align: left;
	}

#masthead {
	position: relative;
	width: 1000px;
	height: 90px;
	float: left;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	}
	
#content {
	position: relative;
	background: #000 url(/images/instigating-came-naturally-to-her.gif) no-repeat top left;
	border: 5px #000 solid;
	width: 990px;
	height: 313px;
	float: left;
	text-align: left;
	margin: 0px 0px 10px 0px;
	}
	
#text-area {
	position: relative;
	background: #000;
	width: 420px;
	height: 263px;
	float: right;
	text-align: left;
	padding: 25px;
	}
	
#half {
	position: relative;
	width: 210px;
	text-align: left;
	margin: 0px;
	}


/* --------------------------- NAV --------------------------- */

#nav {
	position: relative;
	width: 480px;
	height: 45px;
	float: right;
	text-align: left;
	margin-top: 45px;
	}

#nav ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
.nav01 { float: left; width: 77px;  height: 45px; background: url(/images/nav01.gif) no-repeat 0 0px; }
a.nav01:link { background: url(/images/nav01.gif) no-repeat 0 0px; }
a.nav01:hover { background: url(/images/nav01.gif) no-repeat 0 -45px; }

.nav02 { float: left; width: 88px; height: 45px; background: url(/images/nav02.gif) no-repeat 0 0px; }
a.nav02:link { background: url(/images/nav02.gif) no-repeat 0 0px; }
a.nav02:hover { background: url(/images/nav02.gif) no-repeat 0 -45px; }

.nav03 { float: left; width: 113px;  height: 45px; background: url(/images/nav03.gif) no-repeat 0 0px; }
a.nav03:link { background: url(/images/nav03.gif) no-repeat 0 0px; }
a.nav03:hover { background: url(/images/nav03.gif) no-repeat 0 -45px; }

.nav04 { float: left; width: 96px;  height: 45px; background: url(/images/nav04.gif) no-repeat 0 0px; }
a.nav04:link { background: url(/images/nav04.gif) no-repeat 0 0px; }
a.nav04:hover { background: url(/images/nav04.gif) no-repeat 0 -45px; }

.nav05 { float: left; width: 106px; height: 45px; background: url(/images/nav05.gif) no-repeat 0 0px; }
a.nav05:link { background: url(/images/nav05.gif) no-repeat 0 0px; }
a.nav05:hover { background: url(/images/nav05.gif) no-repeat 0 -45px; }

.nav01on { float: left; width: 77px;  height: 45px; background: url(/images/nav01.gif) no-repeat 0 -90px; }

.nav02on { float: left; width: 88px; height: 45px; background: url(/images/nav02.gif) no-repeat 0 -90px; }

.nav03on { float: left; width: 113px;  height: 45px; background: url(/images/nav03.gif) no-repeat 0 -90px; }

.nav04on { float: left; width: 96px;  height: 45px; background: url(/images/nav04.gif) no-repeat 0 -90px; }

.nav05on { float: left; width: 106px; height: 45px; background: url(/images/nav05.gif) no-repeat 0 -90px; }


/* --------------------------- TESTIMONIALS --------------------------- */

#testimonials {
	width: 210px;
	float: left;
	text-align: left;
	}

#testimonials ul {
	list-style: none;
	height: 30px;
	display: inline;
	padding: 0px;
	}

#testimonials li {
	display: inline;
	float: left;
	padding: 0px;
	}

#testimonials .icon {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	}
	
#testimonials .client {
	position: relative;
	width: 150px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	}
	


/* --------------------------- CLASSES --------------------------- */

.left {float: left;}

.right {float: right;}


/* --------------------------- SPACERS --------------------------- */
	
.ten-space {
	width: 100%;
	height: 10px;
	clear: both;
	}

.twenty-space {
	width: 100%;
	height: 20px;
	clear: both;
	}
	
.thirty-space {
	width: 100%;
	height: 30px;
	clear: both;
	}
	
.forty-space {
	width: 100%;
	height: 40px;
	clear: both;
	}
	
.fifty-space {
	width: 100%;
	height: 50px;
	clear: both;
	}

	
/* --------------------------- COLOURS --------------------------- */	
	
.yellow { color: #FFF200; }

.red { color: #F00; }

.white { color: #FFF; }

.black { color: #000; }

	
/* --------------------------- FOOTER --------------------------- */

#footer {
	position: relative;
	clear: both;
	width: 990px;
	height: 50px;
	text-align: left;
	margin: 0px 5px 0px 5px;
	}
	
#footer a:link, a:visited {
	color: #FFF200;
	}

#footer a:hover, a:active { 
	color: #FFF200;
	}
	
#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	}