/*-------------Elements--------------*/
body {
	margin-top:0px;
	font-family: Verdana;
	font-size:11px;
	font-weight: normal;
	color: #BB3122;
	background-color:#CC6633;
}

/*-------------Elements Ids--------------*/
#container {
	width:790px;
	height:auto;
	margin-left:50%;
	left:-395px;
	top:0px;
	position:absolute;
	background-color:#CC6633;
}
#mainTable {
	background-image:url(images/ghostImage.jpg);
	background-repeat: no-repeat;
}
#btnSwitch {
	color:#FFFFFF;
	border:none;
	font-family:Verdana;
	font-size:11px;
	background-color:#CC6633;
}
#more {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	float:right;
		
}


/*-----------------Classes----------------*/
.content {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.contentUnderlined {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
.contentBoldOrange {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #BB3122;
}
.contentLargeOrange {
	font-family: Verdana;
	font-size: 17px;
	color: #BB3122;
}
.contentBold {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}
.contentBoldGrey {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}
.contentLightGrey {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}
.contentSmallOrange {
 	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #BB3122;
}
.required {
	font-weight:bold;
	color:Red;
}
.inputText{
	color:#333333;
	font-family: Verdana;
	font-size: 11px;	
}
.voucher{
	width:399px;
	height:299px;
	border:1px dashed #000000;
	padding:10px;
	position:absolute;
	top:1px;
	left:1px;
	font-family: Verdana;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	background-color:#FFFFFF;
}
.btnPrint {
	background-color:#cccccc;
	border:1px solid #333333;
	font-family: Verdana;
	font-size:11px;
	font-weight: normal;
	color:#000000;	
}

/*Page presentation*/
.shadowLeft	{
	background:url(images/l_shadow2.gif);
	background-position:left;
	width:5px;
}
.shadowRight	{
	background:url(images/r_shadow2.gif);
	background-position:centre;
	width:5px;
}
.shadowTop	{
	background:url(images/t_shadow2.gif);
	background-position:right;
	height:5px;
	width:787px;
}


/*Links*/

A:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
A:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
A:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}
A:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}

a.header:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB3122;
}
a.header:hover { 
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
}
a.header:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #BB3122;
}
a.header:active { 
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.pText:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
a.pText:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
a.pText:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
}
a.pText:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}

/*Promotions*/
#promoOne{
width: 150px;
height: 80px;
border: dotted;
border-color: #000000;
border-width: 1px;
border-color: #CC6633;
margin-left: 30px;
}

#promoTwo{
width: 150px;
height: 80px;
border: dotted;
border-color:#000000;
border-width:1px;
border-color: #CC6633;
margin-right: 35px;
}















