@charset "utf-8";

body,td,th {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}

body {
	margin: 0px;
	background-color: #c0c0c0;
	text-align: center;
}

img {
	border: none;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
}
div {
	margin: 0; padding: 0;
}

/* classes*/
div.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #e4e4e4;
	overflow: hidden;
	float: none;
}

div.header {
	height: auto;
	width: 960px;
	padding: 0;
	margin: 0;
	float: left;
}
div.header_top {
	background-color: #f3f4f4;
	width: 960px;
	height: 25px;
	padding: 0;
	margin: 0;
	float: left;
}
div.header_top_left {
	float: left;
	padding: 0;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font-size:12px; 
	font-weight: bold;
	text-align: left;
}
div.header_top_right {
	float: right;
	padding: 0;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 11px; 
	font-weight: normal;
}

div.content {
	background-image: url(../siteImages/contentBackground.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	overflow: hidden;
	width: 960px;
	float: left;
	padding: 0;
	margin: 0;
}

div.subheader {
	width: 725px;
	height: 20px;
	padding: 0;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	float: right;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div.left_column {
	width: 208px;
	margin-left: 2px;
	margin-right: 0;
	margin-top: 7px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}
div.left_column_element {
	width: 192px;
	border-width: 8px;
	border-color: #ffffff;
	border-style: solid;
	padding: 0;
	margin: 0;
}
div.categories {
	color: #ffffff;
	width: 172px;
	margin: 10px;
	text-align: left;
	text-transform: uppercase;
}
hr.categories {
	margin-top: 5px; margin-bottom: 5px; margin-left: 0; margin-right: 0; padding: 0;
	color: #899ed2;
	width: 95%;
	height: 1px;
	float: left;
	vertical-align: bottom;
}

div.right_column {
	width: 214px;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 0;
	float: right;
}
div.right_column_element {
	width: 190px;
	border-width: 12px;
	border-color: #ffffff;
	border-style: solid;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.wrap_content {
	width: 524px;
	margin: 0;
	padding: 0;
	float: left;
}

div.main_content {
	width: 500px;
	margin-left: 13px;
	margin-right: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0;
	background-color: #ffffff;
	float: left;
}
div.main_content_1 {
	width: 100%;
	min-height: 420px;
	margin:0;
	padding: 0;
	background-image: url("../siteImages/mainContentBackground.jpg");
	background-repeat: no-repeat;
	float: left;
}
div.main_content_2 {
	margin-left: 18px;
	margin-right: 245px;
	margin-top: 65px;
	margin-bottom: 10px;
	padding: 0;
	color: #1540a8;
	text-align: left;
	line-height: 20px;
	float: left;
}
div.main_content_title {
	margin-left: 15px; margin-right: 15px; margin-top: 0; margin-bottom: 0; padding: 0;
	float: left; display: inline;
	width: 470px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
div.main_content_inside {
	margin-left: 15px; margin-right: 15px; margin-top: 15px; margin-bottom: 10px; padding: 0;
	float: left; display: inline;
	width: 470px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #1540a8;
}

div.buy_content {
	width: 500px;
	margin-left: 13px;
	margin-right: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
	background-color: #ffffff;
	float: left;
}
div.buy_content_1 {
	width: 480px;
	margin: 10px;
	padding: 0;
	float: left;
}
	
div.footer {
	width: 100%;
	background: #ffffff;
	height: 112px;
	padding-top: 10px;
	text-align: center;
	color: #a1a0a0;
	float: left;
}
div.footer_menu {
	height: 30px;
	font-size: 13px;
}
div.footer_copyright {
	height: 10px;
	font-size: 10px;
}

div.clear {
	clear: both;
	height: 10px;
}


a:link.white {
	color: #ffffff;
	text-decoration: none;
}
a:hover.white {
	color: #ffffff;
	text-decoration: none;
}
a:visited.white {
	color: #ffffff;
	text-decoration: none;
}

a:link.orange {
	color: #e34d1c;
	text-decoration: none;
}
a:hover.orange {
	color: #e34d1c;
	text-decoration: none;
}
a:visited.orange {
	color: #e34d1c;
	text-decoration: none;
}

a:link.black {
	color: #000000;
	text-decoration: none;
}
a:hover.black {
	color: #000000;
	text-decoration: none;
}
a:visited.black {
	color: #000000;
	text-decoration: none;
}

a:link.footer {
	color: #a1a0a0;
	text-decoration: none;
}
a:hover.footer {
	color: #a1a0a0;
	text-decoration: none;
}
a:visited.footer {
	color: #a1a0a0;
	text-decoration: none;
}


.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.grey {
	color: #636161;
}
.orange_header {
	font-size: 13px;
	color: #e34d1c;
	font-weight: bold;
}

.productSpecialPrice {
	color: #ff0000;
}

.productPrice {
	color: #df8408;
}

.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}


/*from OSCommerce*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #a0a0a0;
  color: #ffffff;
  padding: 7px;
}
