body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color: #444444;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.slide{
	margin-right: auto;
	margin-left: auto;
	opacity:1.0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	font-size: 18px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	color: #006;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}

 #ilogo {
	float: right;
	margin: 3px;
	padding: 3px;
	z-index: 0;
	position: relative;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	color: #000;
}
.btmimage {
	margin: 2px;
	padding: 2px;
}.container {
	width: 80%;
	background-color: #FFF;
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid white;
	margin-top: 125px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 25px;
	margin-bottom: 125px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	min-width: 1120px;
	right: auto;
	left: auto;
}
.content {
	background-color: #FFF;
	width: 100%;
	padding: 3px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 18px;
	
}
tr td {
	font-size: 18px;
}
.package {
	margin-right: auto;
	margin-left: auto;
}
.spacer {
	margin-right: auto;
	margin-left: auto;
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	padding-top: 25px;
	padding-bottom: 50px;
	position: relative;
}
#pic {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
