/* author(s): madi karizma *	egolabel.com *	copyright (c) 2008 */
* {
margin: 0;
padding: 0;
}
body,
html {
background: #000 url(../images/background.jpg) fixed repeat-x 0 0;
color: #333;
font: 14px times new roman;
height: 100%;
width: 100%;
}
ul {
list-style: none;
}
img {
border: 0
}
/* Page */
#atticusinc {
background: url(../images/bg_atticusinc.gif) repeat-y;
margin: 0 auto 0 auto;
text-align: center;
width: 930px
}
#wrap {
background: #fff;
margin: 0 auto 0 auto;
padding: 10px 0 10px 0;
position: relative;
text-align: left;
width: 900px;
}
.popup {
border: solid 5px #ccc;
background: #fff;
left: 250px;
padding: 20px;
position: absolute;
right: 250px;
text-align: center;
top: 200px;
width: 360px;
z-index: 99999;
}
.popup p {
margin-bottom: 10px;
}
.popup img {
border: 0;
}
/* Header */
#header {
height: 95px;
font: 11px arial;
width: 900px;
}
#header div {
float: left;
}
#logo {
background: url(../images/atticusinc_logo.gif) no-repeat;
height: 80px;
margin: 0 15px 0 5px;
width: 248px;
}
#header ul {
margin: 9px 0 0 0;
}
#header li {
line-height: 14px;
margin: 0 0 5px 0;
}
#header input {
border-top: solid 1px #666;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
border-left: solid 1px #666;
color: #444;
font: 10px arial;
font-weight: bold;
padding: 5px 5px 5px 5px;
width: 200px;
}
/* Address Bar */
#address_bar {
background: #2f3d29;
height: 30px;
margin-bottom: 10px
}
#address_bar img {
margin: 10px 0 0 10px
}
/* Nav Menu */
#menubar {
border-bottom: solid 3px #e5e5e5;
font: 11px arial;
height: 31px;
padding: 0 2px 0 2px;
width: 896px;
}
#menubar li {
float: left;
margin: 0 2px 0 0;
text-align: center;
}
#menubar a {
color: #bbb;
display: block;
font-weight: bold;
padding: 8px 10px 7px 10px;
text-decoration: none;
}
#menubar a:hover {
background: #ebebeb;
color: #bbb;
}
.selected a,
.selected a:hover {
background: #e5e5e5 !important;
color: #666 !important;
}
/* Content Area */
#content {
min-height: 670px;
padding-bottom: 10px
}
* html #content {
height: 670px;
}
.block {
padding: 20px
}
.block h1 {
margin-bottom: 25px
}
.block h2 {
border-bottom: dotted 1px #ccc;
font-size: 22px;
margin-bottom: 15px;
padding-bottom: 10px
}
.block h2 img,
.block h3 img {
margin-left: 2px
}
.block h3 {
border-bottom: dotted 1px #ccc;
margin-bottom: 25px;
padding-bottom: 10px
}
.block p {
line-height: 16px;
margin-bottom: 15px;
text-align: justify
}
.block .last {
margin-bottom: 25px !important
}
.block a {
color: #5c855c;
font-weight: bold
}
.block a:hover {
color: #333;
}
.page_break {
clear: both;
height: 0
}
/* Clients */
.client {
float: left;
height: 400px;
margin-right: 40px;
width: 240px
}
/* Photo Gallery */
.thumb {
border: dotted 1px #ccc;
margin: 0 10px 10px 0;
padding: 5px
}
.thumb_hover {
background: #000;
border: solid 1px #000;
margin: 0 10px 10px 0;
padding: 5px
}
/* Staff */
.headshot {
border: solid 1px #e5e5e5;
float: left;
margin: 0 20px 20px 0;
padding: 5px
}
.clear {
clear: both
}
/* Footer */
#footer {
clear: both;
color: #bbb;
font-size: 10px;
line-height: 15px;
padding: 10px;
text-align: center;
text-transform: uppercase;
word-spacing: 3px
}
#footer a {
color: #5c855c;
text-decoration: none
}
#footer a:hover {
color: #5c855c;
text-decoration: underline
}
#egolabel {
padding: 10px;
text-align: center
}