body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
}

a {
	color: #FFDDCC;
}

#bodytable {
    display: block;
    margin: auto;
    width: 800px;
    height: 600px;
    border-collapse: collapse;
}

#bodytable td {
    padding: 0px;
    vertical-align: top;
}

#leftnav {
    list-style: none;
    padding-left: 0px;
}

#leftnav, h1, h2 {
    font: 1.3em bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFDDCC;
}

#leftnav ul, .navlist {
    list-style: none;
    padding-left: 20px;
}

#leftnav ul a, .navlist a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	color: #D6C794;
}

#leftnav li li, .navlist li {
    margin-top: 15px;
}

#leftnav li {
    margin-top: 30px;
}

#leftnav a:hover, .navlist a:hover {
    color: #FFFFFF;
}

#leftnav .current, .navlist .current {
    list-style: square;
}

#leftnav .current a, .navlist .current a {
    color: #FFFFFF;
}

/*
h1 {
    margin-top: 50px;
}
*/

h2 {
    font-size: 1em;
}

h1.first {
    margin-top: 325px;
}

#column2and3 h1.first {
    margin-top: 380px;
}

.column {
    width: 200px;
}

#column1 {
    background: url('/siteflow/images/block_1.jpg') no-repeat;
}

#column1and2 {
    background: url('/siteflow/images/block_1and2.jpg') no-repeat;
    width: 400px;
}

#column2and3 {
    background: url('/siteflow/images/block_2and3.jpg') no-repeat;
    width: 400px;
}

#column2 {
    background: url('/siteflow/images/block_2.jpg') no-repeat;
}

#column3 {
    background: url('/siteflow/images/block_3.jpg') no-repeat;
}

#contact_form {
    width: 348px;
}

#contact_form th {
    height: 20px;
    background-color: #666666;
    color: #FFFFFF;
    padding-left: 10px;
}

div.usecase {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

div.usecase img.left {
    float: left;
    padding-right: 10px;
}

div.usecase img.right {
    float: right;
    padding-left: 10px;
}

#slidecontainer {
    position: relative;
    display: block;
    clear: both;
    padding: 20px 0px 20px 20px;
}

#slidecounter {
    background: url('/siteflow/images/semitrans_black.png');
    position: absolute;
    font-size: 1.5em;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 999;
}

#ssnext, #ssprev {
    background: url('/siteflow/images/semitrans_black.png');
    position: relative;
    z-index: 999;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

/* There are 2 common image sizes on the site.
 * Support the anti-theft mechanism on the site.
 *  * 500 * 450
 *  * 500 * 312 
 */
img.wide, img.narrow {
    width: 500px;
    background-repeat: no-repeat;
}

img.wide {
    height: 450px;
}

img.narrow {
    height: 312px;
}
