/*

Miele Store Screen Styles
Authored by: Jonathan Poh (Sputnik Agency)
Contact: jonathan.poh@sputnikagency.com


Table of Contents:

	Common
		Typography and Colours
		Layout
		Images
		Lists
		Forms
		Image-replacement
		Miscellaneous
		Handmade by Sputnik		
	Sections
		Header
		Sidebar
		Navigation
		Content
		Footer					
	Page-specific
		Homepage


	
	Colour Palette:
	
		Red 	- #990000
		Black   - #000000
		Dk Grey - #666666
		Lt Grey - #999999

*/


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



body {
	color: #7A7A7A;
	background: #FFF;
	font-family: 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;
	color: #3C3C3C;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	font-weight:bold;
}


h3 {
	font-size: 1.2em;
	margin: 0;
	color: #7A7A7A;
	font-weight: bold;
}


h4 {
	font-size: 1em;
}

a:link, 
a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

a:hover, 
a:active {
	text-decoration: underline;
}

input,
textarea {
}


#outer {
	background-color: transparent;
}


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

p,
li,
td {
	font-size:1.2em;
	line-height: 1.5;
}

td {
	vertical-align:top;
}

p {
	margin-top: 0;
}

ol,
ul {
	margin-top: 0;
	font-size:1em;
	
}

ol ul {
	list-style:inside;
	margin:0 30px .5em 20px;
}

ol li {
	font-size:1em;
}

ol ul li {
	font-size:1.2em;
}

.error {
	color: #F00;
	font-weight: bold;
}

.smallcaps {
	text-transform: uppercase;
	font-size: 8px;
}

.highlight {
	color: #97BE0D;
}

/* 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: 39px auto 0;
	padding: 0;
	width: 960px;
	border: none;
	clear: both;
}

#inner {
	clear:both;
	background: #F0F0F0 url(../img/bg_content.jpg) repeat-x bottom left;
	overflow: auto;
	padding: 30px 60px 30px 60px;
}

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

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

p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Lists
--------------------------------------------- */

ol,
ul {
	margin-left: 0;
	padding-left: 0;
}

ul li {
	list-style: disc outside;
	line-height: 1.5;
}


ul.pdf_downloads  {
	margin-top:10px;
	margin-bottom:3em;
}

ul.pdf_downloads li {
	margin:0;
	padding:3px 20px 5px 20px;
	display:inline;
	list-style:none;

	font-size:.9em;

	background-image:url(../img/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


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

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

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

label {
	margin-right:10px;
}

form .required {
	padding-right:7px;
	background-image:url(../img/required_field_icon.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
}

/* specific to registration form */

#form_register input
{
	width:180px;
}

#form_register select
{
	width:184px;
}


#form_register textarea
{
	width:180px;
	height:60px;
}

#form_register_submit {
	width:70px!important;
	margin-left:55px;
}

/* 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;
}

h2.replaced {
	height: 28px;
}


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

.clear {
	clear: both;
}


.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Handmade by Sputnik
--------------------------------------------- */

#handmade {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#handmade a:link,
#handmade a:visited {
	color: #999999;
	text-decoration: none;
}

#handmade a:hover,
#handmade a:active {
	color: #333333;
}


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

#flashheader {
	margin: 0;
	padding: 0;
	height: 433px;
/*	height: 407px;*/
/*	border-bottom: 1px solid #999;*/
}

#flashheader h1 {
	margin: 0;
}

#flashheader img {
	display: block;
/*	float: left;*/
}



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

#navigation {
	background-color:#3c3c3c;
}

#navigation ul,
#subnav ul {
	margin: 0;
	padding:0 0 0 265px;
}

#navigation li,
#subnav li {
	list-style: none;
	margin: 0;
	padding:0;
	display: inline;
}

#navigation li a:link,
#navigation li a:visited {
	color: #97be0d;

	padding: 0 0.5em;
	text-decoration: none;
	text-transform:uppercase;
}

