 /* IMPORTS ------------------- */

@import url('normalize.css');

/* HACKS -------------------- */
.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

.noBottomBorder {
	border-bottom: none !important;
	overflow: hidden;
}

.noRightBorder {
	border-right: none !important;
}

/* GO TO TOP ----------------- */
.scrollup {
    background: url("../img/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 8px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}


/* GENERAL ------------------- */
body {
	line-height: 1;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:  100%;
	position: relative;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#break {
	height: 8px;
	background: #072c32;
}

b {
	color: #474b4c;
	font-weight: 600;
}


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

a:hover {
	color: #1593d4;
	font-weight: 500;
	text-decoration: none;
}

a:visited {
	color: #707679;
	font-weight: 500;
}

ol,ul {
	list-style:none;
}

blockquote {
	background: url('../img/quote.png') top left no-repeat;
	margin-left: 20px;
}

	blockquote p {
		margin-left: 45px;
		color: #43595c;
		font-size: 15.5px;
		font-weight: 400;
		font-style: italic;
	}

h1 {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
		font-size: 30px;
		font-weight: 400;
		color: #095864;
}

h3 {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #5c787c;
}

h4 {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
		font-size: 15.5px;
		font-weight: 600;
		color: #5c787c;
}

h6 {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
		font-size: 13px;
		font-weight: 600;
		color: #1a6074;
}

/* HEADER --------------------- */
#top-header {
	background: #edf1f3;
	padding-right: 10px;
	height: 55px;
}

		#top-header p {
			font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
			float: right;
			color: #01414b;
			font-size: 12px;
		}

		#top-header p img {
			padding-left: 10px;
			padding-top: 15px;
		}

#header {
	background: url('../img/header-bg.png') 0 0;
	background-repeat: repeat-x;
	height: 120px;
}

		#header img {
			padding-top: 20px;
			padding-left: 50px;
		}


/* NAVIGATION --------------------- */
#navi {
	background: url('../img/navi-bg.png');
	background-repeat: top center repeat-x;
	height: 80px;
	font-color: #fff;
}

#navi li {
	float: left;
	display: inline;
	padding: 0px 30px 0px 0px;
}

#navi li {
	float: left;
	display: inline;
	margin: 10px 30px 0 0;
}

		#navi li a {
			font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
			color: #fff;
			letter-spacing: 2px;
			font-size: 17.5px;
			font-weight: 500;
			text-shadow:#38484b 1px 1px 3px;
			text-decoration: none;
		}

		#navi li a:hover {
			color: #47b695;
		}

		#navi li a span {
			font-family: "Arial Narrow", Arial, sans-serif;
			font-size: 12.5px;
			letter-spacing: 1px;
			color: #84becf;
			font-style: italic;
			display: block;
			padding-top: 2.3px;
			padding-right: 15px;
		}


/* BREADCRUMBS ---------------- */
#breadcrumbs {
	height: 60px;
	background: url('../img/crumbs-bg.jpg');
}

	#breadcrumbs p {
	padding-left: 40px;
	padding-top: 15px;
	font-size: 13px;
	letter-spacing: 1.2px;
	color: #f5f5f5;	
}

	#breadcrumbs p b {
	font-size: 13.2px;
	letter-spacing: 1.2px;
	font-weight: 600px;
	color: #d5e9ea;	
	}

	#breadcrumbs p a {
	font-size: 13px;
	letter-spacing: 1.2px;
	text-decoration: none;
	font-weight: 400px;
	color: #00e5ff;
	}

	#breadcrumbs p a:hover {
	font-size: 13px;
	letter-spacing: 1.2px;
	text-decoration: none;
	font-weight: 600px;
	color: #38aac6;	
	}

/* SLIDER --------------------- */
.slider-wrapper {
	width: 100%;
	height: 430px;
	background: url('../img/slider-bg.png') repeat;
}


/* MAIN CONTENT -------------------- */
#side-content {
	width: 320px;
	padding-left: 15px;
	padding-top: 30px;
}


#main-content {
	width: 550px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 13.5px;
	color: #292d2e;
	line-height: 21.5px;
}

		#main-content h2 {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
		font-size: 19.8px;
		font-weight: 300;
		color: #057c8a;
		}

		#main-content blockquote {
		background: url('../img/quote.png') top left no-repeat;
		margin-left: 150px;
		}

		#main-content blockquote p {
		margin-left: 45px;
		color: #43595c;
		font-size: 15.5px;
		font-weight: 400;
		font-style: italic;
		}


