* { margin: 0; padding: 0; }

html,body,#wrap {
	height:100%;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

#main {
	padding-bottom:100px; /* must be same height as the footer */
}

#footer {
	position:relative;
	margin-top:-100px; /* negative value of footer height */
	height:100px;
	clear:both;
}

#page { padding-top: 54px; }

body { background: #000; color: #999; font-family: Arial, helvetica, sans; font-size: 10px; line-height: 18px; }

body#home1 { background: #000 url(/media/img/home_1.jpg) center 71px no-repeat; }
body#home2 { background: #000 url(/media/img/home_2.jpg) center 71px no-repeat; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #ff5f00; }

h2 { font-size: 10px; font-weight: normal; }

a { color: #aaa; text-decoration: none; }
a.active { color: #ff5f00; }
a:hover { color: #fff; }
.scroll { cursor: pointer; }

em { color: #ff5f00; font-style: normal; }
a:hover em { color: #fff; }

#line { border-bottom: 1px solid #4c4c4c; right: 0; left: 50%; position: absolute; top: 70px; height: 1px; margin-left: -485px; }
.container { display: block; width: 960px; padding: 0 10px 0 0; margin: 0 auto 0 auto; }

h1#logo a { background: url(/media/img/anoo.png) top left no-repeat; width: 230px; height: 17px; display: block; behavior: url(/iepngfix.htc); }
h1#logo a span { display: none; }

#leftcol { width: 230px; float: left;}
#rightcol { margin-left: 250px; padding-top: 34px; width: 700px; }

#rightcol .col1, #rightcol .col2, #rightcol .col3 {	width: 220px; float: left; margin: 0; }
#rightcol .col1 { margin: 0 20px 0 0; }
#rightcol .col3 { margin-left: 20px; }

.colcontainer { padding-bottom: 18px; width: 700px; }

#nav { display: block; width: 230px; height: 168px; background: url(/media/img/nav.png) top left no-repeat; margin-top: 34px; behavior: url(/iepngfix.htc); }
#nav li { list-style: none; display: block; height: 18px; line-height: 18px;}
#nav li a { display: block; width: 230px; height: 18px; line-height: 18px;  }
html>body #nav li { padding-bottom: 3px; }
#nav li a.active, #nav li a:hover { background: url(/media/img/nav.png); behavior: url(/iepngfix.htc); }
#nav li a span { display: none; }

#nav li#home a.active, #nav li#home a:hover 	{ background-position: -230px 0; }
#nav li#work a.active, #nav li#work a:hover 	{ background-position: -230px -21px; }
#nav li#news a.active, #nav li#news a:hover 	{ background-position: -230px -42px; }
#nav li#awards a.active, #nav li#awards a:hover 	{ background-position: -230px -63px; }
#nav li#profile a.active, #nav li#profile a:hover { background-position: -230px -84px; }
#nav li#faq a.active, #nav li#faq a:hover 	{ background-position: -230px -105px; }
#nav li#links a.active, #nav li#links a:hover 	{ background-position: -230px -126px; }
#nav li#contact a.active, #nav li#contact a:hover { background-position: -230px -147px; }

#secondary { float: left; }
#subnav { padding: 53px 0 48px 0px; display: block; width: 85px; }
#subnav li { list-style: none; padding: 0px 0 8px 5px; line-height: 10px; }
#subnav li a.active { color: #ff5f00; }

#tertiary { display: block; width: 100px; margin-left: 110px; padding-top: 48px;  }
#workinfo { padding-top: 18px; }
.numbers { font-size: 11.25px; }

a.active, em a { color: #ff5f01; }
img { border: none; }

h2 a { color: #ff5f01; }

input, textarea { width: 220px; }

#footer #anoo-logo.active { background: url(/media/img/anoo_logo.png) top left; width: 31px; height: 35px; display: block; margin-left: 5px; behavior: url(/iepngfix.htc); }
#footer #anoo-logo { display: none; }
#footer #anoo-logo span { display: none; }
#footer span { display: none; }
#footer span.active { display: inline }

.copy { padding-left: 5px; font-size: 9px;color: #666;  }

.pages { border-top: 1px solid #99562e; text-align: right; }

div.scrollable {
	position:relative;
	overflow:hidden;
	width:700px;
	height:525px;
	padding: 0;
	float: left;
}

div.scrollable div.items {
	width:990000em;
	height: 525px;
	position:absolute;
	clear:both;
}

div.scrollable div.items div {
	width: 700px;
	height: 525px;
	display: block;
	float:left;
	margin-right:0px;
}

div.scrollable div.items div p { display: none; }

.hid { display: none; }

#social {
	position: absolute;
	top: 720px;
	margin-left: -245px;
	padding-bottom: 50px;
}
#social a {
	display: block;
	float: left;
	width: 16px;
	height: 20px;
	background: url(../img/social.png) top left;
	overflow: hidden;
	text-indent: -1000px;
}

#social #tw { width: 16px; background: url(../img/social.png) 0 0; }
#social #li { width: 19px; background: url(../img/social.png) -16px 0; }
#social #fr { width: 46px; background: url(../img/social.png) -35px 0; }

#social #tw:hover {	background: url(../img/social.png) 0 -20px; }
#social #li:hover {	background: url(../img/social.png) -16px -20px; }
#social #fr:hover {	background: url(../img/social.png) -35px -20px; }

/* CLEAR FIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */