body {
    padding: 0;
    width: 100%;
    height: 100%;
}

/* container */
#container {
    width: 100%;
    height: 100%;
}
#container .wh {
    width: 50%; 
}
#container .wh.whl {
    background: url('../image/whl.gif') right top repeat-y;
}
#container .wh.whr {
    background: url('../image/whr.gif') left top repeat-y;
}
#container .vab {
    vertical-align: bottom;
}
#container .container {
    width: 1024px;
    position: relative;
}
/* container */

/* header */
#header {
    height: 368px;
}
/* header */

/* slides */
#slides {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#slides .slide-info {
    position: absolute;
}
#slides img {
    margin-bottom: 5px;
}
#slides h1 {
    border: none;
    font-size: 23px;
    line-height: 100%;
}
#slides h2 {
    border: none;
    line-height: 100%;
    text-transform: none;
}
#slides p,
#slides h1,
#slides h2,
#slides .more {
    color: #FFF;
    margin-bottom: 7px;
}
#slides #slide-prev,
#slides #slide-next {
    z-index: 2;
    width: 23px;
    height: 59px;
    bottom: 23px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
#slides #slide-prev {
    left: 40px;
    background-image: url('../image/slide-left.png');
}
#slides #slide-next {
    right: 40px;
    background-image: url('../image/slide-right.png');
}
#slides #slide-prev span,
#slides #slide-next span {
    display: none;
}
#slides .slide {
    top: 0;
    left: 100%;
    z-index: 1;
    position: absolute;
}
/* slides */

/* menu */
#menu {
    top: 0;
    z-index: 3;
    right: 219px;
    
    height: 116px;
    position: absolute;
    background: url('../image/menu.png') left top no-repeat;
}
#menu #facebook {
    top: 9px;
    left: 41px;
    width: 21px;
    height: 21px;
    position: absolute;
    background: url('../image/facebook.png') left top no-repeat;
}
#menu #facebook span {
    display: none;
}
#menu div {
    padding: 11px 10px 10px 81px;
}
#menu div li {
    display: inline;
}
#menu div li a {
    font-size: 10px;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right center;
}
#menu div li a:hover {
    text-decoration: underline;
}
#menu div li a.blue {
    background-image: url('../colors/blue.gif');
}
#menu div li a.violet {
    background-image: url('../colors/violet.gif');
}
#menu div li a.green {
    background-image: url('../colors/green.gif');
}
/* menu */

/* logo */
#logo {
    top: 0;
    right: 0;
    z-index: 2;
    width: 296px;
    height: 215px;
    position: absolute;
    background: url('../image/logo.png') left top no-repeat;
}
#logo div {
    padding: 18px 54px 95px 101px;
}
#logo div a {
    height: 102px;
    display: block;
    position: relative;
    background: url('../image/logo.gif') left top no-repeat;
}
#logo div a span {
    display: none;
}
/* logo */

/* content */
#content {
    min-height: 100px;
    padding: 36px 0 0 0;
    background: url('../image/content.gif') left top repeat-x;
}
#content .content {
    padding: 0 40px;
}
#content #left {
    float: left;
    width: 608px;
}
#content #right {
    float: right;
    width: 273px;
}
#content #right .case {
    margin-bottom: 26px;
}
/* content */

/* summary */
#summary {
    background: none;
    position: relative;
}
#summary .summary-item {
    width: 273px;
    float: left;
    overflow: hidden;
}
#summary .summary-item.first {
    margin-right: 63px;
}
#summary .summary-item.last {
    float: right;
}
#summary .summary-item h1 span {
    display: block;
    margin-bottom: 3px;
}
#summary .summary-item h1 img {
    display: block !important;
}
#summary .summary-item object,
#summary .summary-item a img {
    margin: 0 0 22px 0;
}
#summary .summary-item ul {
	padding: 0 0 20px 0;
}
#summary .summary-item li {
    margin: 0 0 22px 0;
}
#summary .summary-item li h2 {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}
#summary .summary-item li span {
    display: block;
    margin: 0 0 13px 0;
}
#summary .summary-item li .link {
	text-align: right;
	padding: 10px 5px 0 0;
}
#summary .summary-item li .link a {
	font-weight: bold;
}
#summary .more {
    bottom: 0;
    position: absolute;
    margin: 0 0 0 165px;
}
#summary .clear {
    
}
/* summary */

