/**
 * main.css - Global stylesheet 
 */

/***********************************************************************
 * Elements
 **********************************************************************/
html, body {
    height: 100%; 
    margin: 0; 
    width: 100%
}

body {
    padding: 0 0 0 0; 
}
 
a {
	color: #9B2626;
	text-decoration: none;
}

a:hover {
    color: #9B2626;
    text-decoration: underline
}

body {
	color: #939598;
	font-size: 75%;
	font-family: arial, helvetica, sans serif;
}

p {
    line-height: 1.5em;   
    padding: 0 0 1.5em 0;    
    margin: 0;
}

h1,h2,h3,h4 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

span.clearer
{
	clear: both;
    display: block;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

ul {
    margin: 0;
    padding-left: 25px;
}

ul li {
    list-style: circle;
    padding: 0;
    padding-bottom: 7px;
}

/***********************************************************************
 * Items
 **********************************************************************/
#body-container {
    float: left;
}

#body {
    float: left
} 
 
#content {
    background: black;
    color: #fff;
    float: left;
    height: 283px;
    padding-top: 45px;
    width: 372px;
}

/* Packages Page */
#content.packages {
    background: black url('../images/all-packages-include.png') no-repeat;
}

#content.diamond {
    background: black url('../images/diamond.png') no-repeat;
}

#content.platinum {
    background: black url('../images/platinum.png') no-repeat;
}

#content.gold {
    background: black url('../images/gold.png') no-repeat;
}

#content.silver{
    background: black url('../images/silver.png') no-repeat;
}

#content.extras {
    background: black url('../images/extras.png') no-repeat;
}

/* Contact Page */
#content.team {
    background: black url('../images/team-names.png') no-repeat;
    height: 192px;
    padding: 68px 20px;
    width: 210px;
}

#content.team a {
    color: #fff;
    font-size: .9em;
}

#content .team-member {
    margin-bottom: 60px;
}

#contact-form {
   color: #000;
   position: absolute;
   right: 11px;
   top: 35px; 
}

#contact-form  input {
    background: url('../images/form-bg.png');
    border: none;
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-family: arial;
    padding: 1px 2px;
    width: 174px;
}

#contact-form  textarea {
    background: url('../images/form-bg.png');
    border: none;
    display: block;
    font-size: 13px;
    font-family: arial;
    margin-bottom: 8px;
    padding: 1px 2px;
    width: 174px;
}

#contact-form .submit {
    background: #000;
    color: #fff;
}

#contact-form .submit:hover {
    background: #9B2626;
    cursor: pointer;
}

/* Scroll Bar Styles */
#content .scroll-outer {
    height: 238px;
    width: 312px;
    margin-left: 45px;
    overflow: hidden;
    position: relative;
}
#content.packages .scroll-outer,
#content.diamond .scroll-outer,
#content.platinum .scroll-outer,
#content.gold .scroll-outer,
#content.silver .scroll-outer,
#content.extras .scroll-outer {
    height: 215px;
    padding-top: 23px;
}

#content .scroll {
    height: 238px;
    overflow: auto;
    width: 312px;
}

#content.packages .scroll,
#content.premiere .scroll,
#content.platinum .scroll,
#content.gold .scroll,
#content.silver .scroll,
#content.extras .scroll {
    height: 215px;
}

#footer {
    clear: both;
    padding: 20px 0;
}

#flash {
	background: #000;
	text-align: center;
	width: 605px;
	
}
  
#photo {
    float: left;
    position: relative;
}
 
#header-container {
    margin-bottom: 5px;
} 
 
#logo {
    float: left;
    padding-right: 20px
} 

#navigation {
    float: left;
    padding-top: 26px;
} 

#navigation a {
	color: #939598;
    font-size: 20px;
    padding-right: 20px
} 

#navigation a:hover, 
#navigation a.active {
    color: #9B2626;
    text-decoration: none;
} 

#sub-navigation {
    float: left;
    font-size: 1.3em;
    padding: 8px 0px 14px 8px;
} 

#sub-navigation a {
    color: #262626;
    display: block;
    padding-bottom: 6px;
} 

#sub-navigation a:hover, 
#sub-navigation a.active {
    color: #939598;
    text-decoration: none;
}

#sub-navigation a.last {
    padding-top: 3px;
} 


/***********************************************************************
 * Classes
 **********************************************************************/




