/*
Title:      Shift master styles
Updated:    30 October 2006
*/


/* -----[ body layout ]----- */

html, body {
	height: 100%;
	}

body {
	font-family: Arial, Sans-serif;
	font-size: 62.5%;
	background-repeat: no-repeat;
	background-position: center 64px;
	padding: 0;
	margin: 0 0 0 0;
	}

/* -----[ general styles ]----- */
	
a {
	text-decoration:none;
	}
	
.clear { /* NEW - more stuff (was just clear: both) */
	clear: both;
    line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: transparent;
	}
	
.none {
	display: none;
	}

/* -----[ logo ]----- */
	
div#logo {
	position: absolute;
	left: 20px;
	top: 25px;
	}

div#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 140px;
	height: 48px;
	z-index: 1000;
	cursor: pointer;
	}
	
div#logo h2 {
	font-size: 2em;
	color: #fff;
	margin: 0;
	}
	
div#logo h2 a:link, div#logo h2 a:visited {
	color: #fff;
	}

/* -----[ page structure ]----- */
	
div#wrapper {
	position: relative;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	/*width: 860px;*/
	width: 795px;
	}

/* -----[ main navigation ]----- */

div#nav {
	background-repeat: no-repeat;
	background-position: 0 93px;
	padding-top: 93px;
	/*height:140px;*/
	height: 14em; /* CHANGED BY ALI */
	/*width: 860px;*/
	width: 795px;
	}
	
div#nav h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -.02em;
	word-spacing: -.05em;
	border-top-width: 1px; 
	border-top-style: solid;
	padding-top: 10px;
	margin: 0;
	}

div#nav h1 span {
	display: block;
	font-size: .85em;
	letter-spacing: .01em;
	}

div#nav h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .02em;
	word-spacing: -.05em;
	}
	
div#nav p {
	font-size: 1.2em;
	}
	
div#nav p img {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
	}

/* -----[ subnav ]----- */
	
ul#nav-links {
	position: absolute;
	right: 40px;
	top: 64px;
	font-family: Verdana, sans-serif;
	padding: 0;
	margin: 0;
	}
	
ul#nav-links li {
	position: relative;
	display: inline;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 0 8px;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 0;
	}
	
ul#nav-links li a:link, ul#nav-links li a:visited {
	text-decoration: none;
	letter-spacing: -.01em;
	}
	
ul#nav-links li#work ul {
	background-position: 40px 0;
	}
	
ul#nav-links li#services ul {
	background-position: 50px 0;
	}
	
ul#nav-links li#company ul {
	background-position: 45px 0;
	}
	
ul#nav-links li ul {
	position: absolute;
	left: 0;
	top: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 15px 0 0 0;
	margin: 0;
	width: 200px;
	}
	
ul#nav-links li ul li {
	display: block;
	/*font-size:.7em;*/
	font-size: .8em; /* CHANGED BY ALI */
	font-family: Verdana, sans-serif;
	font-weight: bold;
	/*line-height:1.7em;*/
	line-height: 1.4em; /* CHANGED BY ALI */
	text-transform: capitalize;
	padding: 0 0 0 8px;
	border: none;
	margin: 0;
	}
	
ul#nav-links li ul li a {
	font-weight: normal;
	}

/* -----[ image box - large image/flash near top of page  ]----- */
	
div#image-box {
	background: url(../img/image-box-lft-shado.png) repeat-y 0 0;
	margin-left:10px;
	margin-top: -30px;
	/*min-height: 325px;*/
	position: relative;
	}

div#image-box-inside {
	background-color: #fff;
	padding: 20px 20px;
	margin: 0 60px 0 50px;
}

div#image-box-btm {
	background: url(../img/image-box-btm-shado.png) no-repeat 100% 0;
	height: 37px;
	}
	
/* -----[ footer  ]----- */	
	
div#footer-padding {
	padding-top: 100px;
	}
	
div#footer {
	position: absolute;
	bottom: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;	
	width: 100%;
	}
	
div#footer p {
	font-weight: bold;
	padding: 30px 22px 22px 22px;
	margin: 0;
	float: right;
	}
	
div#footer p a {
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding-top: 10px;
	margin: 0;
	}
	
div#footer-links {
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 20px 118px 10px 20px;
	float: left;
	}	
	
div#footer ul {
	font-size: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	}
	
div#footer ul#rowone a {
	font-weight: bold;
	}
	
div#footer li {
	display: inline;
	list-style: none;
	padding: 0 3px 0 6px;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 0;
	}
	
div#footer li.first,ul#nav-links li.first {
	border: none;
	}
	
	
	
	
/* -----[ table for logos ]----- */
	
table td.rgt {
	border-right: 1px dashed #ddd;
	}
	
table td.btm {
	border-bottom: 1px dashed #ddd;
	}

table.image-box-table {
	width: 100%;
	} 

.image-box-table img {
	padding: 20px 0;
	} 

div#image-box-inside h3 {
	font-weight: normal;
	font-size: 1.6em;
	color: #666;
	margin: 15px 0 10px 0;
	}

div#image-box-inside td {
	width: 25%;
	}

table.featured-table {
	width: 100%;
	} 

table.featured-table td {
	padding: 5px;
	} 

td div.thumb h4 {
	font-size: 1em;
	color: #999;
	line-height: 1.1em;
	background: none;
	padding-left: 8px;
	margin: 3px 0;
	}
	
td div.thumb h4 a:link, td div.thumb h4 a:visited {
	color: #777;
	}
	
td div.thumb h4 a:hover {
	color: #000;
	}
	
td div.thumb img {
	display: block;
	background-image: url(../../img/thumb-shado.png);
	padding: 2px 2px 7px 10px;
	border: none;
	width: 100px;
	height: 70px;
	}
	
/* -----[ content below table ]----- */

/* flashcontent */
#flashcontent {
	position: absolute;
	top: 143px;
	left: 60px;
}
