/*

*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5, ul, ol, form
{
	font-family: verdana,arial,helvetica,sans-serif;
}



/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #FFFFFF;
}

html, body
{
	height: 100%;
}


/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}

p.indent
{
	padding-left: 90px;
}

p.smallIndent
{
	padding-left: 20px;
	padding-right: 20px;
}

/*
	"Pull quote" paragraph style
*/

p.pullquote
{
	font-weight: bold;
	font-style: italic;
	color: #621935;
	font-size: 0.8em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: solid 1px #621935;
	border-bottom: solid 1px #621935;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*
	table style
*/

.table
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
}

/*
	Lists
*/

ul
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
	margin-left: -5px;
}

ol
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
	margin-left: -25px;
}

li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
}

/*
	Forms
*/

form
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
	font-size: 0.7em;
}

/*
	Links
*/

a:link, a:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #621935;
	font-size: 1.0em;
}


a:visited
{
	color: #B26985;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #621935;
	margin-top: 0px;
	padding-bottom: 10px;
}

h2.dot-heading
{
	background-image: url(../images/small_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}

h1.page-heading
{
	background-image: url(../images/small_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-left: 36px;
}

h1.indent
{
	padding-left: 30px;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #621935;
	margin-top: 0px;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #621935;
	margin-top: 10px;
}

h4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #621935;
	margin-top: 10px;
}

/*
	Headline style
*/

.headline
{
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #505050;
	font-size: 0.7em;
}

/*
	Price style
*/

.price
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #621935;
	font-size: 0.8em;
}

/*
	Sale style
*/

.sale
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: red;
	font-size: 1.1em;
	text-align: center;
	line-height: 26PX;
	margin-bottom: 18px;
}

/*
	Price reduced styles
*/

.reduced
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 0.8em;
	text-align: center;
	line-height: 22PX;
	margin-bottom: 18px;
}

.reduced_red
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: red;
	font-size: 0.9em;
	text-align: center;
	line-height: 22PX;
	margin-bottom: 18px;
}

.new
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: red;
	font-size: 1.0em;
	text-align: center;
	line-height: 22PX;
	margin-bottom: 15px;
}

.reduced2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 1.0em;
	text-align: center;
	line-height: 22PX;
	margin-bottom: 18px;
}

.reduced3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 0.8em;
	text-align: left;
	line-height: 22PX;
	margin-bottom: 18px;
	padding-left: 26px;
}

.reduced4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-size: 0.8em;
	text-align: left;
	line-height: 22PX;
	margin-bottom: 18px;
}

/*
	Terms style
*/

.terms
{
	color: #666666;
	font-family: 11px geneva, verdana, arial, sans-serif;
	padding-left: 20px;
}

/*
	Normal style
*/

.normal
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #505050;
}

/*
	Listing style
*/

