﻿html, body
{
	background-color: #fff;
	background-image: url(img/Background.gif);
	background-position: 0 0;
	background-repeat: repeat;
}


div#pageFrame
{
	margin: 20px auto;
	width: 750px;
}

/*
** Page Header - used to position header components and the menu bar
*/
div#headerContainer
{
	position: relative;
}
table#header td
{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 80px;
}
table#header td.r1c1
{
	background-image: url(img/HeadR1C1.png);
	width: 20px;
}
table#header td.r1c2
{
	background-image: url(img/HeadR1C2.png);
	width: 70px;
}
table#header td.r1c3
{
	background-image: url(img/HeadR1C3.png);
	background-repeat: repeat-x;
	width: 640px;
}
table#header td.r1c4
{
	background-image: url(img/HeadR1C4.png);
	width: 20px;
}
a#logo
{
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}
img#freephone
{
	display: block;
	position: absolute;
	left: 555px;
	top: 7px;
}



/*
** Menu
*/
div#menu
{
	position: absolute;
	top: 55px;
	left: 60px;
	height: 25px;
	width: 700px;
}
div#menu a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
div#menu img
{
	display: block;
	margin: 0;
	padding: 0;
}



/*
** Page Body
*/
table#body td.r1c1
{
	background-image: url(img/BodyR1C1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
table#body td.r1c2
{
	background-image: url(img/BodyR1C2.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 710px;
	height: 20px;
}
table#body td.r1c3
{
	background-image: url(img/BodyR1C3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

table#body td.r2c1
{
	background-image: url(img/BodyR2C1.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	width: 20px;
}
table#body td.r2c2 /* Body Content */
{
	background-color: #fff;
	padding: 10px 20px;
	width: 670px;
}
table#body td.r2c3
{
	background-image: url(img/BodyR2C3.png);
	background-position: 0 0;
	background-repeat:repeat-y;
	width: 20px;
}
div#contentContainer
{
	position: relative;
}



/*
** Page Footer
*/
table#footer td
{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 45px;
}
table#footer td.r1c1
{
	background-image: url(img/FootR1C1.png);
	width: 20px;
}
table#footer td.r1c2
{
	background-image: url(img/FootR1C2.png);
	padding-top: 20px;
	height: 25px;
	width: 370px;
}
table#footer td.r1c3
{
	background-image: url(img/FootR1C3.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 17px;
	height: 28px;
	width: 340px;
}
table#footer td.r1c4
{
	background-image: url(img/FootR1C4.png);
	width: 20px;
}



/*
** General Styles
*/
div.imageBar.vertical img
{
	display: block;
	margin: 10px 0;
}
div.imageBar.horizontal img
{
	display: inline;
	margin: 0 10px;
}
div.imageBar.right
{
	float: right;
	margin-left: 30px;
}
div.imageBar.left
{
	float: left;
	margin-right: 30px;
}


img#rateTag
{
	display: block;
	position: absolute;
	left: -27px;
	top: 132px;
}