*{margin:0;padding:0;border:none;outline:none;}

html, body {height:100%;}

body {
color:#F3F3F3;
font-size:16px;
font-family:Arial,sans-serif;
background:#7c4db6;
}

/*====  LAYOUT */

#v_wrap {
height:100%;
width:950px;
margin:0 auto;
}


.clear{clear:both;}
.left {float:left;}
.clearleft{clear:left;}
.right{float:right;}
.clearright{clear:right;}

/*====  LOGO */

#logo {
position:relative;
height:200px;
width:180px;
margin:0 0 4px 0;
background:transparent url(images/bottom_shade.gif) no-repeat bottom right;
}

#logo #fx {
position:absolute;
bottom:30px;left:10px;
width:158px;
height:66px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
}

#logo img {_display:none;}

/*==== MENU SYSTEM */

#menu {
height:190px;
width:180px;
background:transparent url(images/top_shade.gif) no-repeat top right;
}

#menu ul {
padding:18px 0 0 15px;
margin:0;
list-style:none;
}
	
#menu li {margin:0;}
	
#menu a {
display:block;
_display:inline-block;
color:#fff;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:center;
width:154px;
height:20px;
padding:5px 0 0 0;
background:transparent url(images/menuItem.png) no-repeat top left;
_background:transparent url(images/menuItem.gif) no-repeat top left;
}
	
#menu a:hover,
#menu a.current {
color:#333;
background:transparent url(images/menuItem.png) no-repeat bottom left;
_background:transparent url(images/menuItem.gif) no-repeat bottom left;
}

#menu a span {cursor:pointer;}


/*==== CONTENT */

#container {
width:935px;
height:500px;
position:relative;
}

#left_container {
float:left;
width:180px;
height:450px;
padding:50px 0 0 0;
}


#slides {
position:absolute;
right:0;top:0;
width:750px;
height:500px;
}

#slides span {
display:block;
width:750px;
background:transparent url(images/spinner.gif) no-repeat center;
}

#photoslide {position:relative;} 

#right_container {
float:right;
position:relative;
z-index:990;
width:750px;
height:500px;
overflow:hidden;
background:#421c71 url(images/panelBG.gif) repeat-x top left;
}

#mask {
position:absolute;
z-index:20;
right:0;top:0;
width:750px;
height:500px;
background:transparent url(images/slideMask.png) no-repeat top right;
_background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideMask.png', sizingMethod='scale');
}

#text {
_display:inline;
float:right;
position:relative;
z-index:999;
color:#0a2327;
height:450px;
width:280px;
padding:10px;
margin:15px 15px 0 0;
overflow:auto;
overflow-x:hidden;
border:1px solid #ddfff9;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:transparent url(images/content_bg1.png) repeat top left;
_background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg1.png', sizingMethod='scale');
}

#text h2 {
font-size:16px;
text-align:center;
margin:5px 0 0 0;
padding:6px 0 0 0;
}

#text h3 {
font-size:14px;
text-align:center;
padding:5px 0;
}

#text p {
font-size:12px;
text-align:justify;
line-height:145%;
padding:10px 5px;
}

#text p i {
font-size:13px;
font-weight:bold;
padding:0 10px;
}

#text ul {
font-size:12px;
font-weight:bold;
text-align:justify;
padding:0 25px 10px 25px;
}

#text li {padding:2px 0;}

#footer a {color:#222;}