/* General */

body {
background:url(../images/bg.jpg);
background-attachment:fixed;
background-repeat:repeat-x;
background-color:#333;
margin:0 0 15px 0;
}

#container {
background-color:#3e7ea3;
}

.main-text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555;
}

.main-text a, .main-text a:visited  {
font-size:11px;
color:#3e7ea3;
text-decoration:underline;
}

.main-text a:hover  {
color:#eeac00;
text-decoration:underline;
font-style:italic;
}

.title  {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#23afd5;
font-weight:bold;
}

.contact-text {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#555;
}

.contact-text a, .contact-text a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#3e7ea3;
}

.contact-text a:hover {
color:#eeac00;
}

.callout-text {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
line-height:12px;
}

.callout-text a, .callout-text a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3e7ea3;
text-decoration:underline;
font-style:italic;
}

.callout-text a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#eeac00;
text-decoration:underline;
font-style:italic;
}

.footer, .footer a, .footer a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

.footer a:hover {
color:#3e7ea3;
text-decoration:underline;
}

#content {
background:url(../images/content_bg3.jpg);
padding:25px 25px 25px 25px;
}

#market {
width:235px;
height:186px;
background:url(../images/bg_market.jpg);
padding-top:20px;
}

#demo {
width:235px;
height:166px;
background:url(../images/bg_demo.jpg);
padding-top:20px;
}

#contact {
width:235px;
height:116px;
background:url(../images/bg_contact.jpg);
padding-top:20px;
}

hr {
color:#e8e4db;
background-color:#23afd5;
height:1px;
border:none;
}

li { 
list-style-image:url(../images/bullet.gif);
line-height:20px; 
}