/* GLOBAL CSS STYLES FOR NUMBER26.COM */

* {margin: 0px; padding: 0px;}

body {margin: 0px; background: #FFFFFF; font-family: Helvetica, Verdana, Arial, sans-serif; background: #040201; background-image: url(images/bg.gif); background-repeat: repeat-x; color: #a7a19e; font-size: 13px; line-height: 19px;}
a:link {color: #79babe; text-decoration: none;}
a:visited {color: #79babe; text-decoration: none;}
a:hover {color: #3da2a9; text-decoration: none;}
a:active {color: #4fcfd8; text-decoration: none;}
a:focus {outline: none;}

#page_bg {
width: 100%;
height: 800px;
display: block;
background-color: #FFFFFF;
position: fixed;
top: 0px;
left: 0px;
z-index: -5;
} 

#sidebar_bg {
width: 250px;
height: 800px;
display: block;
background-color: #FFFFFF;
position: fixed;
top: 0px;
left: 0px;
z-index: 2;
/* for IE */
filter: alpha(opacity=85);
/* CSS3 standard */
opacity: 0.85;
} 

#sidebar {
width: 250px;
height: 800px;
display: block;
position: fixed;
top: 0px;
left: 0px;
z-index: 3;
}

#sidebar a.home_title {
position: absolute;
top: 55px;
left: 50px;
width: 167px;
height: 34px;
background-image: url(images/home_title.png);
border-bottom: 0px;
z-index: 5;
}

#sidebar #nav {
position: absolute;
top: 150px;
left: 50px;
width: 200px;
height: 125px;
display: block;
border: none;
list-style-type: none;
margin: 0px;
padding: 0px;
z-index: 5;
}

#nav li {display: block; list-style-type: none;}

#nav li a {
display: block;
height: 22px;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: bold;
color: #79bcc0;
text-decoration: none;
z-index: 5;
}

#nav a:focus {outline: none;}
#nav a:hover, #nav a.selected {color: #3da2a9;}
#nav a:active {color: #4fcfd8;}


#endmark_main{
position: relative;
margin-top: 15px;
left: 0px;
width: 10px;
height: 1px;
display: block;
background-color: #a7a19e;
}

#wood_edge {
width: 100%;
height: 450px;
display: block;
position: fixed;
top: 800px;
left: 0px;
z-index: 4;
background-image:url(images/wood_bg.jpg);
background-repeat: repeat-x;
}

p.copyright{
display: block;
position: absolute;
left: 50px;
top: 10px;
font-size: 10px;
color: #635649;
}