/*  *********************************** 
 	*      EngageCMS Site Styles      * 
    *********************************** 

    Developed By   : Tom Bourne
	Engage Version : 1.0
	Description    : Customise the styles in this section
*/

/*
	REMINDER: the 'body' element is defined in both this and UserSiteStyle.css
*/

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #fff url(images/bg-body.jpg) repeat-y top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333;
	margin-left: 31px;
}

.PageTitle
{
	font-size: 22pt;
	color: #3668a3;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#UserPageContent
{
	font-size: 10.5pt;
}

#UserPageContent p
{
	margin-top: 0em;
	margin-bottom: 0.4em;
}

#UserPageContent .rightquote
{
	vertical-align: middle;
	border: 1px solid #cccccc;
	background: #ffffff url('images/quote_start.gif') no-repeat left top;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-left: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	float: right;
	width: 200px;
}

#UserPageContent .leftquote
{
	border: 1px solid #cccccc;
	background: #ffffff url('images/quote_start.gif') no-repeat left top;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-left: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	float: left;
	width: 200px;
}

#UserPageContent blockquote div
{
	background: transparent url('images/quote_end.gif') right bottom no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
}

#UserPageContent a:link
{
	color: #000000;
	text-decoration: none;
}
#UserPageContent a:visited
{
	color: #666666;
	text-decoration: none;
}
#UserPageContent a:hover
{
	color: #666666;
}
#UserPageContent a:active
{
	color: #333333;
	text-decoration: none;
}
#UserPageContent table
{
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

#UserPageContent table tr td
{
	vertical-align: top;
}

#UserPageContent table tr td.underlined
{
	border-bottom-width: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	font-weight: bold;
}
#UserPageContent table tr td + td.underlined
{
	border-bottom-width: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	font-weight: bold;
	text-align: right;
}

#UserPageContent .image
{
	vertical-align: middle;
}

#UserPageContent img
{
	padding: 0px;
	border-style: solid;
	border-width: 0.5px;
	border-color: #cccccc;
}

#UserPageContent div.container
{
	width: 100%;
	min-height: 165px;
}
#UserPageContent div.title
{
	border-bottom: solid 2px #cccccc;
}
#UserPageContent div.top
{
	float: right;
	position: relative;
	top: -18px;
	left: -5px;
}
#UserPageContent div.price
{
	float: right;
}
#UserPageContent div.top img
{
	border-style: none;
	border-width: 0px;
}
#UserPageContent div.content
{
}
#UserPageContent div.content table
{
	width: 100%;
}
#UserPageContent div.content table tr th
{
	border-bottom: solid 2px #cccccc;
	font-weight: bold;
	text-align: left;
}

#UserPageContent div.content table tr th + th
{
	text-align: right;
}
#UserPageContent div.content table tr td
{
	border-bottom: solid 1px #cccccc;
}
#UserPageContent div.content table tr td + td
{
	border-bottom: solid 1px #cccccc;
	text-align: right;
}
#UserPageContent div.content-image
{
	min-width: 145px;
	float: left;
	margin: 5px; /*    min-width: 145px;*/
}


/*
a:focus {
	outline: none;
}
*/



ul#imageslide
{
	list-style: none;
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

h1
{
	font-size: 22px;
}

#MainPlaceholder
{
	width: 960px;
}

#header
{
	overflow: hidden;
}

#header #logo
{
	text-indent: -400em;
	display: block;
	width: 292px;
	height: 75px;
	margin-top: 0.5em;
	float: left;
	border: none;
	background: url(images/logo.jpg) left top no-repeat;
}


.clear
{
	clear: both;
}

/* Main navigation
-------------------------------------------------------------- */

#header ul, #header ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul
{
	margin-top: 3.8em;
	padding-bottom: .5em;
	float: right;
	overflow: hidden;
}

#header ul li
{
	font-size: 1em;
	margin-left: 1.2em;
	float: left;
}

#header ul li a
{
	color: #333;
	text-decoration: none;
	letter-spacing: -0.04em;
	padding: 0 0 6px;
}
#header ul li span.openday, #header ul li#current span.openday
{
	padding: 0 0 6px;
	position: absolute;
	top: 75px;
	left: 813px;
}
#header ul li span.openday a, #header ul li#current span.openday a
{
	color: Red;
	font-weight: bold;
	text-decoration: blink;
	letter-spacing: -0.04em;
}
*blink
{
	visibility: expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");
}

#header ul li a:hover
{
	color: #666;
	text-decoration: none;
}

#header ul #current a
{
	color: #000;
	font-weight: bold;
}

/* Sub navigation
-------------------------------------------------------------- */
#submenu
{
	margin: 33px 15px 0 0;
}

#submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul li
{
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/menus/bg-submenu-line.gif) repeat-x bottom left;
}


#submenu a.current
{
	font-weight: bold;
	background: url(images/menus/bg-submenu-arrow-green.gif) center left no-repeat;
	color: #fff;
}


#submenu ul li a
{
	background: url(images/menus/bg-submenu-arrow.gif) center left no-repeat;
	padding: 6px 10px;
	margin-left: 10px; /*color: #ececec;*/
	color: #fff;
	display: block;
	text-decoration: none;
}

#submenu ul li a:hover
{
	background: url(images/menus/bg-submenu-arrow-green.gif) center left no-repeat;
	color: #fff;
}

#submenu ul .active
{
	background: url(images/menus/bg-submenu-arrow-down.gif) center left no-repeat;
	color: #fff;
	font-weight: bold;
}


#submenu ul ul li
{
	font-size: 1.0em;
	text-transform: none;
	background: none;
}
#submenu ul ul li a
{
	padding: 4px 10px;
	margin-left: 20px;
	background: none;
}

#submenu ul ul ul li a
{
	padding: 4px 10px;
	margin-left: 34px;
	font-weight: normal;
}


#submenu ul ul ul ul li a
{
	padding: 4px 10px;
	margin-left: 46px;
	font-weight: normal;
}

#submenu ul ul ul ul ul li a
{
	padding: 4px 10px;
	margin-left: 59px;
	font-weight: normal;
}



#Footer
{
	border-top: 1px solid #191919;
	padding: 5px 0;
	font-size: 8pt;
}

#Footer a, #Footer a:link
{
	text-decoration: none;
}

#Footer a:hover, #Footer a:visited
{
	text-decoration: underline;
}


#CrossSiteLinks
{
	font-size: 11px;
}

#CrossSiteLinks a:link
{
	color: #666666;
	text-decoration: none;
}

#CrossSiteLinks a:visited
{
	color: #666666;
	text-decoration: none;
}

#CrossSiteLinks a:hover
{
	color: #cccccc;
	text-decoration: underline;
}

#BreadcrumbDiv
{
	font-size: 9pt;
	margin: 5px 0 10px 0;
	color: #9c9c9c;
}

#BreadcrumbDiv a
{
	color: #9c9c9c;
	text-decoration: none;
}

#BreadcrumbDiv a:hover
{
	text-decoration: underline;
}

#menuBar
{
	height: 23px;
	width: 487px;
	vertical-align: middle;
	text-align: center;
}

.SubNavContainer
{
	padding-top: 10px;
	color: white;
	font-size: 10pt;
}

.SubNavContainer a
{
	color: #fff;
	text-decoration: none;
}

.SubNavContainer a:hover
{
	color: white;
	text-decoration: underline;
}

#SubNavQuote
{
	color: #84b2e2;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.SubNavePageTitle
{
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #84b2e2;
}

.MainPageTitle
{
	font-size: 15pt;
	font-weight: bold;
	color: #84b2e2;
}

/* 	******  Navigation Links Styles  ****** */
.NavigationLinks
{
	font-size: 9pt;
	text-decoration: none;
	color: #FF3399;
}

.NavigationLinks a
{
	text-decoration: none;
	color: #618bb6;
}
.NavigationLinks a:visited
{
	text-decoration: none;
	color: #618bb6;
}
.NavigationLinks a:hover
{
	text-decoration: none;
	color: Black;
}
.NavigationLinks a:active
{
	text-decoration: none;
	color: red;
}
/*********************************************/

/* 	****** HorizontalSiteMenu Styles ****** */
.MenuGroup, .MenuGroupHover, .MenuItem, .MenuItemHover, .MenuItemUnpublished .MenuItemUnpublishedHover
{
	cursor: hand;
}
.MenuGroup
{
	color: #FFFFFF;
}
.MenuGroupHover
{
	background-color: #362470;
}
.MenuItem
{
}
.MenuItemHover
{
	background-color: #362470;
	color: White;
}
.MenuItemUnpublished
{
	background-color: #ff5f68;
}
.MenuItemUnpublishedHover
{
	background-color: red;
}
/*********************************************/
