/************* imported css files **************/
@import url("MainMenu.css");
@import url("TopMenu.css");
@import url("SubMenu.css");
@import url("Content.css");

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*
html
{
	background:				#ffffff url(../../_Images/Body/HTMLBackground.png) center;
}
*/

body
{
	background:				#ffffff url(../../_Images/Body/Background.png) repeat-x;
	margin: 				0 auto;
	font-family:			Arial, Tahoma, Helvetica, sans-serif;
	font-size:				8pt;
	color:					#000000;
}

img
{
	border:					0px;
}

a
{
	text-decoration:		none;
	color:					#000000;
	border:					0px;
}

a:hover
{
	color:					#cc0000;
	text-decoration:		underline;
}




a span
{
	font-family:			Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:				1.1em;
	color:					#cc0000;
	font-weight:			bold;
}

p
{
	font-size:				1.1em;
	margin-bottom:			10px;
	margin-top:				5px;
	padding-left:			10px;
	padding-right:			10px;
	text-align:				left;
	padding-bottom:			0px;
}

p.ornament
{
	background:				url("../../_Images/Body/PBackground.png") bottom center no-repeat;
	padding-bottom:			20px;
	margin-bottom:			9px;
}

p.firstParagraph
{
	background:				none;
	font-family:			Georgia, Times New Roman, Sans-Serif;
	font-size:				1.5em;
	color:					#808080;
	margin-bottom:			20px;
}

p.firstParagraph span
{
	display:				block;
	font-family:			Arial, Tahoma, Helvetica, Sans-Serif;
	text-align:				right;
	color:					#cc0000;
	font-size:				0.7em;
	margin-top:				5px;
}

p.grey
{
	font-size:				1em;
	color:					#808080;
	margin:					0px;
}

p.findMore
{
	text-align:				right;
	color:					#808080;
	padding:				3px;
	margin-bottom:			0px;
}

p.findMore a
{
	color:					#808080;
}

h1
{
	background:				url("../../_Images/Body/H1Background.png") repeat-x;
	margin:					0px 0px 0px 0px;
	font-family:			Georgia, Trebuchet MS, Arial, Sans-serif;
	font-size:				16pt;
	font-style:				normal;
	color:					#444444;
	font-weight:			normal;
	letter-spacing:			0px;
	padding:				3px 0px 20px 1px;
	line-height:			1em;
}

h2
{
	margin:					0 0 10px 0;
	font-family:			Arial, Helvetica, Sans-serif;
	font-size:				1.2em;
	font-style:				normal;
	color:					#cc0000;
	font-weight:			bold;
	letter-spacing:			-1px;
	padding:				4px;
	border-bottom:			1px solid #808080;
}

h2.boxTitle
{
	color:					#fff;
	background:				url("../../_Images/SideMenu/H1BackgroundSecond.png") repeat-x;
	padding:				5px;
	border:					0px;
}

h2.eventAgenda
{
	font-size:14px;
}

h3
{
	font-family:			Arial, Helvetica, Sans-Serif;
	margin:					0 0 0 0;
	font-size:				1.2em;
	font-style:				normal;
	color:					#444;
	font-weight:			bold;
	text-align:				left;
	letter-spacing:			0em;
	border-bottom:			1px solid #e1e1e1;
	/*
	background:				#eee;
	border-left:			5px solid #e5e5e5;
	border-right:			1px solid #e5e5e5;
	
	*/
	background:				none;
	border-left:			0px;	
	border-right:			0px;	
	padding:				0px;
}

h4
{
	font-family:			Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	margin:					10px 0 10px 5px;
	padding:                0 0 5px 0;
	font-size:				1.4em;
	font-style:				normal;
	color:					#cc0000;
	font-weight:			bold;
	letter-spacing:			1px;
	text-align:				left;
	font-variant:           small-caps;
	border-bottom:          1px dotted #a8a7a7;
	
}

h4 span
{
    font-size: 0.9em;
    letter-spacing: 0px;
    color: #808080;
}

h5
{
	font-family:			Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	margin:					10px 0 3px 5px;
	padding:                0 0 0 0;
	font-size:				1.4em;
	font-style:				normal;
	color:					#464646;
	font-weight:			bold;
	letter-spacing:			1px;
	text-align:				left;
	font-variant:           small-caps;
}
h6
{
	font-family:			Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	margin:					10px 0 10px 0px;
	padding:                0 0 5px 0;
	font-size:				1.4em;
	font-style:				normal;
	color:					#cc0000;
	font-weight:			bold;
	letter-spacing:			1px;
	text-align:				left;
	font-variant:           small-caps;
	border-bottom:          1px dotted #a8a7a7;
	
}

h6 span
{
    font-size: 0.9em;
    letter-spacing: 0px;
    color: #808080;
}
.temporaryForEventsAgenda ul
{
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
}

.temporaryForEventsAgenda ul li
{
	margin:0 0 3px 0;
	list-style-type:circle;
}

/***********************************************/
/* Util classes                                */
/***********************************************/ 

.hiddenSpan
{
	display: 				none;
}

.splitter
{
	clear: 					both;
	font-size:				1px;
	margin:					0 auto;
}

/***********************************************/
/* Color classes                               */
/***********************************************/ 

.red
{
	color:					#cc0000;	
}

.redback
{
	background-color:		#cc0000;	
}

.grey
{
	color:					#808080;	
}

/***********************************************/
/* Form classes								   */
/***********************************************/ 

form
{
	margin:					0px;
}

