/* 
Standard stylesheet for kapparis.info biz microsites
*/
/*
PAGE LAYOUT STYLES
*/
/*
The following is added to force Firefox to always display the vertical 
scrollbar*/
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FF9900;
	scrollbar-base-color: #FFCC33; 
	scrollbar-arrow-color: #000000;
	scrollbar-DarkShadow-Color: #FF9900; 

}
/*
Sets styles for the main content DIV. */
#maincontent {
	width: 510px;
	padding: 20px 30px;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: .85em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	margin: 0px;
	line-height: normal;
}
h1 {
	font-size: 1.7em;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	margin: 0;
}
h3 {
	font-size: 1.25em;
	margin: 24px 0px 0px;
}

ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
li {
	font-size: 100%;
}

td {
	font-size: .85em;
	line-height: 1.5em;
	
}

.small {
	font-size: .75em;
}

#footer {
	font-size: .75em;
	color: #D14550;
	padding: 12px 0px 12px 182px;
}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #FF9900;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}
