@charset "utf-8";

* {
	outline: none;
	padding: 0px;
	margin: 0px auto;
	border: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
}

#mainCanvas {
	width: 980px;
	background: url(../media/images/bgshadow.jpg);

}

#mainHeader {
	width: 900px;
	height: 215px;
	background: url(../media/images/header.jpg);
}

#mainMenu {
	margin-left: 130px;
}

#mainMenu li {
	float: left;
	width: 83px;
	height: 34px;
	margin-left: 20px;
	margin-top: 33px;
	cursor: pointer;
	background: url(../media/images/mainbutton.jpg);
	list-style: none;
	overflow: hidden;
}

#mainMenu li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	width: 83px;
	height: 34px;
	display: block;
	margin-top: 7px;
}

#mainMenu li:hover {
	background-position: 0px -34px;
}

#mainMenu li.active {
	background-position: 0px -34px;
}

#navHome {

}

#navWhy {

}

#navPack {

}

#navServ {

}

#navCont {

}

#navGal {
	background: url(../media/images/galbutton.jpg);
}

#contentCanvas {
	width: 900px;
	min-height: 500px;
	position: relative;
}

#galCanvas {
	width: 900px;
	background-color: #fff;
	margin: 0;
	text-align: left;
}

#thumbs ul li a{
	width: 75px;
	float: left;
}

#contentRight {
	float: right;
	width: 360px;
	margin: 70px;
	margin-top: 60px;
	display: inline;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 30px;
	letter-spacing: -1px;
}

h1 {
	font-size: 20px;
	font-weight: 200;
}

h3 {
	font-size: 16px;
	font-weight: 200;
}

.lefty {
	text-align: left;
}

#mainPic {
	width: 360px;
	height: 669px;
	background: url(../media/images/mainpic.jpg);
	position: absolute;
	left: 22px;
	top: -91px;
}

.clear {
	clear: both;
}

#mainStrip {
	width: 900px;
	height: 138px;
	background: url(../media/images/lowerstrip.jpg);
}

#mainFooter {
	width: 900px;
	height: 161px;
	background: url(../media/images/footer.jpg);
}

a.footer{
	color: #dc5525;
}

a.footer:focus  {
	color: #dc5525;
}

a.footer:hover  {
	color: #dc5525;
}

a.footer:active {
	color: #dc5525;
}
	

