@charset "utf-8";
/* CSS Document */

body {
	background-color:#fffefe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	background-image:url(../images/bg-main.jpg);
	background-repeat:repeat-x;
}

#outer {
	background-image:url(../images/bg-large.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1000px;
	height:750px;
	margin:0 auto;
}

#outer-about {
	background-image:url(../images/bg-large-about.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1000px;
	height:950px;
	margin:0 auto;
}

#outer-whatwedo {
	background-image:url(../images/bg-large-whatwedo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1000px;
	height:1150px;
	margin:0 auto;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#ec008c;
}

#container {
	margin:0 auto;
	width:900px;
}

#logo {
	margin-left:-20px;
	margin-top:20px;
	float:left;
}

#menu {
	float:right;
	width:825px;
	height:60px;
	background-image:url(../images/menuline.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-top:70px;
	margin-left:100px;
	font-size:12px;
	text-align:right;
	position:absolute;
}

#menu ul {
	margin-left:-120px;
	padding-left:0px;
}

#menu li {
	display:inline;
	padding:2px 8px 6px 6px;
	height:25px;
}

#menu li a {
	color:#000;
	text-decoration:none;
}

#menu li a:hover {
	color:#ec008b;
}

#clear {
	clear:both;
}

#title {
	width:411px;
	height:125px;
	margin-top:40px;
}

#main {
	margin-top:40px;
	font-size:18px;
}

h2 {
	color:#ec008b;
	font-size:34px;
}

#contact {
	height:30px;
	width:890px;
	margin-right:10px;
	margin-top:690px;
	padding-top:30px;
	padding-left:46px;
	position:absolute;
	text-align:right;
}

#contact-about {
	height:30px;
	width:890px;
	margin-right:10px;
	margin-top:890px;
	padding-top:30px;
	padding-left:46px;
	position:absolute;
	text-align:right;
}

#contact-whatwedo {
	height:30px;
	width:890px;
	margin-right:10px;
	margin-top:1090px;
	padding-top:30px;
	padding-left:46px;
	position:absolute;
	text-align:right;
}

.copyright {
	color:#FFF;
	padding-right:5px;
}

.copy {
	color:#FFF;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:850px;
		height:260px;
		overflow:hidden;
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */
