
.contenttext
{
	margin: 0 0 0 310px;
}


#isthisyou
{

}

.isthisyoutitle
{
	background: url(../images/isthisyou.jpg) 0 5px no-repeat;
	height:25px;
	width: 120px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

.isthisyouimage
{
	margin: 0 0 15px 0;
}

#whatson
{

}

.whatsontitle
{
	background: url(../images/whatson.jpg) 0 5px no-repeat;
	height:25px;
	width: 120px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

.whatsonimage
{
	margin: 0 0 15px 0;
}

.whitelink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

.whitelink:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

.gap
{
	margin: 0 0 10px 0;
}

/**************************** Breadcrumbs *********************************/

#topbar
{
	width: 925px;
	margin: 0;
}


div#breadcrumbs
{
	color: #FFFFFF;
	font-size: small;
	padding: 8px 0 0 0;;
}

div#breadcrumbs a
{
	font-size: small;
	color: #09adee;
	text-decoration:none;
}

#breadimg
{
	float: right;	
	overflow: visible;
}

/***************************** LEFT COLUMN DISPLAY *****************************/

#left_column
{
	padding: 0;
	margin: 0;

}

.bluebox
{
	background-color: #003d6b;
	margin: 0 0 10px 0;
	padding: 15px 10px 15px 10px;
	width: 180px;
	color:#FFFFFF;
}

.boxtitle
{
	margin: 0 0 10px 0;
}

/**************************** YOUR ORDER INCLUDE STYLES ******************/

.yellowfont
{
	color: #FFFF00;	
}

#orderstatus
{
	margin: 10px 0 10px 0;
	border: solid #990066 1px;
	padding: 10px;
	min-height: 300px;
	overflow: hidden;
}

#ordertitle
{
	margin: 0 0 20px 0;
}


#totalprice
{
	font-size: larger;
	color:#FFFFFF;
	font-weight: bold;
	float: right;
}

#order_area
{
	float: left;
}

#edit a
{
	float:right;
	color: #FFFFFF;
	font-size: smaller;
}

/**************************** Content Settings ****************************/

div#title h2					/* page titles */
{
	width: 535px;
	height: 36px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div#content						/* page content */
{
	margin: 35px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	margin-bottom:10px
}

#menu
{
	text-align: right;
	margin-top: 150px;
}

#menu .menuitem
{
	float: right;
}

#menu .menuitem a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	margin: 0 0 0 30px;
}

#menu .menuitem a:hover
{
	color: #0090ff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 30px;
}


/******************** Default Content Page ********************/

div.contenttext	p				/* page text */
{
	padding-left: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
div.contentunavailable p 		/* page content unavailable text */
{
	padding-left: 0px;
	margin-left: 0px;
}

/******************** Default Contact Page ********************/

div.contactwarningmsg p			/* contact error message */
{
	color:#FF0000;
}
form#contactform				/* contact form */
{
}
div.contactthankyou p			/* thankyou text */
{
}

/******************** Default List Page ********************/

div.listinstructions			/* module configuration introduction text */
{
}

div.list 						/* list of records */
{
	margin: 0;
	padding: 0;
}

div.listgroupdivider			/* end category divider */
{
	clear:both;
}
div.listgrouptitle h3 			/* record category title */
{
	background-color:#CCCCCC;
}
div.listgroupcaption 			/* record category title */
{
}
div.listrow 					/* record row */
{
	margin: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

div.listitem
{
	float:left;
	margin: 0 35px 60px 0;
	text-align: center;
	overflow: visible;
}

div.endlistitem
{
	float:left;
	text-align: center;
	margin: 0 0 60px 0;
	text-align: center;
	overflow: visible;
}


div.listimage 					/* record image */
{
	margin-bottom:10px;
}
div.listimage img				/* record image */
{
}
div.listdetails					/* record details (title, caption, select) */
{
}
div.listtitle a 					/* record title */
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.listcaption 				/* record caption */
{
}
div.listselect					/* record select button */
{
}
div.listdivider					/* record divider */
{
	clear: both;
}
div.listunavailable p			/* list unavailable text */
{
}

/******************** Default Selected Page ********************/

.selected						/* selected information (image and details) */
{
}
.selectedimage					/* selected image */
{
}
.selecteddetails				/* selected details (title, text) */
{
}
.selectedtitle					/* selected record title */
{
}
.selectedtext					/* selected record text */
{
}
.selectedlink					/* selected record text */
{
}
.selectedunavailable p			/* selected record unavailable text */
{
}
.selectedpreviouspage			/* previous page link */
{
}

/*********************** Footer Settings *************************/

div#footerlinks {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 730px;
	height: 25px;
}
ul#footer-list {
	margin: 0px;
	padding: 0px;
}
ul#footer-list li {
	list-style-type: none;
	display: inline;
}
ul#footer-list li a {
	position:relative;
	float:left;
	height: 19px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 20px 0px 0px;
	font-size: 11px;
}
ul#footer-list li a:hover {
	color: #0090ff;
}
div#fatfrog a {
	position: absolute;
	bottom: 2px;
	right: 0px;
	width: 105px;
	height: 21px;
	background: url(../images/fatfrog.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
/*********************** RHS SIDE *************************/
div#rightfindout a {
	display: block;
	overflow: hidden;
	width: 375px;
	height: 193px;
	background: url(../images/right/findout.gif) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.rightimages {
	width: 375px;
	height: 195px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.firstimage {
	float: left;
	width: 182px;
	height: 195px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
div.secondimage {
	float: right;
	width: 182px;
	height: 195px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
div.firstimagelink a {
	float: left;
	display: block;
	width: 182px;
	height: 195px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
div.secondimagelink a {
	float: right;
	display: block;
	width: 182px;
	height: 195px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
/*********************** MAP SECTION *************************/
div#map {
	width: 924px;
	height: 605px;
	overflow: hidden;
}