/*****************************************************
 NOTES:
 Page / section specific CSS placed in seperate files.
 *****************************************************/


/*****************************************************
 General Layout
 *****************************************************/

strong 
{
	font-weight: bold;
}

em
{
	font-style:italic;
}

.InfoHeader
{
	color: #004488;
	font-size: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
}

body {
	font:11px/14px arial, verdana, sans-serif;
	color: White;
	background:#B7CDF4 url(../images/brand/bg.gif) repeat-x;
	text-align:center;
	}
	
#page {
	margin:0 auto;
	width:754px; /*UAb PS A/10334 752px*/
	text-align:left;
	background:url(../images/brand/bg_clouds.jpg) no-repeat;
	height: 1000px;
	}



#pageHeader {
	height:106px;
	}
#pageLogo {
	float:left;
	margin-top:10px;
	}
#pageLogo img {
	margin-top:32px;
	}
#pageLogin {
	float:right;
	font-size:10px;
	text-align:right;
	padding-right:20px;
	color: white;
	}



#pageBody {
	}



#pageBodyLeft {
	float:left;
	width:257px;
	margin-right:6px; /*UAb PS A/10334 8px */
	}
	
#pageBodyRight, .headerMenu{
	float:right;
	width:487px;
	}



#pageFooter {
	margin:0 10px 10px 10px;
	font:11px/13px arial, verdana, sans-serif;
	color: White;
	}

#_ctl5_NewsletterDataList 
{
width:487px;	
}

/*****************************************************
 Redefined HTML Elements
 *****************************************************/
p {
	padding-bottom:10px;
	}
h1 {
	font:15px/14px arial, verdana, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#048;
	padding-bottom:10px;
	}
h1 .subheading {
	font-weight:normal;
	font-size:12px;
	}
h2 {
	font:12px/12px arial, verdana, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#048;
	padding-bottom:2px;
	}
h2 .subheading {
	font-weight:normal;
	font-size:11px;
	}
a {
	color:#036;
	}
td {
	padding:5px;
	font:11px/14px arial, verdana, sans-serif;
	color:#222;
	}
	
.dynamic_data_list td {
	font:10px/12px arial, verdana, sans-serif;
	}
.dynamic_data_list td.headings {
	font-size:10px;
	font-weight:bold;
	color:#444;
	text-transform:capitalize;
	}
td.noPadding
{	
	padding: 0px;
}
input, select {
	font-size:12px;
	}
input[type="radio"] {
	vertical-align:middle;
	}
textarea {
	font:12px/16px arial, verdana, sans-serif;
	color:#222;
	}
ul {
	margin-bottom:10px;
	padding-left:10px;
	list-style-type:disc;
	list-style-position:inside;
	}
sup, sub {
	font-size:50%;
	font-weight:normal;
}

/*****************************************************
 Common Elements
 *****************************************************/
.clearfloat {
	clear:both;
	}
.bold {
	font-weight:bold;
	}
.hilite {
	color:#E50;
}
.borderTop {
	border-top:1px dotted #BBB;
	}
.borderRight {
	border-right:1px dotted #BBB;
	}
.borderBottom {
	border-bottom:1px dotted #BBB;
	}
.borderLeft {
	border-left:1px dotted #BBB;
	}

.blurbRight { /*these used for divs and images to align left or right inside a paragraph etc.. */
	float: right;
	margin: 0px 20px 10px 10px;
	border-color: #0099FF;
	border-width: 1px;
	border-style: solid;
	}
.blurbLeft {
	float:left;
	margin:0 10px 10px 0;
	}

.indentLarge {
	padding: 0px 20px 0px 30px;
	position: relative;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	}
.indentSmall {
	padding:5px 0 0 25px;
	position:relative;
	background-position:5px 5px;
	background-repeat:no-repeat;
	}
.indentAccordion {
	padding:3px 5px;
	position:relative;
	}
.indentAccordion h2 img {
	vertical-align:middle;
	}
.indentAccordion .expand {
	padding:7px 20px 0 17px;
}
.indentBullet1 {
	background-image:url(../images/brand/bullet_lge_1.gif);
	}
.indentBullet2 {
	background-image:url(../images/brand/bullet_lge_2.gif);
	}
.indentBullet3 {
	background-image:url(../images/brand/bullet_lge_3.gif);
	}


.offer {
	color:#378;
	}
.priceTag {
	text-align:right;
	font-style:italic;
	color:#048;
	}
.priceTag b {
	font-weight:bold;
	font-size:140%;
	color:#D00;
	}
.priceTagLarge {
	margin-top:20px;
	font-size:110%;
	line-height:150%;
	font-style:italic;
	color:#048;
	}
.priceTagLarge b {
	font-weight:bold;
	font-size:150%;
	color:#D00;
	}

.mini_specials td
{
	padding: 5px;
	width: 50%;
}

.mini_specials td .indentSmall
{
	/*the first element does not apply to IE 6 as it does not recognise the !important tag*/
	margin: 0px 5px 0px 0px !important;
	margin: 5px 0px 0px 5px;
}

#feedback { text-align: left; font-weight: bold;}
#feedback h1 { padding-left: 20px; padding-bottom: 30px; }
#feedback span.mandatory { color: red; }
#feedback table { margin-left: 20px; }
#feedback tr { padding: 10px 20px; }
#feedback td.col1 { width: 100px; font-weight: bold; }
#feedback td.col2 { width: 300px; }
#feedback input[type=text] { width: 300px; }
#feedback textarea { width: 300px; height: 100px; }

.alta
{
	color: White;
}

.alta_blue
{
	color: #00CED1;
}


/* Start Google map pop up UAb PS10971 */

#gmapbubbleC
{
	width: 240px;
}

#gmapbubbleH
{
	background-color:OldLace;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 5px;
	color:#003366;
}

#gmapbubbleB
{
	background-color:OldLace;
	font-size: 9px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	color:#003366;
}

/* End Google map pop up UAb PS10971 */