@charset "utf-8";

/*
Design by Technically Speaking
Webpage Design and Computer Consulting
www.myowntechsupport.com
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../images/container.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 120px;
	background-image: url(../images/aw_banner.jpg);
}
	#header h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
		text-align: right;
		padding: 10px 10px 0 0; /* padding instead of margin will keep the element away from the edges of the div */
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.3em;
	}
	#header h2 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
		text-align: right;
		padding: 0 10px 0 0; /* padding instead of margin will keep the element away from the edges of the div */
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.3em;
	}
	#header ul {
		margin: 0;
		float: right;
		padding: 35px 10px 0 0;
	}
		#header li {
			display: inline;
			font-size: .9em;
		}
		#header li a {
			color: #000000;
			text-decoration: none;
		}
		#header li a:hover {
			color: #a02c2c;
		}

#mainContent {
	width: 900px;
	height: 300px;
	padding: 5px 0 0 0;
	background: #FFFFFF;
}
	#left {
		float: left;
		margin: 0px;
		width: 450px;
		height: 300px;
	}
	#right {
		margin: 0px;
		width: 450px;
		height: 300px;
		float: left;
	}
	#right h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
	}
	#right h2 {
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
	}
	#right p {
	margin-right: 10px;
	text-align: justify;
	}
	
#nav {
	margin: 0;
	padding: 0;
	height: 125px;
}
	div.butthome { width: 300px; height: 125px; float: left;
		background-image: url(../images/nav_com_home.gif); }
	div.butthome a { width: 300px; height: 125px; display: block;	}
	div.butthome a:link {  }
	div.butthome a:hover { background-image: url(../images/nav_hover_home.gif); }
	
	div.buttdesign { width: 300px; height: 125px; float: left;
		background-image: url(../images/nav_com_design.gif); }
	div.buttdesign a { width: 300px; height: 125px; display: block;	}
	div.buttdesign a:link {  }
	div.buttdesign a:hover { background-image: url(../images/nav_hover_design.gif); }
	
	div.butttestimonial { width: 300px; height: 125px; float:left;
		background-image: url(../images/nav_com_testimonial.gif); }
	div.butttestimonial a { width: 300px; height: 125px; display: block;	}
	div.butttestimonial a:link {  }
	div.butttestimonial a:hover { background-image: url(../images/nav_hover_testimonial.gif); }
	
	div.buttbuild { width: 300px; height: 125px; float: left;
		background-image: url(../images/nav_com_build.gif); }
	div.buttbuild a { width: 300px; height: 125px; display: block;	}
	div.buttbuild a:link {  }
	div.buttbuild a:hover { background-image: url(../images/nav_hover_build.gif); }

#footer {
	clear: both;
	margin: 0;
	width: 900px;
	height: 50px;
	font-size: .7em;
	color: #808080;
	background: #e2e2e2;
}
	#footer a { color: #a02c2c; text-decoration: none; }
	#footer a:hover { color: #000000; text-decoration: underline; }
	#col1 { float: left; width: 290px; height: 40px; margin-left: 10px; padding-top: 10px; }
	#col2 { float: left; width: 280px; height: 40px; text-align:center; padding-top: 10px; }
	#col3 { float: left; width: 290px; height: 40px; text-align: right; margin-right: 10px; padding-top: 10px; }


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