.listing { 	FONT: 16px geneva, verdana, arial, sans-serif;
		font-weight: bold;
		text-align: center;
		line-height: 26PX;
		color: #621935;
		WIDTH: 170PX;
		HEIGHT: 26PX;
		BORDER: #999999 1px solid;
		display: block;
		background-color:#f0f0f0; }


.copyright	{ COLOR: #999999;
		FONT: 10px geneva, verdana, arial, sans-serif;
		vertical-align: bottom;
}

a.copyright:link		{ color: #336699; text-decoration: none }

a.copyright:visited	{ color: #336699; text-decoration: none }

a.copyright:active	{ color: #666666; text-decoration: none }

a.copyright:hover		{ color: #6699FF; text-decoration: none }

a.ad:link	{ text-decoration: none }

a.ad:visited	{ text-decoration: none }

a.ad:active	{ text-decoration: none }

a.ad:hover	{ text-decoration: none }

/*
	"Your Logo"
*/

#logo
{
	z-index: 2;
	float: right;
	height: 45px;
	padding-top: 5px;
	padding-right: 36px;
	font-size: 2.1em;
	color: #FFFFFF;
	font-weight: normal;
}


/*
	Top menu
*/

#top-menu
{
	z-index: 2;
	float: right;
	text-align: right;
	width: 90%;
	padding-top: 10px;
	padding-right: 36px;
	color: #000000;
	font-weight: normal;
	font-size: 0.7em;
}

#top-menu a
{
	color: #000000;
	margin-left: 15px;
	font-size: 1.0em;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
}


.header
{
	background-image: url(../images/header.jpg);
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
}

/*
	Menu
*/

.menu
{
	padding-top: 3px;
	text-align: right;
	color: #000000;
	font-weight: normal;
	font-size: 0.7em;
}

.menu a
{
	color: #000000;
	font-size: 1.0em;
	text-decoration: none;
}

.menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

.menu a:visited
{
	color: #000000;
	font-size: 1.0em;
}

/*
	Bottom menu
*/

#bottom-menu
{
	text-align: center;
	width: 90%;
	color: #621935;
	font-weight: normal;
	font-size: 0.6em;
}

#bottom-menu a
{
	color: #621935;
	font-size: 1.0em;
	text-decoration: none;
}

#bottom-menu a:hover
{
	text-decoration: underline;
}


/*
	Container for page content
*/


/*
	Container for page content
*/


#container
{
	margin: 0px 0px 0px auto;
	position: relative;
	width: 100%;
	height: 100%;
}


/*
	Page header area
*/

#page-header
{
	z-index: 2;
	background-image: url(../images/header_mid.jpg);
	width: 100%;
	height: 150px;
}


/*
	Page header right-hand image
*/

#page-header-right
{
	z-index: 2;
	width: 100%;
	height: 150px;
	background-image: url(../images/header_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/*
	Page header content container (with left-hand image as background)
*/

#page-header-content
{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(../images/header_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/*
	Page footer area
*/

#page-footer
{
	padding-top: 15px;
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px auto;
}

p.footer
{
	margin-top: 0px;
	margin-left: 36px;
	padding-top: 1px;
	padding-left: 46px;
	height: 24px;
	color: #000000;
	font-size: 0.7em;
	margin-bottom: 0px;
	background-image: url(../images/double_dot.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

p.footer a
{
	font-size: 1.0em;
}


/*
	Page content area
*/

#page-content
{
	width: 100%;
	padding-top: 15px;
}


/*
	Left content column (main page)
*/

#left-column-main
{
	padding-left: 36px;
	margin-right: 308px;
}


/*
	Right content column (main page)
*/

#right-column-main
{
	float: right;
	padding-right: 36px;
	padding-left: 72px;
	width: 200px;
}


/*
	Top content column (sub page)
*/

#top-column-sub
{
	padding-top: 10px;
	padding-left: 36px;
	width: 90%;
}

/*
	Licence column
*/

#licence-column
{
	padding-top: 10px;
	padding-left: 36px;
	width: 90%;
}

/*
	Ad wrapper (sub page)
*/

#wrapper-sub
{
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 36px;
	padding-right: 36px;
	BORDER-BOTTOM: #621935 1px solid;
	BORDER-LEFT: #621935 1px solid;
	BORDER-RIGHT: #621935 1px solid;
	BORDER-TOP: #621935 1px solid }
}

/*
	Left Listing column (sub page)
*/

#listing-left-sub
{
	padding-left: 30px;
	float: left;
	width: 56%;
}


/*
	Right Listing column (sub page)
*/

#listing-right-sub
{
	float: right;
	width: 30%;
	padding-right: 30px;
}


/*
	Left content column (sub page)
*/

#left-column-sub
{
	padding-left: 30px;
	float: left;
	width: 50%;
}


/*
	Right content column (sub page)
*/

#right-column-sub
{
	float: right;
	width: 36%;
	padding-right: 30px;
}




/*
	Standard images
*/

img
{
	border: none;
}


/*
	Photo style
*/

.photo
{
	border: solid 2px #621935;
}


