/* STYLES FOR SMART EDIT MODE */

.Reddot {
color:#FF0000;
}

.ReddotDivider {
color:#FF0000;
border:1px #FF0000;
display:block;
}




/* STYLES FOR DEMO PAGE */
body {
margin:0px;
padding:0px;
font: 11px/14px Arial;
color:#666666;
background-color:#FFFFFF;
}
a:link, a:visited, a:active {
color:#345385;
}
a:hover {
color:#A7432A;
}

#container {
width:1200px;
}
#leftPanel {
float:left;
display:block;
width:175px;
height:700px;
background:url('Files/bkg-leftPanel.gif') no-repeat top right #FFFFFF;
}
.demoLogo {
text-align:center;
width:auto;
padding:15px 0px;
border-bottom:solid 1px #CCCCCC;
}
.demoContact {
width:auto;
padding:20px;
}
.moreInfo {
width:auto;
padding:20px 20px;
border-top:solid 1px #CCCCCC;
}
.moreInfo .title{
text-transform:uppercase;
letter-spacing:2;
font-size: 11px;
margin-bottom:7px;
}
.demoNav a {
display:block;
padding:0px 0px 7px 12px;
text-decoration:none;
background:url('Files/icon_redArrow.gif') no-repeat 0px 0px;
}
#demoPanel {
float:left;
display:block;
width:850px;
height:615px;
}