/*

Red Group Screen Styles
Authored by: Jonathan Poh (Tangent One)
Contact: jonathan.poh@tangentone.com.au


Table of Contents:

	Common
		Typography and Colours
		Layout
		Images
		Forms
		Image Replacement
		Miscellaneous

	Sections
		Header
		Banner
		Sidebar
		Navigation
		Content
		Footer
	Page-specific
		Homepage
		Sitemap
		Contact Us

*/


/* Typography and Colours
--------------------------------------------- */



body {
	color: #000;
	background: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: #dc2724;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.8em;
	color: #111;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #730704;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

a:link, 
a:visited {
	color: #900;
	text-decoration: none;
	border-bottom: 1px none #ccc;
}

a:hover, 
a:active {
	border-bottom: 1px dotted #900;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

#outer {
	background-color: #ebebeb;;
}

#shadow {
	width: 100%;
	background: #ebebeb url(../images/bg-page.gif) repeat-y 50% 0;
}


#header {
	color: #000;
	background: transparent;
}

/* Layout
--------------------------------------------- */

html {
	height: 100%;
	margin: 0;
	margin-bottom: 1px; /* Ensure scrollbars always appear, so page doesn't shift horizontally when moving between pages of different lengths */
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

#outer {
	margin: 0 auto;
	padding: 0;
	border: none;
	clear: both;
	overflow:auto;
	width: 972px;
}



/* Images
--------------------------------------------- */

img {
	border: none;
	margin: 0;
	padding: 0;
}

p img {
	padding: 0;
}



/* Forms
--------------------------------------------- */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-weight: normal;
}

/* Image Replacement
--------------------------------------------- */

/* To replace a HTML text headline with GIF- or PNG-text, 
   assign class="replaced" to the heading tag, and give it a unique ID, eg
   id="h-myheading" and define the image as the background, and set the width
   and height of the image.

   Example:

   [HTML]
   <h1 class="replaced" id="h-heading">This is a Heading</h1>

   [CSS]
	#h-heading {
		background: url(../images/h-heading.gif) no-repeat 100% 100%;
		width: 426px;
		height: 24px;
	}
   

*/

.replaced {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	display: block;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
}

.nav-home {
	background-image: url(../images/nav-home.png) !important;
	width: 41px;
}

.nav-aboutus {
	background-image: url(../images/nav-aboutus.png) !important;
	width: 72px;
}

.nav-news {
	background-image: url(../images/nav-news.png) !important;
	width: 40px;
}

.nav-ourbrands {
	background-image: url(../images/nav-ourbrands.png) !important;
	width: 92px;
}

.nav-careers {
	background-image: url(../images/nav-careers.png) !important;
	width: 61px;
}

.nav-franchising {
	background-image: url(../images/nav-franchising.png) !important;
	width: 97px;
}

.nav-contact {
	background-image: url(../images/nav-contact.png) !important;
	width: 69px;
}

.nav-property {
	background-image: url(../images/nav-property.png) !important;
	width: 70px;
}

.h-ourbrands {
	background-image: url(../images/h-ourbrands.png) !important;
	width: 90px;
}

.h-latestnews {
	background-image: url(../images/h-latestnews.png) !important;
	width: 91px;
}


/* Miscellaneous
--------------------------------------------- */

.skiplink {
	display:none;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#banner div.ai_cb_na,
#sidebar div.ai_cb_na,
div.col_2 div.ai_cb_na {
	margin: 0 !important;
}

/* Header
--------------------------------------------- */

#header {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: auto;
	background-color: #fff;
	height: 123px;
}

#header h1 {
	margin: 0 0 0 12px;
	position: absolute;
	background: url(../images/logo-redgroup.png) no-repeat 100% 100%;
	width: 226px;
	height: 123px;
}

#header img {
	display: block;
}

#header h1 a:link,
#header h1 a:visited {
	display: block;
	width: 226px;
	height: 123px;
}

#header h1 a:hover,
#header h1 a:active {
	border: none;
}
/* Banner
--------------------------------------------- */
#banner {
	margin: -20px 0px 0px 0px;
	clear: left;
	overflow: hidden;
	height: 218px;
}

/* Sidebar
--------------------------------------------- */

#sidebar {
	margin-top: 20px;
	width: 150px;
	float: left;
	padding: 0 10px;
}

.header {
	background: #2a2929 url(../images/bg-header.gif) repeat-x 0 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.header h2 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.6em 1em;
}

#sidebar .header h2 {
	margin: 0;
}

#sidebar .nav {
	border: 1px solid #ccc;
	border-top: none;
}

