@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	background-image: url(backgrounds/container.png);
}

#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-left: 225px;
	color: #999;
}
#header  {
	background-image: url(backgrounds/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 75px;
	background-color: #FFF;
} 
#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 */
}
#header p {
	padding-right: 75px;
	padding-bottom: 25px;
}

#header h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #999;
	text-align: justify;
	padding-left: 250px;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 0px;
	line-height: 26px;
}
#header ul {
	list-style-type: none;
	border: thin none #D1D7D8;
	right: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
	padding-right: 100px;
}
#header p a img {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}
#navbar  {
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background-image: url(backgrounds/vendorcat.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	background-color: #EC395E;
	border: medium none #999;
}
#navbar p  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 18px;
	color: #ACACAC;
}
#navbar table  {
	border: thin none #999;
	margin-left: 200px;
	margin-right: auto;
	padding: 0px;
}
#navbar table tr td {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F05171;
	font-size: 12px;
	font-weight: bold;
}
#navbar ul  {
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}
#navbar table tr td a {
	color: #333;
	text-decoration: none;
}
#navbar table tr td a:hover {
	text-decoration: none;
	color: #EE355A;
}
#header ul li {
	float: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F05171;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F05171;
	border-right-color: #F05171;
	border-left-color: #F05171;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-style: none;
	border-left-style: none;
	padding-right: 25px;
	margin-bottom: 0px;
}

#footer  {
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
}


#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 */
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
}
#footer a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainContent table tr td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#mainContent table tr td img {
	float: left;
	padding-left: 40px;
	padding-top: 25px;
}
#mainContent table tr td p a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #EE355A;
	float: right;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 20px;}
	
	#mainContent table tr td p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 250px;
}#mainContent h1 {
	color: #EE355A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	padding-left: 10px;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 20px;
}
#header ul li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#navbar img {
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header ul li a {
	color: #666;
}
#header ul li a:hover {
	color: #FFF;
	background-color: #F05171;
}
