/* CSS Document */
@import url("css/contact.css");


@import url("scripts/gallery/overlay/overlay-apple.css");
@import url("scripts/gallery/img/screen.css");

@import url("scripts/slidemenu/jqueryslidemenu.css");
@import url("scripts/tabs/tabs.css");


ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}




/*------------------------------------------------header--------------------*/
#header ul.topLink{
	width:280px;
	height:15px;
	float:right;
}
#header ul.topLink li{
	float:left;	
	line-height:0;
	padding:0 25px 0 0;
}
#header ul.topLink li a{
	display:block;	
	font:normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#4bbfff;
	text-decoration:none;
}
#header ul.topLink li a:hover{
	color:#fff;
}






/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:960px;
	margin:0 auto;
	color:#333333;
}
#body p.navLeft{
	display:block;
	background:url(images/nav_left.png) 0 0 no-repeat;
	width:32px;
	height:37px;
	float:left;
	margin:3px 0;
}
#body p.navRight{
	display:block;
	background:url(images/nav_right.png) 0 0 no-repeat;
	width:32px;
	height:37px;
	float:left;
	margin:3px 0;
}
#body ul.nav{
	width:470px;
	height:37px;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	float:left;
	margin:3px 0 6px 0;
	
}
#body ul.nav li{
	float:left;
	height:37px;
	margin:auto;
	padding:0 50px 0 0;
}
#body ul.nav li a{
	display:block;
	font:normal 11px/34px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
}
#body ul.nav li a:hover{
	color:#3399cc;
	
}
#body ul.nav li.noImg{
	background-image:none;
}

/*------------------------------------------------slider effect index--------------------*/
#slideshow-spacer {
	float:center;
}
#slideshow {
    position:relative;
	width:960px;
    height:300px;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    /*opacity:0.0;*/
}

#slideshow li.active {
    z-index:10;
    /*opacity:1.0;*/
}

#slideshow li.last-active {
    z-index:9;
}

#slideshow li IMG {
    height: 300px;
	width:960px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
.slidedesc-1 {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	height:281px;
	position:absolute;
	width:400px;
	top:20px;
	line-height:20px;
	left:30px;
	font-size:14px;
	color:#FFF;
}
.slidedesc-1 h1, .slidedesc-1 p {
	width:300px;
	margin:10px 10px 0 16px;
}
.slidedesc-1 h1 {
	padding-bottom:5px;
	color:#FFF;
	line-height:25px;
	font-style:italic;
}
.slidedesc-1 h1 span{
	background:#5E0976 none repeat scroll 0 0;
}

/*------------------------------------------------slider effect index--------------------*/