body {
	background-image: url(images/bg.jpg);
	background-position: center top;
}

#containerbg {
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px solid #CECCEF;
}
#footer {
	font-size: x-small;
	height: 274px;
	background-image: url(images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#footer li a:link {
	text-decoration: none;
}


#footer li{
	margin-left: 15px;
	margin-right: 15px;
}

#content {
	background-image: url(images/content-bg.jpg);
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	border-right: 2px solid #FFFEC5;
	border-left: 2px solid #FFFEC5;
	width: 772px;
}

#content a{
	color: #666666;
}

#content a:hover {
	color: #FF0000;
}

#breadcrumbs {
	font-weight: bold;
	font-style: italic;
}

#breadcrumbs a{
	color: #666666;
	text-decoration: none;
}

#contentfooter {
	background-image: url(images/content-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.smallerfont {
	font-size: xx-small;
}

.line {
	background-image:url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 47px;
}

.linesmall {
	line-height: 0pt;
	border: 1px solid #DEDEFA;
	width: 75%;
	margin: auto;
}

form
{
	margin: 0;
	padding: 0;
}
.row { 
	float: left; 
	text-align: right; 
	font-weight: bold; 
	width: 300px; 
}
.formmargin { 
	float: left; 
	font-weight: bold; 
	margin-left: 140px
}
input, select, textarea
{
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
}

input.submit {
	
}

#menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu ul {
	width: 455px;
	left: 343px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a {
	text-decoration: none;
}

#menu a img {
	border: none;
}

.indent {
	margin-left: 40px;
}

.center {
	text-align: center;
}

h4 {
	font-size: small;
}

.showhidelayer {
	display: none;
}

#price, #size, .buynow {
	width: 250px;
}

.linecolorlight {

}

.linecolordark {
	background-color: #DEEDED;
}

.cartlink {
	font-weight: bold;
	text-decoration: none;
}


#sidebar img{
	margin-top: 8px;
}

#sidebar ul {
	margin: 0px;
	padding-left: 15px;
}

#sidebar a{
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover{
	color: #FF0000;
	text-decoration: none;
}

#sidebar .current{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#sidebar li {
	list-style: none;
}

#sidebar ul ul {
	margin-left: 15px;
	padding: 0px;
}

#sidebar ul ul li {
	line-height: 12pt;
	margin-left: 10px;
	list-style-type: none;
}

/*---------------------------------------------------*/
/* Checkout order is the boxes that represent the steps it takes to complete a purchase */
/*---------------------------------------------------*/
#checkoutorder {
	width: 100%;
	margin-top: 30px;
	text-align:center;
	padding: 0px;
}

#checkoutorder ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#checkoutorder li{
	display: inline;
	list-style-type: none;
	padding: 5px 16px;
	background-color: #DEEDED;
	color: #CCCCCC;
	border: 1px solid #999999;
}

/* represents the page you are currently working on */
#checkoutorder .active {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

#checkoutorder a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#checkoutorder a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}