body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	margin: 0px;
	min-width: 850px;
	padding: 0px;
	_height: auto;
	min-height: 100%;
	font-weight: normal;
}
#Header {
	height: 140px;
	min-width: 850px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#Header img {
}
#Header #logo {
	width: 322px;
	height: 73px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
#Header #textctrl {
	height: 26px;
	width: 75px;
	position: relative;
	float: right;
	top: 90px;
	text-align: right;
}
#Header a {
	color: #FFFFFF;
}
#Menu {
	background-color: #2C1986;
	height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CE1519;
	border-bottom-color: #CE1519;
	padding-top: 0px;
	padding-right: 25px;
	_padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 25px;
	_padding-left: 12px;
	background-image: url(images/menu_bg-blue.gif);
	background-position: top;
	min-width: 850px;
	_width: expression( document.body.clientWidth < 850 ? "849px" : "auto" );
}
#Menu .Active {
	background-color: #CE1519;
	background-image: url(images/menu_bg-red.gif);
	background-position: top;
}
#Menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	_height: 30px;
	padding-top: 5px;
	_padding-top: 2px; /* only used in IE6 */
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	margin: 0px;
	float: left;
}
#Menu a:hover {
	background-image: url(images/menu_bg-red.gif);
	background-position: top;
}
#Menu a:active {
	background-image: url(images/menu_bg-red-o.gif);
}
.menuright {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#menushadow {
	background-image: url(images/menu_shadow.gif);
	height: 6px;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 1px;
}
#centrecontent {
	margin-top: 0px;
	margin-right: 275px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	_padding-bottom: 10px;
	padding-left: 25px;
}
#centrecontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	color: #2E2E8C;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0px;
}
#centrecontent h2 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #564EA1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#centrecontent p {
}
#centrecontent #note {
	background-color: #FEFFE5;
	border: 1px solid #CCCC66;
	padding: 12px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}
#indexcentre {
	height: 330px;
	padding: 0px;
	background-image: url(images/home_centre-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #F0EFF4;
	width: auto;
	margin: 0px;
}
#homebody {
	width: auto;
	height: auto;
	margin: 25px;
}
#homelinks {
	height: auto;
	width: auto;
	display: block;
	position: relative;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/home_link-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px;
}
.homelink2 {
	padding: 0px;
	height: 185px;
	width: 50%;
	display: inline;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;
}
.homelink1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 185px;
	display: inline;
	position: absolute;
	width: 50%;
}
#homelinks img {
	float: left;
}
#homelinks p {
}
.prodtitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#Container {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	float: none;
	background-image: url(images/bg_body-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	_padding-bottom: 15px;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	position: absolute;
	height: auto;
	width: 175px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#sidebar img {
	margin-bottom: 15px;
	border: 1px solid #999999;
}
#sidebar #sidetext {
	height: auto;
	width: 175px;
	background-color: #EFEFF3;
	border: 1px solid #AEBAD6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.85em;
	overflow: hidden;
}
#sidetext h1 {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2B2B8B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBAD6;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#sidetext a {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1em;
	color: #2B2B94;
	text-decoration: underline;
}
#sidetext .price {
	font-size: 1.1em;
	color: #BB0000;
	font-weight: normal;
}
#sidetext p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#largecolumnphoto h1 {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2B2B8B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBAD6;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#rightdiv h1 {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2B2B8B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBAD6;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#rightdiv {
	position: absolute;
	text-align: center;
	margin: 0px;
	margin-top: 40px;
	width: 253px;
	float: right;
	top: 50px;
	right: 25px;
	padding: 0px;
}
#rightdiv img {
	border: 1px solid #AEBAD6;
	margin-bottom: 25px;
}
#rightdivc h1 {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2B2B8B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEBAD6;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#rightdivc {
	text-align: center;
	margin: 0px;
	margin-top: 40px;
	width: 253px;
	float: right;
	top: 50px;
	right: 25px;
	padding: 0px;
}
#rightdivc img {
	border: 1px solid #AEBAD6;
	margin-bottom: 25px;
}
/* Font size controls */
#textdown {
	height: 27px;
	width: 31px;
	display: block;
	background-image: url(images/text_dwn.gif);
	float: right;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#textdown:hover {
	background-image: url(images/text_dwn-o.gif);
}
#textup {
	height: 27px;
	width: 31px;
	display: block;
	background-image: url(images/text_up.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: top;
}
#textup:hover {
	background-image: url(images/text_up-o.gif);
}
/* Shoppin Cart Styles */
#ShoppingContainer {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	_padding-bottom: 10px;
	padding-left: 25px;
	font-size: 0.9em;
}
#ShoppingContainer h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	color: #2E2E8C;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0px;
}
/* Content Styles */
#content {
	margin: 0px 25px 25px 275px;
	min-width: 700px;
	padding: 0px 0px 0px 0px;
}
#content h1 {
	margin-top: 20px;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	clear: right;
	height: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/menu_bg-blue.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#content h1 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Footer styles */
