/* CSS Document

colors: 
blue  	    	9bf4fc
blue dk	    	00eaff
raspberry lt	f5c2fd
raspberry		f960f7
raspberry dk	c700c4
dark red		771413
gold			d6a92a

 */
 
/* type and color settings */
body {
background-color: #e8e8e8;
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:0;
padding:0;
}
h2, h3, h4 {
font-family: "Courier New", Courier, mono;
color: #771413;
line-height: 120%;
padding: 0;
margin:0 0 -5px 0;
letter-spacing:-.05em;
}

h1 {
font-family: "Courier New", Courier, mono;
font-size: 28px; 
background-color:#771413; 
letter-spacing:-.1em;
color:#fff; 
font-weight:normal;
padding: 1px 0 1px 10px;
margin:0 0 10px 0;
}

h2 {font-size: 25px;}
h3, h4 {font-size: 22px;}
h5 {font-size: 18px; line-height:18px; padding:0; margin:0;}
a, a:link { color: #a62826; font-weight:bold; outline:none; border:none;}
a:hover  { color: #f7b702; font-weight:bold; outline:none; border:none;}
p {
color:#000;
font-size: 14px;
padding-top:0;
margin-top:0;
}

img {border:2px solid #000;}

.tuck {padding-top:0; margin-top:0}
.red {color:#771413}


/*  display framework */



#container {
width: 840px;
margin: 0 auto;
padding: 0px;
background: url(images/Snowboarder-banner-02_02.jpg) repeat-y top center;
}

#wrapper {
background: url(images/Snowboarder-banner-02_01.jpg) no-repeat top center;
}

#content {
margin:0 0 0 160px;
padding: 360px 80px 5px 90px;
height: 1%;
}
html>body #content {
height: auto;
} 

#footer {
clear: both;
margin: 0 auto;
background: url(images/Snowboarder-banner-02_03.jpg) no-repeat bottom center;
padding: 25px 0 50px 460px;
}

#footer p {
color: #000;
margin: 0 0 0 0;
font-size: 12px;
line-height: 140%;
}
#footer a {
color:#a62826;
padding: 2px;
margin: 1px;
font-size: 11px;
}

/* navigation box*/
#navcontainer {
width: 200px;
float: left;
padding: 385px 5px 0 0;
}
#navcontainer ul {
margin-left: 5px;
padding: 0;
list-style-type: none;
font-family: "Courier New", Courier, mono;
font-weight:bold;
font-size:17px;
}

#navcontainer a {
display: block;
margin:13px 0 5px 0;
padding: 3px 0 0 7px;
border: #000 solid 1px;
background:#c5e2ff;
}
#navcontainer a:link, #navlist a:visited {
color: #000;
text-decoration: none;
}
#navcontainer a:hover {
background-color: #771413;
color: #fff;
}
#active a:link, #active a:visited, #active a:hover {
background-color:#333;
color:#fff;
}

/*tables */
table.tayble {
border-width: 2px;
border-spacing: 0px;
border-style: solid;
border-color: #771413;
border-collapse: collapse;
background-color: #771413;
vertical-align: top;
margin:10px 0;
}
table.tayble th {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: #771413;
background-color: #771413;
color: #fff;
}
table.tayble td {
border-width: 1px;
padding: 3px;
border-style: solid;
border-color: #771413;
background-color: #eee;
vertical-align: top;
}

.past {color:#999;}


/* lists */
#content ul {
padding-top:0;
margin-top:0;
}
  
/* ---------------- contact form styling */  
.fText, .fTextArea .fTextHear{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;padding:3px;
background-color:#bbb !important;
border:1px solid #666;
width:355px;
}

.fTextHear {background-color:#bbb !important; width:460px}
.fTextArea {background-color:#bbb !important; width:460px;height:120px}
.fText:focus, .fText.sffocus, .fTextHear:focus, .fTextHear.sffocus, .fTextArea:focus, .fTextArea.sffocus {background:#eee !important;}

#sentit {text-align:center}


