/* FONTS  */


@font-face {
	font-family: 'TitilliumText22LXBold';
	src: url('/fonts/titilliumtext22l006-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l006-webfont.woff') format('woff'), url('/fonts/titilliumtext22l006-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l006-webfont.svg#webfontLuKVDK3r') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LBold';
	src: url('/fonts/titilliumtext22l005-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l005-webfont.woff') format('woff'), url('/fonts/titilliumtext22l005-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l005-webfont.svg#webfontHrhUi6RP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LMedium';
	src: url('/fonts/titilliumtext22l004-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l004-webfont.woff') format('woff'), url('/fonts/titilliumtext22l004-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l004-webfont.svg#webfontpf5dJS95') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LThin';
	src: url('/fonts/titilliumtext22l001-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l001-webfont.woff') format('woff'), url('/fonts/titilliumtext22l001-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l001-webfont.svg#webfontneednmbl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LLight';
	src: url('/fonts/titilliumtext22l002-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l002-webfont.woff') format('woff'), url('/fonts/titilliumtext22l002-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l002-webfont.svg#webfontyWXcV9a1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('/fonts/titilliumtext22l003-webfont.eot');
	src: local('☺'), url('/fonts/titilliumtext22l003-webfont.woff') format('woff'), url('/fonts/titilliumtext22l003-webfont.ttf') format('truetype'), url('/fonts/titilliumtext22l003-webfont.svg#webfontUN2Sb9Vt') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* PAGE  */

body {
	margin: 0;
	padding: 0;
	
	background-color: #e9eaeb;

	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7d8386;
	line-height: 1.5em;
	
	width: 100%;
	height: 100%;
	
	text-align: center;
	
	border-top: solid 2px #aeb2b5;
}






/* MAIN BOXES  */

#container {
	display: block;
	width: 730px;
	background-color: #FFF;
	
	margin-left: auto; 
	margin-right: auto;
	
	text-align: left;
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


#top {
	display: block;
	width: 700px;
	/* width: 730px; // ie only  */
	height: 40px;
	padding: 15px;
	
	vertical-align: top;
	
	background-color: #b4b6b9;
	border-bottom: 1px solid #CCC;
}


#main {
	display: block;
	width: 700px;
	padding: 15px;
}

#footer {
	display: block;
	width: 700px;
	padding: 20px;
	clear: both;
	color: #AAA;
	text-align: center;
}

#slide {
	filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}







/* SPECIFICS  */

#logo {
	display: block;
	float: left;
}

#top_nav {
	display: block;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #bcc1c3;
	padding-top: 5px;
}

#left_nav {
	display: block;
	float: left;
	width: 125px;
	/* width: 150px;  // for ie only */
	padding-right: 70px;
	/* remove padding for ie only */
	
}

#content {
	display: block;
	text-align: left;
}


.navItem_selected {
	color: #FFF;
	padding-left: 25px;
}


ul {
	position: relative;
	top: -10px;
	list-style-position: outside;
	/* remove top specification // for ie only */
	/* left: -25px; // for ie only */
	/* margin: 0 0 0 20px; // for ie only */
}

li.subNavItem {
	padding-bottom: 15px;
	line-height: 1em;
}



li.subNavItem_selected {
	position: relative;
	left: 5px;
	padding-bottom: 15px;
	line-height: 1em;
	list-style-image: url("images/bullet.gif");
	color: #334;
}

.subNavList {
	padding: 0px;
	list-style-type: none;
}

.portfolio_images {
	display: block;
	text-align: right;
}







/* LINKS  */

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #ff8212;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}



a.navLink:link {
	color: #7d8386;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:hover {
	color: #223;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:active {
	color: #ff8212;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:visited {
	color: #7d8386;
	text-decoration: none;
	padding-left: 25px;
}





a.subNavLink:link {
	color: #888;
	text-decoration: none;
}

a.subNavLink:hover {
	color: #334;
	text-decoration: none;
}

a.subNavLink:active {
	color: #ff8212;
	text-decoration: none;
}

a.subNavLink:visited {
	color: #888;
	text-decoration: none;
}

