/* CSS Document */

/* CSS written by Murray Falconer for Savary Island Holiday Cabin - Iniswood Cottage
Savary Island, British Columbia.
March 2007
*/

html{
height: 100%;
}

body {
margin:0px;
background-color:#fffff1;
background-image:url(images/savaryisland_bg.jpg);
font:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#4e4e4e;
height:100%;
}

a:link, a:visited, a:active {
color:#d15d2c;
text-decoration:none;
}

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


/* MAIN LAYOUT ITEMS */
#main {
background-image:url(images/savaryisland_bgfade.jpg);
background-repeat:repeat-x;
background-position:top;
min-height:100%;
width:100%;
text-align:center;
}

/* IE HACK FOR 100% HEIGHT */
* html #main {
height:100%;
}

#leftshadow {
background-image:url(images/savaryisland_leftshadow.jpg);
background-repeat:repeat-y;
width:10px;
}

#rightshadow {
background-image:url(images/savaryisland_rightshadow.jpg);
background-repeat:repeat-y;
width:10px;
}


/* MAIN MENU */

.menu {
font:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:15px;
font-weight:bold;
color:#53868f;
text-decoration:none;
}

.menu a:link {
color:#53868f;
text-decoration:none;
}

.menu a:visited {
color:#53868f;
text-decoration:none;
}
 
.menu a:hover
{
color:#d15d2c;
text-decoration:none;
}

#homebg{
 background-image:url(images/menu/home.gif);
 background-repeat:no-repeat
}

#cabinbg{
 background-image:url(images/menu/cabin.gif);
 background-repeat:no-repeat
}

#gettingbg{
 background-image:url(images/menu/gettinghere.gif);
 background-repeat:no-repeat
}

#islandbg{
 background-image:url(images/menu/islandlife.gif);
 background-repeat:no-repeat
}

#ratesbg{
 background-image:url(images/menu/rates.gif);
 background-repeat:no-repeat
}

#contactbg{
 background-image:url(images/menu/contact.gif);
 background-repeat:no-repeat
}

#linksbg{
 background-image:url(images/menu/links.gif);
 background-repeat:no-repeat
}


/* PAGE ATTRIBUTES */

.footer {
font:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#53868f;
text-decoration:none;
}

.footer a:link, a:visited {
color:#53868f;
text-decoration:none;
}

.footer  a:hover {
color:#d15d2c;
}

.bodycopy {
font:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#4e4e4e;
line-height:20px;
}

.bodycopy a:link, a:visited, a:active  {
color:#d15d2c;
text-decoration:none;
}

.bodycopy a:hover  {
color:#d15d2c;
text-decoration:underline;
}

.smallOrange{
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#d15d2c;
}

.form
{
	padding-top:5px;
	padding-bottom:5px;
}
.addressboxes
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4e4e4e;
	width:200px;
}
.sendButton 
{  
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #ffffff; 
    background-color: #d15d2c;
    width:70px;
}
.resetButton 
{  
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #929185; 
    background-color: #ffffff;
    width:70px;
}
.dropdown
{  
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #4e4e4e; 
    background-color: #ffffff;
}