/* GENERAL */
body{
	background-color:#000000;
	color:white;
	cursor:default;
	font-family: papyrus, new times roman, serif;
}

img{
	border:none;
}

h4{
	font-size:24px;
}

p{
	line-height:32px;
	font-size:14pt;	
}

a,a:visited{
	color:white;
}

iframe
{
	border:none;
	color:white;
}

iframe html a{color:white;}

iframe hr {display:none;}

/* END GENERAL */

/* NAV PANEL */
div.navpanel{
	margin:0 auto;
	height:120px;
	width:900px;
	padding:0;
	clear:both;
	background:url(/images/header.png) no-repeat 0 0;
}

div.navpanel a{
	display:block;
	text-decoration:none;
	float:right;
	width:85px;
	height:30px;
	margin:80px 0 0 0;
}

div.navpanel a#logo{
	position:absolute;
	width:470px;
	float:left;
	height:70px;
	margin-left:10px;
	margin-top:5px;
}

div.navpanel a#home{
	display:none;
	width:67px;
	background:url(/images/nav.png) 0 0;
}

div.navpanel a#home:hover{
	display:none;
	background:url(/images/nav.png) 0 -30px;
}

div.navpanel a#portfolio{
	width:90px;
	background:url(/images/nav.png) -67px 0;
}

div.navpanel a#portfolio:hover{
	background:url(/images/nav.png) -67px -30px;
}

div.navpanel a#contact{
	width:90px;
	background:url(/images/nav.png) -157px 0;
}

div.navpanel a#contact:hover{
	background:url(/images/nav.png) -157px -30px;
}

div.navpanel a#about{
	width:107px;
	background:url(/images/nav.png) -247px 0;
}

div.navpanel a#about:hover{
	background:url(/images/nav.png) -247px -30px;
}

div.navpanel a#services{
	width:88px;
	background:url(/images/nav.png) -354px 0;
}

div.navpanel a#services:hover{
	background:url(/images/nav.png) -354px -30px;
}

div.navpanel a#blog{
	width:68px;
	background:url(/images/nav.png) -444px 0;
	margin-right:35px;
}

div.navpanel a#blog:hover{
	background:url(/images/nav.png) -444px -30px;
}

div.navpanel a#clients{
	width:82px;
	background:url(/images/nav.png) -514px 0;
}

div.navpanel a#clients:hover{
	background:url(/images/nav.png) -514px -30px;
}

/* END NAV PANEL */

/* CONTENT */

div.page{
	width:900px;
	margin:0 auto;
}

div.content{
	margin-top:5px;
	font-size:16pt;
	padding:0;
	height:625px;
	text-align:center;
	width:900px;
}

 /* END CONTENT */

/* HEADER */

 #header{
    margin:0 auto;
    background-image:url(../images/header.png);
    width:900px;
    height:40px;
    background-repeat:no-repeat;
	margin-bottom:10px;
}

/* END HEADER */

/* FOOTER */

#footer {
	width:900px;
    margin:0 auto;
    color:white;
}
        
div.footer{
	text-align:center;
	margin-top:0;	
	clear:both;
}

div.footer a,
div.footer a:visited{
	text-decoration:none;
	color:#EEEEEE;
}

div.footer a:hover{
	text-decoration:underline;
}

div#copyright{
	margin-top:15px;
	text-align:center;
	font-size:12px;
}

/* END FOOTER */

/* GALLERY */
#thumbs{
	float:right;
	width:170px;
	left:150px;
	position:relative;
}
        
#thumbTab{
	visibility:visible;
    width:20px;
    height:60px;
    left:0;
    background-image:url(/images/tab.png);
	background-repeat:no-repeat;
    position:absolute;
    cursor:pointer;
}
        
#thumbPanel{
	background: transparent;
	width:150px;
	height:534px;
	float:right;
}
        
#thumbOverlay{
	background:transparent;
    border:none;
    width:140px;
    height:520px;
    margin:5px;
    overflow:hidden;  
}
        
#thumbList img {
	height:75px;
    padding:4px;
    cursor:pointer;
    display:block;
    margin: 0 auto;
}

div#snapshotThumbs{
	width:800px;
	margin:0 auto;	
}

#thumbListHome img {
	width:100px;
	margin: 0 3px;
    padding:4px;
    cursor:pointer;
    float:left;
}
        
#thumbList img:hover,
#thumbListHome img:hover {
	border: 1px solid #AAAAAA;
    padding:3px;
}

div.thumb {
	background-color:#FFFFFF;
	padding:2px;
	width:250px;
	height:166px;
	margin:0 auto 15px auto;
	cursor:pointer;
}

div#gallery1,
div#gallery2,
div#gallery3,
div#gallery4,
div#gallery5,
div#gallery6
{
	float:left;
	width:283px;
	height:200px;
	margin:25px 5px;
}
        
#panel {
    height:540px;
    width:880px;
    margin: 0 auto;
    overflow:hidden;
}
        
#gallery{
	width:880px;
	left:50%;
	margin-left: -440px;
	position:absolute;
	height:540px;
}
        
#gallery img{
    width:auto;
    position:relative;
    display:block;
    margin:0 auto;
    padding:2px;
    background-color:white;
}
        
#overlay{
	width:880px;
    margin-left:-440px;
    left:50%;
    position:absolute;
    overflow:hidden; 
    height:540px; 
}

#prevBtn,
#nextBtn{
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	visibility:visible;
	margin:5px;
	width:24px;
	height:24px;
	float:left;
	cursor:pointer;
}

#nextBtn{
	background-image:url(../images/next.png);
	float:right;
}

#box {
	width:102px;
    float:left;
    margin:5px;
    height:30px;
    line-height:30px;
    color:white;
    text-align:center;
    font-family:sans-serif;
    cursor:default;
}
        
/* END GALLERY */

/* HOME */

div#splash{
	padding:0;
	width:800px;
	height:540px;
	margin:0 auto;
}
div#splash img{
	background-color:#DDDDDD;
	padding:1px;	
}

/* END HOME */

/* SERVICES */

ul#services{
	list-style:none;
	margin:0;
	padding:0;
}

ul#services li
{
	line-height:32px;
}

/* END SERVICES */