body {
	background:#000000;
	font-family: "Century Gothic", "Helvetica", "Arial";
	margin:0;
	padding:0;
	font-size:80%;
}
form {
	margin:0;
}
h1 {
	font-size: 18px;
	color: khaki;
}
h2, h3 {
	font-size: 16px;
	color: #5B9EB9;
}

#main{
	background: #000000 url(/images/bgmain.png) no-repeat;		
	position: relative;
	padding:33px 0 0 0;
	margin: auto;
	width: 1024px;
	height: 666px;
}

#header {
	width:960px;
	height: 100px;
	position:relative;
	top:0;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#logo {
	position: relative;
	padding: 0 20px;
	clear: none;
	float: left;
}

#languages {
	position: relative;
	padding: 20px;
	text-align: left;
	font-size:.8em;
	color:#ffffff;
	width:150px;
	float: right;
	display:block;
}

#shadow {
	background: url(/images/header-shadow.jpg) top left repeat-x;
	position: relative;
	border: 0;
	margin: 0 0 0 0;
	height:30px;
	width: 100%;
}

#header a, #header a:link {
	color:#ffffff;
	text-decoration:none;
}

.centered {
	text-align:center;
	margin:1em;
}


/* SCROLLABLE -- outmost wrapper element, containing all elements  */
#scrollable {
	background: #262626 url(/images/blackgradientup.png) top left repeat-x;
	border: 1px solid #666666;
	margin: 0 auto;
	padding: none;
	width:910px;
	height:450px;
}

/* container for the scrollable items */
div.items {
	width: 890px !important;
	height:430px;	
	margin:10px 10px;
	padding: none;
	float:left;
}

.section {
	background: #000000 url(/images/blackgradientdown.png) top left repeat-x;
	color: #eeeeee;
	font-size:15px;
	font-weight: normal;
	margin: none;
	width: 860px;
	height: 430px;
	float: left;
	padding: 20px 20px 20px 20px;
}
/* different background colors for specific tabs */
#about-pane h2{
	color: #5B9EB9;
}
#about-pane td:hover {
	color: khaki;
	cursor: hand;
}


#webdesign-pane {
	color: white;
}
#ecommerce-pane {
	color: #5B9EB9;
}
#ecommerce-pane h1 {
	color: #5B9EB9;
}

#emarketing-pane {}
#analytics-pane {}

#portfolio-pane {
	background:#000000;
	color: #ffffff;
}

.section a {
	color: khaki;
	text-decoration:underline;
}
.section a:hover, .section a:active {
	color: white;
}



/* TO-DO: links with gradient backgrounds
.section a {
	background: #ffcc00;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	height: 25px;
	padding: 2px 2px 2px 2px;
}
*/

table.sectionContent {
	border: 0;
	padding: 0 0 0 0;
	width:100%;
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url(/images/preview_16x16.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	



/* The slide-y content box */

#main-box {
	position: relative;
	padding:0;
	border-top:0px solid #ffffff;
	background:#ffffff url(/images/shadowpane.jpg) no-repeat;		
	overflow: hidden;
	margin: 0 auto;
	width: 910px;
	height: 520px;
}

#scroller {
	width: 860px;
	overflow: hidden;
	margin: 0 auto;
}

#content a {
	color:#ff9900;
	text-decoration:none;
}
#content a:hover, #content a:active {
	color:#ff9900;
	font-weight:bold;
	text-decoration:none;
}


/*  Toolbar  */

#toolbar  {
	list-style: none;
	width:880px;
	margin: none;
	text-align: right;
	height:30px;
	display:block;
	clear: none;
}
#toolbar li { text-align: center; }
#toolbar a {	min-width: 80px; }


#footer {
	color: #ffffff;
	text-align:center;
	font-size:11px;
	margin: 0 auto;
	width: 890px;
	padding-top: 7px;
}
#footer a {
	color: #ffcc00;
	font-weight: normal;
}
#footer a:hover {
	font-weight: bold;
}

/* OVERLAYS */

#fxOverlay {     
    width:700px; 
	height: 600px;
    /* overlay is initially hidden */ 
    display:none;   
	margin: 80px 80px;
} 
 
/*  
    close button (div.close element) is auto-generated by default.  
    here it is positioned on top-right corner  
*/ 
#fxOverlay div.close { 
    background:url(/images/close.png) no-repeat; 
    position:absolute; 
    top:15px; 
    right:10px; 
    width:25px; 
    height:25px; 
    cursor:pointer;     
} 
 
/*  
    the actual content is moved little bit inside so that it doesn't overlap 
    with the drop shadow in the overlayed image 
*/ 
#fxOverlay p { 
    color:#567; 
    font-size:24px; 
    margin:60px 13px; 
}

#contactForm {
	color: khaki;
	border: 1px khaki ridge; 
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}