@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #999;
	background-image: url(images/texttile3.jpg);
	background-repeat: repeat;
}
#container  {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 0px;
	background-color: #000;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;
	margin: 0px;
	background-color: #000;
	width: 1024px;
} 

#header #slogan {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	width: 1024px;
	float: left;
}
#header #flashlogo {
	float: left;
	width: 213px;
	margin: 0px;
	padding: 0px;
}
#header #slogan p {
	color: #0C0;
	margin: 0px;
	padding: 38px 0px 0px;
	font-size: 1.4em;
	float: left;
}
#header #slogan img {
	float: right;
	margin: 8px 10px 0px;
	padding: 0px;
}

#introbar {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#introbar h1 {
	letter-spacing: 0.2em;
	margin: 10px 0px 0px;
	padding: 5px;
	color: #000;
	font-size: 0.9em;
	line-height: 1.3em;
	background-color: #E3DFE0;
	display: block;
	text-align: center;
}
#introbar h2 {
	color: #0C0;
	margin: 1px 0px 0px;
	padding: 5px 0px;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-align: center;
	background-color: #E3DFE0;
	display: block;
}
.introH1 {
	font-size: 0.9em;
	text-align: justify;
	color: #CCC;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 20px;
	border-bottom: 1px solid #FFF;
}
.defineH1 {
	color: #F00;
}




#navbar {
	clear: both;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #000;
}

#navbar ul {
	list-style: none;
	font-size: 0.9em;
	overflow: hidden;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#navbar li  {
	float: left;
	background-image: url(images/navbutton2.jpg);
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;


}
#navbar li a:link {
	color: #000;
	text-decoration: none;
	display: block;
	width: 149px;
	text-align: center;
	padding: 5px 10px;
	margin: 0px;
	border-right: 1px solid #000;
}

#navbar li a:visited {
	color: #333;
	display: block;
	width: 149px;
	text-align: center;
	text-decoration: none;
}
#navbar li a:hover {
	color: #F00;
	background-image: url(images/navbutton1.jpg);
	border-right: 1px solid #000;
}
#mainContent  {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 20;
	float: left;
	height: auto;
	width: 835px;
} 
#storeframe {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 20;
	float: left;
	height: auto;
	width: 780px;
}

#rightcolumn  {
	width: 210px;
	padding: 0px;
	float: right;
	margin: 20px 20px 20px 0px;
	text-align: left;
}
#rightcolumn h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;

}
#rightcolumn p {
	font-size: 0.8em;
	text-align: justify;
	margin: 0px;
	padding: 15px 0px 0px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
#rightcolumn p strong {
	color: #FFF;
}
.boldcolour1 {
	color: #FF0;
}



#footer  {
	padding: 0 10px 0 20px;
	background-color: #000;
	border-top: thin double #0C0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {
	font-size: 24px;
	color: #0C0;
}

.logotext {
	font: 1.1em Besign, Tahoma, Georgia;
	color: #0C0;
}
#footer p {
	font-size: 0.9em;
	color: #0C0;
	text-align: right;
	margin: 0px;
	padding: 5px;
	letter-spacing: 0.1em;
}
#homerightcolumn {
	width: 180px;
	padding: 20px 0px 0px 5px;
	margin: 0px 0px 20px;
	text-align: left;
	height: 800px;
	float: right;
}
.homeTopLeft {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	width: 270px;
	float: left;
	background-color: #000;
	letter-spacing: 0.1em;
	border: 4px ridge #CCC;
}

.homeTopRight {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	color: #CCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	width: 535px;
}
#supersaver {
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px;
}

#supersaver p {
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	margin: 10px 0px;
	padding: 0px;
}

#supersaver a{
	text-decoration: none;
	font: 1.2em Tahoma, Geneva, sans-serif;
	color: #FF0;
}



.homeimages {
	float: left;
	padding: 0px;
	margin: 0px;
}

.homeimages2 {
	padding: 0px 0px 0px 30px;
	float: left;
	margin: -30px 0px 0px;
}
.homeleft {
	color: #F90;
	float: right;
	width: 130px;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
	font: 0.6em Arial, Helvetica, sans-serif, Verdana;
	height: 130px;
}
.homeleft a {
	color: #F00;
	text-decoration: none;
}
.homeleft a:hover {
	color: #0C0;
}

.clickhere  {
	margin: 0px 0px 0px 20px;
	padding: 5px;
	font: bold 0.7em Tahoma, Geneva, sans-serif;
	float: left;
	text-align: right;
	display: block;
	width: 170px;
}

.homeTopLeft a .buttonlink {
	border: 5px outset #CCC;
	float: right;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	color: #999;
}
.homeTopLeft a .buttonlink:hover {
	border: 5px inset #999;
	float: right;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}



h3 {
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 0.7em;
	background-color: #F90;
	float: left;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 98%;
}

.homePara1 {
	font-size: 0.9em;
	text-align: justify;
	padding: 0px 20px 0px 0px;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 0.9em;
	margin: 0px 10px 20px 0px;
	padding: 0px 0px 0px 10px;
	color: #0C0;
	font-weight: normal;
}