/* Presentation stylesheet */

/* IDs */
/*#container {
	width: 760px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}*/
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%;
	height: 79px;
	margin: 0px;
	padding: 0px;
	background-color: #333399;
	color: #FFFFFF;
}
#menu {
	width: 100%;
	height: 28px;
	background-image: url(/assets/images/menubackground.gif);
	background-repeat:repeat-x;
}
#imagebar {
	height: 18px;
	width: 100%;
	background-image: url(/assets/images/background.gif);
	background-repeat: repeat-y;
}
#content {
	margin: 0px;
	padding: 5px;
}
#leftcolumn {
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
	margin: 0px;
	padding: 8px;
}
#rightcolumn input {
	font-size: 11px;
}


#footer{
	color: #333;
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/background.gif);
	background-repeat: repeat-y;
}

#footer p {
  margin: 0;
  text-align: center;
}

/* backgrounds */
.cols-wrapper {
}

/* classes */
.box
{
  margin: 0px;
}

.cols-wrapper {
  border: 0px;
  margin: 0 -1px;

}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none none none;
  margin: 0;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.breadcrumbs {
	color: #666666;
	text-decoration: none;
}
.shoppingcartlink {
	color: #FFFFFF;
	text-decoration: none;
}

#rightcolumn select {

	font-size: 11px;
}
#rightcolumn a {
	color: #333399;
	text-decoration: none;
}
#leftcolumn a {
	color: #333399;
	text-decoration: none;
}
#footer a {

	color: #333399;
	text-decoration: none;
}
