@charset "UTF-8";
/* CSS Document */

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;
}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-weight: normal;font-style: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-size: 100%;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}

html, body {height:100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background:#FFFFFF; text-align: center; font-family: 'Quattrocento Sans', arial, sans-serif; }
a {text-decoration:none; color: #666;}
a img, fieldset, img { border: none ; }
a:hover, .current {text-decoration:none; color: #ab0026; }
a:hover span { cursor: pointer }
a:active, a:focus {outline:none; }
acronym {cursor: help;}
#contact a {text-decoration:none; color: #666; border-bottom:1px solid #999;}
#contact a:hover {text-decoration:none; color: #333; border-bottom:1px solid #333;}

#floater { position:relative; float:left; height:50%; margin-bottom:-235px; width:1px;}
#content {clear:left; height:470px; width:973px; margin: 0 auto; text-align: left; position:relative; }

#leftcol {position:relative; float:left; width:270px; height:470px;}
#logo {padding:0px 0px 0px 0px}
#imagebox {float:left; width:703px; height:470px; background-color:#E6E6E6; color:#666; font-size:14px; line-height:1.3;}
#image {width:640px; height:429px; margin:20px auto; line-height:0px; font-size:0px; background:url(images/loading.gif) no-repeat center;}
#image_portfolio {width:670px; height:449px; margin:15px auto; line-height:0px; font-size:0px; background:url(images/loading.gif) no-repeat center;}
h1 {position:absolute; bottom:0px; left:20px; width:200px; color: #999; font-size: 12px; text-align:left; line-height:1.2em;}
#copyright {clear:both; color: #999; font-size: 10px; padding-top:2px; text-align:right;}
#dtp {position: absolute; bottom: 2px; right:10px; color: #999; font-size: 10px; }
#nav {margin:45px 0px 0px 20px;}
#nav a {color:#999; display:block; font-size: 15px; line-height: 28px; text-transform: uppercase;}
#nav a:hover {text-decoration:none; color: #ab0026; text-transform: uppercase;}
.current {color: #ab0026; line-height:28px; text-decoration:none; text-transform: uppercase;}
#subnav li {display:block; line-height:18px; padding-left:5px;}
#subnav li a {display:block; line-height:18px;}
#subnav {padding-bottom:5px;}
#id_pix {float:left; margin:65px 0px 0px 60px; border:1px solid #BBB;}
#about {float:left; padding:65px 0px 0px 40px; width:320px;}
#contact {color:#666; padding:125px 0px 0px 100px;}
#login {color:#666; font-size:13px; padding:155px 0px 0px 100px; line-height:1.2em}

#social {padding-top:15px; background-color:#DADADA;}


/* root element for scrollable */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollables have typically larger height than width but not now */
	height: 400px;
	width: 650px;
}
/* root element for scrollable items */
.scrollable .items {
	position:absolute;
	/* this time we have very large space for the height */
	height:20000em;
}

/* root element for scrollable */
.vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	width: 703px;
	border-top:1px solid #CCC;	
}

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

/* single scrollable item */
.item {
	background:url(images/quotation.png) no-repeat 40px 20px transparent;
	font-size:14px;
	height:350px;
	line-height:1.4;
	margin:10px 0 0;
	padding:30px 50px 0 130px;
}
.item p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.item h3 {
	margin:20px 0px 0 300px;
}
/* the action buttons above the scrollable */
#actions {
	margin:20px 55px 10px;	
}
#actions a {
	font-size:11px;		
	cursor:pointer;
}
.disabled {
	visibility:hidden;		
}
.next {
	float:right;
}	


