﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.01%;
	font-family:Tahoma,times,serif;
	background: #FFFFFF;
}
a
{
	text-decoration:none;
	color: #3299d4;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #3299d4;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
img {
    border:0px;
}
.containerBG
{
    width: 990px;
    height: 613px;
    margin: 20px auto 0 auto;
    background: transparent url(../images/bg_main.jpg) no-repeat 0 0;
    position: relative;
}

.imgRibbon
{
    width: 178px;
    height: 92px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.buyitnow
{
    position: absolute;
    top: 23px;
    left: 392px;
    z-index: 100;
}

.copyright
{
    position: absolute;
    top: 618px;
    left: 133px;
    text-align: center;
    font-size: 0.75em;
    color: #999999;
}
.copyright a
{
	text-decoration:none;
	color: #999999;
}
.copyright a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #3299d4;
}
.contentLeft
{
    width: 443px;
    height: 473px;
    position: absolute;
    top: 105px;
    left: 18px;
    overflow: hidden;
}
.contentRight
{
    width: 443px;
    height: 573px;
    position: absolute;
    top: 21px;
    left: 475px;
}
/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.76em/1.6em Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    letter-spacing:-0.04em;
    color:#272727;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size:2.8em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
h2 { font-size:1.5em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h2 a { margin-bottom:7px; color:#ffffff;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#ffffff;}
h3 a { margin-bottom:7px; color:#ffffff;}
h4 { font-size:0.9em; line-height:1.0; font-weight:normal;}
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:60px;
    height:591px;
    margin:0;
    padding:0;
    list-style: none;
    position: absolute;
    top: 17px;
    left: 922px;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    width: 60px;
    height:148px;
    position:relative;
}
ul#navmenu li a.navNews {
    width:60px;
    height: 146px;
    background-position:-60px 0px;
}
ul#navmenu li a.navAbout {
    width:60px;
    height: 148px;
    background-position: -60px -146px;
}
ul#navmenu li a.navSamples {
    width:60px;
    height: 148px;
    background-position:-60px -294px;
}
ul#navmenu li a.navBuyItNow {
    width:60px;
    height: 149px;
    background-position:-60px -442px;
}
ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:148px;
    width:60px;
    z-index:200;
}
ul#navmenu li a.navNews span {
    background-position: 0px 0px;
    cursor: hand;
}
ul#navmenu li a.navAbout span {
    background-position: 0px -146px;
    cursor: hand;
}
ul#navmenu li a.navSamples span {
    background-position: 0px -294px;
    cursor: hand;
}
ul#navmenu li a.navBuyItNow span {
    background-position: 0px -442px;
    cursor: hand;
}

/*************************************
             SAMPLE
*************************************/

.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: scroll; /*leave this value alone*/
    width: 443px; /*Width of Carousel Viewer itself*/
    height: 573px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 443px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    position: relative;
}

.sectionTitle
{
    font-size: 2.0em;
    font-weight: bold;
    line-height: 1.1em;
    color: #cc0000;
}