@charset "utf-8";

body {
	background-color: #006ab3;
	margin: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
a {
	text-decoration: none;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 28px;
	color: #006ab3;
	font-weight: bold;
	border-bottom: 2px solid #006ab3;
	padding-bottom: 1px;
}

h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #006ab3;
	font-weight: bold;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #006ab3;
	font-weight: bold;
}

h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: red;
	font-weight: bold;
}


#top-border {
	
	width: 695px;
	height: 264px;
	margin-top: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #006ab3;
	line-height: normal;
}


#nav {
	width: 663px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 22px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #006ab3;
}
.button-nav {
	padding-bottom: 0px;
	margin-top: -11px;
	margin-right: -9px;
	margin-bottom: 40px;
	margin-left: -8px;
}
.button-nav-alt {
	margin: -8px;
}
#sidebar1 {
	float: right;
	width: 280px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#container {
	width: 1000px;
	min-height: 1400px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: 0px;
	margin-top: -20px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #006ab3;
	width: 655px;
	min-height: 1162px;
	margin-bottom: 0px;
}
/*   * html #main{height:1162px}    */
#border {
	background-attachment: scroll;
	background-image: url(images/background1100.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	min-height: 1740px;
}
/*   * html #border{height:1740px}   */
#footer {
	height: 135px;
	width: 685px;
	padding: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #006ab3;
	text-align: center;
}
.spacerbox {
	margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
	margin-bottom: 140px;
}
img.balloonFloat {
	float: left;
	margin: -20px;
}
img.floatLeft {
	float: left;
	margin-right: 25px;
}
img.floatRight {
	float: right;
	margin: 5px;
}
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
ul	{
	line-height: 150%;
	list-style-type: square;
}

.pricetable{
	border-collapse: collapse;
	border: 2px solid #000000;
	width: 430px;
	height: 180px;
	margin: 10px;
}
#counter{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding: 2px;
}

.thumbs{
	text-align: center;
}
