body {
    margin: 0;
    padding: 0;
    background-color: #d1d1d1;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 62.5%;
}

img {
    border: none;
}

a {
    color: #eeeeee;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    margin: 0;
    font-size: 1.3em;
}

h5 {
    margin: 0;
    font-size: 1.2em;
}

h6 {
    margin: 0;
    font-size: 1.1em;
}

td, th {
    vertical-align: top;
}

.clear {
    clear: both;
}

#header {
    border-bottom: 2px solid #900028;
}

#header-content {
    width: 900px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

#testimonial {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 350px;
    text-align: right;
}

#testimonial .container {
    border-right: 1px solid #900028;
    padding-right: 5px;
}

#testimonial a {
    text-decoration: none;
}

#testimonial .quote {
    color: #231f20;
    font-size: 1.2em;
    display: block;
    font-style: italic;
}

#testimonial .author {
    color: #900028;
    font-size: 1.4em;
    display: block;
}

#navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 1;
}

#navigation li {
    float: left;
	position: relative;
	display: inline;
	height: 30px;
}

#navigation li a {
    color: #231f20;
    text-decoration: none;
    display: block;
	white-space: nowrap;
	font-size: 1.8em;
    font-variant: small-caps;
}

#navigation li a .nav-bkgrd-right {
    padding-right: 15px;
    display: block;
}

#navigation li a .nav-bkgrd {
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

#navigation li a:hover {
    color: #eee;
    background: url(../../layout/images/nav-hover-bkgrd.gif) repeat top left;
}

#navigation li a:hover .nav-bkgrd-right {
    background: url(../../layout/images/nav-hover-right.gif) no-repeat top right;
}

#navigation li a:hover .nav-bkgrd {
    background: url(../../layout/images/nav-hover-left.gif) no-repeat top left;
}

#navigation li.current a, #navigation li.currentParent a {
    color: #eee;
    text-decoration: none;
    background: url(../../layout/images/nav-active-bkgrd.gif) repeat top left;
}

#navigation li.current a .nav-bkgrd-right, #navigation li.currentParent a .nav-bkgrd-right {
    background: url(../../layout/images/nav-active-right.gif) no-repeat top right;
}

#navigation li.current a .nav-bkgrd, #navigation li.currentParent a .nav-bkgrd {
    background: url(../../layout/images/nav-active-left.gif) no-repeat top left;
}

#header-logo {
    position: absolute;
    top: 20px;
    left: 0;
}

#wrapper {
    background: url(../../layout/images/bkgrd.gif) repeat top left;
    padding: 40px 0;
    padding-top: 80px;
}

#main {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#left-content {
    float: left;
}

#cycle {
    background: url(../../layout/images/cycle-bkgrd-top.png) no-repeat top left;
    padding-top: 10px;
    width: 640px;
    position: relative;
}

#cycle-bottom {
    background: #231f20 url(../../layout/images/cycle-bkgrd-bottom.png) no-repeat bottom left;
    height: 10px;
    width: 640px;
}

#cycle-content {
    background: #fff;
    width: 620px;
    padding: 0 10px;
    z-index: 1;
    height: 320px;
}

#cycle-content p {
    font-size: 1.2em;
    color: #231f20;
    width: 300px;
    position: absolute;
    top: 50px;
    right: 10px;
    text-align: right;
}

#cycle-content h2 {
    font-size: 3.5em;
    text-align: right;
    margin: 0;
    padding-bottom: 40px;
    color: #900028;
}
#cycle-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    
    z-index: 2;
}

#cycle-nav a {
    padding: 0 5px;
    background-color: #231f20;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

#cycle-nav a.activeSlide {
    background-color: #900028;
}

.button-watch-it {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.button-buy-now {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

#content {
    background-color: #231f20;
    color: #eee;
    padding: 10px;
    width: 620px;
    font-size: 1.4em;
}

#content h1 {
    font-size: 2.6em;
    margin-top: 0;
}

