/* CSS Document */

/* MENU ITEMS */

.projects a
{
	position: absolute; left: 0px;
	width:97px; height:24px;
}

.projects a:hover
{
	position: absolute; left: 0px;
	background: url(images/projects_over.jpg) no-repeat top left;
	width:97px; height:24px;
}

.contactUs a
{
	position: absolute; left: 97px;
	width:116px; height:24px;
}

.contactUs a:hover
{
	position: absolute; left: 97px;
	background: url(images/contactUs_over.jpg) no-repeat top left;
	width:116px; height:24px;
}

.clientLogin a
{
	position: absolute; left: 213px;
	width:118px; height:24px;
}

.clientLogin a:hover
{
	position: absolute; left: 213px;
	background: url(images/clientLogin_over.jpg) no-repeat top left;
	width:118px; height:24px;
}

/* SITE LAYOUT */

h1, h2, h3, h4, h5
{
	float: inherit;
	position: absolute;
	visibility: hidden;
}

body
{
	background-color: #060709;
	background-image: url(images/logoBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#6b6d6e;
	text-align: center;

/* BROWSER SCROLL BARS */

	SCROLLBAR-FACE-COLOR: #101010; 
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;   /*inner highlight*/
	SCROLLBAR-SHADOW-COLOR: #666666;      /*inner shadow*/
	SCROLLBAR-3DLIGHT-COLOR: #101010;     /*outer highlight*/
	SCROLLBAR-DARKSHADOW-COLOR: #101010;  /*outer shadow*/
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #101010; 
	SCROLLBAR-BASE-COLOR: #666666; /*default color*/
}

#container {
	position:relative; top: 225px;
	margin:0 auto;
	padding:0;
	width: 350px;
	height: inherit;
	text-align:left;
}

.menuBar
{
	display: block;
	position: absolute; left: 10px;
	background: url(images/menuItems.jpg) no-repeat top left;
	width:350px; height:24px;
}

.loginBox
{
	display: block;
	position: absolute; top: 24px;
	background: url(images/clientLogin_BG.jpg) no-repeat top left;
	width:350px; height:140px;
}

.contactBox
{
	padding-top: 15px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 60px;
	display: block;
	position: absolute; top: 24px;
	background: url(images/contactUs_BG_v2.jpg) no-repeat top left;
	width:350px; height:221px;
}
.thankyouBox
{
	margin-top: 40px;
	margin-left: 25px;
	display: block;
	font-size:10px;
	position: absolute;
	width:250px; height:221px;
}

.bigTitle
{
	font-size:14px;
	font-weight:bold;
}

.projectBox
{
	display: block;
	position: absolute; top: 24px;
	background: url(images/projects_BG.jpg) no-repeat top left;
	width:350px; height:300px;
}

/* STUFF FOR FORMS */

input 
{	
		background-color: #040709;
		color: #636465;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 0px; 
		background-image:url(images/formBG.jpg);
		border-color:#353637;
		border-bottom-style: inset;
		border-left-style: outset; 
		border-right-style: inset;
		border-top-style: outset;
		padding: 1px;
		margin: 5px;
		padding: 5px;
}

textarea
{
		display: block;
		background-color: #040709;
		color: #636465;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 0px; 
		background-image:url(images/formBG.jpg);
		border-color: #353637;
		border-bottom-style: inset;
		border-left-style: outset; 
		border-right-style: inset;
		border-top-style: outset;
		padding: 3px;
		margin: 5px;
		padding: 5px;
}

textarea + input 
{	
		position: relative; top: 7px;
		display:block;
		background-color: #040709;
		color: #636465;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 1px; 
		border-color:#353637;
}

label
{
	position: relative; left: 5px;
	display:block;
	font-size:9px;
	font-weight:bold;
}

label + label
{
	position: absolute; left: 173px; top: 15px;
	font-size:9px;
	font-weight:bold;
}