﻿/*----about_msc.css this style sheet contains the page settings for www.microwaveservice.co.uk/about_msc.html----*/
/*----Author Steve Griggs, for Microwave Service Company Ltd. 2009-----*/
/*----These are all id's as they are not reused on nay other pages----*/
/*----Default page settings go here---- */
/*----Wrapper holds the page contents and their backgound----*/
/*---- CSS3 styles below, these won't validate and only work in Safari, Firefox, and Chrome at present
but they give some nice rounded borders if they do work!
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
----*/
#wrapper {
	position:absolute;
	left: 10px;
	top: 5px;
/*----Height must be set for the contents as the wrapper div has no content----*/
	height:800px;
	width:974px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*----Div for basic about the company info----*/	
#about1{
position:absolute;
	left:150px;
	top:132px;
	width:380px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;	
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*----Div for a quick resume of where we are----*/
#about2{
position:absolute;
	left:560px;
	top:132px;
	width:398px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;	
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*----Div for  quick resume of what we sell----*/
#retail{
position:absolute;
	left:10px;
	top:355px;
	width:520px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/*----Div for health and safety policy etc.----*/
#moreinfo{
position:absolute;
	left:10px;
	top:520px;
	width:520px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/*----Title for picture of shop front.----*/
#shopfront{
position:absolute;
	left:865px;
	top:295px;
	width:95px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/*----Title for picture of shop interior----*/
#inside{
position:absolute;
	left:870px;
	top:500px;
	width:85px;
	padding:6px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/*----Picture of shop front----*/
#shopfrontpic {
	position:absolute;
	background-image:url('../images/shopfront_2009_b_300px.jpg');
	background-repeat:no-repeat;
	width:300px;
	height:185px;
	left: 560px;
	top:295px;
	border:1px;
	border-color:gray;
	border-style:solid;
}
/*----Picture of shop interior----*/
#retailpic {
	position:absolute;
	background-image:url('../images/shop_sales_2009e_300px.jpg');
	background-repeat:no-repeat;
	width:300px;
	height:190px;
	left: 560px;
	top:500px;
	border:1px;
	border-color:gray;
	border-style:solid;
}
/*----Div containing additional hyperlinks to related websites.----*/
#links {
	position:absolute;
	left:10px;
	top:720px;
	width:940px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

