body {
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/Background%201.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d7d3d0;
}

/* Main Web Page area */

#DropShadow {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/DropShad.png);
	background-repeat: repeat-y;
}

#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../Images/LeftBar_02.jpg);
	background-repeat: repeat-y;
}


/*---------------------------------------------------*/

/* Global Formatting Stuff */

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}



h4 {
	margin-bottom:0;
}

/*Turn off all borders on image links*/
img {border-style: none;}

.Underline {
	text-decoration: underline;
	font-weight: normal;
}
/* Link formatting */
a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	color: #960;
	text-decoration: none;
}
a:active {
	color: #000;
}

.CaptionFont {
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
/*---------------------------------------------------*/

/* Page Header, Footer and Sidbar pieces */

#header {
	height: 108px;
	width: 1000px;
	background-image: url(../Images/Header.png);
}

/* This positions the logo exactly over the logo in the Header image. This is done such that a Hotspot can be created. A blank PNG file could have done the same, but thought better to put the image there for clarity. Shouldn't have any download speed problem */
#header img {
	margin-left: 767px;
	margin-top: 17px;
}

#footer {
	height: 28px;
	width: 1000px;
	background-image: url(../Images/Footer-Fade.png);
	text-align: right;
	color: #CCC;
}
#corner {
	float: left;
	background-image: url(../Images/CornerPiece.png);
	height: 88px;
	width: 139px;
}

#sideBar {
	float: left;
	background-image: url(../Images/LeftBar_01.jpg);
	height: 585px;
	background-repeat: no-repeat;
	width: 144px;
}

#copyrightText {
	color: #CCC;
	position: relative;
	top: 7px;
	text-align: right;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*---------------------------------------------------*/

/*
#Wrapper #SideBar a {color:#ebebe7; text-decoration:underline;} 
#Wrapper #SideBar a:hover {color: #02204e;text-decoration: underline;}
#Wrapper #SideBar a:active {color: #ffcc33;text-decoration: underline;}
*/	



/*---------------------------------------------------*/

/* Menu */

#TopMenu {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	float: right;
	font-size: 12px;
}

#TopMenu a {
	padding-right: 10px;
	padding-left: 21px;
}

#SubMenu {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#SubMenu a {
	font-size: 80%;
	padding-right: 10px;
	padding-left: 0px;
	text-decoration: underline;
}

#BottomMenu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 80%;
}

#BottomMenu a {
	padding-right: 10px;
	padding-left: 21px;
}
/*---------------------------------------------------*/



/*---------------------------------------------------*/

/* Local formatting of pics on Index page */

.ShopTour {
	width: 50%;
	float: left;
}
.RepairProcess {
	width: 50%;
	float: right;
	clear: right;
}

/*---------------------------------------------------*/

/* This is no longer used - commenting out just in case it is! 
#Pic {
	top: 300px;
	position: relative;
	left: 30px;
	clear: none;
	float: none;
	width: 30px;
	height: 0px;
}
*/

/*---------------------------------------------------*/

/* Side menu links */
#InfoLink {
	position: relative;
	top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	width: 100px;
	left: 15px;
}

#FB_Logo {
	position: relative;
	background-color: #999;
	top: 160px;
	width: 100px;
	left: 15px;
}

#BBB_Logo {
	position: relative;
	background-color: #999;
	top: 170px;
	width: 100px;
	left: 15px;
}


#SideButtons {
	position: relative;
	top: 400px;
	left: 10px;
	padding: 5px 5px 0 5px;
	border: 2px solid black;
	width: 100px;
}

#SideButtons img {
	margin-bottom: 10px;
}

#SideLogos {
	position: relative;
	top: 10px;
	left: 15px;

}

#SideLogos img {
	margin-bottom: 20px;
	margin-left: 10px;
}

#SideLogos a:hover img {
	background-color:#928e88;
}

		   
/*---------------------------------------------------*/

/* Main Content area */
#Title {
	clear: none;
	float: none;
}
#Title h1 img {
	margin-left: 110px;
}
#Title h1 {
	text-align: left;

}

#Content-Main {
	margin-left: 170px;
	padding-left: 50px;
/*	text-align: left; */
	padding-right: 50px;
}
#Content-Main h2 {
	font-family: Arial, Helvetica, sans-serif;
}
/*
#Content-Main p {
	text-align: center; 
}
*/

#Content-Main #Content-Sub1 {
	text-align: left;
}
#Content-Main #Content-Sub1 p {
	text-align: justify;
}

.BulletFormat {
	font-size: 90%; 
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS for formatting Images and words */
.MapPic {
	float: left; 
	margin-right: 40px;
}
/* Does not work for IE */
.MapPic Img {
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}
.PictureBox {
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px 10px 0 10px;
	background-color:#CCC;
	border: 2px solid black;
}
.PictureBox img{
	border: 1px solid black;
}

.PicBorder {
	border: 2px solid black;	
}

.TextStyle {
	text-align:justify;
}

.A123 {
	float: left;
	border: 1px solid black;
}

.QualityVideo {
	float: left;
	margin-right: 60px;
}

#FeelFreeText {
	float: left;
	border: 1px solid black;
}

#Before {
	float: left;
	
}

#Video {
	float: left;
	padding: 0 3px 0 3px;
	border: 2px solid black;
	margin: 0 5px 0 5px;
}

#After {
	float: left;
	
}


