/* Start of CMSMS style sheet 'BASIC' */
/* ---------- CSS STYLES ---------- */

/* ---------- GENERAL ---------- */

* {
	outline: none;
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.hr {
	margin: 10px 0px;
	height: 1px;
	background: #ececec;
	overflow: hidden;
}



/* ---------- BODY ---------- */

html {
    margin: 0px;
}

body {
    margin: 0px 0px 100px 0px;
    background: url('/images/bg_body.gif') top center;
    font-family: Arial, Verdana;
    font-size:  12px;
    color: #fff;
}



/* ---------- STRUCTURE ---------- */

/* ---------- CONTAINER ---------- */

div.container {
    padding: 20px 0px 0px 0px;
    min-width: 900px;
    width: auto !important;
    width: 900px;
    min-height: 750px;
    height: auto !important;
    height: 750px;
    background: url('/images/bg_container.jpg') top left no-repeat;
}

/* ---------- NAVIGATION ---------- */

div.container div.navi {
    position: relative;
    padding: 0px 0px 0px 100px;
    height: 30px;
    background: url('/images/bg_navi.png') repeat-x;
}

div.container div.navi .main {
    position: absolute;
    height: 30px;
    overflow: hidden;
}

/* ---------- CONTENT ---------- */

div.container div.content {
    margin: 225px 0px 10px 250px;
    width: 450px;
}

.what div.container div.content_bottom {
    margin: 10px 0px 0px 0px;
    width: 900px;
}



/* ---------- SPECIAL BLOCKS ---------- */

div#accordion .toggler {
	cursor: pointer;
    padding: 0px 0px 0px 20px;
    background: url('/images/toggler_closed.gif') center left no-repeat;
}

div#accordion .toggler.active {
    background: url('/images/toggler_opened.gif') center left no-repeat;
}



/* ---------- TABLES ---------- */

table {
    border: none;
    margin: 0px;
    padding: 0px;
}

table.facebook {
    margin: 10px 0px;
}

table.facebook td {
    padding: 0px 10px 0px 0px;
}



/* ---------- FONTS ---------- */

h1 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 20px;
}

h2 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 16px;
}

h3 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 12px;
    color: #ed1c24;
}

p {
    margin: 10px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
}

p.btn {
    border: 3px solid #ddd;
    padding: 0px 10px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #aaa;
    background: url('/images/bg_navi.png') repeat-x;
    text-align: center;
}

table.facebook p {
    margin: 0px;
}

a {
    color: #a54500;
    text-decoration: none;
    font-weight: bold;
}

div.navi a {
    padding: 0px;
}

a:hover {
    color: #eee;
}

p.btn a {
    display: block;
    color: #222;
}

p.btn a:hover  {
    color: #111;
}

/* ---------- SPECIAL FONTS ---------- */

.small {
    font-size: 10px;
}

.note {
    font-size: 10px;
    color: #fff;
    font-style: italic;
}



/* ---------- FORMS ---------- */

form {
    margin: 0px;
    padding: 0px;
}

input {
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 2px;
    width: 200px;
    height: 15px;
    vertical-align: middle;
    background: #fff;
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #404040;
}

div.field {
    border: 3px solid #ddd;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 200px;
    height: 18px;
    overflow: hidden;
    background: #fff;
}

div.field input {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
}

div.btn {
    border: 3px solid #ddd;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 100px;
    height: 30px;
    overflow: hidden;
    background: url('/images/bg_navi.png') repeat-x;
}

div.btn input {
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}

div.btn input:hover {
    color: #111;
}

textarea {
    border: 1px solid #ccc;
    margin: 0px;
    width: 250px;
    height: 100px;
    vertical-align: middle;
    overflow: auto;
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #404040;
}

div.textarea {
    border: 3px solid #ddd;
    position: relative;
    margin: 2px;
    padding: 0px;
    width: 200px;
    height: 150px;
    overflow: hidden;
    font-size: 12px;
    color: #ccc;
    background: #fff;
}

div.textarea textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: none;
}


.checkbox, .radio {
    margin: 2px;
    border: none;
    width: 14px;
    height: 14px;
}



/* ---------- LISTS ---------- */

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ol {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

div.navi li {
    float: left;
    width: auto;
}

div.navi li img {
    position: relative;
    top: 0px;
}

div.navi li.active img {
    position: relative;
    top: -30px;
}



/* ---------- IMAGES ---------- */

img {
    border: none;
    vertical-align: top;
}

table.facebook img {
    margin: 2px 0px;
}
/* End of 'BASIC' */

