#holder {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 100px;
	bottom: auto;
	width: 600px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.smallerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
#outer {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #000000;
	border-left-style: solid;
	height: inherit;
}
#transTop {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	height: 19px;
	padding-left: 1px;
	position: relative;
}
#topLogo {
	position: relative;
	width: 100%;
	height: 85px;
	background-color: #FFFFFF;
}
#menu {
	position: relative;
	width: 100%;
	background-image: url(art/menuBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	vertical-align: top;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
}
#redbar {
	background-color: #CC3300;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	height: auto;
	text-align: right;
	vertical-align: bottom;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content {
	width: 100%;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
}
.pannelBG {
	background-image: url(art/panel_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.greyBG {
	background-image: url(art/greybg.gif);
}

.smallBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.redLineHoz {
	background-image: url(art/red_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}






body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(art/backgroung.jpg);
	background-repeat: repeat;
	text-align: justify;
}
.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}
.funkynoodle a:link, .funkynoodle a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.funkynoodle a:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.linkBlack a:link, .linkBlack a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.linkBlack a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.linkMenu a:link, .linkMenu a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: underline;
}
.linkMenu a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.blackLine {
	background-image: url(art/black_line.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 16px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #CC3300;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #001128;
	border-bottom-color: #00357D;
	border-left-color: #00357D;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #979797;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-image: url(art/greybg.gif);
}
.altRowOdd{
	background-image: url(art/grey_darker_bg.gif);
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

img {

border:none;

}

.headingNoLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002252;
	font-weight: bold;
}
.blackLineHoz {
	background-image: url(art/black_line.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.smallerTexttwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
