﻿/***********************************************/
/* App_Theme Default, 2008-03-17               */
/***********************************************/
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000;
    background: #C9E4E6 url(../../Images/bg_snow.gif) no-repeat; 
    /* background: #C9E4E6 url(../../Images/bg_flower.jpg) no-repeat; */
    /* background-color: #C9E4E6; */
} 
/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/

a, a:link, a:link, a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a:hover
{
    color: #FF3300;
    text-decoration: underline;
}
p
{
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}
h1
{
    font-size: 18px;
    /* text-transform: uppercase; */
    margin: 0px 0px 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}
h2
{
    font-size: 16px;
    margin: 0px 0px 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}
h3
{
    font-size: 14px;
    margin: 0px 0px 10px;
}
h4
{
    font-size: 12px;
    margin: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#canvas
{
    margin: 0;
    margin-top: 15px;
    margin-left: 10px;
    width: 1150px; /*1135*/
    height: 100%;
    min-height: 100%;  
}
#header
{
    margin: 0;
    margin-left: 15px;
    height: 160px;
    background-color: #FFF;
    background-image: url(../../images/bg-header-right.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
#headerCol1
{
    width: 280px;
    height: 160px;
    float: left;
}
#logoPilates
{
    width: 265px;
    height: 95px;
    padding-top: 5px;
    padding-left: 15px;
}
#pageSearch
{
	width: 265px;
    padding-top: 8px;
    padding-left: 53px;
}
#pageSearchContainer
{
	width: 184px;
	height: 31px;
	border: 1px solid #999;
}
#pageSearchContainerInner
{
	width: 180px;
	height: 27px;
    padding-top: 2px;
    padding-left: 2px;
}
.pageSearchTextBox
{
	padding: 0 0 0 5px;
	height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    border-width: 0px;
	border-style: none !important;
}
#headerCol2
{
    width: 265px;
    height: 160px;
    float: left;
}
#claimPilates
{
    width: 230px;
    height: 129px;
    padding-top: 15px;
    padding-left: 35px;
}
#headerCol3
{
    width: 335px;
    height: 160px;
    float: left;
}
#imgPilates
{
    width: 325px;
    height: 160px;
    padding-top: 0px;
    padding-left: 10px;
}
#topNav1
{
    height: 40px;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    /* background-color: #E56400; */
    background-image: url(../../images/bg-topnav-1.jpg);
    background-repeat: no-repeat;
}
#topNav1Inner
{
    padding: 0;
    padding-top: 8px;
    padding-left: 35px;
}
#topNav1 a, #topNav1 a:link, #topNav1 a:visited, #topNav1 a:active
{
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 40px;
}
#topNav1 a:hover
{
    color: #E5E5E5;
    text-decoration: none;
}
#topNav2
{
    height: 45px;
    color: #FFFFFF;
    font-size: 14px;
    /* background-color: #95ADA0; */
    /* background-image: url(../../images/bg-topnav-2.jpg); */
    background-image: url(../../images/bg-topnav-2.gif);
    background-repeat: no-repeat;
}
#topNav2Inner
{
    padding: 0;
    padding-top: 10px;
    padding-left: 35px;
}

/* Shopping Cart */
#topNav2ShoppingCart
{
    padding: 0;
    float: left;
    min-width: 350px;
    _width: 350px;
}
#topNav2ShoppingCart a, #topNav2ShoppingCart a:link, #topNav2ShoppingCart a:active, #topNav2ShoppingCart a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#topNav2ShoppingCart a:hover
{
    text-decoration: underline;
}

/* My Account */
#topNav2MyAccount
{
    padding: 0;
    float: left;
    color: #000000;
}
#topNav2MyAccount a, #topNav2MyAccount a:link, #topNav2MyAccount a:active, #topNav2MyAccount a:visited
{
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
#topNav2MyAccount a:hover
{
    color: #FFFFFF;
    color: #EF4210;
    text-decoration: underline;
}

#content
{
    _height: 500px; /* IE6 only */
    min-height: 500px;
    padding: 0;
    padding-left: 15px;
    background-image: url(../../images/bg-content.gif);
    background-repeat: no-repeat;
}
#sidebar
{
    float: left; /* since this element is floated, a width must be given */
    width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent
{
    float: left; /* since this element is floated, a width must be given */
    width: 635px;
}

#bannerSky
{
    float: left;
    width: 160px;
    height: 600px;
    padding: 0;
    padding-left: 10px;
}

/* Footer */
#footer
{
    height: 80px;
}
#footerNav
{
    height: 40px;
    padding-top: 10px;
    padding-left: 140px;
}
ul.footerNav
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    cursor: default;
    width: auto;
}
ul.footerNav li
{
    padding-right: 20px;
    list-style-type: none;
    position: relative;
    text-align: left;
    float: left;
}
ul.footerNav a, ul.footerNav a:link, ul.footerNav a:visited, ul.footerNav a:active
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
ul.footerNav a:hover
{
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
}
#footerCopyright
{
    height: 40px;
    text-align: center;
}
#disclaimer
{
    height: 20px;
    padding: 15px 0px;
}



