﻿/*

Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0

*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}


/*

Sit N B Fit Website
Main CSS Styles
(c) Andrew Fear 2008

*/

:focus
{
    outline:0;
}

body
{
    font-family:Verdana;
    font-size:0.7em;
    color:#545454;
}

h1
{
    font-size:1.1em;
    color:#5d507f;
    padding-bottom:20px;
    font-weight:bold;
}

h2
{
    font-size:1.1em;
    color:#5d507f;
    padding-bottom:20px;
    font-weight:bold;
}

p
{
    line-height:1.875em;
    padding-bottom:14px;
}

img
{
    border:0;
    margin-bottom:15px;
}

ul
{
    padding-bottom:4px;
}

li
{
    padding-bottom:10px;
    list-style-type:disc;
    margin-left:20px;
    padding-left:10px;
}

a, a:visited
{
    color:#8273a9;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


/*

ID's

*/

#pageWrapper
{
    width:650px;
    margin:auto;
    margin-top:30px;
    margin-bottom:30px;
    border:1px solid #7662a9;
}

#headerWrapper
{
    height:90px;
    border-bottom:1px solid #7662a9;
}

#navWrapper
{
    height:30px;
    background-image:url(images/navGradient.gif);
    background-repeat:repeat-x;
}

#navDivider
{
    height:10px;
    background-color:#fcd271;
    border-top:1px solid #7662a9;
    border-bottom:1px solid #7662a9;
}

a#navHome
{
    margin-left:10px;
    width:41px;
    height:30px;
    background-image:url(images/navHomeWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navHome:hover
{
    background-position:0 -90px;
}

a#navAboutUs
{
    margin-left:22px;
    width:63px;
    height:30px;
    background-image:url(images/navUsWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navAboutUs:hover
{
    background-position:0 -90px;
}

a#navNews
{
    margin-left:22px;
    width:39px;
    height:30px;
    background-image:url(images/navNewsWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navNews:hover
{
    background-position:0 -90px;
}

a#navAims
{
    margin-left:22px;
    width:54px;
    height:30px;
    background-image:url(images/navBenefitsWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navAims:hover
{
    background-position:0 -90px;
}

a#navPartners
{
    margin-left:22px;
    width:59px;
    height:30px;
    background-image:url(images/navPartnersWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navPartners:hover
{
    background-position:0 -90px;
}

a#navProfiles
{
    margin-left:22px;
    width:52px;
    height:30px;
    background-image:url(images/navProfilesWhole.png);
    background-repeat:no-repeat;
    background-position:0 -90px;
}

a#navProfiles:hover
{
    background-position:0 -30px;
}

a#navGallery
{
    margin-left:22px;
    width:48px;
    height:30px;
    background-image:url(images/navGalleryWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navGallery:hover
{
    background-position:0 -90px;
}

a#navContact
{
    margin-left:22px;
    width:77px;
    height:30px;
    background-image:url(images/navContactWhole.png);
    background-repeat:no-repeat;
    background-position:0 -30px;
}

a#navContact:hover
{
    background-position:0 -90px;
}

#contentWrapper
{
    background-image:url(images/containRepeat2.gif);
    background-repeat:repeat-y;
}

#contentWrapperGallery
{
    background-color:#d0cae0;
    min-height:500px;
    padding:10px;
}

#contentLeft
{
    width:382px;
}

#contentRight
{
    width:241px;
    background-color:#d0cae0;
}

#contentRight2
{
    width:241px;
    background-color:#d0cae0;
}

/*

Classes

*/

.date
{
    font-size:0.8em;
    color:#8273a9;
}

.textbox
{
    padding-top:2px;
    height:16px;
    width:260px;
    border:1px solid #484848;
    margin-bottom:10px;
    background-color:#fff;
}

.textarea
{
    border:1px solid #484848;
}

.button
{
    border:1px solid #484848;
    padding:2px;
    background-color:#fff;
    cursor:pointer;
}

.label
{
    margin-bottom:5px;
}

.inner
{
    margin:10px;
    margin-bottom:0px;
}

.spacer
{
    margin-left:15px;
}

.purple
{
    color:#8273a9;
}

.bold
{
    font-weight:bold
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	overflow:auto;
}

* html .clear { height:1%; }
