/* Stylesheet for www.safestore.net.nz */

/* General setup styles */

* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
html {
    overflow: -moz-scrollbars-vertical;
}
body {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 11px;
}
a:focus {
    outline: 0;
    -moz-outline: 0;
}

/* Site Specific Styles */

#site_container {
    background-color: #758e64;
    width: 780px;
}
#header {
    width: 100%;
    height: 164px;
    background: url(../images/template/header.jpg) no-repeat right;
}


#content {
    background: #fff;
    margin: 0 4px;
    padding-left: 13px;
    padding-right: 13px;
}
#navigation {
    list-style: none;
    height: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
}
#navigation li {
    float: left;
    text-transform: uppercase;
    margin-right: 22px;
}
#navigation a {
    color: black;
    text-decoration: none;
    font-size: 13px;
}
#navigation a:hover {
    text-decoration: underline;
}
#footer {
    background-color: #758e64;
    list-style: none;
    height: 31px;
    font-size: 14px;
    padding-top: 7px;
    padding-left: 10px;
}
#footer li {
    float: left;
    display: inline;
    padding: 0 17px;
}
#footer a {
    color: white;
}
#content_wrapper {
    float: left;
    width: 745px;
    background: url(../images/template/content_bg.gif) repeat-y;
    margin-bottom: 13px;
}
#content h1 {
    width: 500px;
    text-indent: -2000px;
    height: 63px;
    font-size: 0;
    float: left;
}
#content h2 {
    font-size: 15px;
    color: #51652b;
    text-transform: uppercase;
}
#content h3 {
    font-size: 13px;
    color: #51652b;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 0;
}
#content h4 {font-weight:bold;color: #51652b;font-size:10pt;}
#content p, #column_1 ul, #column_2 ul, address, #content dl {
    font-size: 13px;
    line-height: 17px;
    /*color: #909d7a;*/
	/*color:#848E74;*/
	color:#6F7860;
    padding-bottom: 20px;
}
#content dt {
    float: left;
    width: 50px;
}
form {
    font-size: 12px;
    line-height: 17px;
    color: #909d7a;
}
form label {
    float: left;
    margin-top: 5px;
}
form fieldset {
    padding: 10px;
    border: 1px solid #51652b;
    border-left: 5px solid #51652b;
    padding-top: 10px;
}
form legend {
    text-transform: uppercase;
    color: #51652b;
    padding: 0 5px;
}
form textarea {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    font-family: tahoma, arial, helvetica, sans;
    width: 100%;
}
address {
    line-height: 20px;
    font-style: normal;
    border-left: 5px solid #51652b;
    padding-left: 10px;
    padding-bottom: 0;
}
#content blockquote {
    font-size: 14px;
    color: #51652b;
    font-weight: bold;
}
#column_1 ul, #column_2 ul {
    padding-left: 20px;
    padding-top: 5px;
}
#column_1 li, #column_2 li {
    padding: 2px 0;
}
#content strong {
    color: #698150;
    font-weight: normal;
}
#home_title {
    background: #fff url(../images/template/storeITsecureIT.png) no-repeat;
}
#locations_title {
    background: #fff url(../images/template/storeITsecureIT.png) no-repeat;
}
#services_title {
    background: #fff url(../images/template/storeITsecureIT.png) no-repeat;
}
#contact_title {
    background: #fff url(../images/template/storeITsecureIT.png) no-repeat;
}
#column_1, #column_2, #right_column{
    width: 199px;
    padding: 10px;
    padding-bottom: 5px;
}
#right_column {
    width: 223px;
    float: right;
}
#column_1, #column_2 {
    float: left;
    padding: 22px;
}
#column_1 {
    margin-right: 8px;
    width: 243px;
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;
    /* recover from trick */
    width: 199px;
    /* intended value for better browsers */
}
#locations  {
    list-style: none;
}
#locations li {
    width: 219px;
    height: 96px;
    margin-bottom: 5px;
    background: #526a41;
    border: 2px solid #758e64;
}
#locations a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    text-decoration: none;
}
#locations a:hover {
    background: #7c0400;
}
#locations span {
    padding: 4px 0 0 7px;
    display: block;
}
#locations a img {
    border: 0;
}
.location_text {
 /*   height: 165px;*/
}
.location_map {
    position: absolute;
    margin-left: -12px;
    border: 1px solid black;
}
#r_images {
	list-style:none;
}
#r_images li {
	border:2px solid #758e64;
	width:219px;
	height:100px;
	_height:76px;
	margin-bottom:5px;
	background: #526a41;
}
#r_images span {
    padding: 4px 0 5px 7px;
    display: block;
    color: white;
}
.spacer {
    position:relative;
    height:220px;
}
