@charset "UTF-8";
/* CSS Document */

body{
background:#FFFFFF url(images/bg.jpg) repeat-x;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:small;
}

img{
border:none;
}

div { behavior: url("iepngfix.htc") }


a:link, a:visited {color:#CC0000; text-decoration:none;}
a:active, a:hover {color:#0000FF; text-decoration:none;}

h2{
color:#CC0000;
font-size:140%;
font-weight:bold;
}


#container{
width:960px;
margin:0 auto;
}
#inner_container{
width:100%;
float:left;
position:relative;
}

#header{
width:935px;
height:160px;
margin-top:23px;
margin-left:25px;
background:url(images/logo.gif) no-repeat top left;
}
#header h1,#header h2,#header a{
display:none;
}

#nav{
text-align:left;
min-height:400px;
height:auto !important;
height:400px;
background:url(images/flowers.png) no-repeat;
position:absolute;
z-index:100;
width:338px;
left:0;
}

#nav ul{
margin:0;
padding:40px 0 0 20px;
}

#nav li{
list-style:none;
color:#FFFFFF;
font-size:110%;
margin:0 0 20px 15px;
}

#nav li.on{
list-style:url(images/triangle.gif);
}

#nav a:link, #nav a:visited {color:#FFFFFF; text-decoration:none;}
#nav a:active, #nav a:hover {color:#000000; text-decoration:none;}

#copy{
width:540px;
height:380px;
position:absolute;
background:url(images/copy_bg.jpg) repeat-x;
z-index:50;
margin-left:200px;
text-align:left;
padding-top:20px;
top:183px;
left:0;
}

#copy h2{
display:inline;
margin-left:100px;
}

#copy p.title{
display:inline;
text-align:right;
margin-right:0;
font-size:90%;
}

#inner_copy{
width:400px;
height:266px;
overflow:auto;
position:absolute;
top:65px;
*top:75px;
left:100px;
z-index:200;
padding-right:20px;
}

#title_left{
width:45%;
float:left;
}
#title_full{
width:100%;
float:left;
}
#title_right{
width:50%;
float:right;
padding-top:5px;
}
.clear{
clear:both;
}
#right_img img{
float:right;
}

#footer{
margin-top:60px;
}

#lower_footer h2{
font-size:110%;
}

#lower_footer hr{
margin:20px 0;
}

.price td{
border-collapse:collapse;
border-bottom:1px solid #999999;
}

.red{
color:#CC0000;
}

.green{
color:#006600;
}

#contact th{
font-weight:normal;
}

div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}

#next_img{
text-align:right;
padding:40px 20px 0 0;
*padding-top:10px;
position:relative;
top:260px;
*top:280px;
}

#upper_footer h3{
font-size:100%;
color:#CC0000;
}