#sidebar .nav li {
	list-style: none;
	margin-left: 0;
	background: #e4e4e4 url(../images/bg-sidebarnav.gif) repeat-x 0 0;
	font-size: 1.2em;
}

#sidebar .nav li a:link,
#sidebar .nav li a:visited {
	color: #1d1d1d;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	border-width: 0;
}

#sidebar .nav li a:hover,
#sidebar .nav li a:active {
	text-decoration: none;
	background-color: #e4e4e4;
	border-width: 0;
}

/* Navigation
--------------------------------------------- */

#nav {
	margin-top: 45px;
}

#nav ul {
	margin: 0 10px 0 0;
	float: right;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: #c81711 url(../images/bg-nav.gif) repeat-x 0 50%;
	border-left: 1px solid #cd3631;
	border-right: 1px solid #a1110c;
}

#nav li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-left: none;
	
}

#nav li:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-right: none;
}

#nav li a:link,
#nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1em 1.6em;
	border-width: 0;
}

#nav li a:hover,
#nav li a:active {
	color: #FFF;
	background: #a22925;
	border-width: 0;
	outline: none;
}

#nav li:first-child a:hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#nav li:last-child a:hover {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* Content
--------------------------------------------- */

#content {
	background: #fff;
	border: 1px solid #d7d6d6;
	border-top: none;
	width: 435px;
	float: left;
	padding: 20px 15px 35px 15px;
	margin-bottom: 3em;
	min-height: 320px;
}

#content.wide {
	width: 760px;
}

.col_1 {
	width: 456px;
	float: left;
	margin-right: 20px;
}

.col_1 blockquote {
	font-style: normal;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #c9c8c8;
	color: #7f0000;
	font-size: 1.8em;
	width: 200px;
	float: right;
}

.col_1 blockquote span {
	font-size: 0.66em;
	font-style: italic;
	font-weight: normal;
	color: #555;
	line-height: 2;
}

.col_2 {
	width: 280px;
	float: left;
}

.col_2 img {
	border: 1px solid #d5d4d4;
	padding: 3px;
}


.col_2 em {
	color: #555;
}



#content li {
	font-size: 1.2em;
	list-style: disc outside;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#content li li,
#content li li li {
	font-size: 1em;
}



/* Footer
--------------------------------------------- */

#footer {
	color: #fff;
	background-color: #313030;
	border-top: 1px solid #999;
	padding: 0.8em 1em 0.8em 2em;
	font-size: 1.2em;
	line-height: 1.2;
	clear: both;
	overflow: auto;
}
#footer .nav {
	float: right;
}

#footer .nav ul {
	list-style: none;
	
}

#footer .nav li {
	display: block;
	float: left;
	font-size: 1em;
	line-height: 1.2;
	border-left: 1px solid #fff;
}

#footer .nav li:first-child {
	border-left: none;
}

#footer .nav li a:link,
#footer .nav li a:visited {
	color: #fff;
	display: block;
	padding: 0 1.5em;
	border-width: 0;
}

#footer .nav li:last-child a:link,
#footer .nav li:last-child a:visited {
	padding-right: 0;
}

#footer .nav li a:hover,
#footer .nav li a:active {
	border-width: 0;
	text-decoration: underline;
}

/* Page-specific: Homepage
--------------------------------------------- */

#newssummary {
	margin: 20px 10px 3em 10px;
	width: 315px;
	float: left;
}


#newssummary .content {
	background: #fff;
	border: 1px solid #d7d6d6;
	border-top: none;
	padding: 0 15px 23px;
	overflow: auto;
	min-height: 300px;
}


#newssummary .newsitem {
	border-top: 1px solid #d7d6d6;
}

#newssummary .content .newsitem:first-child {
	border: none;
}


#newssummary .newsitem h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/* Page-specific: Sitemap
--------------------------------------------- */

#content ul.Sitemap {
}

#content ul.Sitemap li {
	list-style: none;
}

#content ul.Sitemap ul {
	margin-top: 0.5em;
	border-left: 1px solid #ccc;
}

/* Page-specific: Contact Us
--------------------------------------------- */

table.DataCapture {
	width: 100%;
	
}

table.DataCapture td {
	font-size: 1.2em;
	vertical-align: top;
	padding: 0.5em;
}

table.dc td.dc_left {
	text-align: right;

}

table.dc td.dc_right {
}

table.DataCapture input,
table.DataCapture textarea {
	padding: 5px;
	border: 1px solid #ccc;
}

table.DataCapture input[type=button] {
	background: #a22925;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-size: 0.78em;
	text-transform: uppercase;
	float: right;
	padding: 3px 6px;
}