@charset "UTF-8";

body {
	background-color:#464646;
	background-image:url(../layout/pagebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
}

#console {
	width:1008px;
	height:608px;
	margin:140px auto 0px auto;
	background-image:url(../layout/console.png);
	background-repeat:no-repeat;
}

#logo {
	width:269px;
	height:163px;
	top:-100px;
	left:22px;
	background-image:url(../layout/logo.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:10;
}

#logo:hover {
	width:269px;
	height:163px;
	top:-100px;
	left:22px;
	background-image:url(../layout/logomo.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:10;
	cursor:pointer;
}

#bannerimage {
	width:984px;
	height:224px;
	position:relative;
	top:-142px;
	left:22px;
	background-repeat:no-repeat;
}

#validation {
	position:relative;
	margin-left:871px;
	top:10px;
}

#navigation {
	position:relative;
	width:950px;
	height:27px;
	top:126px;
}

#twitface {
	width:109px;
	height:51px;
	background-color:#636363;
	margin-top:-124px;
	margin-left:22px;
	padding-top:271px;
}

#buttons {
	margin-left:14px;
}

#twitter {
	margin-right:9px;
}

#textarea {
	width:346px;
	height:322px;
	overflow:auto;
	position:relative;
	margin-top:-322px;
	margin-left:149px;
	text-align:justify
}

#textareainternal {
	width:519px;
	height:332px;
	overflow:auto;
	position:relative;
	margin-top:-322px;
	margin-left:149px;
	text-align:justify;
}

#portfoliopreview {
	width:473px;
	height:322px;
	position:relative;
	margin-top:-322px;
	margin-left:513px;
	background-image:url(../layout/portfoliopreview.jpg);
	background-repeat:no-repeat;
}

#portfoliopreviewimg {
	width:473px;
	height:322px;
	background-image:url(../portfoliopreview/loading.png);
	background-repeat:no-repeat;
}

#interalfolio {
	width:300px;
	height:322px;
	position:relative;
	margin-top:-332px;
	margin-left:686px;
	background-image:url(../layout/portfoliopreview.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
	
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin-top:-3px;
	margin-bottom:-10px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:-3px;
	margin-bottom:-10px;
	font-style:italic;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:17px;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:17px;
}

#preloader {
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

.textline {
	width:100%;
	background-color:#ccc;
	border:solid 1px #999;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textarea {
	width:100%;
	height:150px;
	background-color:#ccc;
	border:solid 1px #999;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

em {
	font-style:italic;
	font-weight:bold;
	color:#000;
}

.folioBox {
	position:absolute;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:-3px;
	margin-bottom:11px;
}

#contactInfo {
	width:270px;
	height:300px;
	margin:auto;
	padding-top:110px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:22px;
}