/* DEFAULTS AND RESET */

html, body, form, img, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div {
	position:relative;
	z-index:1;
}



/* BODY AND CONTAINER */

body {
	background: url(../images/background.jpg) center top no-repeat #dddddd;
}

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



/* TOP NAVIGATION */

#topnavleft {
	height:40px;
	float:left;
}

#topnavright {
	height:40px;
	float:right;
}



/* MID NAVIGATION */

#logo {
	clear:both;
	float:left;
	width:190px;
	height:70px;
	padding:15px 0 0 0;
}

#midnav {
	float:right;
	width:697px;
	padding:20px 0 4px 0;
	height:30px;
}

#midnav img {
	margin:0 5px 0 0;
}

#midnav img.end {
	margin:0;
}

#subnav {
	float:right;
	width:697px;
	height:26px;
	background:#7d7d7d;
	margin:0 0 25px 0;
}

#subnav a {
	color:#ffffff;
	text-decoration:none;
}

#subnav a:hover {
	color:#cccccc;
}

#subnav span {
	padding:0px 5px;
	font-weight:bold;
}

#subnav0, #subnav1, #subnav2, #subnav3, #subnav4 {
	color:#cccccc;
	width:655px;
	position:absolute;
	top:6px;
	left:22px;
}

#subnav1, #subnav2, #subnav3, #subnav4 {
	visibility:hidden;
}



/* BANNER */

#bannerborder {
	clear:both;
	width:898px;
	background:#aaaaaa;
	border:1px solid white;
	margin:0 0 10px 0;
}

#banner {
	width:880px;
	background:white;
	padding:8px;
	margin:1px;
	overflow:hidden;
}

#bannersub {
	width:880px;
}

#bannersub img {
	float:left;
}

#bannerflash {
	clear:both;
	width:900px;
	height:285px;
	padding:0 0 10px 0;
}



/* PROMOTIONS, WORKPROMO, RETURN BAR AND CLIENT LOGIN */

#promotions, #workpromo {
	width:624px;
	height:132px;
	margin:0 0 10px 0;
	float:left;
}

#promotions img {
	padding-right:10px;
}

#workpromo {
	width:198px;
}

#returnborder{
	width:404px;
	height:130px;
	background:#aaaaaa;
	border:1px solid white;
	margin:0 10px 0 0;
	float:left;
}

#return {
	width:352px;
	height:78px;
	background:white;
	margin:1px;
	padding:25px 25px;
}

#return a {
	text-decoration:none;
	color:#666666;
}

#return img.arrow {
	float:left;
	margin:0 25px 0 0;
}

#clientsborder {
	width:274px;
	height:130px;
	background:#aaaaaa;
	border:1px solid white;
	margin:0 0 10px 0;
	float:right;
}

#clients {
	width:222px;
	height:88px;
	background:white;
	margin:1px;
	padding:20px 25px 20px 25px;
}

#clients input {
	color:#999999;
	margin:10px 5px 0px 0;
}

#clients input.submit {
	color:#333333;
	width:142px;
	height:24px;
	background-image:url(../images/submitbutton.gif);
	border:0;
	cursor:pointer;
}



/* BODY BORDER */

#bodyborder {
	clear:both;
	width:898px;
	background:#aaaaaa;
	border:1px solid white;
	margin:0 0 10px 0;
}

#body {
	width:850px;
	background:white;
	padding:23px;
	margin:1px;
	overflow:auto;
}

#body p, #return p {
	margin:16px 0 0 0;
	color:#666666;
	line-height:1.3em;
}

#body a {
	text-decoration:none;
	color:#582470;
}

#body a:hover {
	color:#d89600;
}

#body ul {
	margin:16px 0 0 15px;
	list-style:disc;
	color:#582470;
	line-height:1.6em;
}

#body ul.work {
	margin:0;
}

#body ul.work li {
	list-style:none;
	width:250px;
	border-bottom:1px solid #999999;
}

#body ul.work a {
	display:inline-block;
	width:235px;
	height:22px;
	background-image:url(/images/link_off.gif);
	padding:0 0 0 15px;
}

#body ul.work a:hover {
	color:white;
	background-image:url(/images/link_on.gif);
}

/*#body ul.work li {
	padding:5px 0 5px 0px;
	list-style-position:inside;
	border-bottom:1px solid #999999;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

#body ul.work li:hover {
	color:white;
	background-color:#582470;
}*/


/* FOUR COLUMN LAYOUT  */
/* Each div represents a single column. Use three default columns, plus one "final" column. */

#fourcolumns {
	width:175px;
	background:white;
	float:left;
	padding:0 24px 0 0;
	margin:0 25px 0 0;
	border-right:1px solid #cccccc;
}

#fourcolumns.final {
	margin:0;
	padding:0;
	border:0;
}



/* THREE COLUMN LAYOUT  */
/* Each div represents a single column. Use one "first" column, followed by two default columns. */

#threecolumns {
	width:250px;
	background:white;
	float:left;
	padding:0 0 0 24px;
	margin:0 0 0 25px;
	border-left:1px solid #cccccc;
}

#threecolumns.first {
	margin:0;
	padding:0;
	border:0;
}



/* TWO COLUMN LAYOUT  */
/* Each div represents a single column. Use one "first" column, followed by one default column. */

#twocolumns {
	width:250px;
	background:white;
	float:left;
	padding:0 0 0 24px;
	margin:0 0 0 25px;
	border-left:1px solid #cccccc;
}

#twocolumns.first {
	width:550px;
	margin:0;
	padding:0;
	border:0;
}

#twocolumns.first label {
	display:block;
	float:left;
	width:175px;
	padding:5px 0 0 0;
}

#twocolumns.first p.tiny {
	margin:15px 0 0 175px;
	font-size:9px;
}

/* FOOTER */

#footerborder {
	clear:both;
	width:100%;
	height:11px;
	border-bottom:1px solid #666666;
	margin:0 0 1px 0;
}

#footer {
	width:100%;
	height:45px;
	margin:0 0 0 0;
	background:#999999;
	text-transform:uppercase;
	color:#333333;
}

#footercontainer {
	width:900px;
	margin:0 auto;
	padding:7px 0 0 0;
}

#footer ul.footerleft li {
	float:left;
	margin:2px 20px 0px 0;
	list-style:none;
	font-size:10px;
	letter-spacing:0.06em;
}

#footer ul.footerleft {
	clear:both;
	float:left;
	margin:0 0 0 0;
	width:500px;
}

#footer ul.footerright {
	float:right;
	margin:0 0 0 0;
	width:400px;
}

#footer ul.footerright li {
	float:right;
	margin:2px 0 0 20px;
	list-style:none;
	font-size:10px;
	letter-spacing:0.06em;
}

#footer a {
	text-decoration:none;
	color:white;
}

#footer a:hover {
	color:#cccccc;
}

#footer p {
	font-size:10px;
	color:#333333;
}

#footer p.secondleft {
	clear:both;
	float:left;
}

#footer p.secondright {
	float:right;
}





