/* CSS Document */
<!--
html, body {

}
.bodybkg{
background:url(graphics/homepage/grade.jpg);
	background-repeat: repeat-x;
		background-color: #f6f5f0;
		color: #000000;
}
body {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#container {
	width:800px;

	background-image:url(graphics/homepage/contentbkg.jpg);
	background-repeat:repeat-y;
}


div#mainMenu {
	width:785px;

}

div#search_block {
	width:785px;
	position: absolute;

}

div#searchDiv {

	position:absolute;

	
}
div#cartDiv {

	position:absolute;

}


div#search-input {
	position:absolute;
	width:130px;
	background-image:url(graphics/search_block.gif);
	background-repeat:no-repeat;
	height:23px;
	padding:2px;
}
div#search-input input {
	width:130px;
	top:3px;
	background-color: transparent;
	color:#000000;
	border:0px;
	font-size:11px;
	padding:2px;

}
div#search-button {
	width:40px;
	height:23px;
	position:absolute;
	left:126px;
	top:0px;
}
div#cart-caption {
	color:#1C555D;
	height:23px;
	position:absolute;
	font-size:11px;
	width:134px;
	background-image:url(graphics/search_block.gif);
	background-repeat:no-repeat;
	height:23px;
	padding:2px;
}
div#cart-caption b {
	color:#822426;
	padding:2px;
}
div#cart-button {
	width:29px;
	height:23px;
	position:absolute;
	top:0px;
	left:129px;
}

div#content {
	width:600px;
	margin:4px;
	height:auto;
	background-color:#FFFFFF;
}
.dropDown {
	height:260px;
	width:467px;
	visibility:hidden;
	position:absolute;
}

/*.actionImage {
	background-color:#548993;
}
*/

/* Start Ghetto Style HERE */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C555D;
}
.style3 {
	font-size: 12px;
	color: #365943;
}
.noticeMe {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #822426;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #822426;
}
#ScrollMe
{
	overflow: auto;
	width: 100%;
	padding:0px;
	margin: 0px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.colorbar
{
width:auto;
height:auto;
}
#baskButtons
{ 
float:right;
}

#baskButtons a {
	padding: 2px 4px 2px 4px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #275539;
	border:1px solid #275539;
	}
#baskButtons a:hover {
background-color:#49A06C;
}
#baskButtons a:active {
background-color: #275539;
}
-->