/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}
#website_body, #website_content {
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
    font-size: 100%;
    line-height: 1em;
}
#website_body .website_clear {
}

#website_content p {
    line-height: 1.2em;
}

#website_content h1 {
    letter-spacing: .1em;
}

#website_content h2 {
    font-size: 100%;
}

#website_content img {
}

#website_content a {
}

/* unordered list */
#website_content ul {
}

#website_content ul li {
}

/* ordered list */
#website_content ol {
}

#website_content ol li {
}

#website_main {
}
/* main content */
#website_content {
}

/* column 2 - page content */
#website_contentgrid {
}

#website_contentgrid h1 {
    font-size: 150%;
    text-transform: uppercase;
    font-weight: normal;
}


/* links above the logo / footer */
 #website_footer {
    text-transform: uppercase;
}
#website_footer_copyright {
    font-size: 84%;
}

/* links above the logo / footer */
#website_links{
}

#website_links a, #website_footer a{
    text-decoration: none;
    font-weight: bold;
}

#website_links a:hover, #website_footer a:hover{
}

#website_links ul {
}
#website_links ul li {
}

#website_links ul li a, #website_links ul li a:hover {
}

#website_links ul li a.website_active {
}

/* logo */

#website_logo h1 {
	font-size:150%;
	letter-spacing:0.2em;
}

#website_logo h1
{
    font-size: 150%;
    letter-spacing: .2em;
}

/* navigation menu */
#website_topmenu
{
}
#website_topmenu ul
{
}

#website_topmenu li
{
}

#website_topmenu li a
{
    text-decoration: none;
    text-transform: uppercase;
}

/* column 1 - contains sidebar items */
#website_sidebar
{
}

.website_sidebaritem
{
}

.website_sbihead
{
    text-transform: uppercase;
}

.website_sbihead h1
{
    font-weight: bold;
    font-size: 112%;
}

.website_sbicontent{
}
.website_sbicontent p
{
    line-height: 1.2em;
}

.website_sbilinks{
}

.website_sbilinks ul{
}

.website_sbilinks li
{
}

.website_sbilinks li a , .website_sbilinks li a:hover
{
    text-decoration: none;
}
.website_sidebaritem a, #website_contentgrid a, .website_sidebaritem a:hover, #website_contentgrid a:hover
{
    text-decoration: none;
}

.website_sidebaritem a:hover, #website_contentgrid a:hover{
}


.website_text_h1 {
    letter-spacing: .1em;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: normal;
}
.website_text_bold {
	font-weight: bold;
}

/* forms plugin*/
#websiteform {
}
#websiteform .website_form_label_and_field {
}
#websiteform .website_form_label_and_field label {
    font-weight: bold;
}
#websiteform .website_form_label_and_field input, #websiteform .website_form_label_and_field textarea, #websiteform .website_form_label_and_field select {
}
#websiteform .website_form_label_and_field textarea{
}
#websiteform #websiteformbuttons {
}
#websiteform #websiteformbuttons .website_form_button {
    font-size: .94em;
}
#websiteform #websiteformheader {
    font-weight: bold;
}
#websiteform #websiteformfooter {
}
#websiteform #websiteformfieldserror {
}
#websiteform #websiteformwait {
    font-weight: bold;
}
#websiteform #websiteformsendok {
    font-weight: bold;
}
#websiteform #websiteformsenderror {
    font-weight: bold;
}
#websiteform #websiteformconnectionerror {
    font-weight: bold;
}
#websiteform #websiteformtest {
}

/* download plugin*/



