@charset "utf-8";
/* Enid Style Sheet */

html, body, h1, h2, h3, h4, h5, h6, p, border{
	margin:0;
	padding:0;
}

html{
	background-color:#000000;
}

body{
	height:100%;
	width: 960px;
	margin:auto;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#d0d0d0;
	line-height:25px;
	background-color:#000000;
	text-align: justify;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color:#D8D8D8;
	font-weight: 
	padding-top:10px;
}

h1 {
	font-size: 26px;


font-family: "Century Gothic"
color: #0000A0;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	font-weight: NORMAL;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	padding-bottom: 5px;
	padding-left: 0px;
} 
h2 {
	font-size: 12px;


font-family: "Century Gothic"
color: #3366ff;
	margin: 0px 2px 2px 2px;
	padding-top: 2px;
	font-weight: NORMAL;
	padding-bottom: 2px;
	padding-left: 0px;
} 
h3 {
	font-size: 16px;







font-family: "Century Gothic"
color: #0000A0;
	text-align:inherit;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	font-weight: BOLD;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width:thin;
	border-bottom-style: none;
	border-bottom-color: #D0D0D0;
} 
h4 {
font-size: 12px;
font-family: "Century Gothic"
color: #0000A0;
margin: 0px 20px 5px 20px;
padding-top: 20px;
font-weight: bold;
padding-bottom: 2px;
padding-left: 0px;

} 
h5 {
font-size: 12px;
font-family: "Lucida Handwriting"
color: #0000A0;
margin: 0px 0px 0px 20px;
padding-top: 20px;
font-weight: NORMAL;
padding-bottom: 2px;
padding-left: 0px;
} 
h6 {
font-size: 10px;
font-family: "Century Gothic"
color: #0000A0;
margin: 0px 20px 5px 20px;
padding-top: 20px;
font-weight: NORMAL;
padding-bottom: 2px;
padding-left: 0px;
} 


/* Links */
	a:link, a:visited {
	color:#8b8271;
	text-decoration:underline;
}
a:active, a:hover{
	color:#8b8271;
	text-decoration:none;
}

/* Images */
a img{
	border:0;
}

/* Navigation */

#navbar ul { 
        margin: 0; 
        padding: 1px; 
        list-style-type: none; 
        text-align: center; 
        background-color: #000000; 
		margin: 4px 30px 1px 30px;
		word-spacing: 3em
        } 
 
#navbar ul li {  
        display: inline; 
        } 
 
#navbar ul li a { 
        text-decoration: none; 
        padding: .2em 1em; 
        color: #8b8271; 
        background-color: #000000; 
        } 
 
#navbar ul li a.active {
	background: #000000;
	color: #ffffff;
} 
 
#navbar ul li a:hover { 
        color: #505050; 
        background-color: #000000; 
        } 

/* Navigation 2*/

#navbar2 ul { 
        margin: 0; 
        padding: 1px; 
        list-style-type: none; 
        text-align: LEFT; 
        background-color: #000000; 
		margin: 1px 1px 1px 1px;
		word-spacing: 1PX
        } 
 
#navbar2 ul li {  
        display: LEFT; 
        } 
 
#navbar2 ul li a { 
        text-decoration: none; 
        padding: .2em 1em; 
        color: #505050; 
        background-color: #000000; 
        } 
 
#navbar2 li a.active {
	background: #000000;
	color: #FFF;
} 
 
#navbar2 ul li a:hover { 
        color: #282828; 
        background-color: #000000; 
        } 

/* Content */
#content{
	padding-left:10px;
	padding-right:80px;
}
#content p{
	padding-top:10px;
	padding-bottom:10px;
}

/* Footer */
#footer{
	height: 10px;
	font-size:10px;
	color:#8b8271;
	text-align: left;
	background-color:#000000;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
}
#footer a:link, #footer a:visited {
	color:#8b8271;
	text-decoration:underline;
}
#footer a:active, #footer a:hover{
	color:#8b8271;
	text-decoration:none;
}
 
#gallery {width:850px; height:360px; position:relative; border:0px solid #000000; background:#000000;}
#gallery ul {list-style:none; padding:10px; margin:0; width:250px; float:right; height:419px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 10px 10px 0; border:0px solid #000000; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {
	display:none;
	position:absolute;
	left:10px;
	top:10px;
	width:150px;
	font-family:verdana, arial, sans-serif;
	color:#06a;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px float: left;
position: relative;
left: 35%; auto 0 auto; width:auto; height:auto; border:0px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#000000; background:#000000; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:545px; height:355px;}

#gallery ul li.click i img {margin:5px float: left;
position: relative;
left: 35%; auto 0 auto; width:auto; height:auto; border:0px solid #fff;}

#gallery ul li.click span {display:block;}

.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
  
}

.roundbox-top
{    
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;    
    border-radius: 4px 4px 0 0;
}
.roundbox-bottom
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
	
}
.gridheader, .gridheaderbig, .gridheaderleft, .gridheaderright
{    
    padding: 4px 4px 4px 4px;
    background:  #343131 repeat-x;
    font-family:verdana, arial, sans-serif;
	text-decoration: none; 
        padding: .1em .5em; 
        color: #cfcfcf; 
	font-size:11px;
	text-align: center;
}
.gridheaderleft
{
    text-align: center;
}
.gridheaderright
{
    text-align: right;
}
.gridheaderbig
{    
    font-size: 135%;
}
