
body {
	background: #454040 url(/images/background.jpg) repeat-y top center ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	color: #fff;
}

img {
	border: 0px;	
}

a, a:link, a:visited, a:active {
	color: #fff000;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


/* ------------------------------------- */
/*          CONTAINER  ELEMENTS          */
/* ------------------------------------- */

.container {
	margin: 0 auto;
	width: 900px;
}

/* ------------------------------------- */
/*         HEADER / NAV ELEMENTS         */
/* ------------------------------------- */

#header {
	height: 200px;	
}

#header .container {
	height: 134px;
	position: relative;	
}

#logo {
	position: absolute;
	left: -44px;
	top: 0px;
	height: 134px;
	width: 379px;
	overflow: hidden;
	background: url(/images/bg-logo.png) no-repeat;
}

#logo span {
	margin-left: -99em;
	margin-top: -99em;	
}

#nav {
	height: 64px;
	width: 100%;
	margin: 0px;
	background: url(/images/bg-nav.png);
	overflow: hidden;	
}

#nav ul {
	float: right;
	margin-top: 0px;
	list-style-type: none;
}

#nav ul li {
	height: 65px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin-left: 38px;
	padding: 22px 0;
	float: left;
}

#nav ul li a:hover , #nav ul li a.on {
	background: url(/images/bg-nav-li.png) no-repeat center top;	
}


/* ------------------------------------- */
/*            CONTENT ELEMENTS           */
/* ------------------------------------- */

#content {
	width: 100%;
	min-height: 270px;
	height: auto!important;
	height: 270px;
	padding-bottom: 45px;
	font-size: 0.90em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	background: url(/images/bg-arrow.png) bottom repeat-x;
	float: left;

}

#content li {
	float: left;
	width: 50%;
	font-size: .8em;
}

#content.black {
	background: url(/images/bg-arrow-black.png) bottom repeat-x;	
}


/* ------------------------------------- */
/*            BOTTOM ELEMENTS            */
/* ------------------------------------- */

#bottom {
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
	min-height: 490px;
	height:auto!important;
	height: 490px;
	background: url(/images/bg-black.png);
	float: left;
}


#bottom .container {
	width: 900px;
	margin: auto;
	min-height: 460px;
	height:auto!important;
	height: 460px;
	color: #fff;
	
}

#bottom h2 {
	margin: 0 0 9px;
	font-size: 2.2em;
	color: #fff;
	font-weight: normal;
	font-family:  Adobe Garamond Pro, Garamond, Georgia, "Times New Roman", Times, serif;
}

#bottom-arrow {
	width: 100%;
	height: 46px;
	background: url(/images/bg-arrow-black.png) bottom repeat-x;
	float: left;	
}

/* ------------------------------------- */
/*           GRAPHIC ELEMENTS            */
/* ------------------------------------- */

.image-container {
	width: 850px;
	margin: auto auto;
}

.graphic {
	width: 425px;
	margin: 0px 0 24px;
	float: left;
	display: inline; /* Silly IE */
	text-align: left;
}

.graphic.right {
	text-align: right;
}

.graphic img {
	padding: 5px;
	background: url(/images/bg-black.png);
}

.graphic img a:hover {
	background: url(/images/bg-grey.png);
}

/* ------------------------------------- */
/*             SITE ELEMENTS             */
/* ------------------------------------- */



.site, .feature {
	width: 100%;
	float: left;
	margin: 30px 0 0px;
	padding-bottom: 20px;
}


.feature .image {
	width: 890px;
	height: 558px;
	overflow: hidden;
	padding: 5px;
	background: #ccc;	
}

.feature #flash {
	position:relative;
	width: 890px;
	height: 558px;
	background:url(/images/loading-dark.gif) no-repeat 50% 50% #000; 
}

.feature #flash img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



.feature .text {
	margin: 30px 0;	
}

.feature .text a {
	text-transform: uppercase;
	color:#999;
	float: right;
}

.site .image {
	width: 552px;
	height: 247px;
	float:left;
}

