/* Copyright (c) 2009 Ukao Solutions */

html, body {height: 100%;  }
body {/* customize_background  background-color: #ffffff; /* customize_background */ background: url(/packages/theme_simple_blue/themes/simple_blue/images/bg-strip.jpg) top repeat-x #000; text-align: center; padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 1000px;
	margin: 0 auto;
    text-align: left;
}

#page #header{
    width: 839px;
	margin-left:161px;
    border-top: 0px solid #1F3861;
    overflow: hidden;
}

#page #headerin{
    overflow: auto;
    /*height: 120px;*/
}

#page #logo {
    margin-top: 20px;
}

#page #top-right form{
    margin-top: 60px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
	width: 839px;
	margin-left:161px;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #333333;
}

#page #nav-out{width: 839px; background: #000; height: 45px;}

#page #nav {
}
#page #nav ul {list-style: none; margin:0; padding:0; line-height: 40px; padding-top: 5px;}
#page #nav ul li{float: left}
#page #nav ul a{float: left; color: #CCC; text-decoration:none; padding: 0 6px;}
#page #nav ul a:hover{color: #FFF;}

#page #contain {
    margin-top: 0px;
	background-color: #f8eede;
}

#page #sidebar {
    width: 161px;
    margin-top: -368px;
}
#page #sidebar h2{margin-top: 0px;}

#page #sidebar.right {padding-left: 20px; border-left: 2px solid #333333}
#page #sidebar.left {padding-right: 0px; border-right: 0px solid #333333; background-color:#000}

#page #main {
    width: 799px;
	background-color: #f8eede;
	padding:20px;
	min-height:311px;
}
#page #main.no-sidebar {
    width: 100%;
}

#page #footer {
    clear: both;
    margin-bottom: 40px;
}

#page #footer #copyright{
    border-bottom: 0px solid #999999;
    border-top: 0px solid #999999;
    padding: 8px 0;
    clear: both;
    overflow: hidden;
    height: 14px;
	background:#000;
}
#page #footer #copyright a:hover{text-decoration: none}

#page .footer-area{
    padding: 0 15px;
    /*margin-top: 10px;
    border-top: 2px solid #333333;*/
}
#page .footer-area a{color:#999999; }
#page .footer-area a:hover {color:#999999; text-decoration:none }

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}