/*
Theme Name: Montgomery Spring
Theme URI: http://wordpress.org/
Description: The custom theme by Hunter Bevan
Version: 1
Author: Hunter Bevan
Author URI: http://www.hunterbevan.co.uk/



*/
/*
STYLE SHEET FOR XXXXXX
Created by 
www.xxxxxxxx.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	
	width: 100%;
	height: 100%;
	background-color: #a1a1a1;
	color: #333;
}

/* ------- 2. structure ------- */

#wrapper {
	width:750px;
	margin: 30px auto;
	background-color: #fff;
	height: 100%;
	padding: 0 15px 40px 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	letter-spacing: 0.5px; 
	font-size: 11px;
	text-align: left;
}

#wrapper-home {
	background: #fff url(images/water-choice.jpg) no-repeat bottom center;
	width:750px;
	margin: 30px auto;
	height: 550px;
	padding: 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	text-align: center;
}

#wrapper-sitemap {
	background: #fff url(images/water-sitemap.jpg) no-repeat bottom center;
	width:750px;
	margin: 30px auto;
	height: 550px;
	padding: 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	text-align: center;
}

#wrapper-products {
	width:800px;
	margin: 30px auto;
	background-color: #fff;
	height: 100%;
	padding: 0 15px 40px 15px;
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	letter-spacing: 0.5px; 
	font-size: 11px;
	text-align: left;
}

#masthead {  /* Company logo or banner */
}

#home-content {
margin-top: 50px;
}

#home-links {
width: 600px;
margin: 25px auto;
}

.home-entry {
margin:25px auto;
width: 500px;
}

#sidebar {
margin: 300px 0 0 10px;
width: 205px;
float: left;
}

.page-content {
	width: 530px;
	float: right;
	min-height: 500px;
}

.product_content {
width: 750px;
}

#content {  /*  Main central content box  */
}


.flash-1 {
width: 119px;
float: left;
text-align:right;
margin-top: 85px;
}

.flash-2 {
width: 97px;
float: left;
text-align:right;
margin-top: 20px;
}

.flash-3 {
width: 111px;
margin: 30px 0 0 50px;
float: left;
text-align: center;
}


#retail {
width: 270px;
float: left;
margin-left: 30px;
}

#consumer {
width: 270px;
float: right;
margin-right: 30px;
}

fieldset {
padding: 10px;
}

.button { 
float: right;
}

#footer {
height: 20px;
}


.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
font-weight: 600;
font-size: 12px;
text-decoration: none;
}

a:visited {
}

a:hover {
color: #A5BCD3;
text-decoration: underline;
}

a:active {
}

#sidebar ul {
list-style-type: none;
}

#sidebar ul li a {
color: #333;
font-weight: 600;
font-size: 11px;
text-decoration: none;
letter-spacing: 1px;
line-height: 18px;
}

#sidebar ul li a:hover {
color: #A5BCD3;
text-decoration: underline;
}

ul.water-nav {
list-style-type: none;
float: right;
}

ul.water-nav li {
height: 63px;
width: 150px;
text-align: right;
}

ul.water-nav a {
padding: 25px 35px 25px 0;
display: block;
}


ul.water-nav a.still {
background: url(images/still.gif) no-repeat right 0;
}

ul.water-nav a.still:hover {
background: url(images/still.gif) no-repeat right -63px;
}

ul.water-nav a.sparkling {
background: url(images/sparkling.gif) no-repeat right 0;
}

ul.water-nav a.sparkling:hover {
background: url(images/sparkling.gif) no-repeat right -63px;
}

ul.water-nav a.flavoured {
background: url(images/flavoured.gif) no-repeat right 0;
}

ul.water-nav a.flavoured:hover {
background: url(images/flavoured.gif) no-repeat right -63px;
}


#retail ul, #consumer ul {
list-style-type: none;
}






#footer ul {
width: 750px;
margin: 0 auto;
list-style-type: none;
}

#footer ul li {
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	letter-spacing: 0.5px; 
	font-size: 9px;
	display: inline;
}

#footer ul li.left {
text-align: left;
float: left;
}

#footer ul li.right {
text-align: right;
float: right;
}

#footer ul li a {
font-size: 9px;
}

#footer ul li a:hover {
color: #fff;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul {
margin-bottom: 10px;

}



h1 {
font-size: 40px;
color: #a5bcd3;
width: 300px;
float: left;
margin: 35px 0 20px 0;
}

h2 {
}

h3 {
}

h4{
}

p {
font-size: 11px;
line-height: 16px;
}




ul {
}


ol {
}

hr {
color: #a5bcd3;
}

.whitebold {
color: #fff;
font-weight: 600;
padding: 10px 0 0 10px;
}

/* ------- 5. images ------- */

a img {
	border: 0;
}

.logo {
float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.padding-right {
padding-right: 30px;
}

.padding-left {
padding-left: 30px;
}

/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

/* ------------------------ */

.text {
padding: 5px 10px;
}

.startgame {
color: #000;
background-color: transparent;
font-size: 2em;
}
.small { color: #333; font-size: xx-small; font-family: Tahoma, Verdana, "Trebuchet MS" }

.consumerBG {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/waterBG.jpg) no-repeat top;
}

.retailBG {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/jugBG.jpg) no-repeat top;
}

.funWithWater {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/Welsh%20Dragon.jpg) no-repeat top;
text-align: center;
}

a.link, a.active, a.hover {
color: #666666;
}

a.visited {
color: #a5bcd3;
}

.td_spacer {
height: 1px;
width: 100%;
background-color: #a5bcd3;
}

div#navigation {
width: 100px;
padding: 0px 0px 20px 0px
}

div#navigation ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#navigation li {
margin: 2px;
font-weight: bold;
}

div#navigation a {
display: block;
width:175px;
padding: 0px 2px 0px 10px;
text-decoration: none; /*lets remove the link underlines*/
}

div#navigation a:link, div#navigation a:active, div#navigation a:visited {
color: #333333;
}

div#navigation a:hover {
color: #a5bcd3;
text-decoration: underline;
}

/* Site Map */

div#siteMap {
width: 175px;
}

div#siteMap ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#siteMap li {
margin: 2px;
font-weight: bold;
}

div#siteMap a {
display: block;
width:175px;
padding: 0px 0px 0px 0px;
text-decoration: none; /*lets remove the link underlines*/
}

div#siteMap a:link, div#siteMap a:active, div#siteMap a:visited {
color: #333333;
}

div#siteMap a:hover {
color: #a5bcd3;
text-decoration: underline;
}
