/***	Start Reset	***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/***	End Reset	***/

/***	Start Index ***/
body {
	
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	text-align: center;
}

#container {  
    width: 600px;  
    margin: 50px auto;
    text-align: left;
}

#top {
	width: 600px;
	height: 100px;
	background-image: url(img/top.gif);
}

#mid {
	width: 600px;
	height: 200px;
	background-image: url(img/mid.gif);
	background-repeat: repeat-y;
}

#bottom {
	width: 600px;
	height: 100px;
	background-image: url(img/bottom.gif);
}

#panel1, #panel2, #panel3 {
	height: 300px;
}

#about {
	/*background-image: url(img/about.gif);*/
	background-repeat: no-repeat;
	margin: 0 265px;
	width: 75px;
	height: 38px;
}

#name {
	background-image: url(img/name.gif);
	margin: 35px 155px;
	width: 300px;
	height: 60px;
	clear: both;
}

#contact {
	/*background-image: url(img/contact.gif);*/
	margin: -2px 265px;
	margin-bottom: 100px;
	width: 75px;
	height: 38px;
	clear: both;
}

#arrowup {
	margin: 0 295px;
	width: 18px;
	height: 15px;
}

#arrowdown {
	margin: 0 295px;
	width: 18px;
	height: 15px;
}

#aboutme {
	background-image: url(img/aboutme.gif);
	background-repeat: no-repeat;
	margin-left: 85px;
	height: 185px;
	width: 420px;
}

#aboutme p {
	padding-top: 50px;
}


p {
	font-family: Arial, helvetica, sans-serif;
	text-shadow: 0px 1px #e7e7e7;
	font-size: 14px;
	color: #676767;
	padding-left: 10px;
	text-align: justify;
}

a {
	font-family: Arial, helvetica, sans-serif;
	text-shadow: 0px 1px #e7e7e7;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#forms {
	background-image: url(img/contactme.gif);
	background-repeat: no-repeat;
	margin-left: 85px;
	padding-top: 50px;
	float: left;
	width: 250px;
}

#submit
 {
	font-family: Arial, helvetica, sans-serif;
	text-shadow: 0px 1px #f2f2f2;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	/*margin-left: 10px;*/
	background-color: #cccccc;
	text-decoration: underline;
	border: #cccccc solid 1px;
}

.inputfield {
	background-color: #f2f2f2;
	width: 170px;
	border: #808080 solid 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
}


#message {
	background-color: #f2f2f2;
	width: 172px;
	border: #808080 solid 1px;
	margin-top: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	margin-left: 10px;
}

#contactinfo {
	margin-top: 50px;
}

.networks {
	background-image: url(img/tray.png);
	width: 400px;
	height: 120px;
	margin:0 auto;
	top: 0px;
}

#first {
	padding-left: 85px;
}

.networks img {
	padding-top: 35px;
	padding-right: 30px;
}

#demotip {
	width: 196px;
	height: 43px;
	background-image: url(img/tooltip.png);
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #f2f2f2;
	text-align: center;
	padding-top: 5px;
	margin-top: 12px;
	display: none;
}

#succes{
	background-image: url(img/succes.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
}

#thanks {
	padding-top: 150px;
	margin: 0 auto;
	width: 300px;
	text-align: justify;
}

/***	Start Scrollable	***/
/* root element for scrollable */
.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 200px;	 
	width: 600px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	height: 300px;
}

/* the action buttons above the scrollable */
#actions {
	width:600px;
}

#actions a {
	font-size:12px;		
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	/*visibility:hidden;*/		
}

.nextPage {
	float:right;
}/***	End Scrollable ***/