body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin:0;
	padding:0;
	background-color: #000813;
	background-repeat: repeat;
	color: #5A7DBD;
}
/*This is the inner wrapper which contains the entire site */

#wrapper {

	width: 800px;
	margin: 4px auto;
	background-color: #11213A;
	overflow: hidden;
	position: relative;
		
}

 /* Global link styling except where specified otherwise*/ 

a {
  color: white;
  text-decoration : none;
}

a:hover, a:focus, a:active {
  color : #0006E6;
  text-decoration : none;
}
a:focus, a:active {
  color : #FF0000;
  
}
#content a{
  color : #93B7FA;
  text-decoration : underline;
}
#content a:hover, a:focus, a:active {
  color :#93B7FA;
  text-decoration : underline;
}
#content a:focus, a:active {
  color : #FF0000;
  
}
/*The master header */

#header {
	width : 800px;
	margin:0;
	padding :0;
	text-align: center;
	border-bottom:2px solid #94C2FE;
	background-color: #BDD1A6;
}

#contactdetails{
	float: right;
	text-align: left;
	color:#5A7DBD;
	padding: 7px 3px 0px 0px;
	word-spacing:2px;
}


#contacttext{
    padding: 10px 5px 10px 5px;
	height: 50px;
	color:#5A7DBD;
	font-weight: bold;
}
#contactdetails2{
	float: right;
	width :  300px;
	height: 350px;
	margin: 5px 0px 10px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #94C2FE;
	text-align: left;
	background-color: #1D2F4E;
	color:#5A7DBD;
	
	
	}
	#contactdetails2 p{
	padding : 5px 10px 2px 10px;
	font-size: 12px;
	
	}
	#contact2subheading{
	padding : 10px 10px 2px 10px;
	font-size: 18px;
	color:#8CAFEB;
	}

#contact2mainheading{

    padding: 10px 10px 10px 10px; 
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94C2FE;
	font-size: 16px;
	font-weight: bold;



}


#contactformwrapper{
	float: left;
	width : auto;
	height: 350px;
	background-color: white;
	color:#5A7DBD;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 10px 0px;
	

}
#contactform p{
	color:#000033;
	font-weight: bold;
	text-decoration : underline;

}
#contactform{
	color:#5A7DBD;
	font-weight: bold;
	text-decoration : underline;
	padding: 10px 10px 10px 10px;

}
#contactform-heading{
	background-color: #5A7DBD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #94C2FF;
	padding: 5px 15px 5px 15px;
}
#header img{

	padding : 0 17px 0 0;

}
#navmenu{
	
	height : 28px;
	padding : 0;
	text-align:center;
	overflow: hidden;
}

ul#navmenuheadings{
	margin: 0;
	padding : 0;
	position: relative;
	list-style-type:none;
	

}

ul#navmenuheadings li{
	display: inline;
	margin :  0;
	padding: 0;
	height : 28px;
	vertical-align: top;
	line-height: 15px;
	font-size: 12px;
	/*width :  800px;*/
	font-weight: bold;
	float:left;
}

ul#navmenuheadings li a{

	
	display:inline-block;

	cursor : pointer;
	background-color: #5A7DBD;
	z-index:-100;

}


ul#navmenuheadings li.roundedges
    {
	
	margin:0;
	padding: 0;

 }

#fadingimagebackground1 {
	background-color: white;
	width :  788px;
	height: 208px;
	padding: 0;
	margin-bottom: 5px;
}


/*NOTE: CANNOT NEST BLOCK LEVEL ELEMENTS!!! eg: cannot put div inside a p as div breaks it. Can use p inside a div*/
/*NOTE: Float elements need to be cleared. ie: must force outer div to wrap contents of inner div with overflow: hidden*/
#content {
	overflow: hidden;	/*forces this outer div to expand to size of inner divs, might be something to do with haslayout ie: parent div needs to have haslayout set to true to avoid collapsing margins??*/
	padding: 0;
	margin:  5px 9px;
	width:782px;
	text-align: center;
	}
#content p {
	margin: 0;
	text-align: justify;
	font-size: 1em;
}
#welcometext{
	float: left;
	width: 540px;
	height: 210px;
	background-image: url(images/pc_welcome_back.jpg);
	background-color: #12203A;
	background-repeat: repeat-y;
}
#welcometext p{
	
	margin:15px 10px 15px 10px;
	color:#5A7DBD;
	font-weight: bold;
}
#welcomeheader{
	background-color: #5A7DBD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #94C2FF;
	padding: 5px 15px 5px 15px;
}

#familyshot{
	float: right;
	width: 237px;
	height: 210px;
	padding:0px 0px 10px 05px;
	

}

#displaydatabase{
	
	width: 782px;
	height: 420px;
	background-color: #5A7DBD;

}
#SourcingAndRepairsText{
	width: auto;
	height: auto;
	background-color: #1D2F4E;
	color:#5A7DBD;
	font-weight: bold;
	padding:15px 15px 15px 15px;	
}
#SourcingAndRepairsText p{
margin:15px 15px 15px 15px;
}
#SourcingAndRepairsText img{
margin:0px 10px 0px 10px;
}
#SourcingAndRepairsHeadings{

	
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 5px 15px 5px 15px;
}
#Location-text{
    color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px 5px 15px;}
#Location-map{
    width: auto;
	height: auto;
	background-color: #1D2F4E;
	padding:15px 15px 15px 15px;
	text-align: center;
	}
#line1{
	display:block;
	width: auto;
	line-height: 1px;
	text-align: justify;
	background-color: #000814;
}
#line2{
	display:block;
	width: auto;
	line-height: 1px;
	text-align: justify;
	background-color: #3A577C;
}
div#footer {
			clear: both;
			background: #000813;
			color:#5A7DBD;
			overflow: hidden;
		}
		
#footer p {
			margin: 0;
			padding: 5px 5px 10px 10px;
			
		}

p#left, div#contactdetails {
	font-size:13px;
}
#left{
				float: left;
				
				}
#right{
				float: right;
				
				}
form {
	text-align: justify;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

