﻿/* THE JAVA MENU APPLE STLE */

	.applemenu{
		position:relative; 
		margin: 5px 0;
		padding: 0;
		width: 170px; /*width of menu*/
	}
	.applemenu div.silverheader a{
		background: black url(orangegradient.gif) repeat-x center left;
		font-family:"Bookman Old Style"; font-size:14px; font-style:normal; font-variant:normal; font-weight:normal;
		color:white;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding: 5px 0;
		padding-left: 8px;
		text-decoration: none;
		border:2px #7e0206 solid;
	}
	.applemenu div.silverheader a:active{
		color: #b8bb43;
		/*font-weight:bold;*/
		text-decoration:underline;
	}
	.applemenu div.silverheader a:visited{
		color: white;
	}
	.applemenu div.silverheader a:hover{
		background-image: url(orangegradientover.gif);
		color: #b8bb43;
		/*font-weight:bold;*/
		text-decoration:underline;
	}
	.applemenu div.selected a{
		background-image: url(orangegradientover.gif);
		color:#b8bb43;
		/*font-weight:bold;*/
	}
	.applemenu div.submenu{ /*DIV that contains each sub menu*/
		font-family:"Bookman Old Style"; font-size:12px; font-style:normal; font-variant:normal; font-weight:normal;
		position:relative;
		background:#ffffcc;
		color:black;
		padding: 5px;
		height: 150px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
		border:2px #7e0206 solid;
	}