.site .image img {
	padding: 5px;
	background: url(/images/bg-black.png);

}

.site .text {
	width: 298px;
	height: 234px;
	float: right;
	padding: 12px;	
	font-size: 0.80em;
	color: #fff;
	line-height: 1.8em;
	position: relative;
	background: url(/images/bg-black.png);
}

.site .text p {
	padding: 0;
	margin: 0 0 15px;
}

.site .button a {
	width:294px;
	left: 0px;
}

.button a {
	width: 100%;
	padding: 2px;
	background: url(/images/bg-grey.png) top repeat-x;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.button a:visited {
	color: #fff;
}

.button a:hover {
	background: #fff000;
	color: #333;
}

.site-link {
	bottom: 12px;
	position: absolute;
}

.webscript {
	/*bottom: 68px;*/
	bottom: 46px;
	position: absolute;
}

.images {
	bottom: 34px;
	position: absolute;
}

.end {
	bottom: 0px;
	position: absolute;
}

/* ------------------------------------- */
/*            FOOTER ELEMENTS            */
/* ------------------------------------- */

#footer {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*background: #1f1e1e;*/
	background: #000;
	color: #fff;

}


#footer-bottom {
	width: 900px;
	padding: 20px 0;
	margin: auto;
	text-transform: uppercase;
	
}

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

#footer a:hover { text-decoration: underline; }

#footer ul {
	font-size: .65em;
	color: #fff;
	list-style-type: none;
	padding: 5px 0;
}

#footer ul li {
	margin-top: 15px;
	display: inline;
	padding-left: 1px;
}


/* ------------------------------------- */
/*              FORM  ELEMENTS           */
/* ------------------------------------- */


form .field {
	margin-top: 20px;
}


form .label{
	font-size: 0.90em;
	width: 150px;
	margin: 5px 20px 0 0;
	float:left;
	text-align: right;
	font-weight: normal;
}

form .element {
	width: 400px;
	float: left;
}

form .element input,form .element select {
	font-size: 1em;
	width: 180px;
}

form .element select {
	width: 196px;
	height: 22px;
}

form .element-submit input {
	font-size: 1em;
	width: 90px;
}

form .element input{
	font-size: 1em;
	width: 200px;
	height: 25px;
	
}

form textarea, form .element input {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0;
}

form .error {
	width: 190px;
	margin: 15px 0 0;
	padding: 6px 8px 6px;
	background-color:#fff000;
	color: #000;
	font-size: 0.90em;

}

input, textarea, form .error {
	-moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;

}


textarea {
	width:450px;
	height: 170px;	
}

.element-submit input {
	width: 90px;
	height: 28px;
	padding: 0px 2px 3px;
	color: #333;
	border: 1px solid #c8c8c8;
	font-size: 0.75em!important;
	font-weight: bold;
	background: url(/images/button.png) top left no-repeat #ccc;

	-moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
}

.element-submit input:hover {
	background: #ccc url(/images/button-over.png) top left no-repeat;
	cursor: pointer;
}

/* ------------------------------------- */
/*          TIMESHEET  ELEMENTS          */
/* ------------------------------------- */

#timetable {
	font-size: .66em;
	font-family: Arial, Helvetica, sans-serif;
}

#timetable .date, #timetable .company, #timetable .start_time, #timetable .end_time, #timetable .date, #timetable .lunch, #timetable .total_billable, #timetable .billed, #timetable .payed{
	float: left;
	padding: 0px 10px;
	width: 80px;
}

#timetable .company {
	width: 160px;
}


.row {
	padding: 10px 0px;
	height: 30px;
	clear: both;
	border-bottom:1px solid #000;}

.paid {
	background: #006600;
}

.pending {
	background:#FF9900;
}


.unpaid {
	background: #660000;
}

/* ------------------------------------- */
/*           CLASSES  ELEMENTS           */
/* ------------------------------------- */


.float-left {
	float: left;
}


.float-right {
	float: right;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
	height: 0px;
	visibility: hidden;
}