form fieldset {
	margin:					0 5px 10px 0;
	border:					none;
	border-top:				1px solid #808080;
}

form fieldset legend {
  padding:					0 2px;
  font-weight:				bold;
  color:					#000;
}

form fieldset label {
  display:					block;
  vertical-align:			top;
  color:					#808080;
  float:					left;
}

form fieldset ol {
  margin:					0;
  padding:					0;
}

form fieldset li 
{
	padding:				4px 0px 0px 10px;
	list-style:				none;
	margin:					0;
}

form em {
	font-weight:			bold;
	font-style:				normal;
	color:					#f00;
}

form label {
	/*width:					60px;*/
	width:150px;
}

form label.wideLabel 
{
    width:160px;
    margin-right:10px;
}

input,
input.radio
{
	background-color:		#EEEEEE;
	color:					#7A7A7A;
	width:					160px;
	border :				1px solid #AAAAAA;
	padding-left :			4px; 
	font-size:				1em;
	vertical-align:         middle;
}

input.radio, input[type=radio]
{
    background:none;
    width:auto;
    border:none;
}


.radioLabel
{
    color:					#808080;
    margin-left:5px;
}

select
{
    width:168px;
}

textarea
{
	background-color:		#EEEEEE;
	color:					#7A7A7A;
	border :				1px solid #AAAAAA;
	padding-left :			4px; 
	font-size:				1.1em;
}

.button {
	width:					135px;
	height:					18px;
	font-size:				1em;
	font-weight:			bold;
	padding-top:			0px;
	color:					white;
	border:					1px solid #808080;
	background-color:		#858585;
	cursor:					pointer;
}

.buttonActive {
	width:					135px;
	height:					18px;
	font-size:				1em;
	font-weight:			bold;
	padding-top:			0px;
	color:					white;
	border:					1px solid #800000;
	background-color:		#cc0000;
	cursor:					pointer;
}

.active
{
	background-color:		#ffffff;
}

.radiobuttonlist td
{
    width:450px;
}

.radiobuttonlist input
{
    width:20px;
    background:none;
    float:left;
    border:none;
}

.radiobuttonlist label
{
    float:left;
    width:90%;
    margin-top:3px;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/ 

#mainContainer
{
	margin: 				0 auto;
	width: 					760px;
}

#topMenuContainer {
	margin: 				0 auto;
	height:					16px;
	width:					760px;
}

#mainMenuContainer {
	background:		 		#ba1918 url(../../_Images/Header/Background.png) repeat-x;
	width: 					760px;
	height:					34px;
	margin: 				0 auto;
}

#occasionalGraphic
{
	width: 					200px;
	float: 					left;
}

#subMenuContainer
{
	width: 					760px;
	height:					65px;
	margin: 				0 auto;
}

#logo
{
	width:					200px;
	float:					left;
	background:				url(../../_Images/Logos/LogoGroup.png);
	height:					63px;
}

#logo a
{
    display:                block;
	width:					200px;
	height:                 63px;
}

#illustration
{
}

#breadCrumbs
{
	margin-top:				2px;
}

/************* #breadCrumbs specific **************/

#breadCrumbs ul
{
	margin:					0 auto;
	list-style: 			none;
	padding: 	            0px;
}


#breadCrumbs ul li
{
	float: 					left;
	margin-right:			5px;
}

#breadCrumbs ul li a
{
	display: 				block;
	color:					#808080;
	letter-spacing:			0.1em;
}

#breadCrumbs ul li a:hover
{
	color:					#cc0000;
	letter-spacing:			0.1em;
	text-decoration:		none;
}

#breadCrumbs ul li a .arrow
{
	font-family:			Georgia, Times New Roman, Times, serif;
	color: 					#cc0000;
	font-weight:			normal;
	font-size:				1em;
}

/************* end #breadCrumbs specific **************/

#contentContainer
{
	border:					2px solid #eeeeee;
	background: 			url(../../_Images/Body/ContentBackground.png) repeat-x;
}

#contentContainerOuter
{
	margin-top:				5px;
	border-top:				1px solid #ababab;
	background: 			url(../../_Images/Body/ContentBackgroundOuter.png) bottom no-repeat;
}

/************* #contentContainer specific **************/

/* imported as Content.css at the top of this file */

/*********** end #contentContainer specific ************/

#footerContainer
{
	margin-top:				10px;
	color:					#808080;
	background:				url("../../_Images/Footer/Background.png") repeat-x;
	height:					65px;
}

/************** #footerContainer specific **************/

#footerInnerContainer
{
	width:					760px; 
	margin:					0 auto;
}

#footerLeft
{
	float:					left;
	width:					65%;
	padding:				5px;
}

#footerRight
{
	float:					right;
	width:					30%;
	text-align:				right;
	padding:				5px;
}

#footerRight a
{
	color:					#808080;
	letter-spacing:			0.1em;
}

#footerRight a:hover
{
	text-decoration:		none;
	color:					#cc0000;
}

#footerRight a .arrow
{
	font-family:			Georgia, Times New Roman, Times, serif;
	color: 					#cc0000;
	font-weight:			normal;
	font-size:				1em;
}
/************ end #footerContainer specific ************/

.lstProductTable td
{
	vertical-align:top;
}

.radioButtonList input
{
    width: 25px;
    margin:0;
    padding:0;
    border:0;
    background:none;
}

.radioButtonList label
{
    width:48px;
    margin:0;
    padding:0;
    border:0;
    background:none;
}
