@font-face {
	font-family: DITL;
	src: url(AndersonSupercar.ttf);
}

@font-face {
	font-family: Alternate;
	src: local("Impact");
}

body 
{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;			/* Turn off font resizing */
	background-color:#000000;
}

a.BlueMenu, a.BlueMenu25, a.BlueMenu45
{
	display: block;  /* Set the href to be a block rather than inline */
	text-decoration: none;
	color: black;

	font-size:20px;             /* All text content is 20 pixels */
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	margin: 0;               /* The list fills the whole iPhone screen */
	padding: 0;
	
	width: 320px;           /* Each cell is 320 pixels wide */
	background-color: white;
		
	padding-top:14px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	
	height:20px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:20px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
		
	background-color: #7b7bff;

	background: -moz-linear-gradient(top, #a2a2e5 0%, #7b7bff 50%, #5f5fdd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2e5), color-stop(50%,#7b7bff), color-stop(100%,#5f5fdd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* IE10+ */
	background: linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2e5', endColorstr='#5f5fdd',GradientType=0 ); /* IE6-9 */
}

a.OrangeMenu, a.OrangeMenu25, a.OrangeMenu45
{
	display: block;  /* Set the href to be a block rather than inline */
	text-decoration: none;
	color: black;

	font-size:20px;             /* All text content is 20 pixels */
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	margin: 0;               /* The list fills the whole iPhone screen */
	padding: 0;
	
	width: 320px;           /* Each cell is 320 pixels wide */
	background-color: white;
		
	padding-top:14px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	
	height:20px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:20px;  /* Ensure that the height of the cell includes the line at the top of the cell  */

	background-color: #ff9900;

	background: -moz-linear-gradient(top, #ffac30 0%, #ff9900 50%, #d36900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac30), color-stop(50%,#ff9900), color-stop(100%,#d36900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* IE10+ */
	background: linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac30', endColorstr='#d36900',GradientType=0 ); /* IE6-9 */
}

div.RedMenu, div.RedMenu25, div.RedMenu45
{
	display: block;  /* Set the href to be a block rather than inline */
	text-decoration: none;
	color: black;

	font-size:20px;             /* All text content is 20 pixels */
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	margin: 0;               /* The list fills the whole iPhone screen */
	padding: 0;
	
	width: 320px;           /* Each cell is 320 pixels wide */
	background-color: white;
	
	padding-top:14px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	
	height:20px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:20px;  /* Ensure that the height of the cell includes the line at the top of the cell  */

	background-color: #ee0000;

	background: -moz-linear-gradient(top, #e87676 0%, #ee0000 50%, #d62f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87676), color-stop(50%,#ee0000), color-stop(100%,#d62f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* IE10+ */
	background: linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87676', endColorstr='#d62f2f',GradientType=0 ); /* IE6-9 */
}



.secondary	/* Used for secondary text (text that is less important) */
{
	font-weight:normal;      /* Regular font is used for secondary text */
	float:right;	         /* Align secondary text to the right of its parent cell */
	margin-right:10px;	  
	line-height:20px;	  /* Vertically center text on the row */
}



.secondaryWLink	/* Used for secondary text that is a link */
{
	font-weight:normal;		
	float:right;		   
	margin-right:10px;	
	
	color: #324F85;		 /* sets the color of the link */
	line-height:20px;   /* Vertically center text on the row */
}


.button 
{
	display:block;
	
	padding:0;
	padding-right: 5px;        /* Indent text on the button */
	padding-left: 5px;
	
	height: 29px;            /* control is 29 pixels high */
	line-height: 29px;
	
	font-weight: bold;
	font-family:Heveltica;
	font-weight:bold;
	font-size: 12px;       /* Text displayed is 12 pixels */
	
	color: #FFFFFF;
	background-color:black;  

	text-align:center;
	text-shadow: #000 1px 1px 1px;
	border: solid gray 1px;           /* Creates a rectangle around a text */
	-webkit-border-radius: 5px;      /* Rounds each corner of the created rectangle */
	
	margin-top:-4px;
	float:right;                  /* Align button to the right */ 
	margin-right:10px;           
}
