/* standard elements */
* {
	margin: 0;
	padding: 0;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.logo{
	float: left;
	background-image: url(../images/MelLogo.jpg);
	background-repeat: no-repeat;
}

a {
	color: #666699;
	text-decoration: none;
}

a:hover {color: #6699FF;}

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding-top: 10px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	color: #666699;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

li {
	margin-left: 18px;
}


h2,h3 {
	padding-top: 6px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	text-align: center;
	width: 300px;
	height: 100px;
}
.title h1 {
	color: #666699;
	font-family: Verdana, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.title h2 {
	color: #666699;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* navigation */
.navigation {
	height: 100px;
}
.navigation a {
	color: #666699;
	float: right;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.navigation a:hover {
	color: #6699FF;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
}
.holder_top,.footer {
	clear: both;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666666;
	font-size: 1.1em;
	text-align: center;
}

div.rolloverlinks {
	float: left;
	margin-left: 15px;
}

div.imageslider {
	margin-left: 50px;
}


/* popup box */
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	z-index:100;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}


.scriptmenu{
	float: left;
	width: 260px;
	height: 375px;
}

/* tabs */
.shadetabs{
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.shadetabs li{
	margin: 10px;
}

.shadetabs li a{
	text-decoration: none;
	color: #666699;
}

.shadetabs li a:hover{
	color: #6699FF;
	bottom: 5px;
	margin-right: 12px;
	margin-left: 8px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	float: right;
	width: 575px;
}

.tabcontent{
	display:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

@media print {
.tabcontent {
display:block!important;
}
}

div.lefttabs{
	float: left;
	height: 400px;
	width: 125px;
}

#thumbs {
	height: 75px;
	width: 75px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.artholder {
	width:480px;
	height:415px;
	padding-left: 5px;
	margin-left: 180px;
}
