@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
}

body {
color: #3d4c3d;
margin: 0;
font-family: Trebuchet MS;
font-size: 10pt;
font-weight: bold;
}

ul { list-style: none; }

a{
	text-decoration: none;
	color:#FFFFFF;
}

a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}

/* entry page */

#entry-container{
	background-image:url(../img/modoto-index.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-left: 37px;
	height:568px;
	}

#entry-info{
	position: absolute;
	top: 290px;
	left: 231px;
	width: 300px;
	text-align:center;
	color:#878787;
	font-size: 13pt;
	}

#enter {
	margin-bottom: 40px;
	color:#878787;
}

#enter a, a:hover#enter, {
	color:#878787;
}

.contact-details{
	font-size: 12pt;
	color: #878787;
}

.contact-details a, a:hover.contact-details{
	color: #878787;
}
/* end entry page */

/* main containers */
#header-container{
	width: 1022px;
	height: 78px;
	margin-top: 20px;
	/*margin-left: 20px;*/
	background-image:url(../img/header.gif)
}

#header-container.what{
	background-image:url(../img/header-what.gif)
}
#header-container.who{
	background-image:url(../img/header-who.gif)
}
#header-container.why{
	background-image:url(../img/header-why.gif)
}
#header-container.how{
	background-image:url(../img/header-how.gif)
}
#header-container.wow{
	/*background-image:url(../img/header-wow.gif)*/
	background-image:url(../img/header.gif)
}



#content-outer{
	margin-left: 20px;
}

#content-container{
	width: 1022px;
	/*margin-left: 20px;*/
	height:auto !important;
	display:inline-table;
	background: #ffffff url(../img/content-bg-slice.gif) repeat-y;	
}

#content-container.what
{
background: #ffffff url(../img/content-bg-slice-what.gif) repeat-y;
}
#content-container.who
{
background: #ffffff url(../img/content-bg-slice-who.gif) repeat-y;
}
#content-container.why
{
background: #ffffff url(../img/content-bg-slice-why.gif) repeat-y;
}
#content-container.how
{
background: #ffffff url(../img/content-bg-slice-how.gif) repeat-y;
}
#content-container.wow
{
background: #ffffff url(../img/content-bg-slice-wow2.gif) repeat-y;
}

#footer-container{
	width: 1022px;
	/*margin-left: 20px;*/
	height: 103px;
	background-image:url(../img/footer.gif)
}

#footer-container.what
{
	background-image:url(../img/footer-what.gif)
}
#footer-container.who
{
	background-image:url(../img/footer-who.gif)
}
#footer-container.why
{
	background-image:url(../img/footer-why.gif)
}
#footer-container.how
{
	background-image:url(../img/footer-how.gif)
}
#footer-container.wow
{
	background-image:url(../img/footer-wow.gif)
}

#left-container{
	display:block;
	float: left;
	width: 256px;
	padding: 0px 50px 0px 50px;
}


#content{
	height:100%;
	width: 600px;
	padding-right: 40px;
	float:right;
	display: inline-table;
}
/* end main containers */

/* nav styles */

