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

body {
margin: 0;
padding: 0;
background-image: url(welcome.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #333;
background-attachment: fixed;
}

img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
width: 100%;
height: auto;
}
 
.tall img#expando {
width: auto;
height: 100%;
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

#container {
	font-size: 11px;
	padding: 2px 3px 3px 3px;
	text-decoration: none;
	width: auto;
	height: auto;
}

#menu {
	font-family: 'Cantarell', Helvetica, arial, serif;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(44, 44, 44, 0.6);
	text-align: left;
	vertical-align: 5%;
	margin-top: 18px;
	margin-left: 18px;
	margin-right: 0px;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 10px;
	height: auto;
	width: 275px;
	overflow: hidden;
	float: left;
	z-index: 99;
	line-height: 16px;
	letter-spacing: 0em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	border-bottom: dashed;
	border-bottom-width:thin;
	border-bottom-color:#09F;
}

#menu a:hover {
	color: #09F;
	text-decoration: none;
}

#links_container {
	font-family: 'Cantarell', Helvetica, arial, serif;
	font-size: 11px;
	color: #ffffff;
	height: auto;
	width: 269px;
	position: fixed;
    bottom: 20px;
    z-index: 9999;
	margin-top: 18px;
	margin-left: 18px;
	margin-right: 0px;
	float: left;

}

#cargo {
	margin-top: 2px;
	float: left;
    z-index: 9999;
	width: 70px;
	height: 30px;
	margin-right: 15px;
	background-image: url(http://www.jamesritchie.co.uk/cargo_logo.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#behance {
	margin-top: 2px;
  	float: left;
    z-index: 9999;
	width: 184px;
	height: 30px;
	background-image: url(http://www.jamesritchie.co.uk/behance_logo.jpg);
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	overflow: hidden; 
	/*clear: both;*/
}

