@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	color: #F8F8F8;
}

h2 { 
font-size: 18px; 
color: #F8F8F8;
padding: 0;
margin: 0;
 }
 
h3 { 
font-size: 16px; 
color: #F8F8F8;
padding: 3px;
margin: 3px;
 }
 
h4 { 
font-size: 13px; 
color: #333333;
font-weight: normal;
padding: 0;
margin: 0;
 }
 
a:link {
	color: #cacaca;
	text-decoration: none;
}
a:visited {
	color: #cacaca;
	text-decoration: none;
}
a:hover {
	color: #cacaca;
	text-decoration: none;
}
a:active {
	color: #cacaca;
	text-decoration: none;
}


#logo {
	background:url(../images/logo.png) no-repeat;
	width: 80px;
	height: 64px;
	float:left;
	margin-top: 14px;
	margin-left: 30px;
}

#up {
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	}

#container {
	background-image: url(../images/cont.png);
	/*background-repeat: repeat-x;*/
	width: 920px;
	height: 319px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


#container_w {
	background-image: url(../images/bgp.png);
	/*background-repeat: repeat-x;*/
	width: 960px;
	height: 540px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

#cont2 {
padding: 12px;
width: 700px;
float: right;
}

/* MENU */
.menu{
	width:960px;
	height:38px;
	margin: 0px auto;
	padding-top: 0px;
	
}

.menu_bg{
	height:42px;
	width: 840px;
	background-image: url(../images/mbg.png);
	float: right;
	margin-top: -8px;
}
.menu_bg ul{
	list-style:none;
	margin: 5px auto;
	margin-left: 40px;
}
.menu_bg li{
	float:left;
	list-style:none;
}
.menu_bg li a{
	margin-right: 10px;
	float:left;
	display:block;
	color:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:38px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.menu_bg li a span{
	float:left;
	display:block;
	padding:0 18px 0 4px;
}
.menu_bg li.current a{
	color: #555555;
	background:url(../images/menu_current_left.png) no-repeat left 5px;
}
.menu_bg li.current a span{
	color: #555555;
	background:url(../images/menu_current_right.png) no-repeat right 5px;
}
.menu_bg li a:hover{
	color: #333333;
	background:url(../images/menu_hover_left.png) no-repeat left 5px;
}
.menu_bg li a:hover span{
	color: #333333;
	background:url(../images/menu_hover_right.png) no-repeat right 5px;
}

img{ 
border: 0;
}

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider { padding-top: 25px; margin-left: 40px;	}
		
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{ margin:0;	padding:0; list-style:none;	}
	
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px; height:250px; overflow:hidden; }	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ display:block; width:21px; height:64px; position:absolute; left: 40px;
		top:130px; z-index:11; }	
	#nextBtn, #slider1next{ 
		left:620px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
	display:block; 
	position:relative; 
	width:21px; 
	height:64px;
	background:url(../images/prev.png) no-repeat 0 0; 
	z-index:-999;	
		}	
		
	#nextBtn a, #slider1next a{ 
	background:url(../images/next.png) no-repeat 0 0; 
	z-index:-999; 
	}	
		
	/* numeric controls */	

	ol#controls{ margin:1em 0; padding:0; height:28px;	}
	ol#controls li{ margin:0 10px 0 0; padding:0; float:left; list-style:none; height:28px; line-height:28px;	}
	ol#controls li a{ float:left; height:28px; line-height:28px; border:1px solid #ccc; background:#DAF3F8;
		color:#555;	padding:0 10px;	text-decoration:none;}
	ol#controls li.current a{
		background:#5DC9E1;	color:#fff;	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


#right {
	float: right;
	margin-right: 28px;
	margin-top: 10px;
	width: 240px;
}

#portfolio {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -60px;
	clear: both;
	position: relative;
	text-align: left;
	color: #F8F8F8;
	padding-left: 22px;
}

#portfolio_w {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	clear: both;
	position: relative;
	text-align: left;
	color: #F8F8F8;
	padding-left: 122px;
}

#footer {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	
	width: 920px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	line-height: 35px;
	clear: both;
	position: absolut;
	bottom: 0;
	text-align: left;
	color: #666666;
	text-indent: 12px;
}

#fut {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	background: url(../images/fut.png) no-repeat center; 
	width: 920px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	line-height: 35px;
	clear: both;
	position: absolut;
	bottom: 0;
	text-align: left;
	color: #424242;
	text-indent: 30px;
}



#footer a {
color: #999999;

}

#footer_line {	
	clear: both;
	position: relative;
	height: 40px;
	margin: 0px;
	padding: 0px;

	}
	
	
/************** EXAPMLES *******************/

.ex {

}

.examp {
	
    float: left;
    height: 8px;
    margin: 0 3px 3px 0;
    position: relative;
    width: 218px;
	padding-left: 6px;
}

.examples2 {
    float: left;
    margin: 0 0 3px 0;
    overflow: hidden;
    position: relative;
    width: 222px;
	color: #333333;
	text-indent: 4px;
	
}

.examples3 {
    float: left;
    margin: 0 3px 3px 0;
    overflow: hidden;
    position: relative;
    width: 222px;
	color: #333333;
	
}
.examples {
    border: 2px solid  #E1E1E1;
    float: left;
    height: 124px;
    margin: 0 3px 3px 0;
    overflow: hidden;
    position: relative;
    width: 218px;
}
.examples:hover {
    border: 2px solid  #666666;
    float: left;
    height: 124px;
    margin: 0 3px 3px 0;
    overflow: hidden;
    position: relative;
    width: 218px;
}


.examples_w {
    border: 3px solid  #666666;
    float: left;
    height: 124px;
    margin: 0 14px 14px 0;
    overflow: hidden;
    position: relative;
    width: 218px;
}
.examples_w:hover {
    border: 3px solid  #E1E1E1;
    float: left;
    height: 124px;
    margin: 0 14px 14px 0;
    overflow: hidden;
    position: relative;
    width: 218px;
}

ul {

padding-left: 20px;
margin: 0
}

ul li{
/*margin-left: 20px;*/
list-style-type: square;
list-style-image: none;
list-style-position: outside;
color: #333333;
}

/************** LIGHTBOX *******************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;

	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	color: #FFFFFF;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	padding-right: 10px;
}

