@charset "utf-8";
/* CSS Document */

/*------------------------------>GLOBAL RESETS<------------------------------*/

* {padding: 0px; margin: 0px;}

img {border:0;}

p {padding: 5px 0px;}

a, a:visited {text-decoration: none;}

ul {margin-left: 20px;}

li {margin: 5px 0px;}

/*------------------------------>COLOURS<------------------------------*/

.purple{ color: #411B6F;}

.orange{ color: #D2492A;}

/*------------------------------>TYPOGRAPHY<------------------------------*/

.large{font-size: 1.7em;}

body {
	background-color: #411B6F;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#222;
}

a, a:hover {color: #411B6F;}


/*------------------------------>OBJECT Styles<------------------------------*/

#main{
	width: 800px;
	margin: auto;
}

#masthead{
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	text-align: right;
}

#menu{
	position: relative;
	top: 35px;
}

#menu a{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 10px;
}

#menu a:hover{
	color: #D2492A;
}

#content{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 335px;
	padding-top: 150px;
}

#what, #who, #contact {
	padding-right: 100px;
	padding-left: 300px;
}

#contact {
	padding-top: 50px;
	padding-left: 350px;
}

#justright{
	padding-left: 300px;
}

#case h1{
	font-size: 18px;
	color: #411B6F;
	line-height: 1em;
}

#case h2{
	font-size: 12px;
	color: #411B6F;
}

#images a, #images a:visited {
	text-decoration: none; 
	width: 75px; 
	height: 75px; 
	float: left; 
	margin: 5px; 
	position: relative; 
	cursor: default;
}

#images a img {
	visibility: hidden; 
	position: absolute; 
	top: -40px;
	left: -235px; 
	cursor: default;
}

#images a:hover img {
	visibility: visible; 
	height: 200px;
	width: 200px;
}


#quote{
	background-image: url(img/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 90px;
	margin-right: 10px;
	padding-left: 50px;
	padding-top: 20px;
	width: 290px;
	font-size: 12px;
	font-style: italic;
}

#bullets {
	float: left;
	width: 350px;
}

#tag{
	background-color: #FFFFFF;
	color: #D2492A;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 0px;
	margin-bottom: 10px;
	clear: both;
}