body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #231f20;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #00aeef;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: underline;
	color: #00aeef;
}
#wrapper {
	width: 800px;
	margin: auto;
	border: 1px solid #999999;
	background-image: url(../images/main-back.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#menucontainer {
	margin: 0;
	height: 28px;
}
#bandcontainer {
	text-align: center;
}
#bandcontainer a {
	text-decoration: underline;
	color: #00aeef;
}
/*- Start Menu--------------------------- */
#menu {
   margin: 0;
   width: 800px;
}
#menu ul {
    margin: 0;
	line-height: normal;
    list-style: none;
	padding: 0;
}
#menu li {
     display: inline;
     margin: 0;
     padding: 0;
}
#menu a {
     float: left;
     margin: 0;
     padding: 0 0px 0 4px;
     text-decoration: none;
	 font-weight: normal;
}
#menu a span {
     display: block;
     padding: 7px 22px 6px 15px;
     color: #00aeef;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float: none;}
    /* End IE5-Mac hack */
#menu a:hover {  
}
#menu a:hover span {
    color: #00aeef;
	text-decoration: underline;
}
#menu #current a {

}
#menu #current a span {
    color: #000000;

}
/*- End Menu --------------------------- */
#leftcontainer {
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	margin: auto;
	width: 420px;
}
#ordercontainer {
	padding: 10px 15px 5px 15px;
}
#rightcontainer {
	float: right;
	margin-top: 3px;
	width: 336px;
	text-align: right;
}
#footer {
	position: relative;
	clear: both;
	text-align: center;
	margin: 0;
	height: 22px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
}
hr {
	background: #6699CC;
	height: 5px;
	color: #6699CC;
}
h1 {
	font-size: 28px;
	color: #231f20;
	font-weight: normal;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
.legal a {
	font-size: 11px;
	color: #00aeef;
	font-weight: normal;
	text-decoration: none;
}
.legal {
	font-size: 11px;
	color: #00aeef;
}
/* hide from ie on mac - flash viewer \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
/* end hide - flash viewer */
#quickr-set {
	padding-left: 28px;
}
#thumbs {
	text-align: center;
	margin-top: 5px;
}
#thumbs img {
	margin: 2px;
	border: none;
}