

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, div {
	line-height: 20px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 10px 0px;
}





/** MENU */

#menu {
	width: 878px;
	height:34px;
	margin: 0px auto;
	padding-top:7px;
	background-image: url(images/img03-test.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 1px 12px 1px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}



#columnA {
	float: right;
	width: 730px;
	padding-left: 10px;
}



#columnB {
	float: left;
	width: 160px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: 100;
}




#menu2 {
	width: 160px;
	margin-left:0px;
	padding-left:0px;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#menu2 a {
	display: block;
	padding: 3px 0px;
	margin-bottom:2px;
	text-align: left;
	text-decoration: none;
	font-weight: 100px;
	text-transform: uppercase;
	font-size: 11px;
	color:#005f6a;
}

#menu2 a:hover {
	text-decoration: underline;
}
.category-select {
width:180px;
height:24px;
padding:3px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #7b7b7b;
}
.category-select2 {
height:100px;
width:200px;
padding:3px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #7b7b7b;
}


#tablesp {
	border:1px solid #1A8CFF;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F3EBB8;
	padding:10px;
}

#tablesp2 {
	border:1px solid #1A8CFF;
	padding:10px;
}

.mainimage {
  max-height: 55px;
  max-width: 120px;
  width: expression(this.width > 120 ? "120px" : true);
  height: expression(this.height > 55 ? "55px" : true);
}

