/* stylesheet for sumhair.com */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background: #010101 url(../images/background_image.jpg) top right no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 65%;
}

p {
line-height: 1.4em;
margin-bottom: 1em;
}

#main-container {
color: #666;
font-size: 1.1em;
margin: 0 auto;
width: 853px;
}

#header {
background: url(../images/sumhair_logo.gif) top left no-repeat;
position:relative;
}

#logo-link {
position:absolute;
left:0;
top:0;
display:block;
width:128px;
height:100px;
text-indent:-9999em;
}

#navigation {
width: 100%;
padding-top: 75px;
padding-left: 72px;
text-transform: uppercase;
}

#navigation li {
display: inline;
margin-right: 17px;
}

#navigation a {
color: #fff;
text-decoration:none;
}

#navigation a:hover {
color: #666;
}

#member-signin {
margin-right: 0;
margin-left: 372px;
}

#main-content {
margin-top:20px;
}

#main-content:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#primary-column {
float: left;
margin-right: 20px;
}

#secondary-column {
float: left;
position: relative;
width: 210px;
}

#secondary-column div {
border-bottom: 1px solid #232222;
padding: 14px 0 11px 0;
}

#secondary-column h2 {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

#secondary-column input {
background: #000;
border: 1px solid #fff;
color: #666;
margin: 9px 0 5px 0;
width: 185px;
height: 17px;
}

a.button {
background: #232222;
border: 1px solid #232222;
color: #fff;
display: block;
font-size: 10px;
font-weight: bold;
line-height: 1.7em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 185px;
height: 17px;
}

a:hover.button {
background: #d51673;
color: #010101;
}

a.more {
text-align: right;
}

a.offsite {
padding-left: 0.2em;
margin-bottom: 0.5em; 
text-align: left;
}

a.detail {
width: 365px;
}

a.wide {
width: 408px;
}

strong.pink {
color: #d51673;
}

#secondary-column #search {
padding-top: 0;
float: right;
font-weight: bold;
text-transform: uppercase;
width: 187px;
}

.home #secondary-column #search {
width: 210px;
}

address {
font-style: normal;
font-weight: bold;
}

address strong {
color: #fff;
}