*{ margin: 0; padding: 0; text-align: }
body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	padding-top:10px;
	background:url(images/bg.gif) repeat-x;
	background-position:top;
	color: #444; 
}

a {	/*color: DarkOrange;*/	/*background: inherit; */text-decoration: none; /*background-color: #666666; */}
a:hover { /*color: DarkOrange;*//* background: inherit; */ /*background-color: #666666;*/}
p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Arial, Sans-Serif; color: DarkOrange; margin: 20px 0 0; }
h1 a { color: #fff;  }
h1 a:hover { color: #E4FFD3; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; color:DarkOrange}
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

/*#content { width: 950px; margin: 0 auto; margin-bottom:20px;}*/
#content { width: 950px; margin-top:0; margin: 0 auto; margin-bottom:40px;
background:url(images/bg.gif) repeat-x;
background-position:top;
}


#bg{
  background-image: url(images/bg.jpg);
}

#logo {
	height: 74px;
	width: 230px;
	float: left;
	text-align: center;
	background-color:#505050;
	background-image: url(http://www.synoris.com/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu { float: right; background-color:#505050; padding-top:20px; padding-right:5px; height:5px; margin: 0 0 18px;/* background-color:#00FF00;*/ }
#menu li { font-size: 1.1em; display: inline; }
#menu li a {
	color: #ccc;
	background: #505050 url(images/tab.gif) no-repeat right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	text-align:left;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
}
#menu li a:hover { background: #505050 url(images/tabhover.gif) no-repeat right bottom; color: #FEFFB8; }

#intro {
	clear: both;
	color: #000000;
	height: 170px;
	padding: 0 20px 0 0;
	text-align: right;
	background-color: #505050;
	background-image: url(images/bg1.gif);
	background-position:center top;
}
	#intro h1 { margin: 0; }
	#intro p { margin: 0; }
	
	#login { font-size: .9em; margin: 82px 0 0; }
	#login a {
	color: #fff;
	padding: 4px 20px 6px;
	background-color: #f6dc3d;
}
	#login a:hover { color: #fff; background: #8BE1FA url(images/loginhover.gif) no-repeat; }

#left { clear: left; float: left; line-height:20px; width: 265px; padding: 0 34px 0 35px; text-align:left; font-size: 12px; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0;}
	#leftmenu li { padding: 0 0 0 12px; background:url(images/bullet.gif) no-repeat left #fff; color: #000000; }
	#leftmenu li a {
	color: DarkOrange;
	background-image:none;
}
#leftmenu li a:hover { color: #FFFFFF;
	background-color: #333333; }
#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	height:auto;
	/*background-color:#00CCFF;*/
	/*width: 560px;*/
	width:849px !important;
	text-align: justify;
}
#right table {
	width:820px !important;
	width:auto;
}
	#notice { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;padding: 12px 14px 1px; background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right; color: #808080; }
	#notice h1{
	background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#left a, #right a {
	/*color: #333333;*/
	/*background-color: #FFFFCC;*/
}

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }

#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff; }
	#footer a { color: DarkOrange; background: #fff; }
	#col1 { float: left; width: 240px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2 { float: left; width: 220px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }


/*----Top Navigation-----*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
text-align:left;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
text-align:left;
display: block;
text-indent: 3px;
font-size:11px;
border-bottom: 1px solid black;
padding: 1px 0;
color:#FFFFFF;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
font-size:11px;
}

.smalltxt{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
}

.boldcell{
  font-size:13px;
  color:#505050;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.inputbox{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-left:2px;
  color:#955200;
}

.boldcel{
  font-size:13px;
  color:#ff8c00;
}


.butten{
color: #000000;
font-family: Arial,Hevlvetica,sans-serif;
text-align: center;
font-size: 11px;
font-weight: bold;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #d69600;
border-right-color: #d69600;
border-bottom-color: #d69600;
border-left-color: #d69600;
width: auto;
background-color: #fef0cf;
padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
line-height: 16px;
height: 22px;
padding-bottom: 2px;
}

/*-------- Potlfolio ---------*/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666666; font-size:11px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.tablebox{
 background-color:#666666;
 border:1px solid #000000;
 font-size:11px;
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 padding:15px;
}

.tablebox a.{
 font-size:11px;
 /*background-color:#666666;*/
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none;
}

.tablebox a:hover{
 font-size:11px;
 /*background-color:#666666;*/
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tablebox a:active{
 font-size:11px;
/* background-color:#666666;*/
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}


.boxlink{ font-size:11px;
/*background-color:#666666;
background: inherit; */
line-height:12px;
color:#FFFFFF;}

.boxlink a{
 font-size:11px;
 /*background-color:#666666;
 background: inherit; */
 color:#FFFFFF;
 
}

.boxlink a:hover{
font-size:11px;
/*background-color:#666666;
background: inherit;*/ 
color:#FFFFFF;
}

.heading{
 font-size:18px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#ffffff;
}
	
/*.flash
{ z-index:+1;
	}*/