#Footer {
	height: 30px;
	text-align: center;
	font-size: 12pt;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menu_bg-blue.gif);
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 0px;
	clear: both;
}
#Footer p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.1em;
}
.BuyNowButton {
	height: 50px; 
}
.BuyNowButton a {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	_font-size: 0.9em;
	background-image: url(images/menu_bg-red.gif);
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.BuyNowButton a:hover {
	background-image: url(images/menu_bg-red-o.gif);
}
.BuyNowButton a:active {
	background-image: url(images/menu_bg-blue.gif);
}
.price {
	margin-top: 35px;
	font-size: 2.3em;
	font-weight: bold;
	color: #330099;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.shipping {
	font-style: italic;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
img {
 border: none;
}
a:link {
}
a:visited {
}
a:active {
	color: #fff;
}
form {
 margin: 0px 0px 4px 0px;
}
.AlignTop {
 vertical-align: top;
}
#detailleft {
	font-size: 0.7em;
}
.FloatLeft {
	float: left;
	clear: left;
	display: block;
}
.FloatRight {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 150px;
	text-align: right;
	white-space: nowrap;
}
.FloatRighti {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: right;
	white-space: nowrap;
}
#content .FloatRighti a {
	font-weight: normal;
	color: #666666;
	font-size: 0.8em;
}
#content .FloatRighti .bold {
	font-size: 0.8em;
}
#content .FloatRight a {
	font-weight: normal;
	color: #666666;
	font-size: 0.8em;
}
#content .FloatRight .bold {
	font-size: 0.8em;
}
.Center {
 text-align: center;
}
.SearchButton {
	background-color: #006;
	color: #FFF;
	border: 1px solid #999999;
	font-size: 1em;
	background-image: url(images/menu_bg-blue.gif);
	background-position: center;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.SearchButton:hover {
	background-image: url(images/menu_bg-red.gif);
	background-position: center;
}
.AddColumnButton {
 background-color: #006;
 color: #FFF;
 border: 2px solid #900;
 width: 800px;
 font-size: 1em;
 text-decoration: none;
}
.SaveColumnButton {
 background-color: #006;
 color: #FFF;
 border: 2px solid #900;
 width: 600px;
 font-size: 1em;
 text-decoration: none;
}
.DeleteColumnButton {
 background-color: #006;
 color: #FFF;
 border: 2px solid #900;
 width: 190px;
 font-size: 1em;
 text-decoration: none;
 margin-left: 10px;
}
.ReturnButton {
 border: 2px solid #900;
 padding: 2px 2px 2px 2px;
 margin-left: 10px;
 font-size: 1em;
}
.ReturnButton a {
 text-decoration: none;
 padding: 2px 10px 2px 10px;
}
.LoginButton {
 background-color: #006;
 color: #FFF;
 border: 2px solid #900;
 width: 500px;
 font-size: 1em;
 text-decoration: none;
}
.Error {
 color: #fff;
 background-color: #900;
 text-align: center;
}
#DetailedStats {
	margin-top: 1px;
	width: 225px;
	left: 25px;
	top: 8px;
	float:left;
	margin-bottom: 12px;
	margin-left: 25px;
	margin-right: 0px;
	height: auto;
	border: 1px solid #900;
	background-color: #EFEFF3;
}
#DetailedStats ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#DetailedStats ul li {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
#DetailedStats select {
	width: 200px;
	font-size: 10px;
}
#DetailedStats h1 {
	padding-left: 6px;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	background-color: #F2F2F2;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.85em;
	padding-bottom: 5px;
	background-image: url(images/menu_bg-blue.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#DetailedStats p {
	font-size: 0.7em;
	text-align: center;
}
#DetailedStats img {
 	Margin: 0px 3px 0px 3px;
}
.ColumnList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.ColumnList li {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#ColumnPhotos {
 	float: left;
 	margin-right: 6px;
 	margin-top: -12px;
 	width: 482px;
}
#ColumnPhotos h1 {
 	margin: 16px 0px 0px 0px;
 	border-right: 1px solid #900;
 	border-left: 1px solid #900;
 	font-size: 1em;
}
#ColumnPhotos img {
 	border-bottom: 1px solid #900;
 	border-right: 1px solid #900;
 	border-left: 1px solid #900;
 	margin: 0px;
}
.columnphotodescription {
 	margin: 0px;
 	padding: 5px;
	font-size: 0.85em;
}
.PhotoCredit {
 	font-size: 0.9em;
}
.DetailLeft {
	text-align: right;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.DetailRight {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 0.2em;
	width: 67%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.DetailPicture {
 	margin-right: 4px;
 	margin-bottom: 4px;
 	float: left;
}
.DetailNav {
 	text-align: center;
 	margin-bottom: 10px;
}
.PhotoImg {
	padding: 0px;
	width: 240px;
	height: auto;
	display: block;
	margin: 8px;
	border: 1px solid #CCCCCC;
}
.buttons a, .buttons a:visited, .buttons a:active {
 	border: 2px solid #900;
 	padding: .05em 1.1em .15em 1.1em;
 	background-color: #006;
 	color: #fff;
 	text-decoration: none;
}
.BuyNowButtonDetail a {
 	text-decoration: none;
 	padding: 2px 150px 2px 150px;
}
.BuyNowButtonDetail {
 	border: 2px solid #900;
 	padding: 2px 2px 2px 2px;
 	margin-left: 0px;
 	font-size: 1em;
}
.GalleryButton a {
	text-align: center;
	text-decoration: none;
	border: 2px solid #999999;
	background-image: url(images/menu_bg-blue.gif);
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
.GalleryButton a:hover {
	background-image: url(images/menu_bg-red.gif);
}
.GalleryButton a:active {
	background-image: url(images/menu_bg-red-o.gif);
}
.cart td {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}
#ShoppingContainer #Buy {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.cartRight {
 	text-align: right;
 	padding: 0px 15px 0px 15px;
}
.cartImg {
 margin: 0px;
}
.CSButton a {
	text-align: center;
	display: block;
	text-decoration: none;
	border: 2px solid #999999;
	margin-bottom: 0em;
	padding: 1px 15px 2px 15px;
	background-image: url(images/menu_bg-red.gif);
	color: #FFFFFF;
}
.DeletePhotoButton a {
 	text-align: center;
 	display: block;
 	text-decoration: none;
 	border: 2px solid #900;
 	margin-bottom: 0.5em;
 	padding: 2px 5px 2px 5px;
}
.bold {
 	font-weight: bold;
}
.divideline {
	padding-top: 10px;
}
#ColumnPhoto {
 	margin: 0;
 	padding: 0;
 	position: relative;
}
#ColumnPhoto img {
 	margin: 0;
 	padding: 0;
}
#ColumnPhoto span {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 100%;
 	height: 100%;
 	background: url(/images/back.gif) repeat;
 	border: 0;
}
#content table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#Container p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}  
#wrapper {
	position:relative;
	min-height:100%;
	_height:auto !important;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_body-right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#centrecontentcolumns {
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	_padding-bottom: 10px;
	padding-left: 25px;
}
#centrecontentcolumns h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	color: #2E2E8C;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#centrecontentcolumns h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

                    
                    
                    
                    
                    