﻿body 
{
    margin: 0;
	padding: 0;
	background: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#header, #footer {
	text-align: left;
	background: #000000;
}

#header
{
    height: 40px;
    background: #222222;
}

#header-container, #main-container, #footer-container
{
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    width: 1020px;
}

#header-container, #footer-container
{
    padding-top: 10px;
    padding-left: 60px;
}

#footer-container
{
    position: relative;
}

#footer-container #stsLogoSM
{
    position: absolute;
    top: 14px;
    right: 60px;
}

#content 
{
    position: relative;
	width: 1020px;
}

#footer 
{
    position: relative;
	clear: both;
	height: 64px;
}

#footer p
{
    color: #cccccc;
    font-size: 10px;
}


/*

Footer Fix 

*/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
}


a {	
	color: #FFFFFF;
	font-size: 12px;
}	
				
a:hover {
	color: #ff9933;
	font-size: 12px;
}

a.smalllink 	
{
    text-decoration: none;
	color: #cccccc;
}	
				
a.smalllink:hover 
{
    text-decoration: none;
	color: #cccccc;
}

a.blacklink 	
{
    text-decoration: none;
    font-size: 14px;
	color: #000000;
}	
				
a.blacklink:hover 
{
    text-decoration: none;
    font-size: 14px;
	color: #000000;
}


/*---Start Home Page---*/
#content #HomeContent1
{
    position: absolute;
    top: 16px;
    left: 30px;
    width: 330px;
    z-index: 2;
}

#content #HomeContent1 img
{
    padding-bottom: 10px;
}

#content #HomeContent1 h1
{
    font-size: 39px;
    font-weight: bold;
    color: #463119;
    margin: 0;
}

#content #HomeContent1 h2
{
    font-size: 21px;
    font-style: italic;
    font-weight: lighter;
    color: #463119;
    margin: 0;
}

#content #HomeContent2
{
    position: absolute;
    top: 181px;
    left: 30px;
    width: 330px;
    padding-top: 16px;
    z-index: 2;
}

#content #HomeContent2 p
{
    font-size: 20px;
    font-family: Georgia;
    margin: 0;
}

#content #HomeContent2 ul
{
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
}

#content #HomeContent2 li
{
    padding: 10px 0 10px 0;
}

#content #HomeContent2 img
{
    padding-top: 10px;
    border: 0;
}

#content #iPhoneHand
{
    position: absolute;
    top: 16px;
    right: 115px;
}
/*---End Home Page---*/

#content h3
{
    font-size: 25px;
    font-weight: bold;
    color: #463119;
    margin: 0;
    padding: 10px 0 10px 30px;
}

#content h4
{
    color: #D06E01;
    font-size: 20px;
    font-family: Georgia;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

#content h5
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding: 10px 0 10px 0;
}

div.column1
{
    position: relative;
    float: left;
    left: 30px;
    width: 440px;
}

div.column2
{
    position: relative;
    margin-left: 50%;
    width: 440px;
}


/*---Start About Us Page---*/
div.column1 div, div.column2 div
{
    height: 95px;
}

div.column1 div img, div.column2 div img
{
    float: left;
    padding-right: 14px;
    width: 81px;
    height: 81px;
}

div.column1 div p, div.column2 div p
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
/*---End About Us Page---*/


/*---Start Daily Workout Page---*/
div.column2 #ScreenArea
{
    position: relative;
    width: 440px;
    height: 595px;
}

#ScreenArea div.innercolumn1
{
    position: relative;
    float: left;
    width: 204px;
}

#ScreenArea div.innercolumn2
{
    position: relative;
    float: right;
    width: 236px;
}

#ScreenArea ul
{
    margin: 0;
    padding: 0 0 0 10px;
    width: 150px;
    font-size: 12px;
}

#ScreenArea li
{
    padding: 10px 0 10px 0;
}


#ScreenArea #btn_Left, #ScreenArea #btn_Right
{
    width: 28px;
    height: 30px;
    padding-bottom: 8px;
    cursor: pointer;
}

#ScreenArea #btn_Left
{
    padding-left: 81px;
}

#ScreenArea #Screen
{
    width: 236px;
    height: 503px;
}
/*---End Daily Workout Page---*/


/*---Start Contact Us Page---*/
div.column2 #Address
{
    position: relative;
    margin-top: 30px;
    float: left;
    padding-left: 10px;
    width: 300px;
    height: 445px;
    border-left: dashed 1px #cccccc;
    font-size: 18px;
}

div.column2 #Address h5
{
    padding-top: 0;
}

#content #RequestForm div p label, #content #Address p label
{
    font-size: 14px;
}

#content #RequestForm div p {
    line-height: 35px;
}

.ErrorMsg 
{
	vertical-align: middle;
	line-height: 12px;
}


.InputBox {
    padding: 2px;
    border: solid 1px #cccccc;
}

.SelectBox 
{
    height: 22px;
    border: solid 1px #cccccc;
}

.MultiBox
{
    width: 436px; 
    height: 200px;
    border: solid 1px #cccccc;
}

.FormButton
{
   margin-top: 20px; 
   margin-bottom: 30px; 
}

#content #RequestForm p input, #content #RequestForm p select
{
    position: relative;
    /*float: right;*/
    margin-top: 7px;
}
/*---End Contact Us Page---*/

