/* 
akabonsai css 
author: Paul Mylecharane
url: www.softpyramids.com
version: 1.0
*/



/* Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Structural Elements */

a img {
	border:none;
}

body {
}

.header {
	background:#fff;
	width:900px;
	margin:0 auto;
	height:110px;
	padding:0 0 30px;
	border-bottom:1px dotted #996600;
	line-height:1.6;
	font:12px Verdana, Helvetica, sans-serif;
}

.header-left {
	width:660px;
	float:left;
}

.header-right {
	padding-top:14px;
	float:right;
	width:230px;
	text-align:right;
	font:12px Helvetica, sans-serif;
}

#container {
	width:900px;
	margin:0 auto;
}

.space {
	height:10px;
}

#pages {
	width:200px;
	height:20px;
	float:right;
	padding:10px 10px 5px 0;
	text-align:right;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color:#996600;
}

#pages ul {
	width:200px;
	flaot:right;
}

#pages li {
	display: inline;
}


#footer {
	background-image:url(img/foot_idea.png);
	width:880px;
	margin:0 auto;
	text-align:left;
	padding:10px 20px 40px 0;
	border-top:1px dotted #996600;
	font-size:10px;
	color:#996600;
}

.holder {
	width:900px;
	margin:0 auto;
	padding:30px 0 30px 0;
	display:none;
}

#content {
	width:900px;
	margin-left:4px;
	float:left;
	overflow:hidden;
	padding-bottom: 20px;
}

.contentBox {
	float:left;
}

.hide {
	display:none;
}

.tooltip {
	display:none;
	background-color:#fff
	font-size:10px;
	font-family: "Century Gothic", sans-serif;
	color:#000;	
	padding:3px;
}

.navigate {
	float:right;
	margin:-5px 5px 5px 0;
	line-height:1.6px;
	font-size:12px;
	color:#996600;
	text-decoration:none;
}

#linkage {
	width:365px;
	height:15px;
	float:right;
	padding:0 2px 0 0;
	font:14px "Century Gothic", Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight:100;
	color:#996600;
	list-style-type:none;
	white-space:nowrap;
}

#linkage ul{
	width:365px;
	height:15px;
	float:right;
}

#linkage li{
	display:inline;
}



ul.gallery {
	width:900px;
	min-height:720px;
	list-style:none;
	position:relative;
}

ul.gallery li {
	width:170px;
	height:170px;
	float:left;
	margin:0 10px 10px 0;
}

ul.gallery li a {
	display:block;
	position:relative;
}

ul.gallery li a img {
	position:absolute;
	z-index:1;
}

ul.gallery li span {
	display:block;
	height:170px;
	width:170px;
	position:absolute;
	z-index:2;
}

.b_logo {
	position:relative;
	top:5px;
}

.sn_logo {
	position:relative;
	float:right;
	top:0;
}


#profile {
	background:white;
	height:350px;
	width:860px;
	margin:0 auto;
	display:none;
	border-bottom:1px dotted #996600;
	padding:0 20px 20px 20px;
}

.profile-slide {
}

#fancybox-left-ico,#fancybox-left:hover span {
	left:-20px;
}

#fancybox-right-ico,#fancybox-right:hover span {
	right:-20px;
	left:auto;
}


	
/* Type Styles */
.p-column16 {
	background:white;
	float:left;
	width:300px;
	margin:30px 40px 10px 0;
	line-height:1.6;
	font-family:'Century Gothic W01';
	font-size:11px;
	color:#996600;
}

.p-column12 {
	background:white;
	width:250px;
	float:left;
	margin:30px 40px 10px 0;
	line-height:1.6;
	font-family:'Century Gothic W01';
	font-size:11px;
	color:#996600;
}

.p-column3 {
	width:230px;
	float:left;
	margin:30px 0 0;
	line-height:1.6;
	font-family:'Century Gothic W01';
	font-size:11px;
	color:#996600;
}

.pp-title {
	font-family:'Century Gothic W01 Bold';
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#996600;
}

.desc {
	font-size:9px;
	color:#CC9900;
}

.desc2 {
	font-size:9px;
	color:#996600;
}

p {
	font-family:'Century Gothic W01';
	font-size:12px;
	font-weight:100;
	color:#996600;
}

.bottom {
	font-family:'Century Gothic W01';
	font-size:10px;
	font-style: normal;
	font-weight:100;
	color:#996600;
}
a:link {
	color:#996600;
	text-decoration:none;
	outline:none;
	font-weight:100;
}

a:visited {
	color:#996600;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}

a:active {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}

.elsewhere a:link {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}

.elsewhere a:hover {
	color:#996600;
	text-decoration:none;
	outline:none;
}

.elsewhere a:visited {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}

.elsewhere a:active {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}
