@import 'pages.css';

body{
	background:url(../img/head.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h4,h5,ul,li,p,a{
	margin:0px;
	padding:0px;
	font-weight:normal;
	list-style:none;
	text-decoration:none;
}
h1{
	color:#000;
	font-size:20px;
}
h2{
	color:#fff;
	font-size:36px;
}
h3{
	color:#326bb1;
	font-size:30px;
}
h4{
	color:#000;
	font-size:17px;
}
h5{
	color:#1274b7;
	font-size:14px;
}
p{
	color:#000;
	font-size:12px;
	line-height:18px;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
a {outline:none;}

a img{border:none;}
	

/* Clear Floats
--------------------------------------------------------------------------*/
.clear {
 clear: both;
 font-size: 0;
 height: 0;
 line-height: 0;
 overflow: hidden;}

.clearfix {display:inline-block;}
.clearfix {display: block;}
	
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

/* Page Layout
--------------------------------------------------------------------------*/
#pageBody{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:61px;
}
#head{
	width:100%;
	overflow:hidden;
}
#head h1 a{
	background:url(../img/logo.png) no-repeat 0 0;
	width:158px;
	height:52px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	float:left;
	margin:22px 0 0 14px;
}
#head ul.navigation{
	float:right;
	padding:0 3px 0 200px;
}
#head ul.navigation li{
	font-size:11px;
	color:#fff;
	float:left;
	padding:0 0 0 25px;
	line-height:30px;
	font-weight:bold;
}
#head ul.navigation li span.welcome{
	color:#BFC1C2;
}

#head ul.navigation a:hover{text-decoration:underline;}
#head ul.navigation a{
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
#head ul.menu{
	width:700px;
	float:right;
	padding:27px 3px 0 0;
	overflow:hidden;
}
#head ul.menu li.active{background:url(../img/button1.jpg) no-repeat 67% 100%;}

#head ul.menu li{
	float:right;
	padding:0 0 19px 44px;
	line-height:30px;
}

#head ul.menu li a{
    display:block;
    float:left;
    overflow:hidden;
    height:26px;}

#head ul.menu a:hover , #head ul.menu li.activepage a {color:#f8c01b;
	background-position: 0 -18px !important;}
	
#head ul.menu li.createproject a{
	width:155px;
    background:url('../img/nav_createproject.gif') no-repeat top left;}

#head ul.menu li.howitworks a{
	width:105px;
	background:url('../img/nav_howitworks.gif') no-repeat top left;}

#head ul.menu li.myaccount a{
	width:97px;
	background:url('../img/nav_myaccount.gif') no-repeat top left;}
	
#head ul.menu li.signup a{
	width:63px;
	background:url('../img/nav_signup.gif') no-repeat top left;}

#head ul.menu li.createnewproject a{
	width:157px;
	background:url('../img/nav_createnewproject.gif') no-repeat top left;}

#head ul.menu li.myprojects a{
	width:94px;
	background:url('../img/nav_myprojects.gif') no-repeat top left;}

#head ul.menu li.manageaccount a{
	width:136px;
	background:url('../img/nav_manageaccount.gif') no-repeat top left;}
	
#head ul.menu li.projectdashboard a{
	width:152px;
	background:url('../img/nav_projectdashboard.gif') no-repeat top left;}
	
#head ul.menu a{
	font-size:18px;
	color:#fff;
	font-family:"Times New Roman",Times,serif;
}

#footer{
	width:100%;
	height:37px;
	border-top:solid 2px #e0e1e2;
	border-bottom:solid 1px #e0e1e2;
	margin-top:16px;
}
#footer .copy{
	font-size:10px;
	color:#999;
	line-height:40px;
	float:left;
}
#footer ul.navigation{
	width:700px;
	float:right;
	padding:0;
	overflow:hidden;
}
#footer ul.navigation li{
	background:url(../img/border2.jpg) no-repeat 100% 50%;
	font-size:10px;
	color:#333;
	float:right;
	padding:0 6px;
	line-height:40px;
	font-weight:bold;
	margin:0 -2px 0 0;
}
#footer ul.navigation a:hover{text-decoration:underline;}
#footer ul.navigation a{
	font-size:10px;
	color:#999;
}
