/* So the HTML5 structural tags work in older browsers */
article, aside, figure, footer, header, nav, section {
    display: block;
}
/* the styles for the elements */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: white;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    width: 90%;
	height: 90%;
    margin: 0 auto;
    border: 3px solid #B22222;
    background-color: #FFFFF0;
}
/* the styles for the header */
header {
	padding: 4.5em 0;
	background-image: -moz-linear-gradient(
	    30deg, #B22222 0%, #FFFFF0 40%, white 50%, #00BFFF 90%, #00BFFF 100%);
	background-image: -webkit-linear-gradient(
	    30deg, #B22222 0%, #FFFFF0 40%, white 50%, #00BFFF 90%, #00BFFF 100%);
	background-image: -o-linear-gradient(
	    30deg, #B22222 0%, #FFFFF0 40%, white 50%, #00BFFF 90%, #00BFFF 100%);
	background-image: linear-gradient(
	    30deg, #B22222 0%, #FFFFF0 40%, white 50%, #00BFFF 90%, #00BFFF 100%);
}
header h1 {
	text-align: center;
	color: #800000;
}
header h2 {
	font-style: italic;
}
header img {
	float: left;
	padding: 0 30px;
	
}
.shadow {
	text-shadow: 3px 3px 2px black;
}

nav a {
	color: #B22222;
	font-weight: bold;
}

ul#navmenu, ul.sub1{
	list-style-type: none;
}

ul#navmenu .li_navmenu{
	width: 20%;
	text-align: center;
	position: relative;
	float: left;
}

ul#navmenu a {
	text-decoration: none;
	display: block;
	line-height: 25px;
	background-color: #00BFFF;
	border: 2px solid #CCC;
}

ul#navmenu .sub1 a {
	margin-top: 2px;
}

ul#navmenu li:hover > a {
	background-color: #CFC;
}

ul#navmenu li:hover a:hover {
	background-color: #FF0;
}

ul#navmenu ul.sub1 {
	display: none;
}

ul#navmenu li:hover .sub1 {
	display: block;
}

nav a.current { color: white;}

.darrow{
	font-size: 9pt;
	position: absolute;
	top: 10px;
	right: 10px;
}


section {
	width: 100%;
	margin-bottom: 40px;
}

section p{
	margin: 30px;
}


section table{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin-top: 50px;
	margin-left: 40px;
	background-color: #F5F5F5;
}

tr, td {
	padding: 10px;
	text-align: center;
}


.headings{
	margin-top: 70px;
	margin-left: 30px;
	width: 90%;
	text-align: center;
	border: 2px solid red;
	height: 50px;
	background-color: #E8E8E8;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484;
}

.t_headings{
	width: 90%;
	text-align: center;
	height: 50px;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484;
}

.headers{
	width: 95%;
	text-align: center;
	height: 50px;
	font-family: Freesyle Script; 
	font-size: 2em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484
}

.service_images{
	position: relative;
	left: 30%;
	margin: 20px;
	width: 30%;
	height: 200px;
}

#repair{
	width: 90%;
	margin: 30px;
}
/*Product page*/
#products{
	margin-top: 100px;
	margin-left: 40px;
	width: 90%;
	text-align: center;
	border: 2px solid red;
	height: 50px;
	background-color: #E8E8E8;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484;
 }
 
#reviews_text{
	margin: 30px;
}
#reviews, #submit{
	margin-top: 100px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 90%;
	text-align: center;
	border: 2px solid red;
	height: 50px;
	background-color: #E8E8E8;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484;
 }
 
 .review_text{
	margin: 30px;
 }
 
 /*Service page*/
 
 #service_form{
	margin: 30px;
 }
 
 #service_heading{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	height: 50px;
	font-family: Freesyle Script; 
	font-size: 2em;
	text-shadow: 1px 1px 1px #333;
	letter-spacing: 2px;
	color: #848484
 }
 


/*contact_us page*/
section aside{
	width: 100%;
	margin-left: 30px;
}
 #table_header{
	margin-left: 40px;
	margin-bottom: 20px;
	width: 90%;
	text-align: center;
	border: 2px solid red;
	height: 50px;
	background-color: #E8E8E8;
	font-family: Freesyle Script; 
	font-size: 3em;
	font-style: italic;
	text-shadow: 3px 3px 3px #333;
	letter-spacing: 3px;
	color: #848484;
 }

 #facebook{
	width: 200px;
	height: 40px;
 }
 
  #twitter{
	width: 100px;
	height: 40px;
 }
 #linkedin{
	width: 120px;
	height: 40px;
 }
 #phone{
	width: 70px;
	height: 40px;
	
 }
 #phone_number{
	text-align: left;
	font-size: 12px;
	font-style: italic;
	color: #848484;
 }
 
#email{
	width: 70px;
	height: 40px;
	margin-left: 40px;
	
}

#email_address{
	font-size: 12px;
	font-style: italic;
	color: #848484;
}

#fax{
	width: 70px;
	height: 40px;
	margin-left: 40px;
	
}

#fax_number{
	text-align: left;
	font-size: 12px;
	font-style: italic;
	color: #848484;
}


#address_body{
	width: 100%;
	font-family: Freesyle Script; 
	font-size: 2em;
	font-style: italic;
	text-shadow: 1px 1px 1px #333;
	letter-spacing: 1px;
	color: #848484;
}



/* end contact us*/

footer{
	border-top: 3px solid #B22222;
}

footer p {
	padding: 5px;
	position: relative;
	left: 40%;
}

