/****************************** GENERAL ****************************/
body
{
    margin: 0;
    padding: 0;
    background-color: #231f20;
    text-align: center;
}

body, td
{
    font-size: 12px;
    font-family: Helvetica, Tahoma, Arial, Sans-Serif;
}
.clear
{
    clear: both;
}

h1, h2, h3
{
	color: #b1652d;
}

p
{
	color: #c2b598;
}

a
{
	color: #a51e22;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/******************************** FULL AREA *****************************/
#full-area
{
    width: 800px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: url(../images/layout/bg-full-area.jpg) top left;
    padding: 0 0 8px 0;
}

/******************************** HEADER *****************************/
#header
{
    width: inherit;
    clear: both;
    height: 177px;
    position: relative;
    background: url(../images/layout/bg-header.gif) no-repeat top left;
}
#header .logo
{
    position: absolute;
    top: 24px;
    left: 19px;
    display: block;
    width: 247px;
    height: 112px;
    background: url(../images/layout/lg-main.gif) no-repeat top left;
}

#header .caption
{
    height: 93px;
    width: 253px;
    background: url(../images/layout/lg-caption.gif) no-repeat top left;
    position: absolute;
    top: 34px;
    left: 283px;
    z-index: 5;
}

#header .tiki
{
    position: absolute;
    top: 11px;
    right: 1px;
    height: 139px;
    z-index: 10;
    margin-bottom: -5px;
    width: 531px;
    overflow: hidden;
    text-align: right;
}
/******************************** NAVIGATION *****************************/
#nav
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: inherit;
    background: url(../images/layout/bg-nav.jpg) repeat-x top left;
}
#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav ul li
{
    margin: 0;
    padding: 0;
    float: left;
}
#nav ul li a
{
    float: left;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
	color:#ffffff;
    /*color: #231f20;*/
    padding: 0 12px;
}
#nav ul li a:hover
{
    text-decoration: underline;
}

/******************************** CONTENT *****************************/
#content
{
    clear: both;
    padding: 15px 20px 10px;
}

/******************************** SIDE BAR *****************************/
#side-bar
{
    padding-top: 20px;
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
}

#side-bar .header
{
	position: absolute;
    height: 30px;
    width: 150px;
    top: 0;
    left: 0;
    background: url(../images/layout/bg-side-bar-top.gif) no-repeat center center;
}

#side-bar .footer
{
    height: 30px;
    width: 150px;
    margin-top: -10px;
    background: url(../images/layout/bg-side-bar-bottom.gif) no-repeat center center;
}

#side-bar ul
{
    margin: 0 auto;
    padding: 10px 0 10px 0;
    list-style-type: none;
    background: url(../images/layout/bg-side-bar-menu.gif) no-repeat center center;
}
#side-bar ul li
{
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
#side-bar ul li a
{
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 26px;
    width: 105px;
    font-weight: bold;
    line-height: 26px;
    background: url(../images/layout/bg-side-bar-menu-item.jpg) no-repeat center center;
}

#side-bar ul li a:hover
{
    text-decoration: underline;
}

/******************************** USER AREA *****************************/
#user-area
{
    float: right;
    width: 600px;
}

#user-area.inner
{
	padding: 15px;
	color: white;
		width: 570px;
	
	
	background: url(../images/layout/bg-content.jpg) repeat top left;
}

#user-area #inside-user-area
{
	background-color: #231f20;
	padding: 15px;
	width: 540px;
	float: left;
}

#user-area .main-image
{
    padding: 11px 14px;
    height: 158px;
    width: 572px;
    background: url(../images/layout/bg-main-image.jpg) no-repeat center center;
    margin-bottom: 10px;
    position: relative;
}

#main-image object
{
	position: absolute;
	top: 12px;
	left: 15px;
	border: 1px solid #a49b92;
}

#user-area .you-tube
{
    padding-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

#user-area .video
{
    padding: 13px 14px;
    height: 157px;
    width: 261px;
    background: url(../images/layout/bg-video.jpg) no-repeat center center;
}

/******************************** FOOTER *****************************/
#footer 
{
    width: inherit;
    text-align: center;
    color: #c2b59b;
    font-size: 13px;
}