#navigation li a:hover,
#navigation li a:active {
	/*background: #666;*/
	color: #FFF;
}

#subnav li {
	padding-right: 1em;
	color: #647E08;
	font-size: 1.2em;
}

#subnav li a:link,
#subnav li a:visited {
	color: #97BE0D;
	text-decoration: underline;
	
}


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

#content {
	width: 500px;
	float: left;
	margin: 0;
	
/*	padding: 30px 30px 30px 85px;*/
/*	background: #F0F0F0 url(../images/bg_content.jpg) repeat-x bottom left;*/
}


.now_selling_banner {
	margin:-5px 0 10px 0;
	font-size:1.8em;
	font-weight:bold;
}
.now_selling_banner2 {
	margin:25px 0 10px 0;
	font-size:1.8em;
	font-weight:bold;
	color:#990000;
}

.now_selling_banner,
.now_selling_banner a {
	color:#990000;
}

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

#sidebar {
	width: 310px;
	float: left;
	margin: 0 0 0 30px;
/*	padding: 30px 60px 30px 0;*/
/*	background: #F0F0F0 url(../images/bg_content.jpg) repeat-x bottom left;*/
}

/* Packages
--------------------------------------------- */

.package {
	width:500px;
	/*background:url('../img/frame.jpg') no-repeat;*/
	display:table;
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}

.package_left{
	width:200px;
	height:174px;
	background-color:#dedede;
	padding:7px 6px;
	border:2px solid #bbb;
	text-align:center;
	float:left;
}

.package_left img {
	border:1px solid #565656;
}

.package_right{
	padding:0px 0px 0px 10px;
	float:left;
	width:270px;
}


.frame img
{
	
}

.package ul
{
	margin-left:18px;
}


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

#footer {
	padding: 1em 0;
	clear: both;
	text-align: center;
	color: #C0C0C0;
}

#footer a:link,
#footer a:visited {
	color: #C0C0C0;
}

#footer a:hover,
#footer a:active {
	color: #666666;
}

/* Page-specific: Homepage
--------------------------------------------- */
#whats_new {
	/*border:1px solid #dedede;*/
	margin:20px 0;
	
	background-image:url(../img/bg_heading_whats_new.gif);
	background-repeat:no-repeat;
}



#whats_new h3 {
	padding:8px 15px 2em 15px;
	font-size:1.5em;
	color:#fff;	
	
	border-bottom:1px dashed #cdcdcd;
}

#whats_new h4,
#whats_new h5,
#whats_new .content
{
	padding-left:10px;
	padding-right:0px;
}

#whats_new h4 {
	margin:.5em 0 1em 0;
	
	font-weight:bold;
	font-size:1.2em;
	color:#333;
	float:left;
}

#whats_new h5 {
	margin:.5em 0 0 0;
	padding-right:0;
	font-size:.8em;
	float:right;
}

#whats_new .article .content {
	clear:both;
	border-bottom:1px dashed #cdcdcd;
}

#whats_new .more_info {
	padding-left:25px;
	font-weight:bold;
	background-image:url(../img/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/* Page-specific: Location
--------------------------------------------- */
#locationmap {
	height: 336px;
	background: transparent url(../img/map.gif) no-repeat top left;
	position: relative;
}

#enlargemapbutton {
	position: absolute;
	top: 115px;
	left: 0;
}

#enlargemapbutton a:link,
#enlargemapbutton a:visited {
	display: block;
	text-indent: -5000px;
	width: 177px;
	height: 73px;
}

#enlargemapbutton a:hover,
#enlargemapbutton a:active {
}

#download_master_plan,
#download_stage_plan 
{
	width:240px;
	float:left;
	
}

#download_stage_plan {
	float:right;	
}

#download_master_plan h3,
#download_stage_plan  h3
{
	font-size:1.2em;
	font-weight:bold;
}