/* side */
#side h3 {
	color: #FFF;
	margin-bottom: 15px;
}
#side .side-list {
	padding: 0 0 20px 0;
}
#side .side-item {
	padding: 0 0 20px 0;
}
/* side */

/* news */
#news {
    margin: -10px 0 0 0;
}
#news li {
    padding: 0 0 25px 0;
}
#news .first .title {
    border-top: none;
}
#news .title h2 {
    color: #FFF;
    font-size: 12px !important;
}
#news .right img {
	margin: 0 0 0 auto;
}
/* news */

/* products */
#products h1 {
    display: none;
}
#products .fl,
#products .fr {
    width: 433px;
}
#products h2 {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    border-top: 2px solid #919191;
    border-bottom: 2px solid #919191;
}
#products h2 span {
    display: block;
    margin-bottom: 3px;
}
#products h2 span img {
    width: 8px;
    height: 8px;
}
/* products */

/* more */
.more {
    font-size: 22px;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none !important;
}
/* more */

/* title */
.title {
    padding: 3px 0;
    margin: 0 0 24px 0;
    border-top: 2px solid #919191;
    border-bottom: 2px solid #919191;
}
.title h1,
.title h2 {
	width: 69%;
    float: left;
}
.title.editor h1,
.title.editor h2 {
	border: none;
	padding: 0;
	margin: 0;
}
.title .links {
	width: 30%;
	float: right;
	margin: 3px 0 0 0;
	text-align: right;
}
.title .links a {
    color: #FFF;
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
/* title */

/* back */
#back a,
#back a:hover span {
	text-decoration: none;
}
#back a span {
	text-decoration: underline;
}
/* back */

/* links */
#links li {
    margin: 0 0 30px 0;
}
#links h2,
#links h2 a {
    color: #FFF;
    font-size: 18px;
}
#links h2 {
    margin-bottom: 5px;
}
#links h2 a {
    text-decoration: none;
}
/* links */

/* form */
form .field {
	clear: both;
	padding: 5px 0;
}
form .field.error label {
	color: #ff0000;
}
form .field.text label {
	float: left;
	width: 110px;
	margin-top: 2px;
}
form .field input,
form .field select,
form .field textarea {
	background: #6e6e6e;
	border-top: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
}
form.light .field input,
form.light .field select,
form.light .field textarea {
	background: #d7d7d7;
	border-top: 1px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
form .field.text label.w {
	width: 200px;
}
form .field.text.short input {
	width: 120px;
}
form .field.text.mid input,
form .field.text.mid select {
	width: 220px;
}
form .field.text.long input {
	width: 319px;
}
form .field.textarea {
	padding: 10px 0 20px 0;
}
form .field.textarea label {
	display: block;
	margin-bottom: 13px;
}
form .field.textarea textarea {
	width: 429px;
	height: 112px;
}
form .field.text.wmid label {
	width: 165px;
}
form .field.text.wmid input {
	width: 264px;
}
form .submit {
	padding: 20px 0;
}
form .submit input {
	display: none;
}
form .submit a {
	float: left;
	width: 104px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../image/submit-still.png');
}
form .submit a:hover {
	background-image: url('../image/submit-over.png');
}
form .submit a span {
	display: none;
}
form .submit .error,
form .submit .success {
	float: left;
	font-weight: bold;
	margin: 8px 0 0 15px;
	text-transform: uppercase;
}
form .submit .success {
	color: #FFF;
}
form .submit .error {
	width: 200px;
	color: #ff0000;
	margin-top: 1px;
}
/* form */

/* history */
#history {
	padding: 42px 0 0 0;
	border-top: 2px solid #919191;
}
#history table {
	width: 100%;
}
#history #divide {
	background: #878787;
}
#history #divide img {
	width: 2px;
	height: 47px;
	background: #000;
}
#history .h {
	padding: 0 0 100px 0;
}
#history .h h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #878787;
}
#history .h .editor {
	min-height: 150px;
	padding: 12px 0 0 0;
}
#history .left .h h2,
#history .left .h .editor {
	padding-right: 50px;
}
#history .right {
	padding: 124px 0 0 0;
}
#history .right .h h2,
#history .right .h .editor {
	padding-left: 50px;
}
/* history */

/* footer */
#footer {
    padding: 64px 0 0 0;
    background: url('../image/footer.gif') left top repeat-x;
}
#footer .footer {
    padding: 33px 43px;
}
#footer h3,
#footer p {
    float: left;
    margin: 0 30px 0 0;
}
#footer p,
#footer a {
    font-size: 10px;
}
/* footer */
