/* Thomas Marsden | Responsive Shell */
/* --------------------------------- */
/* Website: Responsive Shell v1.0    */
/* Author: Thomas Marsden 		     */
/* URL: www.thomasmarsden.com.au     */
/* Created: 3rd May 2012	 	     */
/* Last Revised: 3rd May 2012	     */
/* --------------------------------- */


/* -------------------- */
/* Start Desktop Styles */
/* -------------------- */

/* Reset Width */
/* */

.inner {
	padding: 0 3%;
	width: 94%;
}

#featured .inner {
	padding: 0;
	width: 100%;
}

/* Disable + Enable */
/* */

.desktop-only {
	display: block;
}

.mobile-only,
.flex-direction-nav {
	display: none;
}

header h1.widescreen,
header h1.tablet,
header h1.smartphone {
	display: none;
}
header .logo2 h2 {
	width: 140px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    line-height: 20px;
    color: #ffffff;
    transform: rotate(0deg);
    margin: 26px 0 0 20px;
}

.Bunnings_Logo {
    width: 140px;
    margin: 6px 20px 0 0;
}

a.quote_button {
    float: right;
    display: inline-block;
    width: 35%;
    padding: 11px 10px;
    margin: 16px 6% 8px 0;
    font-size: 14px;
    color: #ffffff !important;
    background-color: #e97425;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
}

/* Change Colours */
/* */

header {
}

nav {
}

#featured {
}

nav ul li a {
}

nav ul li a:hover,
nav ul li a.active {
}

nav ul li a:active {
}

nav ul li a.first {
}

/* Header */
/* */

header {}

#relatedfiles tr:nth-child(even) {
background-color: #EEEEEE;
}

/* ------------------ */
/* End Desktop Styles */
/* ------------------ */