body {
	margin: 0px;
	background-color: #FBFBFB;
	font-family: Arial, Verdana, sans-serif;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #A8B2C4;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #A8B2C4;
	text-align: center;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #A8B2C4;
}

/* ::: Structral Elements ::: */

#container {
	width: 761px;
	border: 2px solid #EEEEEE;
	border-top: none;
	margin: auto;
	padding: 8px;
}

#wrapper {
	background-color: #FFFFFF;
}

#header {
	
}

#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 761px;
}



#left{
	width: 520px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#right {
	width: 230px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
}

#footer {
	clear:both;
	width: 761px;
}

/* ::: End of Structral Elements ::: */

/* ::: Menu ::: */

#menu ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	padding-left: 5px;
}

#menu ul li {
	color: #999999;
	display: inline;
	margin-right: 5px;
}

#menu ul li a {
	border-right: 1px solid #999999;
	color: #999999;
	padding-right: 10px;
	text-decoration: none;
}

#menu ul li .last {
	border: 0;
}

#menu ul li .last:hover {
	border: 0;
}

#menu ul li a:link {
	color: #999999;
}

#menu ul li a:hover {
	border-right: 1px solid #000000;
	color: #000000;
}

#menu ul li a:active {
	color: #000000;
}

/* ::: End of menu ::: */

/* ::: look and feel elements ::: */

.logo {
	border: none;
	margin: 15px 10px 15px 10px;
}

.textbox {
	border: 5px solid #EEEEEE;
	padding: 15px;
	margin-top: 5px;
	width: 480px;
}

#bottom {
	width: 760px;
	background-image: url(assets/contactbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contactbox {
	position: absolute;
	top: 509px;
	width: 200px;
	border-top: 5px solid #EEEEEE;
	margin-left: 530px;
	padding: 15px;
}

.imgbox {
	border: 5px solid #EEEEEE;
}

.imgboxsm {
	border: 5px solid #EEEEEE;
	margin-bottom: 7px;
}

.indent {
	margin: -10px 0px 0px 25px;
}

.footertext {
	margin: 5px 0px 0px 0px;
}

.footerright {
	float: right;
}

/* ::: Internal page elements ::: */

#sidebox1 {
	border: 5px solid #EEEEEE;
	margin-bottom: 7px;
	height: 145px;
	padding: 10px;
}

#sidebox2 {
	border: 5px solid #EEEEEE;
	margin-bottom: 7px;
	height: 180px;
	padding: 10px;
}

#sidebox2 a {
	background-image: url(assets/plus.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#sidebox2 a:hover {
	text-decoration: underline;
	background-image: url(assets/plus.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sidebox2 a:active {
	text-decoration: underline;
}

#imgscroller {
	border: 5px solid #EEEEEE;
	height: 92px;
}

#details {
	position: absolute;
	top: 245px;
	width: 200px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.imgthumbs {
	border: 2px solid #EEEEEE;
}

div#thumbs {
  text-align:center;
  padding:12px 0;
  float:left
}
div#thumbs table tr td {
  padding:6px;
  font-size:11px;
}

div#thumbs table tr td a {
  display:block;
  padding:1px;
  text-decoration:none;
  border:2px solid #fff;
}
div#thumbs table tr td a:hover {
  border:2px solid #eee;
}

div#title {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #A8B2C4;
	text-align: left;
}


a.imgboxsm {
  display:block;
  padding: 7px 0 0 0;
  text-decoration: none;
}


a.imgboxsm img {
  display: block;
  border: 0px;
  margin: 7px 0 0 0;
}
