body {
	margin:0;
	padding:0;
}
#bodybgd{
	font: 12px "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	background: #fff;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
::-moz-selection {
 background: #000;
 color: #eee;
}

::selection {
 background: #000;
 color: #eee;
}
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
h1 {
	font-size:150%;
	color: #555;
	/*padding-left:3px;*/
}
.white{
color:#fff;
}

h2, h3 {
	font-size:120%;
	color: #555;
	/*padding-left:3px;*/
}
.gallery_h1 {
	font-size:150%;
	padding-left:5px;
}
p {
	font-size:100%;
	/*padding-left:5px;*/
}
p.small{
	text-align: right;
	line-height:90%;
	font-size:75%;
}
#footerin p {
	text-align: right;
	font-size:75%;
}
#footerin a {
	color:#999;
	text-decoration:none;
}
/*shared*/
table{
	float:left;
	clear:both;
}
span.clr {
	display: block;
	clear: both;
}
/*content*/


headerout {
	width:100%;
	min-width:1000px;
	
	
}
#headerleft {
	background: url(../images/other/logo1.jpg) bottom left no-repeat;
	height: 210px;
	width: 445px;
	float:left;
}
#headerright {
	height: 200px;
	width: 545px;
	position: absolute;
	top:5px;
	left:455px;
	float:right;
}
#contentout {
	position: relative;
	/*z-index: 1000;*/
	width: 770px;
	padding: 10px 0 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #fff;
	margin:25px auto;
	text-align: left;
}
#contentleftout {
	height: auto;
	width: 200px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
#menu {
	padding:5px 20px;
	border-right:1px solid #ccc;
}
#menu li {
	padding:5px 0;
	text-align:right;
}
#menu a {
	font-size: 16px;
	font-weight:750;
	color: #333;
	text-decoration:none;
}
#menu a:hover {
	font-size: 16px;
	color: #999;
	text-decoration:none;
}
/*#contentout {
	width: 800px;
	margin-top: 25px ;
	display: none;
	border-top: 1px solid #ccc;
	height: 0px;
	overflow: hidden;
}*/
 #contentout .clipper {
 margin: 25px 0 0 0;
}
#contentrightout {
	height: auto;
	width: 550px;
	float:right;
	text-align:left;
}
#mainout {
	margin:10px;
}
#footerout {
	width: 800px;
	height:25px;
	margin:0 auto;
	padding: 10px 0px;
	text-align: right;
}
#footerin {
	width:350px;
	float:right;
	border-top: 1px solid #ccc;
}
.thumbnailContainer {
	width: 550px;
	border-top: 1px solid #ccc;
	margin-top:10px;
	display: none;
	height: 0px;
	overflow: hidden;
}
.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}
.clipper a span{
	display:none;
	}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 80px;
	padding: 10px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.thumbnailContainer img {
/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

.left {
	float: left;
}
.right {
	float: right;
}
#images {
}


/*****************************************************Language Form****************************************/
.select{
	font-size:95%;
	color:#888;
	background:#FFF;
	border:thin solid #999;
	border-right:none;
	}
.button{
	font-size:90%;
	color:#888;
	background:#FFF;
	border:thin solid #999;
	
	
}	
/***********************************************Hacks******************************************/
* html > body .clearfix {
	width: 100%;
	display: block;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.error {
	background:none !important;
	display: inline;
	line-height: 120%;
	width:100%;
	height:10px;
	color:#F00;
}
.title {
	width: 550px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #FFFFFF;
	background: #000000;
}
.title h2 {
	font-size: 13px;
	color: #99FF00;
}
.title ul {
	padding-left: 20px;
	list-style-type: disc;
}


/**************************************************MOOTIPS****************************************************/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/other/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/other/bubble.png) bottom right;
}

