@charset "UTF-8";

/* CSS Document */

* { margin: 0; padding: 0;}

/* HTML */
html, body { height: 100%;}

body { font-family: Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;; font-size: 10pt; line-height: 1.5em;}
body { background: #ecead5;}

p { margin-bottom: 0em; text-align: justify;}

a { text-decoration: none; color: #6572c0;}
a:hover { text-decoration: underline;}

img { border: 0px Solid Transparent;}

/* Element */
.invisible { display: none;}
.clear { clear: both; float: none;}
.left { float: left;}
.right { float: right;}
.show { display: block;}
.hide { display: none;}

/* Layout */
#base { position: relative; display: block; width: 816px; min-height: 100%; margin:0 auto; background: #F8FDEA url('../_media/bg_body.gif') repeat-y; }
*html #base { height: 100%;}

#layout { display: block; display: block; }

#header { display: block; width: 816px; height: 183px; margin-bottom: 0px;}

#holder { display: block; width: 816px;}

#navi { display: block; width: 150px; float: left; font-family: Tahoma; font-size: 10pt; line-height: 1.5em;}

#main { display: block; width: 768px; float: right; color: #000;}

#content { position: relative; display: block; width: 720px; padding-bottom: 4.5em; margin-top:20px;}

#footer { position: absolute; bottom: 0; display: block; width: 780px; margin-left: 8px; padding: 0.5em 10px; text-align:center; font-size: 0.85em; line-height: 1.2em; color: #666666; border-top: 1px solid #999999;}

/* theme */
#flashcontent {	width: 800px; height: 160px; margin-left: 8px;}
#flashcontent div { width: 800px; height: 160px;}
#flashcontent .news{background: url('../_media/banner_news.jpg') no-repeat; }
#flashcontent .store{background: url('../_media/banner_store.jpg') no-repeat; }
#flashcontent .varient1{background: url('../_media/banner_1.jpg') no-repeat; }
#flashcontent .varient2{background: url('../_media/banner_2.jpg') no-repeat; }
#flashcontent .varient3{background: url('../_media/banner_3.jpg') no-repeat; }
#flashcontent .varient4{background: url('../_media/banner_4.jpg') no-repeat; }
#flashcontent .varient5{background: url('../_media/banner_5.jpg') no-repeat; }
#flashcontent .varient6{background: url('../_media/banner_6.jpg') no-repeat; }

/* Content */
#title  { color: #8f940a; margin-bottom: 1.5em; letter-spacing: 1px;}
h3 { font-weight: bold; font-size: 18px;}
h2 { font-weight: normal; font-size: .7em;}

.content_header { color:#706abf; font-size: 13px; letter-spacing: 1px; font-weight:bold;}
.content_sub	{ font-weight:bold;color:#454545;}
.content_spacer	{ height:1.5em;}

#content ul { list-style-type: none;}
#content li { }
#content li a { color:#6572c0; }

#content div p { display: block; padding: 1em 0; text-align:justify;}

#content .item{margin-bottom:0px; width:100%; border:0px solid #000;}
#content .item div.right{width: 120px;}
#content .item div.left{width:540px;}

#content .item img{ margin-right:20px; }