/*original background color #f1f1e3;*/
body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", "lucida sans", arial, helvetica, sans-serif;
background : 
line-height : 1.8em;

}
		/*HEADER*/
#header {
height : 150px;
margin-bottom : 2em;
background :  url(images/topbanner4.png) no-repeat;
width:1200px;

}
#header h1 {
float : right;
margin : 0;
padding : 0.5em 1em 0 0;
font-size : 160%;
letter-spacing : 5px;
color : #333;
background : transparent;
}
		/*TOP MENU */
#menu {
height : 95px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
text-transform : uppercase;
}
#menu li {
float : left;
width : 7em;
border-right : 1px solid #777750;
}
#menu a {
display : block;
height : 95px;
width : 7em;
padding : 50px 0 0;
text-decoration : none;
font-weight : bold;
line-height : 95px;
text-align : center;
color : #333;
background : #cccc9a;
}
#menu a:hover {
text-decoration : none;
color : #fff;
background : #999967;
}
		/*3 COLUMN LAYOUT */
#gutter {
float : left;
width : 3%;
height : 1px;
}

#col1 {
float : left;
width : 600px;
margin-bottom : 1em;
border-right : 1px solid #ccc;
padding-right : 3%;

}
#col2 {
float : left;
width : 200px;
margin-left : 3%;
margin-bottom : 1em;
border-right : 0 solid #999;
padding-right : 0%;

}
#col3 {
float : left;
width : 200px;
margin-left : 3%;
margin-bottom : 1em;


}

		/*FOOTER */
#footer {
clear : both;
height : 50px;
width: 1200px;
border-top : 1px solid #ccc;
padding : 0.5em;
text-align : left;
}

		/*ROUNDED CORNERS */
.box {
background : #cccc9a;
color : #777759;
text-align : center;
font-weight : bold;
width: 200px;
}
.box2 {
background : #cccc9a;
color : #777759;
text-align : center;
font-weight : bold;

}
.boxtop {
background : url(images/ne2.gif) no-repeat top right;
}
.boxtop div {
height : 10px;
background : url(images/nw2.gif) no-repeat top left;
}
.boxbottom {
background : url(images/se2.gif) no-repeat bottom right;
}
.boxbottom div {
height : 10px;
background : url(images/sw2.gif) no-repeat bottom left;
}
.boxcontent2 {
padding : 0 10px 0 10px;
text-align : left;
margin-top : 0;
font-size : 14px;
text-transform : uppercase;
letter-spacing : 0px;
color : #666;
background : inherit;

}
.boxcontent {
padding : 0 10px 0 10px;
}
.turkey {
margin-top : 0;
font-size : 14px;
background : inherit;
}

.main {
margin-top : 0;
font-size : 16px;
background : inherit;
}
.companylist {
margin-top : 0;
font-size : 14px;
text-transform : uppercase;
font-weight : bold;
background : inherit;
}
.companyaddress {
margin-top : 0;
font-size : 14px;
text-transform : uppercase;
font-weight : bold;
background : inherit;
}
		/*TYPOGRAPHY */

h1 {
margin-top : 0;
font-size : 150%;
text-transform : uppercase;
letter-spacing : 3px;
color : #669900;
background : inherit;
}		
h2 {
margin-top : 0;
font-size : 140%;
text-transform : uppercase;
letter-spacing : 3px;
border-bottom : 1px solid #ccc;
color : #666;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 150%;
text-transform : uppercase;
letter-spacing : 3px;
color : #666;
background : inherit;
}
h4 {
margin-top : 0;
font-size : 11px;
text-transform : uppercase;
letter-spacing : 0px;
color : #666;
background : inherit;
}
h5 {
margin-top : 0;
font-size : 15px;
background : inherit;
letter-spacing : 0px;
font-family: sans-serif;
}
h6 {
font-size : 16px;
background : inherit;
font-weight : bold;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #777850;
}
		/*LINKS */
a:link, a:visited {
color : #9b696f;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #777750;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border : 0;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: 1px solid white;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 630px; /*position where enlarged image should offset horizontally */
top: 200px;
z-index: 50;
}



/*slideshow pictures css*/
body2{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}
	#dhtmlgoodies_slideshow{
		width:460px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