#right-sidebar {
    float: right;
}

.sidebar-top {
    background: url(../../layout/images/sidebar-top.png) no-repeat top left;
    padding-top: 16px;
    width: 237px;
}

.sidebar-bottom {
    background: url(../../layout/images/sidebar-bottom.png) no-repeat bottom left;
    height: 34px;
    width: 237px;
}

.sidebar-content {
    background: url(../../layout/images/sidebar-bkgrd.png) repeat-y top left;
    color: #eee;
    text-align: center;
    width: 187px;
    padding: 0 25px;
}

.sidebar-content h2 {
    background: url(../../layout/images/underline.gif) no-repeat 50% bottom;
    padding-bottom: 5px;
    margin: 0;
    font-size: 2em;
}

.sidebar-content ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    list-style: none;
}

.sidebar-content ul li {
    color: #fff;
    font-size: 1.5em;
    font-variant: small-caps;
    line-height: 2.5;
}

.sidebar-content ul li a {
    color: #fff;
    text-decoration: none;
    font-variant: small-caps;
    line-height: 2.5;
}

.sidebar-content ul li a:hover {
    text-decoration: underline;
}

.video {
    border: 2px solid #d1d1d1;
    margin: 10px 0;
}


#footer {
    border-top: 2px solid #900028;
    color: #231f20;
}

#footer a {
    color: #231f20;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    width: 900px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

#footer-content #copyright {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 350px;
    text-align: center;
    font-size: 1.2em;
}

#footer-ad {
    position: absolute;
    top: 15px;
    left: 0;
    width: 330px;
}

#footer-ad img {
    float: left;
    padding-right: 5px;
}

#footer-ad h1 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-variant: small-caps;
}

#footer-ad p {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

#footer-logo {
    position: absolute;
    top: -40px;
    right: 0;
}

/* Video Page Styling
----------------------------------- */

#videos td {
    text-align: center;
}

/* Testimonial Page Styling
----------------------------------- */

.testimonial-container {
    padding: 10px;
}

.testimonial-container .author {
    text-align: right;
    font-size: 1.2em;
}

/* Blog Styling
----------------------------------- */

.blog-listing {
    padding-bottom: 30px;
    position: relative;
}

.blog-listing h2 {
    float: left;
}

.blog-date {
    height: 60px;
    width: 46px;
    background: url(../../layout/images/blog-date.png) no-repeat top left;
    float: left;
    position: relative;
    padding-right: 10px;
}

.blog-date .month {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
}

.blog-date .day {
    font-size: 1.3em;
    color: #231f20;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
}

.blog-date .year {
    color: #231f20;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 35px;
    left: 0;
    width: 40px;
}

.abstract {
    clear: both;
}

.tags-container {
    padding-top: 10px;
}

.tags-icon {
    float: left;
}

.comments {
    position: absolute;
    top: 24px;
    right: 0;
}

.tags {
    height: 20px;
    padding: 5px;
    float: left;
}

.comment-container {
    padding: 5px;
}

.even {
    border: 1px dotted #d1d1d1;
}

/* form error styles
-----------------------------------  */
.ap-form-errors {
    background: #231F20;
    color: #ffffff;
    font-size: 1.4em;
    padding: 10px 0;
}

.ap-form-errors ul {
    list-style: none;
    padding: 0 0 0 10px;
}

/* store styles
-----------------------------------  */
#large-image {
    width: 311px;
    height: 316px;
    padding: 4px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
}

#photo-enlarge {
    position: absolute;
    bottom: 0;
    left: 105px;
    color: #ccc;
    font-size: 0.8em;
}

#thumbs {
    width: 320px;
    background-color: #fff;
    border-right: 1px solid #ccc;
}

#thumbs td {
    width: 25%;
    height: 69px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#thumbs td a {
    width: 100%;
    height: 69px;
    display: block;
}

#thumbs td a img {
    text-align: center;
    vertical-align: middle;
}