html,body {
	height: 100%;
	width: 100%;
}
body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
}

body {
	background-image: url(/themes/original/images/PageBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-color: #4C85A3;
}

div#page {
	background-repeat: repeat-y;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/original/images/BodyBG1.png',sizingMethod='scale');

}

html>body div#page {
	background-image: url(/themes/original/images/BodyBG.png);
	height: auto;
}

#page #header {
	height: 200px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#page #header #tagline {
	height: 55px;
	width: 590px;
	position: absolute;
	left: 200px;
	top: 155px;
	font-size: 1.1em;
	font-style: normal;
	color: #0065FF;
	line-height: 18px;
	font-weight: bold;
}
#page #main {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#page #main #sidebar {
	width: 180px;
	clear: none;
	margin-top: 22px;
}
#page #main #content {
	width: 590px;
	clear: none;
	margin-top: 20px;
	min-height:700px;
	font-size: 12px;
}


#ShoppingCart {
	background-image: url(/themes/original/images/ShoppingCartBG.jpg);
	background-repeat: no-repeat;
	width: 180px;
	padding-top: 25px;
}
#ShoppingCart td, #ShoppingCart th {
	font-size: 10px;
	color: #000000;

}
.underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.lightunderlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABCBDE;
}
#page #main #sidebar #ShoppingCart  #cartContents {
	min-height:150px;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	text-align: left;
	width: 170px;
	border-bottom-style: none;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html #cartContents {
	height: 150px;
}
/**/


#page #main #sidebar #ShoppingCart #cartContents .lineitem {
	text-align: left;
	border: 1px solid #999999;
	margin-bottom: 2px;
}
.drophover{
	background-color: #FFFF00;
}
#page #footer {
	padding: 10px 20px;
	text-align: center;
	font-size: 11px;
}
#page #footer #incontrol {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}
