body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 17px;
	background: #fff;
}

/*	Images
		------------ */

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.logo {
	position: absolute;
	left: 0;
	top: 30px;
}

img.banner {
	position: absolute;
	right: 10px;
	top: 20px;
}

img.strap {
	margin-top: 15px;
	float: left;
}

/*	Uni Tags
		------------ */

p, a, h3, h4, h5, h6, ul, li, td, input, label, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}

p {
	font-size: 13px;
	margin: 0 15px 18px 0;
	line-height: 18px;
}

p a {
	font-size: 13px;
}

#lcol a, #lcolwide a, #lcolwidr a, #lcol li, #lcolwide li, #lcolwider li  {
	font-size: 13px;
}

p.divider, p.blockdivider {
	clear: both;
	border-top: 1px dotted #999;
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 1px;
}

p.blockdivider {
	margin: 0 0 10px 0;
}

ul {
	margin: 0 0 18px 20px;
	padding: 0;
	list-style: square;
}

#sitemap, #sitemap ul {
	margin: 0px 0px 0px 20px;
}
#sitemap li {
	margin-bottom: 1px;
}

li {
	line-height: 17px;
}

/*	Headlines
		------------ */

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: 27px;
	color: #69153e;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	margin: 0 0 12px 0;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #5b97a6;
	margin: 0 0 5px 0;
}

/*	Links
		------------ */

a {
	color: #5b97a6;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#lcol a, lcolwide a {
	font-size: 13px;
}

/*	Form elements
		--------------- */

label {
	font-weight: bold;
	color: #69153e;
}

input {
	border: 1px solid #ccc;
	padding: 3px 4px 4px 4px;
	line-height: 14px;
	height: 13px;
	color: #69153e;
}

input.example {
	color: #999;
}

input.liveTxt {
	color: #69153e;
}

select {
	color: #69153e;
	border: 1px solid #ccc;
	padding: 2px;
}

input.btnSubmit, input.btnFilter {
	width: 45px;
	height: 22px;
	border: none;
	padding: 0;
	margin-right: 5px;
	cursor: pointer;
}

input.btnFilter {
	width: 55px;
}

input.checkBox {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}

/*	Blockquote
		------------ */

blockquote {
	position: relative;
	padding: 0 15px 0 0;
	margin: 0 0 15px 0;
	/*border-top: 1px dotted #999;*/
	border-bottom: 1px dotted #999;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #5b97a6;
	line-height: 19px;
	margin: 0 0 15px 0;
}

blockquote p.quotee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #222;
	line-height: 16px;
	margin: -10px 0 15px 0;
}

/*	Misc. classes
		------------ */
		
.grey {
	color: #777;
}

.purple {
	color: #69153e;
}

.error {
	color: #cc0000;
}

.nomargright {
	margin-right: 0;
}

.subtext {
	font-size: 11px;
}
		

/*	Layout divs
		--------------------------------------------------- */
		
#headerWrap {
	background: #fff;
	width: 100%
}

#contentWrap {
	background: #fff url(../images/bg_dot.gif) center top repeat-x;
	width: 100%
}

#footerWrap {
	background: #fff url(../images/bg_dot.gif) center top repeat-x;
	width: 100%;
}

#header {
	background: url(../images/bg_header.gif) center top no-repeat;
	width: 960px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

/*	Quick search
		------------------------ */

#search {
	width: 960px;
	height: 42px;
	margin: 0 auto;
}

#search table {
	float: right;
	margin-top: 8px;
}

#search table input.keyword {
	width: 130px;
}

/*	Navigation bar
		------------------------ */
		
#nav {
	width: 960px;
	margin: 0 auto;
	background: #69153e url(../images/bg_navigation.gif) 0 0 repeat-x;
}

/*	Tabs
		------------ */

#nav ul.tabs {
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	list-style: none;
}

#nav ul.tabs li {
	list-style: none;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
} 

#nav ul.tabs a, #nav ul.tabs a.deselected {
	display: block;
	color: #fff;
	background: #9e7187;
	padding: 0 10px 0 10px;
	margin: 0;
	height: 27px;
	line-height: 25px;
	outline: none;
}

#nav ul.tabs a:hover, #nav ul.tabs a.deselected:hover {
	color: #69153e;
	background: #dacfd5;
	margin: 0;
}

#nav ul.tabs a.selected {
	color: #69153e;
	background: #fff;
	padding: 0 10px 0 10px;
	margin: 0;
}

#nav ul.tabs li.first a, #nav ul.tabs li.first a.deselected {
	background: #9e7187 url(../images/tab-ledge.gif) top left no-repeat;
}

#nav ul.tabs li.first a:hover, #nav ul.tabs li.first a.deselected:hover {
	background: #dacfd5 url(../images/tab-ledge.gif) top left no-repeat;
}

#nav ul.tabs li.first a.selected {
	background: #fff url(../images/tab-ledge.gif) top left no-repeat;
}

