﻿/***
Filename:		base.css
Author:			Andrei Vais
Date:			17/11/2008
Description:	Base styling for Majestic Interactive

Colours:		Background: #EAEAEA - off white;
				Text color: #333333 - dark grey;

Dimensions:		Liquid layout, minimum width 744px (for resolution 800x600), maximum width 1224 (for resolution 1280x1024)


***/

/***
Reset styles version 2 (http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/)
***/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img
{
	border: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}

/* All elements 'reset' to a base level - set site base background and foreground colours */
html, body
{
	background: #EAEAEA;
	color: #333333;	
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

a
{
	color: #333333;
}

h3, h4
{
	font: bold 115% "Helvetica-Neue", Helvetica, Verdana, Arial, sans-serif;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

p, li, dt, dd
{
	float: left;
	line-height: 140%;
	width: 100%;
}

/* Containing div for site */
div#majestic
{
	float: left;
	min-width: 744px;
	max-width: 1245px;
	width: 100%;
}

/* Page header */
div#header
{
	background: #000000 url('../images/majesticHeaderBGImage.gif') repeat-x bottom left;
	color: #FFFFFF;
	height: 159px;
	width: 100%;
}

div#header div#headerMain
{
	/*border-bottom: 1px solid green;*/
	float: left;
	margin-right: 1%;
	padding-left: 1.7%;
	width: 74.3%;
}

div#header div#headerMain h1 a
{
	color: #FFFFFF;
}

div#header div#headerMain h1 a:hover
{
	color: #BBBBBB;
}

div#header h1
{
	/*border-bottom: 1px solid green;*/
	display: inline;
	float: left;
	height: 42px;
	margin-top: 38px;
	margin-left: 1.5%;
	width: 128px;
}

div#header h2
{
	/*border-bottom: 1px solid green;*/
	color: #FFCC00;
	display: inline;
	float: right;
	font: 500 150% "Helvetica-Neue", Helvetica, Verdana, Arial, sans-serif;
	height: 37px;
	letter-spacing: -0.01em;
	margin-top: 44px;
	margin-right: 1%;
	text-align: right;
	width: 320px;
}

/* Primary navigation */
ul#primarynav
{
	clear: both;
	display: inline;
	float: left;
	margin-top: 22px;
	width: 100%;
}

ul#primarynav li
{
	background: #5A5C5C url('../images/tabbedright.gif') no-repeat right top;
	color: #CCCCCC;
	float:left;
	margin-right: 2px;
	width: auto;
}

ul#primarynav li a
{
	background: url('../images/tabbedleft.gif') no-repeat left top;
	color: #CCCCCC;	
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 5px 8px;
	text-decoration: none;
}

ul#primarynav li a:hover, ul#primarynav li a.currentPage
{
	color: #FFCC00;	
}

/* Contact box */
#header #contact
{
	/*border: 1px solid blue;*/
	background: url('../images/contactDetailsBGImage.gif') repeat center center;
	border: 1px solid #505050;
	color: #FFFFFF;
	float: left;
	height: 86px;
	margin-top: 14px;
	margin-left: 0.5%;
	width: 19.6%;
}

#header #contact dl
{
	/*border: 1px solid red;*/
	display: inline;
	float: left;
	margin-top: 16px;
	margin-left: 8%;
	width: 91%;
}

#header #contact dl dt.fn
{
	display: none;
}

#header #contact dt
{
	color: #FFCC00;
	float: left;
	line-height: 80%;
	width: 15%;
}

#header #contact dd
{
	/*border: 1px solid green;*/
	color: #FFFFFF;
	float: left;
	width: 83%;
}

#header #contact dt.description
{
	display: none;
}

#header #contact dt.tel, #header #contact dd.tel
{
	font: 130% "Helvetica-Neue", Helvetica, Verdana, Arial, sans-serif;
	line-height: 100%;
	white-space: nowrap;
}

dd#contactus, dd#location
{
	line-height: 100%;
	margin-top: 8px;
	clear: both;
}

div#contact dd a
{
	background-position: center left;
	background-repeat: no-repeat;
	color: #999999;
	display: inline;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 16px;
}

dd#contactus a
{
	background-image: url('../images/contacticon.gif');
	margin-top: 4px;
	margin-bottom: 4px;
}

dd#location a
{
	background-image: url('../images/locationicon.gif');
}

/* Breadcrumbs */
ol#breadcrumbs
{
	/*border: 1px solid orange;*/
	background: #000000 url('../images/breadcrumbnavBGImage.gif') repeat-x top left;
	clear: both;
	color: #CCCCCC;
	display: inline; /* Remove doubled margin IE6 */
	float: left;
	margin-top: 7px;
	margin-left: 2.3%;
	overflow: hidden;
	width: 90%;
}

ol#breadcrumbs li
{
	/*border: 1px solid yellow;*/
	float: left;
	width: auto;
}

ol#breadcrumbs a, ol#breadcrumbs strong
{
	background-repeat: no-repeat;
	background-position: center left;
	color: #CCCCCC;
	margin-right: 3px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
}

ol#breadcrumbs a:hover, ol#breadcrumbs strong
{
	color: #FFCC00;
	font-weight: normal;
}

/* Style for header to be displayed when user prints page */
#header_forPrint
{
	display: none;
	float: left;
}

#header_forPrint img
{
	float: left;
	width: 100%;
}


/* Content */
div#content, div#homepage, div#page
{
	background: #FFFFFF;
	clear: both;
	display: inline;
	float: left;
	margin: 10px 0 10px 1%;
	width: 98%;
}

/* Footer */
div#footer
{
	/*border: 1px solid orange; */
	background: #EAEAEA;
	clear: both;
	display: inline;
	float: left;
	font-size: 85%;
	width: 100%;
}

div#footer dl, div#footer ul
{
	display: inline;
	float: left;
}

div#footer dt
{
	display: none;
}

div#footer dd
{
	float: left;
	width: 50%;
}

div#footer #logos
{
	background-color: #FFFFFF;
	float: left;
	margin: 10px 0;
	width: 100%;
}

div#footer #logos dl#majesticPartners
{
	float: left;
}

div#footer #logos img
{
	border-width: 0;
}

#logos dl#majesticPartners dd
{	
	float: left;
	padding: 5px 0 5px 15px;
	width: auto;
}

#logos dl#majesticPartners dd img
{
	height: 29px;
}

div#footer #logos dl#validationLogos
{	
	float: right;
}

#logos dl#validationLogos dd
{
	float: left;
	padding: 5px 15px 5px 0;
	width: auto;
}

#logos dl#validationLogos dd img
{
	height: 29px;
	width: 70px;
}

div#footer div.vcard, div#footer ul#footerLinks
{
	float: left;
	padding-left: 1%;
	width: 97%;
}

div#footer div.vcard span
{
	float: left;
	width: auto;
}

div#footer div.vcard .contact
{
	background: none;
	float: right;
}

div#footer div.vcard .adr, div#footer div.vcard .locality, div#footer div.vcard .region, div#footer div.vcard .postal-code, div#footer div.vcard .country-name
{
	margin-left: 5px;
}

div#footer div.vcard .contact span
{
	margin-left: 20px;
}

div#footer div.vcard .contact span label
{
	margin-right: 5px;
}

div#footer div.vcard .country-name
{
	display: none;
}

div#footer ul#footerLinks
{
	clear: both;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-left: 0.6%;
	width: 90%;
}

div#footer ul#footerLinks li
{
	float: left;
	margin-right: 4px;
	width: auto;
}

ul#footerLinks a
{
	float: left;
	color: #333333;
	padding: 3px 5px;
	width: auto;
}