@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-repeat: repeat-x;
}
a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #930;
}


.oneColFixCtrHdr #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#top {
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top;
}

.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #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: 0px 0;
}
.copyright {
	font-size: 10px;
	color: #333;
}
body,td,th {
	font-size: 12px;
}
.button {	cursor:pointer;
	font-size: 10px;
}
.button1 {
	cursor:pointer;
	font-size: 11px;
}
.button2 {
	cursor:pointer;
	font-size: 11px;
}
.button3 {
	font-size: 11px;
}
.button:hover {
	color: #933;
}    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.wraptocenter {
vertical-align: middle;
height: 46px; /* please note add px */
}
.wraptocenter2 {
	vertical-align: middle;
	height: 46px; /* please note add px */
	margin-top: 2px;
	color: #CCC;
	font-size: 11px;
}
.wraptocenter * {
vertical-align: middle;
}
.color_indicator {
	background-color: #d6d6d6;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.left {
	text-align: left;


}
.colours_small {
	font-size: 11px;
	font-style: italic;
}
.arrow {
	color: #3C3C3C;
}
.colours_small {
	font-size: 10px;
	color: #999;
}
.border_picture {
	border: thin solid #CCC;
}
.NOT_bold2 {
	font-weight: normal;
}
object {
outline:none;
}.flair_comingsoon {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.flair_collection {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #930;
}

A:link img, A:visited img {border-color: #930;}
A:hover img  {border-color: #f30;}.section_colors {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}
.first_bg_image {
	background-repeat: no-repeat;
	background-position: center top;
}
.margin_bottom {
	margin-bottom: 10px;
}
