/*  
Website Name: THS
Website URL: http://www.thehydraulicshop.com.au/
Description: Simple 2 column dark/light, commercial layout.
Version: 1.0
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au/
*/ 

/* --- UNIVERSAL RULES ----------- */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #FFF;
}

/* --- IE6 PNG FIX ----------- */
img, div {
	behavior: url(iepngfix.htc);
}


/* --- TEXT STYLES ----------- */
h1 {
	font-size: 16px;
	color: #C4262E;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
}

h2 {
	font-size: 14px;
	color: #00529B;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
}

p {
	text-align: justify;
	padding: 0px 10px 0px 10px;
}

b {
	font-weight: 100;
}

blockquote {
	margin: 25px 0 20px 20px;
	border-left: 4px solid #C4262E;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.blue {
	color: #00529b;
}

.red {
	color: #EE3124;
}

.default {
	color: #383838;
}

.x-small {
	font-size: 11px;
}

.capitalise {
	text-transform: uppercase;
}

.center {
	text-align: center;
}


/* Services Page h2 bg */
.text-bg {
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #999999;
}
	
	
/* --- Text Alignment ----------- */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}


/* --- IMG ----------- */
.img-right {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

/* --- LINKS ----------- */
a, a:visited {
	text-decoration: none;
	color: #ee3124;
}

a:hover {
	color: #121212;
}


/* --- LISTS ----------- */
ul {
	width: 600px;
	text-align: justify;
	list-style: circle;
}

li {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 20px;
}


/* --- LAYOUT ----------- */
#border {
	width: 968px;
	background-image: url(images/shaddow.png);
	background-repeat: repeat-y;
	margin: auto;
}

#wrapper {
	width: 948px;
	margin: auto;
}

/* --- banner ----------- */
#banner {
	width: 948px;
	height: 200px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* --- navigation ----------- */
#nav {
	width: 948px;
	height: 25px;
	margin: auto;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

/* --- content ----------- */
#content {
	width: 677px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(images/border.png);
	background-position: right center;
	background-repeat: repeat-y;
}

#slideshow {
	width: 660px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}


/* STOCK - products.html */
#stock-top {
	width: 650px;
	margin-left: 27px;
	margin-top: 50px;
}

#stock-top img {
	margin-right: 20px;
	margin-left: 6px;
}

#stock-bottom {
	width: 316px;
	margin: 30px auto 70px;
}

#stock-bottom img {
	margin-right: 20px;
	padding-top: 30px;
}


/* Staff Profiles - staff.html */
.staff-seperator {
	width: 625px;
	height: 4px;
	margin: auto;
	border-bottom: 1px dotted #C4262E;
}


/* --- sidebar ----------- */
#sidebar {
	width: 271px;
	float: right;
	padding-top: 30px;
}

#sidebar p {
	text-align: center;
	padding: 0px;
}

#sidebar a, a:visited {
	text-decoration: none;
	color: #ee3124;
}

#sidebar a:hover {
	color: #121212;
}

/* --- profile ----------- */
#profile {
	width: 150px;
	height: 42px;
	padding: 10px 50px 5px;
	margin: 25px 0 10px 10px;
	border-top: 1px solid #dadbe1;
	border-bottom: 1px solid #dadbe1;
}

#profile p {
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#profile img {
	float: left;
}


/* --- footer ----------- */
#footer {
	clear: both;
	width: 948px;
	height: 80px;
	background-color: #00529B;
	margin-top: 5px;
	margin-bottom: 0px;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #FFF;
	padding-top: 15px;
}

#footer a, a:visited {
	text-decoration: none;
	color: #121212;
}

#footer a:hover {
	color: #ee3124;
}

/* --- tables ----------- */
td.top {
	text-transform: uppercase;
}

/* --- filtration ----------- */
#filtration {
	width: 330px;
	height: 50px;
	margin: 40px auto;
}

#filtration ul {
	margin: 0;
	padding: 0;
}

#filtration li {
	margin: 0;
	padding: 0 50px 0 0;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #ee3124;
	text-transform: uppercase;
}

#filtration a, a:visited {
	text-decoration: none;
	color: #ee3124;
}

#filtration a:hover {
	color: #121212;
}