#nav{
	width: 360px;
	margin-top: 22px;
	height: 50px;
	float: right;
}

	#nav-list {
	position: relative;
	z-index: 3;
	}	
	#nav-list li {	
	position: absolute;	 }
		#nv1 {			
			top: 0px;
			left: 2px;
			}
			#nv1 a {
				width: 71px;
				height: 51px;
				}
		#nv2 {			
			top: 0px;
			left: 73px;
			}
			#nv2 a {
				width: 72px;
				height: 51px;
				}
		#nv3 {			
			top: 0px;
			left: 145px;
			}
			#nv3 a {
				width: 71px;
				height: 51px;
				}
		#nv4 {			
			top: 0px;
			left: 216px;
			}
			#nv4 a {
				width: 72px;
				height: 51px;
				}
		#nv5 {			
			top: 0px;
			left: 288px;
			}	
			#nv5 a {
				width: 71px;
				height: 51px;
				}
	#nav li a {
		display: block;
		position: relative;
		text-indent: -10000px;
		outline: 0;
		}
		#nav li#nv1{
		background: url(../img/navx/nav1.gif) 0px 0px no-repeat;
		}
		#nav li#nv1 a:hover,
		#nav li#nv1 a.selected {
		background: url(../img/nav/nav1.gif) 0px -51px no-repeat;
		}
		#nav li#nv2{
		background: url(../img/navx/nav2.gif) 0px 0px no-repeat;
		}
		#nav li#nv2 a:hover,
		#nav li#nv2 a.selected {
			background: url(../img/nav/nav2.gif) 0px -51px no-repeat;
			}
		#nav li#nv3{
		background: url(../img/navx/nav3.gif) 0px 0px no-repeat;
		}
		#nav li#nv3 a:hover,
		#nav li#nv3 a.selected {
			background: url(../img/nav/nav3.gif) 0px -51px no-repeat;
			}
		#nav li#nv2{
		background: url(../img/navx/nav4.gif) 0px 0px no-repeat;
		}
		#nav li#nv4 a:hover,
		#nav li#nv4 a.selected {
			background: url(../img/nav/nav4.gif) 0px -51px no-repeat;
			}
		#nav li#nv5{
		background: url(../img/navx/nav5.gif) 0px 0px no-repeat;
		}
		#nav li#nv5 a:hover,
		#nav li#nv5 a.selected {
			background: url(../img/nav/nav5.gif) 0px -51px no-repeat;
			}	
			
/* end nav styles */	


/* logo list styles */


#strap-line{
	width: 259px;
	margin-top: 22px;
	float: right;
	height: 24px;
}

	#strap-list {
	position: relative;
	}	
	#strap-list li {	
	position: absolute;	
	 }
		#strap1 {			
			top: 0px;
			left: 0px;
			height: 20px;
			width: 64px;
			background: url(../img/nav/logo1.gif) 0px 0px no-repeat;
			}
		#strap2 {			
			top: 0px;
			left: 65px;
			height: 20px;
			width: 41px;
			background: url(../img/nav/logo2.gif) 0px 0px no-repeat;
			}
		#strap3 {			
			top: 0px;
			left: 107px;
			height: 20px;
			width: 45px;
			background: url(../img/nav/logo3.gif) 0px 0px no-repeat;
			}
		#strap4 {			
			top: 0px;
			left: 153px;
			height: 20px;
			width: 27px;
			background: url(../img/nav/logo4.gif) 0px 0px no-repeat;
			}
		#strap5 {			
			top: 0px;
			left: 181px;
			height: 20px;
			width: 78px;
			background: url(../img/nav/logo5.gif) 0px 0px no-repeat;
			}
		#strap-line li {
		display: block;
		position: absolute;
		text-indent: -10000px;
		outline: 0;
		}
		#strap-line li#strap1.selected, #strap-line li#strap2.selected, #strap-line li#strap3.selected, #strap-line li#strap4.selected, #strap-line li#strap5.selected {
		height:22px;
		}
	
/* end logo list styles */	


/* Quote styles*/

#quote h4{
	/*background: url(../img/quotes/quote1.gif) 0px 0px no-repeat;*/
	color:#999999;
	width: 256px;
	height: 86px;
	margin-top: 107px;
	font-size:13pt;
	font-weight: lighter;
	
}

#quote h4 span{
	color: #999999;
	font-size:9pt;
}
/* End quote styles */

/* secondary layout */
#case-study{
	width: 70%;
	float: left;
}

#case-study p, #links p {
	margin-top: 6px;
}

#links{
	width: 30%;
	float: right;
	text-transform:uppercase;
	text-align: right;
}

/* end secondary layout */


h1{
	width: 259px;
	height: 48px;
	overflow: hidden;
	text-indent: -100000px;
}	

