* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-position:top;
	background-repeat:repeat;
	background-image: url(../images/);
	font-family:  "Arial",Helvetica Neue,Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0;
	padding: 0 1%;
	;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#wrap {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#header {
	height: 37px;
	background: url(../images/bg_titlebar_.png) top repeat-x;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999999;
} 

#header h1 {
	margin-left: 35px;
	width: 122px;
	height: 37px;
	background: url(../images/title_hellogean122x37.png) top left no-repeat;
	position: absolute;
	text-indent: -9999em;
}

#header h1 a {display: block;}

#header ul {
	list-style: none;
	float: right;
}

#header ul li {
	float: left;
	height: 37px;
	text-indent: -9999em;
}

#header ul li#twitter {
	background: url(../images/btn_twitter42x37.png) top left;
	width: 42px;
}

#header ul li#about {
	background: url(../images/btn_about68x37.png) top left;
	width: 68px;
}

#header ul li#linkedin {
	background: url(../images/btn_linkedin80x37.png) top left;
	width: 80px;
}

#header ul li#contact {
	background: url(../images/btn_contact98x37.png) top left;
	width: 98px;
}

#header ul li a{
	display: block;
	width: 100%;
	height: 37px;
}

#content {
	margin-top: 0;
}

#slides {
	margin:0;
	padding:0;
}

#slides .slide1 {
	width: 100%;
	height: 424px;
	background: url(../images/hdr_slide1.png)center no-repeat;
}

#footer {
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 25px;
	height: 45px;
	background: url(../images/bg_footer.png)  5px 0px repeat-x;
	color: #b6b6b6;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

#footer p{
	text-align: center;
	color:#4D4D4D;
	height: 20px;
	width: 660px;
	margin: 0 auto;
}

#footer a, #footer a:hover, 
#footer a:visited {
	color: #4D4D4D;
}  

#footer p img {
	float: right;
	margin-top: -6px;
}

/********** Main navigation ****************/

#nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	width:1015px;
	padding-top: 100px;
	padding-left:646px;
}
#nav span {
	padding-right:615px;
}
#nav span a{
	font-size:16px;
	color:#FFCC00;
	text-decoration:none;
	font-weight: normal;
	font-variant:normal;
}
#nav span a:hover{
	text-decoration: underline;
}
#nav a {
	font-size:16px;
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
#nav a:hover {
	text-decoration:underline;
}

#links {
	width: 960px;
	margin: 0 auto;
}

#links {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	clear: both;
	width: 960px;
}

.link_column {
	width: 320px;
	float: left;
}

.clear {
	clear:both;
	height: 100px;
}

.jump  {
	width: 931px;
	margin-top:-20px;
	margin-bottom:10px;
	font-size:11px;	
	text-align: right;
}

.upper {
	text-transform: uppercase;	
}

.lower {
	text-transform: lowercase;	
}

.float_left {float: left;}
.float_right {float: right;}

#mySlides {
	overflow: hidden;
}

.jFlowPrev {
	position: absolute;
	top: 190px;
	left: 5px;
	width: 42px;
	height:81px;
	display:block;
	z-index:99999;
}

.jFlowNext {
	position: absolute;
	top: 190px;
	right: 5px;
	width: 42px;
	height:81px;
	display:block;
	z-index:99998;
}

#myController {
	display: none;
}

#loading {
	position:absolute; 
	width:100%; 
	height:100%; 
	text-align:center; 
	top:0; 
	background: #fff url(../images/loader.gif) center fixed no-repeat; 
	z-index:3;
}



