body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Microsoft Sans Serif","Tahoma","sans-serif";
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

img {
	border: none;
}

a {
	color: #003663;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 5px 0;
}

ul {
	margin: 0;
	padding: 5px 0 5px 15px;
}

hr {
	border: none;
	border-bottom: 2px solid #729cbf;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

h1 {
	font-family: "Georgia";
	font-size: 21px;
	color: #003663;
}

h2 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 21px;
}

.hidden {
	display: none;
}

.clearing {
	line-height: 1px;
	clear: both;
}

.text {
	border: 1px solid #FFF;
	font-family: "Microsoft Sans Serif","Tahoma","sans-serif";
	font-size: 11px;
}
.box-center .text {
	border: 2px solid #0076a3;
	width: 200px;
}

.button {
	border: 1px solid #FFF;
	font-family: "Microsoft Sans Serif","Tahoma","sans-serif";
	font-size: 11px;
	background-color: #369;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.box-center .button {
	padding: 2px;
	border: none;
}


.box-top {
	background-image: URL("../_images/box-top.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.box-bottom {
	background-image: URL("../_images/box-bottom.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.box-center {
	border-left: 3px solid #0076a3;
	border-right: 3px solid #0076a3;
	padding: 0 20px 10px 20px;
}

.box-center p {
	text-indent: 15px;
}

.box-fill {
	color: #FFF;
	background-color: #003663;
}
.box-fill a {
	color: #FFF;
}
.box-fill h1 {
	color: #FFF;
}
.box-fill .box-top {
	background-image: URL("../_images/box-top-fill.gif");
}
.box-fill .box-bottom {
	background-image: URL("../_images/box-bottom-fill.gif");
}

.box-products {
	min-height: 300px;
	_height: 300px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.box-products h2 {
	text-align: right;
	padding-right: 30px;
}

.box-products h2 a:hover {
	text-decoration: none;
	color: #729cbf;
}

.top-pages {
	height: 35px;
}

.section {
	padding: 5px 0 0 0;
	font-family: "Georgia";
	font-size: 21px;
	color: #003663;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

.table-product th {
	vertical-align: top;
	text-align: right;
	width: 100px;
}

.table-product td {
	vertical-align: top;
}

.table-product ul {
	padding-top: 0;
	padding-bottom: 0;
}

.pro_photo_thumb {
	margin: 10px 0;
}

#areaContainer {
	background-image: URL("../_images/left.gif");
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}

#areaHeader {
	background-color: #005B7F;
	background-image: URL("../_images/header-background.jpg");
	border-bottom: 20px solid #003663;
}

#areaHeader .logo {
}

#areaHeader .banner {
	float: right;
	padding: 20px 130px 0 0;
}

#areaFooter {
	padding: 30px 0 0 0;
	text-align: center;
	color: #003663;
}

#areaBody {
}

#bodyLeft {
	color: #FFF;
	width: 172px;
	float: left;
}

#bodyLeft .frmSearch {
	background-color: #006699;
	text-align: center;
	padding: 10px 0;
}

#bodyLeft .frmSearch .text {
	width: 90px;
}

#bodyRight {
	float: right;
	width: 100px;
	text-align:center;
}

#bodyContainer {
	margin-left: 180px;
	width: 496px;
	padding: 10px;
	color: #003663;
}

#areaBrands {
	text-align: left;
	background-image: URL("../_images/right-background.gif");
	width: 90px;
	margin: 0 auto;
	color: #0076a3;
}
#areaBrands ul {
	list-style-type: none;
	padding: 0;
}
#areaBrands li {
	background-image: URL("../_images/arrow-blue-right.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 7px;
}
#areaBrands li a {
	color: #0076a3;
}
#areaBrands .center {
	padding: 0 8px;
}
#areaBrands .top {
	background-image: URL("../_images/right-top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#areaBrands .bottom {
	background-image: URL("../_images/right-bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
