body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}

th {
        font-size: 75%;
	font-weight: bold;
	border-collapse: collapse;
	background-color: #005596;
	color: white;
	padding: 5px;
}


h2 {
        margin: 22px 0 4px 0;
        font-size: 18px;
}


h3 {
        margin: 18px 0 4px 0;
	font-size: 16px;
}


h4 {
	margin: 4px 0 4px 0;
}

label {
	font-weight: bold;
	line-height: 24px;
	font-size: 80%;
}


#menu {
	float: left;
	height: 100%;
	background-color: #005596;
	width: 190px;
	margin: 0;
	padding: 5px;
}

#menu .heading {
	padding: 8px 0 8px 4px ;

}

#menu li {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #4677af;
	color: white;
	text-decoration: none;
	font-size: 16 px;
	font-weight: bold;
	padding: 1px;
	margin-bottom: 4px;
}

#menu a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}

#header {
	background-image: url(../../images/header_spn.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 157px;
}

#topmenu {
	width: 955px;
	background-color: #ac5810;
	border-bottom: 4px solid #db9615;
}

.topMenuItem  {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-left: 30px;
	vertical-align: middle;
}

#content {
	width: 600px;
	margin-left: 15px;
	float: left;
}

#basicInfo {
	float: left;
	width: 450px;
	padding: 5px;
}

#products {
	float: left;
	width: 125px;
	height: 400px;
	border: 1px solid;
	margin-left: 10px;
}

