/*Style.css for Wearmout.com and .co.uk
Created Spring 2010
By Joseph Tinkler
*/

html,
	body {
		margin:0;
		padding:0;
		height:100%;
		font-family:"Century Gothic",Georgia,Serif;
	}
	
	h1{
	text-decoration: underline;
	color: #10A3E6;
	}
	
	h2{
		text-align: center;
		font-weight: bold;
		font-size: large;
	}
	
	/* Containers for maps */
	#map_maidstone{
		height: 290px;
		width: 290px;
	}
	
	#map_tonbridge{
		height: 290px;
		width: 290px;
	}
	/* End Containers for maps */
	
	#important{ /*Used when there is an important message*/
		width: 450px;
		border-style:solid;
		border-width:1px;
		background-color:#FFD1D3;
		padding: 5px;
		text-align: center;
	}
	
		#offer{
		width: 450px;
		border-style:solid;
		border-width:1px;
		background-color:#BEFFA3;
		padding: 5px;
		text-align: center;
	}
	
	ul { 
		list-style-image: url(assets/images/pinksquare.png) 
	}
	
	#terms{
		text-align: left;
		width: 75%;
	}
	
	/* Borders for images */
	img.green {
		border:5px solid #93CC0E;
	}
	img.orange {
		border:5px solid #E69D00;
	}
	img.red {
		border:5px solid #D5268B;
	}
	/* End borders for images */
		
	#container {
		min-height:100%;
		position:relative;
	}
	
	#header {
		text-align:center;
		padding:10px;
	}
	
	#body {
		text-align:center;
		padding:10px;
		padding-bottom:25px;	/* Height of the footer */
	}
	
   	div.sidefloat{ /* Container for the left and right floating text and images */
		width:602px;
		border-bottom: 25px;
		text-align: center;
	}
	
	div.left {
		float:left;
		width:300px;
    }

	
    div.right {
		float:right;
		width:300px;
   }
	
	p.imageCaption{
		font-size: small;
		text-align: right;
		padding-right: 15px;
		margin: 0pt 0pt 0pt 0pt;
	}
	
		div.printOnly{
		display: none;
	}
	
	#footer {
		/* position:absolute; */
		position:float;
		bottom:0;
		font-size: small;
		width:100%;
		/*padding-top:2px;*/
		color:#D8D8D8;
	}
	
	#footer a{
		text-decoration: none;
		color: #D8D8D8;
	}