h1.what{
	background: url(../img/logo-what.jpg) 0 0 no-repeat;
}
h1.who{
	background: url(../img/logo-who.jpg) 0 0 no-repeat;
}
h1.why{
	background: url(../img/logo-why.jpg) 0 0 no-repeat;
}
h1.how{
	background: url(../img/logo-how.jpg) 0 0 no-repeat;
}
h1.wow{
	background: url(../img/logo-wow.jpg) 0 0 no-repeat;
}
h1.contact{
	background: url(../img/logo-contact.jpg) 0 0 no-repeat;
}


h2{
	padding-top: 12px;
	font-size: 130%;
	font-weight: lighter;
	/*text-transform:uppercase;*/
	padding-left: 10px;
}

h2.wow{
	color: #b44747;
}

h3{
	color: #3d4c3d;
	font-size: 110%;
	/*font-weight: lighter;
	text-transform:uppercase;*/
}
h3.what{
	color: #a74cab;
}
h3.who{
	color: #588b4c;
}
h3.why{
	color: #4584a3;
}
h3.wow{
	color: #b44747;
}

.intro{	
	color:#FFFFFF;
	float:right;
	border-top: dashed;
	border-bottom: dashed;
	border-width:thin;
	border-color:#3d4c3d;
	width:580px;
	display:inline;
	padding: 10px 20px 10px 10px;
	margin-top: 10px;
}	

.dashed{
	color:#FFFFFF;
	font-size: 9.5pt;
	float:right;
	border:dashed;
	border-width:thin;
	border-color:#3d4c3d;
	width:560px;
	display:inline;
	padding: 20px 30px 20px 20px;
	margin: 20px 0px;
}	

.dashed p {
	margin-top: 15px;
}


.border{	
	font-size: 9pt;
	color:#FFFFFF;
	float:right;
	border-top: dashed;
	border-bottom: dashed;
	border-width:thin;
	border-color:#3d4c3d;
	width:580px;
	display:inline;
	padding: 10px 20px 10px 10px;
	margin-bottom: 63px;
}	





.larger{
	font-size: 120%;
}
.grey{
	color: #3d4c3d;
}

.darkgrey{
	color:#262626;
}

.darkgrey a{
	color:#262626;
}

.grey a, a:hover.grey{
	color: #3d4c3d;
}


.admin{
	color: #3d4c3d;
}

#txtH2, #txtIntro, #txtContactIntro{
	width: 600px;
}


#txtContentTitle, #txtContent, #txtContentQuote, #txtContentQuestion, #txtContentNews, #txtContentLinks, #txtContentMike, #txtContentLiz{
	width: 550px;
}

.admin{
color:#083f5a;
display: inline
}

input{
padding:1px;
color:#083f5a;
font-weight:bold;
border:1px solid #999999;
}

input.buttons{
	padding: 2px 5px 2px 5px;
}

textarea{
	padding: 5px;
}

.buttonlink{
	/*padding: 2px 5px 2px 5px;

	border:1px solid #999999;*/
	font-size:13pt;
	
	color:#999999;


}

#quote.buttonlink
{
margin-top: 57px;
padding:0px;
border: 0px;
font-weight:lighter;
}

#quote.buttonlink a:hover{
	color: #999999;
}

.quoteTable{
	color:#999999;
}

.quoteTable th{
	color: #083f5a;
}

.quoteTable td{
	padding: 2px;
	font-weight:lighter;
	font-size: 90%;
}

.repeating{
	margin-bottom: 0px;
}

.clearfix:after
{
content: " ";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix
{
display:inline-block;
}

#reciprocal-link a{
	color: #878787;
	text-decoration:none;
}

#reciprocal-link a:hover{
	color: #878787;
	text-decoration:underline
}

.wowtext{
	color: #999999;
}

.wowtext a, .wowtext a:hover{
	color: #999999;
}

.wowtext-bottom, .wowtext-bottom a, .wowtext-bottom a:hover{
	color: #3d4c3d;
}