/* studiokipo.com */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body#bd {
	background: #ececec;
	color: #666666;
	font-family: tahoma, Geneva, arial, verdana;
	font-size: 12px;
	line-height: 1.4em;
	width:100%;
}

/* Normal link */
a, a:visited {
	color: #0088cc;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}

h1, h2, h3, h4 {
	margin:0;
	padding:5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
}

p, pre, blockquote, ul, ol {
	margin: 6px 0;
	padding: 0;
}

strong {
	font-weight:bold;
	color:#555555;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 6px;
	padding-left: 30px;
}

/* MAIN DIVS */

#wrap {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapin {
	width:800px;
	padding:0;
	margin:0 auto;
	text-align:left;
}

#top, #mid, #bot {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

#top {
	height:21px;
	background:url(../images/top.gif);
}

#mid {
	background:url(../images/mid.gif) repeat-y;
}

#bot {
	background:url(../images/bot.gif) no-repeat top;
}

#left {
	float:left;
	width:162px;
	padding:0 0 0 38px;
	margin:0;
}

#right {
	float:right;
	width:570px;
	padding:15px 15px 10px;
	margin:0;
}

a.logo {
	width:76px;
	height:146px;
	display:block;
	background:url(../images/logo.png);
	padding:0;
	margin:0 0 0 30px;
}

.buttons {
	display:block;
	padding:0;
	margin:40px 0 20px;
	background:url(../images/buttons.png);
	width:136px;
	height:283px;
}

#pathway {
	float:left;
	width:100%;
	font-size:11px;
	color:#999999;
	padding:0;
	margin:5px 0 0;
}

#pathway a {
	background: url(../images/arrow.gif) no-repeat right 5px;
	padding:0 11px 0 0;
	margin:0 8px 0 0;
}

#footer {
	float:right;
	text-align:right;
	width:590px;
	font-size:11px;
	color:#999999;
	padding:3px 0;
	margin:0;
}

#footer a,
#footer a:visited {
	color:#999999;
}

span.mail {
	width:130px;
	height:14px;
	background:url(../images/mail.gif);
	display:inline-block;
	padding:0;
	margin:2px 0;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}