@font-face {
	font-family:"Myriad Pro Regular";
	src:url("http://static.macendeavor.com/global/fonts/MyriadPro-Regular.otf") format('opentype');
}

@font-face {
	font-family:"Myriad Pro Bold";
	src:url("http://static.macendeavor.com/global/fonts/MyriadPro-Bold.otf") format('opentype');
}

img,a img{border:none;}
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#444444;
	font-family:"Myriad Pro Regular","Lucida Grande","Arial",Sans-Serif;
	font-size:1em;
	background:#f2f2f2;
}

#gityMeta {
	margin-top:25px;
	margin-bottom:20px;
}

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

#gityMeta a:hover {
	text-decoration:underline;
}

#main{
	margin:15px auto;
	text-align:center;
	width:1000px;
	position:relative;
	margin-top:30px;
}

#gallery{
	/*CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #444;
	-webkit-box-shadow:0 0 3px #444;
	box-shadow:0 0 3px #444;
	/*CSS3 Rounded Corners*/
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border:0;
	background:url(../../gity/slideshow/panel2.png) repeat-x bottom center #ffffff;
	overflow:hidden;
}

#slides{
	height:500px;
	overflow:hidden;
}

#slidesWrapper {
	border-bottom:solid 1px #888;
	background:url(../../gity/slideshow/starts.png);
	margin-top:-4px;
}

.slide{
	float:left;
}

#menu{
	margin:0 auto;
	height:26px;
	margin:0;
	padding:0;
}

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

ul.menu {
	margin-left:203px;
}

li{
	width:37px;
	list-style:none;
	height:26px;
	overflow:hidden;
	float:left;
}

li.menuItem {
	background:url(../../gity/slideshow/nonactive_bg.png);
}

li.inact:hover{
	background:url(../../gity/slideshow/pic_bg.png) repeat;
}

li.act,li.act:hover{
	background:url(../../gity/slideshow/active_bg2.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	width:1px;
	background:url(../../gity/slideshow/divider4.png) no-repeat right;
}

li a{
	display:block;
	background:url(../../gity/slideshow/divider4.png) no-repeat right;
	height:26px;
	padding-top:0px;
}

#footer {
	margin-bottom:40px;
	font-size:10px;
	color:#555;
}

#footer a {
	font-size:10px;
	color:#555;
}