﻿/*************************** KABUFF CSS **************************/

* {margin: 0px; padding: 0px; outline: none;}

body {
background-image: url(img/bg.jpg);
background-repeat: x-repeat;
font-family: Verdana, Arial, sans-serif;}

h1 {
color: #747373;
margin-bottom: 10px;}

h2 {
font-size: 16px;
padding-left: 5px;
color: #05369b;}

h3 {
font-size: 34px;
padding-left: 5px;
color: #747373;}

h4 {
font-size: 16px;
padding-left: 5px;
color: #05369b;
margin-top: 10px;
margin-left: 10px;}

/* HEAD */
#header {
background-color: #fff;
width: 100%;
height: 100px;
position: fixed;
top: 0px;
left: 0px;
border-bottom: 2px solid #747373;
z-index: 2000;}

#head_center {
width: 970px;
height: 100px;
position: relative;
left: 50%;
margin-left: -485px;}

#logo {
background-image: url(img/logo.png);
width: 200px;
height: 62px;
float: left;
position: relative;
top: 20px;
left: -5px;}

#nav {
float: right;
width: 700px;
height: 20px;
position: relative;
top: 46px;}

#nav ul {
float: right;
list-style-type: none;}

#nav ul li {
float: left;
margin-left: 50px;}

#nav ul li a {
color: #747373;
text-decoration: none;}

#nav ul li a:hover, #nav ul li a.active {
color: #05369b;}

li a.fb {
display: block;
background-image: url(img/Facebook_sw.png);
width: 30px;
height: 31px;
position: relative;
top: -4px;}

li a.fb:hover {
background-image: url(img/Facebook.png);}


/* HEAD END */

/* CONTENT */
#wrapper {
float: left;
background-color: transparent;
width: 970px;
height: 100%;
position: relative;
left: 50%;
margin-left: -485px;
margin-top: 130px;
margin-bottom: 20px;
z-index: 1500;}

#sliderbox {
background-color: transparent;
width: 968px;
height: 400px;
position: relative;
border: 1px solid #05369b;}

.testpic {
background-image: url(img/pic01.jpg);
width: 948px;
height: 380px;
margin-top: 10px;
margin-left: 10px;}

.textbox {
background-color: transparent;
width: 293px;
height: 100%;
margin-top: 27px;
margin-right: 42px;
border: 1px solid #747373;
float: left;}

.textbox_last {
background-color: transparent;
width: 293px;
height: 100%;
margin-top: 27px;
margin-right: 0px;
border: 1px solid #747373;
float: left;}

.textbox p, .textbox_last p {
font-size: 12px;
margin-left: 14px;}

.textbox_a {
background-color: transparent;
width: 293px;
height: 400px;
margin-top: 27px;
margin-right: 42px;
border: 1px solid #747373;
float: left;}

.textbox_a_last {
background-color: transparent;
width: 293px;
height: 400px;
margin-top: 27px;
margin-right: 0px;
border: 1px solid #747373;
float: left;}

.textbox_a p, .textbox_a_last p {
font-size: 12px;
margin-left: 14px;}

a.view {
float: right;
margin-right: 14px;
margin-bottom: 14px;
color: #747373;}

a.view:hover {
text-decoration: none;}

a.link {
color: #747373;}

a.link:hover {
text-decoration: none;}
/* CONTENT END */

/* FOOTER */
#footer {
clear: both;
background-image: url(img/footer_bg.png);
width: 100%;
height: 270px;
position: relative;
bottom: 0px;
float: left;
margin-top: 60px;
z-index: 2000;}

#footer_center {
position: relative;
width: 970px;
height: 270px;
left: 50%;
margin-left: -485px;
top: 35px;}

.footerbox {
float: left;
height: 270px;
margin-right: 190px;}

.footerbox ul {
list-style-type: none;
margin-top: 15px;}

.footerbox ul li {
width: 150px;
height: 20px;
margin-top: 5px;
border-bottom: 1px dotted #222;}

.footerbox ul li a{
display: block;
color: #1f1f1f;
font-size: 12px;
text-decoration: none;
padding-left: 5px;
-moz-border-radius: 8px;
-webkit-border-radius:9px;
border-radius: 8px;}

.footerbox ul li a:hover {
background-color: #777;}

.footerbox_right {
float: right;
margin-right: 20px;}

.footerbox_right p {
font-size: 12px;
color: #1f1f1f;
padding-left: 5px;
margin-top: 15px;
line-height: 16px;}

.footerbox_right p span {
font-weight: bold;}

.footerbox_right p span.small {
font-size: 10px;
font-weight: normal;}

.footerbox_right p a {
color: #1f1f1f;}

.footerbox_right p a:hover {
text-decoration: none;}
/* FOOTER END */

#mic {
position: absolute;
background-image: url(img/mic_bg.png);
width: 330px;
height: 500px;
float: right;
bottom: 0px;
right: -40px;}

/* FOOTER 2 */
#footer2 {
position: relative;
bottom: 0px;
background-color: #1f1f1f;
width: 100%;
height: 40px;
float: left;
z-index: 2000;}

#footer_center2 {
position: relative;
width: 970px;
height: 12px;
left: 50%;
margin-left: -485px;
top: 13px;}

#footer_center2 p {
color: #555;
font-size: 10px;
float: left;}

#footer_center2 p a {
color: #555;
text-decoration: underline;}

#footer_center2 p a:hover {
text-decoration: none;}

#footer_center2 p.right {
float: right;}
/* FOOTER 2 END */