#nav ul.tabs li.last a, #nav ul.tabs li.last a.deselected {
	background: #9e7187 url(../images/tab-redge.gif) top right no-repeat;
}

#nav ul.tabs li.last a:hover, #nav ul.tabs li.last a.deselected:hover {
	background: #dacfd5 url(../images/tab-redge.gif) top right no-repeat;
}

#nav ul.tabs li.last a.selected {
	background: #fff url(../images/tab-redge.gif) top right no-repeat;
}

/*	Account
		------------ */
		
#nav ul.account {
	float: right;
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
}

#nav ul.account li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	list-style: none;
	color: #de569a;
	line-height: 17px;
}

#nav ul.account li a,#nav ul.account li a.deselected {
	padding: 0 8px 0 0;
	color: #fff;
}

#nav ul.account li a:hover, #nav ul.account li a.selected  {
	color: #de569a;
}

#nav ul.account li.last a {
	padding: 0 3px 0 0;
}


/*	Main content
		------------------------ */

#content {
	width: 960px;
	margin: 20px auto 0 auto;
}

#share {
	float: right;
	padding: 4px 0 0 0;
	width: 180px;
}

#share p, #share a {
	font-size: 11px;
}

#share p {
	background: url(../images/i_share.gif) 0 2px no-repeat;
	padding: 0 0 3px 24px;
	margin: 0;
	line-height: 20px;
}

/*	Columns
		------------ */
		
#lcol {
	float: left;
	width: 375px;
	margin: 0 15px 0 0;
	padding-bottom: 10px;
}

#lcolwide {
	float: left;
	width: 570px;
	margin: 0 15px 0 0;
	padding-bottom: 10px;
}

#lcolwider {
	float: left;
	width: 765px;
	margin: 0 15px 0 0;
	padding-bottom: 10px;
}

#rcol1, #rcol2, #rcol3 {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	padding-bottom: 20px;
}

#rcol3 {
	margin: 0;
}

#rcol1 img, #rcol2 img, #rcol3 img {
	margin: -3px 15px 8px 0;
}

#rcol1 p, #rcol2 p, #rcol3 p, #rcol1 a, #rcol2 a, #rcol3 a {
	font-size: 11px;
}

#rcol1 p, #rcol2 p, #rcol3 p {
	line-height: 16px;
	margin-right: 5px;
}

#rcol1 p.divider, #rcol2 p.divider, #rcol3 p.divider {
		margin: -5px 0 -3px 0;
}

#rcol1 input, #rcol2 input, #rcol3 input {
	width: 170px;
	margin: 0 0 5px 0;
}

#rcol1 input.btnSignup, #rcol2 input.btnSignup, #rcol3 input.btnSignup {
	border: none;
	padding: 0;
	width: 180px;
	height: 22px;
}

/*	Filters table
		------------ */

table.filters {
	margin: 0 0 20px 0;
}

/*	Register
		------------ */

table.register {
	margin: 0 0 20px 0;
}

table.register input {
	width: 170px;
}

table.register input.checkBox {
	width: auto;
}

table.register input.btnSignup {
	border: none;
	padding: 0;
	width: 180px;
	height: 22px;
}


/*	Stamp table
		------------ */

table.stamps {
	margin: 0 0 20px 0;
}

table.stamps th, table.stamps td {
	padding: 0 5px;
}

table.stamps th {
	font-size: 11px;
	color: #fff;
	background: #5b97a6;
	height: 28px;
}

table.stamps th.print {
	font-size: 11px;
	color: #000;
	background: #eee;
	height: 28px;
	border-bottom: 1px solid #ccc;
}

table.stamps td {
	height: 28px;
	border-bottom: 1px solid #ccc;
}

table.stamps td.nobdr {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;s
}

table.stamps td.nowrap {
 white-space: nowrap;
}

table.stamps tr.alt td {
	background: #eee;
}

table.stamps input.btnAdd {
	border: none;
	padding: 0;
	width: 39px;
	height: 21px;
}

table.stamps .price {
	color: #981f5b;
}

#lcolwide table.stamps td a, #lcolwider table.stamps td a {
	font-size: 11px;
}

/*	Footer
		------------------------ */
		
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #69153e url(../images/bg_footer.gif) 0 0 repeat-x;
}

#flcol {
	position: absolute;
	left: 20px;
	top: 18px;
}

#fccol {
	position: absolute;
	left: 390px;
	top: 15px;
}

#frcol {
	position: absolute;
	left: 780px;
	top: 15px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	list-style: none;
	color: #de569a;
	line-height: 10px;
}

#footer ul li a {
	padding: 0 8px 0 0;
	color: #fff;
}

#footer ul li a:hover {
	color: #de569a;
}

#footer p {
	font-size: 11px;
	color: #de569a;
}

#footer img.logo {
	position: absolute;
	top: 1px;
	left: 40px;
}