* {
	padding: 0px;
	margin: 0px;
}


body { 
    margin: 0px;
    padding: 0px; 
    font-family: "Century Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    background-color: #FFF;
}

#wrapper {
    width: 1000px;
    margin: 0px auto;
}

div.clear {
	clear: both;
}


/******************      HEADER      ******************/

div.header {
	border-bottom: 1px solid #eee;
	margin-top: 5px;
	padding-bottom: 3px;
}

	
h1 a{
	font-weight: 100;
	font-family: "Big Caslon", "Century Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	text-decoration: none;
	color: #3D59AB;
	line-height: 30px;
	position: relative;
	top: -1px;
}


img {
	border: none;
}


h4 {
	font-size: 900%;
	font-weight: 100;
	letter-spacing: -8px;
	font-family: arial;
	margin: 100px 0px 10px 0px;
	color: #4585d4;
	text-align: center;
	word-spacing: 3px;
}


h5 {
	font-size: 240%;
	font-weight: 100;
	letter-spacing: -2px;
	font-family: arial;
	color: #999;
	text-align: center;
	word-spacing: 3px;
}


#mega {
	float: right;
	line-height: 30px;
	
}


#mega li {
	display: inline;
	float: left;
	font-weight: 100;
	font-size: 105%;
	line-height: 30px;
	margin-left: 10px;
	color: #5B6260;
	position: relative;
	top: 4px;
}

#mega li.on a {
	display: block;
	color: #5B6260;
	font-size: 100%;
	text-decoration: none;
}

#mega li.on a:hover {
	color: #4585d4;
}

#mega li.select a{
	color: #800000;
	font-size: 103%;
}


#mega li a {
	display: block;
	color: #5B6260;
	font-size: 100%;
	text-decoration: none;
}
#mega li a:hover {
	text-decoration: none;
	color: #4585d4;
}

#mega li.catering a{
	margin-left: 5px;
	color: #5B6260;
}

#mega li.catering a:hover{
	text-decoration: none;
	color: #4585d4;
}


#mega li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   margin-top: -1px;
   margin-left: 0px;
   background: #eee;
   list-style: none;
   line-height: 1;
}

#mega li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
	font-size: 100%;
   text-transform: none;
}
#mega ul li a {
	margin-right: 0px;
	border: none;
	background: none;
	color: #333;
	display: block;
	font-size: 100%;
	padding: 7px;
	text-align: left;
	line-height: 22px;
}
#mega ul li a:hover, #mega li.current_page_item ul li a:hover {
	margin-right: 0px;
	border: none;
	background: none;
	color: #3366ff;
}
#mega li:hover ul,
#mega li.sfhover ul{
   left: auto;
}


/******************      CLIENTS + CONTACT      ******************/

div.page {
	padding: 40px;
}

div.page h2.title {
	font-weight: 100;
	color: #777;
	font-size: 180%;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

div.page ul {
	list-style: none;
}

div.one {
	float: left;
	width: 300px;
}

div.two {
	float: left;
	width: 300px;
	margin: 0px 10px;
}

div.three {
	float: left;
	width: 300px;
}

div.left {
	float: left;
	width: 250px;
	margin-right: 50px;
}


div.left ul {
	border-bottom: none;
	
}

div.left ul li.name{
	font-size: 200%;
	font-weight: 100;
	padding-bottom: 5px;
	color: #888;
}

div.left ul li.other{
	font-size: 120%;
	padding: 5px 0px;
	border-top: none;
}

div.right {
	float: left;
	text-align: justify;
	line-height: 1.7em;
	width: 620px;
	font-size: 123%;
	color: #888;
}

div.copyright {
	text-align: center;
	font-size: 85%;
	color: #4585d4;
	margin-top: 10px;
	}
	
/******************      SLIDER      ******************/

#slider {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

.scroll {
    height: 517px;
    width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    text-align: center;
}

.scrollContainer div.panel {
    height: 570px;
    width: 1000px;
    text-align: center;
}



/******************      SLIDER NAVIGATION      ******************/

ul.navigation {
    list-style: none;
    margin: 0px 0px 0px 9px;
    padding: 5px 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}


ul.navigation img {
}


ul.navigation li {
	float: left;
	margin: 0px 1px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
    background: #777;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #CD2626;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    cursor: pointer;
}

.scrollButtons.left {
    left: -35px;
    top: 330px;
}

.scrollButtons.right {
    right: -35px;
    top: 330px;
}

.hide {
    display: none;
}

/******************      FOOTER      ******************/

div.footer {
	display: none;
    position: fixed;
	bottom: 0px;
	width: 100%;
	letter-spacing: 1px;
	color: #C0C0C0;
	font-size: 60%;
	text-align: center;
	background: #FFF;
	line-height: 10px;
}