@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../Images/bg.gif);
	background-repeat:repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top:30px;
	padding-bottom:30px;
}
h1 {
	font-size:20px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
h2 {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-top:20px;
	font-size:18px;
}


h3 { font-size:18px;
	margin:0px; 
	padding:0px;
	padding-bottom:15px;
}
a{
	color:#E1007A;
}
#header, #wrap, #footer {
	width: 898px;
	margin: 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: 276px;
	background: url(../Images/pink_header.gif);
	background-repeat:no-repeat;
}
#wrap {
	background: url(../Images/pinstripe_repeat.gif);
	background-repeat:repeat-y;
	height:100%;
}
#footer {
	height:60px;
	position:relative;
	top:-232px;
}
.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;
}
.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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#content {
	z-index:2;
	position:relative;
	padding:10px;
}
#title {
	position: relative;
	width:824px;
	top: 180px;
	height:114px;
	left:36px;
	background:url(../Images/header.gif);
}
#titlecontent {
	padding:12px;
}
#address {
	float:right;
	margin-top:0px;
	padding-right:50px;
	width:150px;
}
.brand {
	width:286px;
	height:120px;
	margin-left:30px;
	margin-top:20px;
	float:left;
	text-align:center;
}
.branddesc {
	float:left;
	text-align:left;
	font-size:10px;
	height: 90px;
	width:120px;
	padding-left:8px;
	margin-top:8px;
}

#navigation{
	padding-left:30px;
	padding-top:30px;
}

#navigation a{
	color:#000000;
	}