@charset "utf-8";
@import url(reset.css);
/* CSS Document */

html, body{
	background-color:#254775;
	font-family:"lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	height:100%;
	margin:0;
}

a:link, a:active, a:visited{
	color:#fff;
	text-decoration:none;
}

a{
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a.bodylink{
	text-decoration:underline;
}

a.bodylink:hover{
	text-decoration:none;
}

h2{
	color:#3fb24d;
	font-size:20px;
	margin-left:-2px;
}

h3{
	color:#3fb24d;
	font-size:16px;
}

em{
	font-style:italic;
}

#container {
   	min-height:100%;
   	position:relative;
}

#body {
	width:920px;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	margin:0 auto 0 auto;
	padding:10px;
    padding-bottom:203px;
	background:url(../i/grad_top_right.jpg) top right no-repeat;
}

#logo{
	float:right;
	margin-right:100px;
	margin-top:30px;
}

#menuShell{
	height:117px;
	position:relative;
	margin:0;
	padding:0;
	margin-top:20px;
}

#menu{
	display:inline;
	height:117px;
	list-style:none;
}

ul.menu {
	list-style:none; 
	margin:0; 
	padding:0;
}

ul.menu * {
	margin:0; 
	padding:0;
}

ul.menu a {
	display:block; 
	text-decoration:none;
}
ul.menu li {
	position:relative; 
	float:right; 
	margin-right:0
}

ul.menu ul {
	position:absolute; 
	top:80px; 
	left:0; 
	display:none; 
	opacity:0; 
	background-color:#254775;
	list-style:none;
}

ul.menu ul li {
	position:relative; 
	border:none;
	margin:0;
	background-color:#254775;
	width:136px;
	height:30px;
}

ul.menu ul li a {
	display:block; 
	color:#fff;
}

ul.menu ul li a:hover {
}

#menu .layer1 span{
	display:none;
}

#menu #home a.layer1{
	width:75px;
	height:117px;
	background:url(../i/home_off.jpg) no-repeat;
}

#menu #home a:hover, #menu #home .active{
	background:url(../i/home_on.jpg) no-repeat;
}

#menu #about a.layer1{
	width:100px;
	height:117px;
	background:url(../i/about_off.jpg) no-repeat;
	cursor:default;
}

#menu #about a:hover, #menu #about .active{
	background:url(../i/about_on.jpg) no-repeat;
}

#menu #about ul{
	width:100px;
}

#menu #about ul li{
	width:100px;
}

#menu #portfolio a.layer1{
	width:99px;
	height:117px;
	background:url(../i/portfolio_off.jpg) no-repeat;
}

#menu #portfolio a:hover, #menu #portfolio .active{
	background:url(../i/portfolio_on.jpg) no-repeat;
}

#menu #blog a.layer1{
	width:63px;
	height:117px;
	background:url(../i/blog_off.jpg) no-repeat;
}

#menu #blog a:hover, #menu #portfolio .active{
	background:url(../i/blog_on.jpg) no-repeat;
}

#menu #contact a.layer1{
	width:94px;
	height:117px;
	background:url(../i/contact_off.jpg) no-repeat;
	cursor:default;
}

#menu #contact a:hover, #menu #portfolio .active{
	background:url(../i/contact_on.jpg) no-repeat;
}

/*SUBMENU*/

#menu ul.subclass a span{
	display:none;
}

#menu #company a{
	width:100px;
	height:30px;
	background:url(../i/company_off.jpg) no-repeat;
}

#menu #company a:hover{
	background:url(../i/company_on.jpg) no-repeat;
}

#menu #process a{
	width:100px;
	height:30px;
	background:url(../i/process_off.jpg) no-repeat;
}

#menu #process a:hover{
	background:url(../i/process_on.jpg) no-repeat;
}

#menu #services a{
	width:100px;
	height:30px;
	background:url(../i/services_off.jpg) no-repeat;
}

#menu #services a:hover{
	background:url(../i/services_on.jpg) no-repeat;
}

#menu #rfp a{
	width:136px;
	height:30px;
	background:url(../i/proposal_off.jpg) no-repeat;
}

#menu #rfp a:hover{
	background:url(../i/proposal_on.jpg) no-repeat;
}

#menu #contactus a{
	width:136px;
	height:30px;
	background:url(../i/contact_us_off.jpg) no-repeat;
}

#menu #contactus a:hover{
	background:url(../i/contact_us_on.jpg) no-repeat;
}

.subclass{
	position:absolute;
	top:100px;
	display:none;
	opactiy:0;
	list-style:none;
}

.subclass li{
	display:block;
	width:100px;
	height:40px;
	display:block;
	background-color:#fff;
}

#content{
	width:920px;
	position:relative;
	margin-top: 50px;
	padding:10px;
}

#galleryShell{
	width:500px;
	height:320px;
}

#folioLink{
	float:right;
	text-align:right;
	font-weight:bold;
	margin-top:6px;
	padding:5px;
	background-color:#213f67;
	border:1px dashed #2b60a1;
	margin-right:-33px;
}

#folioLink a:hover{
	text-decoration:none;
}

#welcomeNote{
	position:absolute;
	top:30px;
	left:600px;
	width:255px;
}

#welcomeNote p{
}

#maincontent{
	width:600px;
	float:left;
}

#maincontent p{
	text-indent:3em;
}

#sidecontent{
	width:225px;
	float:left;
	margin-left:30px;
	background-color:#ff0000;
	display:none;
}

#design{
	background:#213f67 url(../i/design.jpg) 400px 10px no-repeat;
	border:2px dashed #2b60a1;
	padding:20px;
	padding-top:10px;
	padding-bottom:30px;
}

#dev{
	border:2px dashed #2b60a1;
	padding:20px;
	padding-top:10px;
	background:#213f67 url(../i/dev.jpg) 400px 20px no-repeat;
	margin-top:30px;
}

#hosting{
	border:2px dashed #2b60a1;
	padding:20px;
	padding-top:10px;
	background:#213f67 url(../i/hosting.jpg) 430px 20px no-repeat;
	margin-top:30px;
	margin-bottom:100px;
	z-index:3;
}

#dev ul, #hosting ul{
	list-style:url(../i/bullet.jpg);
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;
}

/*.inputbg{
	width:150px;
	height:30px;
	background:url(../i/inputbg.jpg) no-repeat;
	margin-right:10px;
}*/

#whois{
	border:none;
	background:#fff;
	position:relative;
	width:140px;
	margin-left:5px;
	margin-top:7px;
	padding:5px;
}

/*#whoissubmit{
	background:#254775 url(../i/bullet_light.jpg) no-repeat 60px;
	border:none;
	padding:5px;
	padding-right:20px;
	color:#fff;
	border:2px solid #2b60a1;
}*/

.formContent{
	background-color:#213f67;
	border:1px dashed #2b60a1;
	padding:20px;
	margin-top:10px;
}

.formContent input, .formContent select, .formContent textarea{
	margin-bottom:10px;
	padding:5px;
	border:none;
}

.formContent textarea{
	width:300px;
	height:200px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:203px;
   background:url(../i/footer_gradient.png) repeat-x;
}

#footerNote, #footerNote a{
	width:100%;
	text-align:center;
	font-size:10px;
	position:relative;
	z-index:3;
	color:#222;
	padding-bottom:10px;
}