@import url("navigation.css");
@import url("tags.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#738366;
margin:25px 0px 25px 0px;
}

#wrapper{
text-align:left;
margin:0 auto;
width:900px;

}

#fauxColumn{
float:left;
width:100%;
background:url(../images/sidebar/mountain.jpg) bottom left no-repeat #7b5023;
}

#mainContent{
float:right;
width:665px;
background:url(../images/content/mainContent_bottom.jpg) bottom left no-repeat #ffffff;
}

#topimage{
float:left;
margin:1px 0px 0px 0px;
}

#pagetitle{
float:left;
width:665px;
}

#mainContent_TEXT{
float:left;
width:605px;
padding:15px 30px 30px 30px;
}

#sidebar{
float:left;
width:230px;
text-align:center;
color:#ffffff;
}

#logo{
float:left;
width:100%;
}

#info{
float:left;
margin:30px 0px 20px 0px;
width:100%;
}

#reservationBox{
float:left;
padding:30px 0px 0px 0px;
margin:10px 0px 20px 0px;
width:100%;
background:url(../images/content/reservations.gif) left top no-repeat;
}

#footer{
float:left;
width:100%;
}





/*******************************************************
HOMEPAGE
*******************************************************/

#wrapper_hp{
position:relative;
text-align:left;
margin:0 auto;
width:950px;
}

#shoeprint{
position:absolute;
right:0;
top:50px;
z-index:100;
}

#fauxColumn_hp{
float:left;
width:100%;
}

#mainContent_hp{
float:left;
margin:0px 0px 0px 18px;
width:897px;
background:url(../images/sidebar/sidebar_bg.jpg) left bottom no-repeat  #7b5023;
}

#pagetitle_hp{
float:right;
width:665px;
}

#mainContent_TEXT_hp{
float:right;
width:605px;
padding:15px 30px 30px 30px;
background:url(../images/content/mainContent_bottom.jpg) bottom right no-repeat #ffffff;
}

#sidebar_hp{
float:left;
width:230px;
text-align:center;
color:#ffffff;
}

#info_hp{
float:left;
margin:0px 0px 20px 0px;
width:100%;
}

#footer_hp{
float:left;
width:897px;
margin:0px 0px 0px 18px;
}
/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/