﻿/**** STANDARD TABLE and MARGIN STYLES ****/

body {
	margin: 0; 
	background: #C2B3A0 url('images/background.jpg') 50% 0;	
	background-repeat: no-repeat;
	border-spacing: 0;
}

table {
	padding: 0;	
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	vertical-align: top;
	font-family: Century Gothic;
	font-size: 14px;
}

/********** WEBSITE HTML STRUCTURE *********/

/* WRAPPER is the browser screen  
   from margin to margin  */ 

.wrapper {
	width: 100%;

}

/* SHELL controls the width 
   of the website  *************************/ 
   
.shell {

	width: 990px;

}

/* HEADER controls the top
   row inside the shell  *******************/ 

.header {
	width: 990px;
	height: 374px;
	background: url('images/flash_box.png');
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 19px;

}



/* BODY controls the middle
   row inside the shell  *******************/ 

.body {
	
}

/* BODY controls the bottom
   row inside the shell  *******************/ 

.footer {
	height: 50px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: 	#5a5856;
}

img {
	border: 1px;
	border-color:black;
	border-style: solid;
}
.style4 {

}
.style5 {
	color: #797A75;
	font-size: medium;
}
.style6 {
	line-height: 150%;
}
.style7 {
	text-align: left;
	background-color: #E6E3DF;
}



/**************************** FORM STYLES ********************************/

.FormText {
	font-size: 14px;
	color: #000000;
}

.FormText {
	padding-bottom: 18px;
}

.myinputstyle {
	border: 1px solid #797A75;
	/** remember to change image path **/
	background: url("button.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px; 
}

.mybuttonstyle {
	border: 0px solid #797A75;
	/** remember to change image path **/
	background: url("submit.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;	
	padding: 4px; 
	cursor:pointer;
	width: 130px;
	height: 35px;
}


/**************** MENU STYLES **************/

/*** CONTENT STYLES - WITHIN BODY CLASS ****/

.dheader {
	background: url('images/Top_flash_boxd.png');
	background-repeat: no-repeat;
	width: 990px;
	height: 18px;

}


.dtile {
	background: url('images/Tile_flash_boxd.png');
	background-repeat:	repeat-y;
	padding-left: 16px;
	padding-top: 5px;
	width: 990px;


}

.dfooter {
	background: url('images/footer_flash_boxd.png');
	background-repeat: no-repeat;
	width: 990px;
}



#logo {
	background: url('images/Sam_Allen_Logo.png');
	background-repeat: no-repeat;
	width: 107px;
	height: 113px;
	position: absolute;
	float: left;
	top: 21px;
	z-index: 3;
}

#title {
	width: 587px;
	height: 113px;
	position: absolute;
	top: 24px;
	float: left;	
	z-index: -1;
	margin-left: 120px;
}
#phone {
	width: 275px;
	height: 85px;
	position: relative;
	top: 26px;
	float: right;	
	z-index: -3;	

	
}
#phone td {
	font-size: 12px;
}
#phone td {
	color: white;	
}

.number {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
}

#name {
	font-size: 34px;
	color: white;
}
#divisions {
	font-size: 15px;
	color: white;
	letter-spacing: 1px;
}

.style12 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}


.theCompany {
	background: url('images/TheCompany.png');
	background-repeat: no-repeat;
	height: 46px;
}
.theCompanyBox {
	background: url('images/thecompany_box.png');
	background-repeat: no-repeat;
	height: 176px;
	padding-left: 30px;
	padding-top: 7px;
	padding-right: 30px;
	line-height: 23px;

}

.testimonials {
	background: url('images/Testimonials.png');
	background-repeat: no-repeat;
	height: 46px;
}

.testimonialsd {
	background: url('images/our_testimonials_headerd.png');
	background-repeat: no-repeat;
	height: 46px;
}


.testimonialsBox {
	background: url('images/testimonial_box.png');
	background-repeat: no-repeat;
	height: 176px;
	padding: 4px;
	padding-top: 0px;
}

.our_clients {
	background: url('images/our_clients_header.png');
	background-repeat: no-repeat;
	height: 46px;
}


.our_clientsBox {
	background: url('images/clients_box.png');
	background-repeat: no-repeat;
	height: 176px;
	padding-left: 13px;
	padding-top: 0px;
	
}
