@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	padding-top: 15px;
	background-color: #72A8D7;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 100%;
}
.angeltyres #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.angeltyres #header {
	background-color: #FFF;
	background-image: url(../images/AngelTyres_LHead_01.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	background-position: center center;
	height: 240px;
} 
.angeltyres #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#dividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	width: 100%;
	background-color: #5ED5F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #625e00;
	border-right-color: #625E00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
	border-right-width: 1px;
	border-left-width: 1px;
	font-family: Tohoma;
	font-size: 99.9%;
	font-weight: bold;
}

* html #dividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#dividermenu ul li{
display: inline;
}

#dividermenu ul li a{
	float: left;
	color: black;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#dividermenu ul li a:visited{
color: black;
}

#dividermenu ul li a:hover{
	color: #FFF;
	background-color: #1E2D88;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
li.custom {
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(../images/tyre.jpg);
	background-repeat: no-repeat;
	background-position: left center;
 }
 
.img-shadow {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	padding:8px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #dddddd;
 } 

 

.angeltyres #sidebar1 {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div  */
	color: #000;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.angeltyres #sidebar1 h3, .angeltyres #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.angeltyres #mainContent {
	border-left-width: 1px;
	border-left-style: dotted;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 13em;
	padding-left: 10px;
	padding-right: 10px;
} 
.angeltyres #footer {
	padding: 0 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
} 
.angeltyres #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
