
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
	color: #000000;
	font-size: 75%;

}
#mainText
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mainTable{
	width:1024px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}
#mainTable2{
	
	margin-left:auto; margin-right:auto;
	text-align:left;
}
#copyright{
	padding-top:10px;
	text-align:left;
	font-size:8px;
}
#headerTable{
	width:100%;
}
#leftHeader{
	width:400px; 
	vertical-align:bottom;
}
#rightHeader{
	vertical-align:bottom;
}
img.mainimage{
	border: 2px solid #000000;
	width: 755px;
}
#companyTitle{
	font-size:2.3em;
}
#companyEmail{
	font-size:1.25em;
}
img.textpageimage {
	border:2px solid #000000;
}

// **** Gallerific CSS ****
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:705px; 
}
div.contentText {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
a.next, a.prev
{
	font-size:2.5em;
	line-height:.4em;
}
div.controls a {
	padding: 5px;
	color:red;
	
}
div.ss-controls {
	float: left;	
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 2px solid #000000;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 0px solid #ccc;
	background-color: #f1f1f1;
	padding-left: 5px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 0px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	width:300px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #000;
}
ul.thumbs li.selected a.thumb {
	background: #f1f1f1;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: #f1f1f1;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}





/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

/*Drop Down Menu Styles*/
#ddmenu {
	margin: 0;
	padding: 0;
	height:43px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 11px Verdana;
	font-weight: 500;
	font-size: 1em;
}

#ddmenu li a {	
	display: block;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	width: 70px;
	color: #000;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #f1f1f1 url(images/top-dotted.gif) right no-repeat;
	color:red;
	
}
	
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	display: inline;
	color: #d9d9d9; 
	font-size: 10px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	padding: 3px 10px;
}

#nonClick {
	cursor: default;
}

#wrap {
	float:right;
}
