@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4b4be1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#container { 
	width: 955px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image: url(images/PBbackground.jpg);
	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. */
} 
#adspace { 
	width: 728px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#leftcol {
	float: left;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-left: 20px;
	text-align: justify;
}
#leftcol p {
	font-size: 0.9em;
}
#leftcol span {
	font-size: 0.9em;
}
#rightcol {
	float: left;
    width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-right: 20px;
	text-align: center;
} 
#rightcol h2 {
	color: #000000;
	text-align:center;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rightcol p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
#footer {
	text-align: center;
	font-size: 0.7em;
} 
/* 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;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.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;
}
h1 {
    font-size: 1.1em;
	color: #4545b4;
	text-align: center;
	font-weight: bold;
}
h2 {
    font-size: 1.0em;
	font-weight:normal;
}
a {
	color: #4545b4;
	text-decoration: underline;
	border-width: 0;
}
img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img{
    padding:2px;
}
hr {
	color: #4545b4;
}
.aLink {
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
}
.aLink:hover {
	text-decoration: underline;
}
span.PBh1, .PBh1 {
	font-size: 1.1em;
	color: #4545b4;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
span.PBh2, .PBh2 {
	font-size: 1.0em;
	color: #4545b4;
	text-align: left;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 3px;
}
.PBh3 {
	font-size: 0.9em;
	color: #4545b4;
	text-align: left;
	font-weight: bold;
	line-height: 1.3em;
}

.buynow {
    float: right;
	width: 320px;
	padding: 0.5em;
	border: thin solid #4545b4;
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-left: 10px;
}
.imgbrdr {
	border: thin solid #4545b4;
	margin-bottom: 10px;
}

#autoweekgarages {
   position:relative;
   z-index:90;
   margin-bottom:1em;
}
#autoweekfeatures {
   position:relative;
   z-index:80;
   margin-bottom:1em;
}
#carcollector {
   position:relative;
   z-index:70;
   margin-bottom:1em;
}
#AOLautos {
   position:relative;
   z-index:60;
   margin-bottom:1em;
}

.more {
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
.awgbox {
	position:absolute;
	z-index: -1;
	width: 260px;
	left: -320px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	top: -40px;
	display: none;
	border: 10px outset #4B4BE1;
}
#autoweekgarages:hover .awgbox, .awgbox:hover{
   display:block;
   z-index: 500;
}

#autoweekfeatures:hover .awgbox, .awgbox:hover{
   display:block;
   z-index: 500;
}

#carcollector:hover .awgbox, .awgbox:hover{
   display:block;
   z-index: 500;
}
#AOLautos:hover .awgbox, .awgbox:hover{
   display:block;
   z-index: 500;
}
#AOLautos:hover .awgbox p{
	margin-bottom: 10px;
	margin-top: 10px;
}

.abtrt { /* 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-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
	display: block;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	clear: right;
}
.abtlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 0px;
	display: block;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	clear: right;
}
.abtrt img, .abtlft img {
   padding-bottom:8px;
}
