* { margin: 0; padding: 0; }
img { border: 0; }

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	text-align: center;
}
a {
	font-weight: bold;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
	text-indent: 1px;
}
h2 {
	font-size: 12px;
	color: #ff2400;
	margin-bottom: 10px;
	text-indent: 1px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	text-indent: 1px;
}

/***** layout divs *****/
#outer {
	display: table;
	#position: relative;
	/*overflow: hidden;*/
	height: 100%;
	width:760px;
	margin:0px auto;
	text-align: left;
}

#inner {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}
#holder {
	#position: relative;
	#top: -50%;
	width: 760px;
	height: 470px;
}
#container {
	position: relative;
	z-index: 1;
}
#page_main #container, #casestudy #container, #archive #container {
	/*padding-top: 40px;*/
}
.noflash {
	padding: 20px;
	text-align: center;
}

/***** content divs *****/
#heading {
	position: absolute;
	left: 162px;
	top: 8px;
}
#menuHolder {
	position: absolute;
	left: 38px;
	top: 122px;
	width: 220px;
}
#content_holder {
	position: absolute;
	left: 288px;
	top: 122px;
}
.content {
	margin-top: 17px;
	width: 200px;
}
#icon {
	position: absolute;
	left: 530px;
	top: 102px;
	width: 200px;
	height: 200px;
	background: url(../images/archive-crosshairs.gif) no-repeat center center;
}
#back {
	position: absolute;
	left: 32px;
	top: 423px;
	/*z-index: 100;*/
}
#logo {
	position: absolute;
	left: 160px;
	top: 340px;
}
#menu {
	position: absolute;
	left: 584px;
	top: 343px;
}
#menu .apple {
	padding-left:64px;
	padding-top: 7px;
}

#nav {
	position: absolute;
	left: 320px;
	top: 423px;
		width: 440px;
}

/***** general *****/
.case_link {
	padding-right: 77px;
	background: url(../images/right-arrow.gif) no-repeat right center;	
}

#back a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	width: 120px;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win */
	background: url(../images/btn_back-ro.gif) no-repeat left top;
}
#back a:hover {
	background-position: 0 -26px;
}




/***********************************************/
/* Accessible Navigation - using lists         */
/***********************************************/
#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	float : left;
	z-index: 101;
		width: 100%;
}
#nav ul li {
	position: relative;
	float: left;
	width: 71px;
	height: 26px;
	line-height: 26px;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 71px;
	height: 26px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	background-color : #D5D5D5;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li a:hover {
	color: #ffffff;
	background-color : #ed1c24;
}
#nav ul li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 71px;
	height: 26px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav_work span {
	background-image: url(../images/nav_work.gif);
	}
#nav_work a:hover, #nav_work a:hover span {
	background-position: 0 -26px;
}
#nav_team span {
	background-image: url(../images/nav_team.gif);
	}
#nav_team a:hover, #nav_team a:hover span {
	background-position: 0 -26px;
}
#nav_clients span {
	background-image: url(../images/nav_clients.gif);
	}
#nav_clients a:hover, #nav_clients a:hover span {
	background-position: 0 -26px;
}
#nav_contact span {
	background-image: url(../images/nav_contact.gif);
	}
#nav_contact a:hover, #nav_contact a:hover span {
	background-position: 0 -26px;
}
#nav_blog span {
	background-image: url(../images/nav_blog.gif);
	}
#nav_blog a:hover, #nav_blog a:hover span {
	background-position: 0 -26px;
}
#nav_ishop span {
	background-image: url(../images/nav_ishop.gif);
	}
#nav_ishop a:hover, #nav_ishop a:hover span {
	background-position: 0 -26px;
}
#nav_retail span {
	background-image: url(../images/nav_retail.gif);
	}
#nav_retail a:hover, #nav_retail a:hover span {
	background-position: 0 -26px;
}


/**** Artchive Menu ****/

#archiveMenu, #archiveMenu ul { /* all lists */
position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 13em;
	z-index: 101;
}

#archiveMenu li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 13em;
}

#archiveMenu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 0;
	margin-top : 0;
}

#archiveMenu li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 13.05em;
	margin-top : -1.35em;
}

#archiveMenu li a {
	width: 13em;
	w\idth : 12em;
	display : block;
	color : black;
	font-weight : normal;
	text-decoration : none;
	background-color : #D5D5D5;
	border : 1px solid white;
	padding : 0 0.5em;
}

#archiveMenu li a:hover {
	color : white;
	background-color : #ff2500;
}

#archiveMenu li:hover ul ul, #archiveMenu li:hover ul ul ul, #archiveMenu li.sfhover ul ul, #archiveMenu li.sfhover ul ul ul {
	left: -999em;
}

#archiveMenu li:hover ul, #archiveMenu li li:hover ul, #archiveMenu li li li:hover ul, #archiveMenu li.sfhover ul, #archiveMenu li li.sfhover ul, #archiveMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

/* ie7 sticky nav fix */
#archiveMenu li:hover, #archiveMenu li.hover {
    position: static;
}
/*#archiveMenu li:hover {background-position: 0 0;}*/



/**** Side Buttons ****/
#twitter {
	position: absolute;
	overflow: hidden;
	bottom: 6px;
	right: -40px;
	width: 131px;
	height: 108px;
	z-index: 99;
}
#twitter a {
	display: block;
	width: 131px;
	height: 108px;
	text-indent: -999em;
	background: url(../images/twitter.png) no-repeat top left;
}
#blog {
	position: absolute;
	overflow: hidden;
	bottom: 130px;
	right: -40px;
	width: 126px;
	height: 70px;
	z-index: 99;
}
#blog a {
	display: block;
	width: 126px;
	height: 108px;
	text-indent: -999em;
	background: url(../images/blog.png) no-repeat top left;
}

/**** Join Us ****/

#joinus {
	position: absolute;
	overflow: hidden;
	bottom: -20px;
	right: -206px;
	width: 241px;
	height: 481px;
	z-index: 99;
}
#joinus a {
	display: block;
	width: 241px;
	height: 481px;
	text-indent: -999em;
	background: url(../images/img_joinus.png) top left;
}

#promo {
	position: absolute;
	overflow: hidden;
	bottom: -75px;
	right: -180px;
	width: 210px;
	height: 210px;
	z-index: 99;
}
#promo a {
	display: block;
	width: 210px;
	height: 210px;
	text-indent: -999em;
	background: url(../promo/promo_button1.png) top left;
}

#page_intro #outer, #page_main #outer, #casestudy #outer {
	width:860px !important;
}


