html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 20px;
	background: #632C70;
	color: black;
	text-align: center;
	height: 100%;
}

/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

p {
	margin-bottom: 15px;
}

img{
	border: none;
}

#title {
    display: none;
    border-bottom: 1px solid black;
    background-color: #ccc;
    height: 30px;
}

#page {
    position: relative;
	text-align: left;
    background: #fff;
    margin-top: 5px;
    padding: 0;
    border: 1px solid #fff;
    border-top-color: Black;
    border-bottom-color: Black;
}

#MainMenu {
    position: relative;
    display: block;
    width: 800px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

#MainMenu ul li {
    display: inline;
    float: left;
    margin: 5px 15px 5px 2px;
    color: Black;
}

#contactDetails{
    width: 200px;
    float: left;
    display: block;
}

#contactFormDiv{
    width: 500px;
    padding-left: 50px;
    float: right;
    display: block;
    border-left: 1px solid #666;
}

.current {
    text-decoration: underline
}


#footer {
    color: Black;
	padding: 0; 
	margin: 0;
	text-align: right;
	vertical-align: baseline;
	border-bottom: 1px solid black;
	/*height: 100%;*/
	height: 10px;
	background-color: #ccc;
}

a {
    color: Black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*home page*/
#HomeLogo 
{
    display: block;
    margin: 20px auto 10px auto;
    width: 600px;
    text-align: center;
    font-size: 20px;
    color: white;
}

#HomeBox {
    /*border: 1px solid white;*/
    width: 600px;
    height: 400px;
    margin: auto auto auto auto;
    display: block;
    text-align: left;
    background: #632C70 url(../images/mainBorder.gif);
}

#HomeMenu
{
	color: White;
    width: 240px;
    float: left;
}

#HomeMenu ul li
{
	color: White;
    display: block;
    margin: 40px 0 0 20px;
    list-style-image: none;
    list-style-type: none;
}

#HomeImage 
{
	float:right;
	width: 353px;
    height: 100%;
    background-position: right; 
}

#HomeMenu a
{
	color: White;
}

#text{
	width: 792px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#container {
	position: relative;
	width: 800px;
	padding: 0;
	background: #FFF;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
}

#kwick{}

.thumbnailContainer {
	width: 792px;
	display: none;
	height: 0px;
	margin: 0 2px 0 2px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 107px;
	height: 110px;
	padding: 10px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
}

#images {
	display: none;
}