/* GALLERY CONTENT ------------- */
#page-content {
	width: 920px;
	padding-left: 40px;
	font-size: 13.8px;
	color: #292d2e;
	line-height: 21.5px;
}

/* SIDE BAR --------------------- */
div.sidebarContainer {
	width: 282px;
	padding-left: 38px;
}

div.sidebarItem {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	border: 1px solid #e1e5e9;
}

	ul.arrowList {
		background: url('../img/sidebarGradBG.png') 0 0 repeat-x;
	}

	ul.arrowList li {
		border-bottom: 1px solid #e1e5e9;
		padding: 14px 20px;
		background: url('../img/sidebarPointRed.png') 92% center no-repeat;
	}
	
	li.activeSidebarItem {
		background: url('../img/sidebarPointDark.png') 92% center no-repeat !important;
		font-weight: bold;
		color: #62656b;
	}

	div.sidebarItem p {
		font-size: 12.5px;
		color: #616161;
		line-height: 14px;
		text-align: justify;
		padding: 15px;
	}
		
div.sidebarHeader {
	background: url('../img/sidebarHeaderBG.png') 0 0 repeat-x;
	height: 47px;
	padding-top: 0px;
}

	div.sidebarHeader h5 {
		height: 47px;
		font-size: 11.5px;
		letter-spacing: 2px;
		text-align: center;
		text-transform: uppercase;
		color: #00838b;
		line-height: 47px;
	}

/* Basic List Style */
ul.basicList li {
	border-bottom: 1px solid #e1e5e9;
	background-color: #fff;
}

	ul.basicList li p a{
		color: #3c3c3c;
		font-size: 12.5px;
	}

/* PROJECT MAIN ----------------- */
#projectContent {
	width: 600px;
	font-size: 13.8px;
	color: #444545;
	line-height: 21.5px;
}

/* HALF CONTENTS ---------------- */
#half2-content {
	width: 400px;
	padding-left: 5px;
	padding-top: 20px;
	font-size: 13.5px;
	color: #292d2e;
	line-height: 18px;
}

	#half2-content img {
		float: left;
		padding-right: 20px;
		padding-bottom: 5px;
	}

	.aboutimg {
		float: left;
		padding-top: 10px;
		padding-left: 38px;
	}


#half1-content {
	width: 550px;
	padding-top: 10px;
	font-size: 13.5px;
	color: #292d2e;
	line-height: 21.5px;
}

/* SHARDS ---------------------- */
#shards-bottom {
	height: 271px;
	background: url('../img/shards-bg.png');
	background-repeat: no-repeat center #e4e7e7;
}

#shards-top {
	height: 30px;
	background: url('../img/shards-bg-top.png');
	background-repeat: no-repeat top center #e4e7e7;
}

/* MAP ------------------------- */
#map {
	background: url('../img/Map_BG.png') center no-repeat #262828;
}


/* FOOTER ----------------------- */
#footer-big {
	height: 260px;
	background: url('../img/footer-bg.png');
	background-repeat: repeat-x;
	padding-left: 15px;
}

#footer-side {
	padding-top: 20px;
	width: 228px;
}

#footer-side ul {
	list-style-image:url('../img/arw_ftr.png');
	font-size: 14.5px;
	line-height: 18.5px;
}

		#footer-side li a {
			color: #fff;
			font-weight: normal;
			text-shadow:#2c2e2e 1px 2px 2px;
			letter-spacing: 1.8px;
			text-decoration: none;

		}

		#footer-side li a:hover {
			color: #00bcff;
			padding-left: 1px;
			text-decoration: none;
			
		}

#footer-main {
	padding-top: 35px;
	padding-left: 30px;
	line-height: 30px;
	width: 550px;
}

		#footer-main p {
			color: #9a9e9e;
			font-size: 13.5px;
			line-height: 16.8px;
		}

#footer-small {
	padding-top: 14px;
	background: #01414b url('../img/footer-shine.png') top center no-repeat;
	color: #fff;
	font-size: 12px;
	height: 40px;
}