/*
	Client:		Prince Travel Agents
	Title:		Layout stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	16 January 2006
	Updated:	16 January 2006
*/

/* ----- Page layout ---------------------------------*/
div#jump-links {
	display: none;
	}

div#wrapper {
	position: relative;
	width: 760px;
	margin: auto;
	text-align: left;
	}


/* ----- Page header layout --------------------------*/
div#header {
	background: url("../images/header-bg.gif") repeat-y 0 0;
	}

h1#logo {
	height: 100px;
	background: url("../images/home/logo-bg1.gif") no-repeat 0 0;
	}

h1#logo a {
	display: block;
	position: absolute;
	left: 55px;
	top: 5px;
	width: 225px;
	height: 60px;
	}

h1#logo img {
	display: none;
	}

div#masthead-wrapper {
	height: 132px;
	}

div#masthead-wrapper img {
	border-right: 1px solid white;
	border-left: 1px solid #7a7a7a;
	}


/* ----- Page footer layout --------------------------*/
div#footer {
	clear: both;
	margin-top: 3px;
	font-size: 1em;
	color: #a20e5a;
	text-align: center;
	}
div#footer1 {
	clear: both;
	font-size: 1em;
	color: #a20e5a;
	text-align: center;
	border: 0;
	}


div#footer1 a:hover {
	text-decoration: underline;
	color: #e60076;
	}

div#footer1 a {
	text-decoration: none;
	color: #a20e5a;
	}

	div#footer a {
	text-decoration: none;
	color: #a20e5a;
	}

div#footer a:hover {
	text-decoration: underline;
	color: #e60076;
	}
div#account-summary-wrapper a {
	text-decoration: underline;
	color: #a20e5a;
	}

div#account-summary-wrapper a:hover {
	color: #e60076;
	}


/* ----- Content containers --------------------------*/
div#exterior-content-wrapper {
	background: url("../images/interior/exterior-content-wrapper-bg.gif") repeat-y 0 0;
	}

div#interior-content-wrapper {
	min-height: 380px;
	background: url("../images/interior/interior-content-wrapper-bg.gif") no-repeat 0 100%;
	}

* html div#interior-content-wrapper {
	height: 380px;
	}


/* ----- Content layout ------------------------------*/
div#content {
	display: inline;
	float: right;
	width: 530px;
	margin-right: 4px;
	padding: 20px 30px;
	background: url("../images/interior/content-bg.gif") repeat-x 0 0;
	}

* html div#content {
	width: 598px;
	}


/* ----- Page footer layout --------------------------*/
div#footer {
	background: url("../images/nav/utility-bg.gif") no-repeat 0 0;
	}
div#account-summary-wrapper ul li {
	margin-bottom: 0.1em;
	}
div#account-summary-wrapper p {
	margin-right: 8px;

	}

div#account-summary-wrapper p#button-redeem-now {
	text-align: right;

	}

div#account-summary-wrapper p#link-logout {
	margin-top: -20px;

	}

/* ----- Account summary layout ----------------------*/
div#account-summary-wrapper {
	position: absolute;
	left: 596px;
	top: 90px;
	width: 164px;

	}

div#account-summary-wrapper h2#account-summary-header {
	width: 145px;
	height: 10px;
	background: url("../images/account-summary-header-bg.gif") no-repeat 0 0;
	}

div#account-summary-wrapper ul {
	margin-top: 0.5em;
	margin-right: 8px;
	font-size: 1.1em;
	color: #a20e5a;
	list-style: none;

	}