* {
	margin: 0;
	padding: 0;
}

img { border: 0; }
a { text-decoration: none; }

#frame {
	width: 776px;
	margin: 0 auto;
}

#cartframe {
	width: 776px;
	float: left;
}

#header {
	width: 776px;
	height: 125px;
	float: left;
	background-image: url('/images/headerbg.jpg');
	background-repeat: no-repeat;
}

#header_left {
	width: 150px;
	height: 125px;
	float: left;
}

#header_left img {
	width: 150px;
	height: 81px;
	float: left;
	margin-top: 18px;
}

#header_right {
	width: 616px;
	height: 125px;
	float: left;
}

#header_right_top {
	width: 616px;
	height: 34px;
	float: left;
	text-align: right;
}

#header_right_top ul {
	margin-top: 2px;
	padding-right: 6px;
	height: 32px;
	float: right;
}

#header_right_top ul li {
	list-style: none;
	display: inline;
	height: 32px;
	line-height: 32px;
	float: left;
	text-align: center;
}

#header_right_top ul li a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	list-style: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	float: left;
}

#header_right_top ul li a:hover {
	color: #010101;
	background-color: #ffa311;
}

#header_right_middle {
	width: 616px;
	height: 70px;
	float: left;
	text-align: right;
	line-height: 70px;
}

.buttonlogin {
	position: relative;
	top: 5px;
	*top: 3px;
	margin-right: 10px;
}

#header_right_bottom {
	width: 616px;
	height: 21px;
	float: left;
}

#header_right_bottom ul {
	float: left;
	
}

#header_right_bottom ul li {
	list-style: none;
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
}

#header_right_bottom ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	vertical-align: top;
	position: relative;
	_top: -7px;
	height: 21px;
	
}

#header_right_bottom ul li a:hover {
	background-image: url('/images/bottomarrow.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#cartheader {
	width: 776px;
	float: left;
}

#maincontent {
	width: 766px;
	float: left;
	margin-top: 10px;
}

#cartmaincontent {
	width: 776px;
	float: left;
	margin-top: 10px;
}

#leftcolumn {
	width: 140px;
	float: left;
}

.panel {
	width: 140px;
	float: left;
	margin-bottom: 10px;
}


.panelcontent {
	width: 140px;	
	float: left;
	background-color: #F7F7F7;
	border: 1px solid #000;
	padding: 4px;
}

.panelcontent li {
	list-style: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #000;
}

.panelcontent li a {
	color: #000;
}

.panelcontent li a:hover {
	color: #767676;
}

#bodycontent {
	width: 456px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#cartcontent {
	width: 456px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


#cartcontent2 {
	width: 480px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#bodycontent p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.bodypanel {
	width: 454px;
	float: left;
	margin-bottom: 15px;
}

.bodypanelcontent {
	background-color: #FFF;
	border: 1px solid #000;
}

.bodypanelcontent ul {
	width: 454px;
	height: 130px;
	float: left;
}

.bodypanelcontent li {
	list-style: none;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	height: 120px;
	width: 130px;
}

.bodypanelcontent li a {
	color: #000;
}

.bodypanelcontent li a:hover {
	color: #767676;
}

#rightcolumn {
	width: 140px;
	float: left;
}

#search input.submit
{
	border: 1px solid #666;
	background: #eee;
	margin: 5px 0 0 0;
}

#footer {
	width: 766px;
	height: 47px;
	float: left;
	background: url('../images/footerbg.jpg') no-repeat;
	clear: both;
}

#cartfooter {
	width: 766px;
	height: 47px;
	float: left;
	background: url('../images/footerbg.jpg') no-repeat;
	clear: both;
	margin-top: 10px;
}

#footercopyright {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-top: 17px;
	padding-left: 30px;
	float: left;
}

#footerlinks {
	padding-top: 15px;
	padding-right: 30px;
	float: right;
}

#footerlinks li {
	list-sytle: none;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}

#footerlinks li a {
	color: #000;
}

#footerlinks li a:hover {
	color: #767676;
}

#footerlinks2 {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	text-align: center;
	clear: both;
}

#footerlinks2 li {
	list-sytle: none;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}

#footerlinks2 li a {
	color: #000;
}

#footerlinks2 li a:hover {
	color: #767676;
}







#poweredby {
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	float: none;
}

#poweredby a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#poweredby a:hover {
	color: #767676;
}

#boldlist {
	width: 213px;
	float: left;
}

#boldlist ul {
	margin-left: 10px;
}

#boldlist li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 8px;
}

#welcome {
	width: 238px;
	padding-bottom: 10px;
	margin-left: 5px;
	float: left;
}




.bodypanelcontent12 {
	background-color: #FFF;
	border: 1px solid #000;
}

.bodypanelcontent12 ul {
	width: 454px;
}

.bodypanelcontent12 li {
	list-style: none;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	height: 120px;
	width: 130px;
}

.bodypanelcontent12 li a {
	color: #000;
}

.bodypanelcontent12 li a:hover {
	color: #767676;
}