/* 
    Document   : main
    Created on : 28.11.2008, 16:01:15
    Author     : X-Cat
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import url("forms.css");

body {    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    background: #fdfcfc;
}

#page_bg {
	background: #fdfcfc url(../images/body_bg.jpg) repeat-x;
	text-align: center;
    background-position: left top;
}

#header1 {
	background: url(../images/h1.jpg) top center no-repeat;
}

#header2 {
	background: url(../images/h2.jpg) top center no-repeat;
}

#header3 {
	background: url(../images/h3.jpg) top center no-repeat;
}

.tme_b1 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/t1.jpg) left top no-repeat;
}

.tme_b2 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/t2.jpg) left top no-repeat;
}

.demo_b1 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/d1.jpg) left top no-repeat;
}

.demo_b2 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/d2.jpg) left bottom no-repeat;
}

.demo_b3 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/d3.jpg) right top no-repeat;
}

.demo_b4 {
    height: 25px;
    width: 25px;
    background: #fdfcfc url(../images/d4.jpg) right bottom no-repeat;
}

.demo_vl_l {
    width: 25px;
    background: #fdfcfc url(../images/vl_l.jpg) left top repeat-y;
}

.demo_vl_r {
    width: 25px;
    background: #fdfcfc url(../images/vl_r.jpg) right top repeat-y;
}

.demo_h {
    color: #FF7800;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    display: block;
    width: 240px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main_h {
    color: #FF7800;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.demo_h:hover {
    color: #FFAE00;
}

.demo_text {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.main_text {
    color: #333333;
    font-size: 12px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

a.link_text {
    color: #FF7800;
    font-size: 12px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

.s_text {
    color: #FF7800;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

a.main_text:hover, .s_text:hover, a.link_text:hover {
    color: #FFAE00;
}

a {
    text-decoration: none;
}

a.tme {
    color: white;
    display: block;
    width: 75px;
    font-weight: bold;
}

a.cme {
    color: white;
    display: block;
    width: 200px;
    font-weight: bold;
}

a.tme:hover, a.cme:hover {
    background: #ff8c00;
}

.downline {
    background: url(../images/downline.jpg) left center no-repeat;
}

.services {
    background: url(../images/4.jpg) right 50px no-repeat;
}

.gallery {
    background: url(../images/5.jpg) right 50px no-repeat;
}


.order_text {
    color: #333333;
    font-size: 14px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

