* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
height: 100%;
font: 0.8em/1.1 Georgia, serif;
background: #000;
color: #755;
}
a {
text-decoration: none;
}
a:link, a:visited {
color: #a88c8c;
}
a:hover {
color: #ecc;
}
img {
border: none;
}
hr {
display: none;
}
/* ------------- Headings ------------- */
h1 {
display: none;
}
h2 {
display: block;
}
h3 {
display: block;
}
h4 {
display: block;
}
h5 {
display: block;
}
/* ------------- Container ------------- */
#container-wrapper {
width: 960px;
margin: 5px auto 0 auto;
background: url(app/resource/screen/img/cnt_back.gif) repeat-y;
}
#cnt-top {
width: 960px;
height: 14px;
margin: 0 auto;
background: url(app/resource/screen/img/cnt_top.jpg) no-repeat;
}
/* ------------- Form ------------- */
form {
display: block;
}
label {
display: block;
float: left;
width: 120px;
text-align: right;
padding-right: 6px;
color: #b77;
}
textarea, input, select {
background: #3c1c1c;
font: .9em/1.1 Georgia, serif;
color: #b99;
border: 1px solid;
border-color: #211 #533 #533 #211;
}
option {
padding: 1px 0 1px 3px;
}
input {
padding: 1px 2px 2px 2px;
}
input.btn {
padding: 1px 8px 2px 8px;
border: 1px solid;
border-color: #533 #211 #211 #533;
font: 1em Georgia, serif;
color: #b99;
}
input.btn:hover {
color: #daa;
background: #522;
border-color: #744 #311 #311 #744;
}
/* ----------------------- Header ----------------------- */
ul#header {
width: 960px;
height: 171px;
padding: 0;
margin: 0 auto;
background: url(app/resource/screen/img/header_back.gif) repeat-x;
list-style: none;
}
ul#header li {
float: left;
padding: 0;
margin: 0;
}
ul#header li span {
display: none;
}
ul#header li#stamp {
width: 180px;
height: 171px;
background: url(app/resource/screen/img/stamp.jpg) no-repeat 0 13px;
}
ul#header li#picture {
width: 215px;
height: 171px;
background: url(app/resource/screen/img/picture.jpg) no-repeat 0 7px;
}
ul#header li#logo, ul#wheader li#logo {
width: 170px;
height: 171px;
background: url(app/resource/screen/img/logo.jpg) no-repeat 0 13px;
}
ul#header li#logo a#home {
display: block;
width: 170px;
height: 157px;
margin: 14px 0 4px 0;
padding: 0;
}
ul#header li#flag {
width: 330px;
height: 171px;
background: url(app/resource/screen/img/flag.jpg) no-repeat 0 13px;
}
ul#header li#postbox {
width: 65px;
height: 171px;
background: url(app/resource/screen/img/postbox.jpg) no-repeat;
}
/* ----------------------- Content Structure ----------------------- */
#leftbar {
float: left;
width: 194px;
min-height: 200px;
}
#content {
float: left;
width: 762px;
min-height: 200px;
padding: 0 0 6px 0;
color: #966;
}
div.content-block {
margin: 0 14px;
}
div.content-two-blocks {
margin: 0 14px;
}
div.content-block-right {
width: 360px;
float: right;
}
div.content-block-left {
width: 360px;
float: left;
}
div.reviews {
width: 530px;
float: left;
}
div.rightbar {
float: right;
width: 194px;
min-height: 200px;
background: #222;
}
/* ----------------------- Nav Bar ----------------------- */
ul#nav {
display: block;
padding-bottom: 110px;
margin: 10px 0;
list-style: none;
background: url(app/resource/screen/img/lefthand.jpg) no-repeat center bottom;
}
ul#nav li {
display: block;
}
ul#nav li.divider {
display: block;
height: 2px;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
background: url(app/resource/screen/img/nav_divider.gif) no-repeat center;
}
ul#nav li.divider span {
display: none;
}
ul#nav li a, ul#nav li h2 {
display: block;
width: 130px;
font-size: 11pt;
font-weight: normal;
margin: 0 auto;
padding: 0;
text-decoration: none;
border: none;
}
ul#nav li a:link, ul#nav li a:visited {
padding: 5px 2px 7px 18px;
color: #a88c8c;
background: url(app/resource/screen/img/navlinkback_link.jpg) no-repeat;
}
ul#nav li a:hover {
padding: 5px 2px 7px 18px;
color: #fdd;
background: url(app/resource/screen/img/navlinkback_link.jpg) no-repeat center;
}
ul#nav li a:active, ul#nav li h2 {
padding: 5px 2px 7px 18px;
color: #fbb;
background: url(app/resource/screen/img/navlinkback_link.jpg) no-repeat right;
}
/* ----------------------- Footer ----------------------- */
ul#footer {
display: block;
clear: both;
width: 960px;
height: 77px;
margin: 0 auto;
font: .9em/1.1 Georgia, serif;
color: #744;
background: #422 url(app/resource/screen/img/footer_back.gif) repeat-x;
list-style: none;
}
ul#footer li {
display: block;
height: 77px;
float: left;
}
ul#footer li.footer-left {
width: 194px;
background: url(app/resource/screen/img/footer_left_back.gif) repeat-x;
}
ul#footer li.footer-left div#copyright {
float: right;
width: 174px;
height: 57px;
padding: 10px 0;
text-align: center;
color: #955;
}
ul#footer li.footer-left div.footer-l-edge {
width: 13px;
height: 77px;
font: .1em/.1 Georgia, serif;
background: url(app/resource/screen/img/footer-l-edge.jpg) no-repeat;
}
ul#footer li.footer-main {
width: 766px;
background: url(app/resource/screen/img/footer-r-edge.jpg) no-repeat top right;
}
ul#footer li.footer-main div#footer-linx {
height: 60px;
padding: 10px 0 7px 13px;
margin: 0 13px 0 0;
text-align: center;
background: url(app/resource/screen/img/footer_back.gif) repeat-x;
}


.error {
font: 1em/1 Georgia, serif;
color: #f00;
}
.successfully {
font: 1em/1 Georgia, serif;
color: #44d;
}