html, body {
	background-color:#5C5D72;
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin:0px;
	padding:0px;
}

a:link, a:active, a:visited {
	color: #346ba9;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}



#box {
	margin:0px auto;
	width:778px;
	background-color:#ffffff;
}

#topleft {
	float:left;
	width:439px;
	height:327px;
	background:url(img/topleft-bg.jpg) no-repeat;
}


#topmenu {
	margin-top:18px;
	overflow:hidden;
}
#topmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#topmenu li {
	margin:0px;
	padding:1px;
	float:left;
}
#topmenu li a {
	display:block;
	text-decoration: none;
	text-align: center;
}

#leftnav {
	margin:0px;
	padding:0px;
	clear:both;
	width:214px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
#leftnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#leftnav li {
	margin:0px;
	padding:0px;
	background-image:url("img/leftnav-bg.jpg");
}
#leftnav li a {
	display:block;
	text-decoration: none;
	color:#4a4a4a;
	width:164px;
	height:30px;
	line-height:30px;
	margin-left:50px;
	overflow:hidden;
}
#leftnav li a:hover {
	color:#346ba9;
}

#topright {
	float:right;
	width:339px;
	height:327px;
	background:url(img/topright-bg.jpg) no-repeat;
}

#topbuttons {
	width:339px;
	height:52px;
	margin-top:19px;
	text-align:center;
}

#newsbox {
	width:309px;
	margin-top:159px;
	margin-left:15px;
	height:90px;
}

#main {
	/* allow height with floating divs inside */
	_height:1%;
	overflow:auto;
	clear:both;
	background-image:url(img/main-bg.jpg);
	background-repeat: repeat-y;
}

#leftcontent {
	float:left;
	width:216px;
}

#rightcontent {
	float:right;
	width:562px;
}

#maincontent {
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}

#footer {
	clear:both;
	width:778px;
	height:63px;
	background:url(img/footer-bg.jpg) no-repeat;
}

#footer-links {
	padding:0px;
	margin:0px;
	height:36px;
	line-height:17px;
	text-align:center;
}

#footer-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00215d;
	text-decoration: none;
}

#copyright {
	padding:0px;
	margin:0px;
	color: #808080;
	font-size:10px;
	height:27px;
	line-height:27px;
	text-align:center;
}



input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

.ErrorMessage {
    font-weight: bold;
	color: #FF0000;
}

.PageHeading {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 16px;
	color: #08438d;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959595;
}

.hotproducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #08438d;
}

.header, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #08438d;
}