/* THE MAIN CONTENT LINK THROUGHOUT THE SITE */
	a.ContentLink:link {color: #7e0206; font-weight:bold; }
	a.ContentLink:visited {color: #7e0206; font-weight:bold; }
	a.ContentLink:hover {color: #b8bb43; font-weight:bold; }
	a.ContentLink:active {color: #b8bb43; font-weight:bold; }

/* THE LINK OF THE SHOP SUBHEADINGS THAT ARE THE PRODUCTS */
	a.ShopTitleLink:link {color: #B8BB43; font-weight:bold; text-decoration:none; }
	a.ShopTitleLink:visited {color: #b8bb43; font-weight:bold; text-decoration:none; }
	a.ShopTitleLink:hover {color: #7e0206; font-weight:bold; text-decoration:underline; }
	a.ShopTitleLink:active {color: #7e0206; font-weight:bold; text-decoration:underline;}


/*LINKS DISPLAYED IN THE RIGHT ACCESSORES RED AREA */
	a.AccessoriesLink:link {color: #b8bb43; font-weight:bold;}
	a.AccessoriesLink:visited {color: #b8bb43; font-weight:bold;}
	a.AccessoriesLink:hover {color: #b8bb43; font-weight:bold;}
	a.AccessoriesLink:active {color: #b8bb43; font-weight:bold;}
	

/* MY SMALL SIGNATURE LINK */
	a.SignedLink:link {color: #ffffff; }
	a.SignedLink:visited {color: #ffffff; }
	a.SignedLink:hover {color: #b8bb43; }
	a.SignedLink:active {color: #b8bb43; }

/* THE LINKS FOR BACK TOP TOP AND TERMS AND CONDITIONS */
	a.FooterLink:link {color: #000000; text-decoration:underline}
	a.FooterLink:visited {color: #000000; text-decoration:underline }
	a.FooterLink:hover {color: #b8bb43; text-decoration:underline}
	a.FooterLink:active {color: #b8bb43; text-decoration:underline}


/*FADING NEWS TICKERS STYLES CLASSES*/

#domticker{
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
#domticker a:hover {color: #7e0206; font-weight:bold;}
#domticker a:active {color: #7e0206; font-weight:bold;}

.someclass{ /*class to apply to your scroller(s) if desired*/
}


.ContentQuote {
	font-style:italic; 
	text-align:center; 
	margin-left:10px; margin-right:10px;
	padding: 5px; border: 1px dashed #7e0206;
}

.ShopImage {
	vertical-align: top;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	border: 2px #7e0206 inset;
}

.ShopMiniImage {
	vertical-align: top;
	border: 1px #7e0206 solid;
	margin-left:10px; margin-right:10px; margin-bottom:10px;
}


.ContentImage {
	border: 2px inset #7E0206; 
	margin-left:10px; margin-right:10px
}

.ContentList {
	margin-right:10px;
	padding-bottom:5px;
}

p.ContentWords {
	margin-left:10px; margin-right:10px;
}

span.TitleHeading {
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
	color: #b8bb43;
}

span.StrapLine {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color: #b8bb43;
}

span.RRP {
	text-decoration:line-through; 
	font-family:Arial, Helvetica, sans-serif;
}

p.MainHeading {
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
	color: #b8bb43;
	margin-bottom:-10px;
	margin-top:0px;
}
h1 {
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
	color: #b8bb43;
	margin-bottom:-10px;
	margin-top:0px;
}

span.SubHeading {
	font-size:large;
	font-weight:bold;
	color:#b8bb43;	
}
h2 {
	font-size:large;
	font-weight:bold;
	color:#b8bb43;
	margin-left:10px;	
	margin-bottom:-10px;
}


/* STARTING THE MAIN STUFF OF THE SITE */
body {
	font-family:"Bookman Old Style";
	background-color:#7e0206;
	background-image:url('images/Other-Velvet-Red.gif'); 
	background-repeat:repeat;
	font-size:12px;
}

label { /* THIS IS THE WORDS LIKE E-MAIL BEFORE THE INPUT BOX */
	width:45px;
	float:left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top:5px;
	display: block;
	color:#b8bb43; font-weight:bold;
}

.submit input {
	margin-left: 65px;
	position:relative; top: 5px;
} 

.listbuild input { /* THIS IS THE INPUT BOX */
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000
}

.submit input { /* THIS IS THE INPUT BUTTON */
	font-weight:bold; font-style:italic;
	color: #003366;
	background: #b8bb43;
	border: 2px outset #FFFFFF
} 

#DIV-List-Builder { /* THE DIV THAT WRAPS AROUND THE LIST DOUILDING SECTION. THAT STAYS THE SAME ON EVERY PAGE */
	position:relative; left:4%; right:4%;
	color:white; 
	border:2px #7e0206 solid; 
	width:86%; 
	background-color:#400000;
	margin:5px;
}

#DIV-Adverts { /* FOR CREATING ADDS FOR TAXI'S BUSSES AND THE GOOGLE ADDSENSE THING*/
	position:relative; left:4%; right:4%;
	color:white; 
	border:2px #7e0206 solid; 
	width:86%; 
	background-color:#400000;
	margin:5px;
}

#DIV-Side-Testermonial{
	position:relative; left:6%; right:5%;
	color:white; 
	border:2px #7e0206 solid; 
	width:86%; 
	background-color:#7e0206;
}	

#DIV-Main {
	position:absolute;
	width:90%; height:auto;
	margin-left:5%; margin-right:5%;
	background-color:#7e0206;
}

#DIV-Heading {
	position:absolute;
	left: 18%; top: 0%;
	width:63%;
	background-color:#400000;
}

#DIV-Navigation {
	position:absolute;
	left: 0%; top: 0%; 
	width: 17%; height: auto; 
	color:#b8bb43; font-weight:bold;
	background-color:#400000;
}

#DIV-Content {
	position:absolute;
	top: 150px;
	left: 18%;
	width:63%; height: auto; 
	background-color:#FFFFCC;
	color:#000000;
}

#DIV-Right-Area {
	position:absolute;
	top: 0%;
	left:82%;
	width:17%; height: auto; 
	background-color:#400000;
	color:white;
}

#DIV-Footer {
	font-size: 10px;
	position:relative;
	width:100%; height: auto;
	background-image:url('images/Other-Velvet-Red.gif'); 
	background-repeat:repeat;
	color:#000000;
}
</style>
