/* @override http://www.sentinelselfstorage.com.au/css/sentinel.css */

body {
	background-image: url(../upload/template/sentinel/background-001.png);
	background-repeat: repeat-x;
	background-color: #de1c23;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
}

/* @group Panels */

#container {
	width: 960px;
}

#banner {
	height: 300px;
	background-image: url(../upload/template/sentinel/banner-001.png);
	text-indent: -1000em;
}

#search {
	display: none;
}

#main {
	/*overflow: hidden;*/
	background-image: url(../upload/template/sentinel/main-background-001.png);
}

#content {
	float: left;
	width: 540px;
	padding: 1em 3em;
}

/* @end */

/* @group Sidebar */

#sidebar-left {
	float: left;
	background-color: #f00;
	width: 150px;
}

#sidebar-left .navigation a {
	float: left;
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	color: #fff;
	font-size: 1.6em;
	/*letter-spacing: 0.1em;*/
	text-decoration: none;
	width: 110px;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}

#sidebar-left .navigation .selected a {
	background-image: url(../upload/template/sentinel/main-background-001.png);
}

#sidebar-left .navigation a:hover {
	background-image: url(../upload/template/sentinel/main-background-001.png);
	/*color: #ff0000;*/
}

#sidebar-left .navigation li {
	clear: both;
}

#sidebar-right {
	float: left;
	width: 120px;
	padding: 10px 20px;
	line-height: 1.4;
	font-weight: normal;
}

#sidebar-right h1 {
	font-size: 2em;
	font-style: italic;
}

/* @end */

/* @group Fonts */

#content p {
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 1em;
}

/*#content div p {
	font-size: 1em;
}*/

#content ul {
	margin: 1em 2em;
}

#content li {
	line-height: 1.4;
	font-size: 1.2em;
	padding: 0 0 0.6em 2em;
	background-image: url(../upload/template/sentinel/tick-001.png);
	background-repeat: no-repeat;
}

#content h1 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 4em;
	color: #000;
	margin-bottom: 0.6em;
}

#content h2 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 3em;
	color: #000;
	margin-bottom: 0.8em;
}

#content h3 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 2.6em;
	color: #000;
	margin-bottom: 1em;
}

#content h4 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 2em;
	color: #000;
	margin-bottom: 1em;
}

#content h5 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 1.6em;
	color: #000;
	margin-bottom: 1em;
}

#content h6 {
	font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif;
	font-size: 1.4em;
	color: #000;
	margin-bottom: 1em;
}

#content a {
	color: #fff;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.center {
	text-align: center;
}

/* @end */

/* @group Tables */

#content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.6em;
}

#content td {
	border-top: 1px solid red;
	padding: 0.4em 0;
	border-color: #a61921;
}

#content td p {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Footer */

#footer {
	position: absolute;
	top: 0;
	left: 750px;
	width: 170px;
	height: 260px;
	padding: 20px;
}

#footer p {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	line-height: 1.3;
}

#footer p strong {
	font-size: 1.6em;
	color: #fff;
}

#footer-main {
	clear: both;
	padding-left: 180px;
}

#footer-main a {
	display: block;
	text-indent: -1000em;
	background-image: url(../upload/template/sentinel/top-001.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 20px;
}

/* @end */

/* @group Slideshow */

#content .crossfade {
	padding: 0;
	margin: 0;
	height: 340px;
	width: 540px;
}

#content .crossfade li {
	padding: 0;
	margin: 0;
	background-image: none;
}

#content .crossfade img {

}

/* @end */

/* @group Columns */

.col {
	float: left;
	margin-left: 20px;
	width: 250px;
}

.col.first {
	margin-left: 0;
}

#content .col h2 {
	margin-bottom: 0.4em;
}


/* @end */

