html, body { font:13px arial,verdana,georgia; color:#555; background:#f9f9f9; }
form { margin:0 }
img { border:0 }
table { border-collapse:collapse; width:auto; }
table td, th { padding:5px; border:1px solid silver; vertical-align:top; }
hr { line-height:7px; height:7px; color:#eaeaea; background:#eaeaea; border:0; }
li { margin-bottom:4px; }
a:link, a:visited, a:active { color:#555; }
a:hover { text-decoration:none; }

h2 { font:bold 17px arial; }
h3 { font:bold 25px arial; }
h4 { font:bold 13px arial; }
h5 { background:lightyellow; padding:5px; font-weight:normal; }

/* * * * * specific * * * * */

#main { width:780px; margin:auto; background:white; border:1px solid silver; }
#header { height:170px; }
#logo { width:155px; height:76px; background:url(images/logo.gif); margin:-140px 0 55px -8px; cursor:pointer; }
#content { background:url(images/content_bg.gif) no-repeat; padding:30px 18px 0 215px; } 
#footer { text-align:center; margin-top:50px; font:11px verdana ; padding:15px; border-top:8px solid #eaeaea; }

/* top menu */
#top_menu { display:block; height:23px; margin:31px 0 0 155px; }
#top_menu ul { margin:0; padding:0; list-style-type:none; }
#top_menu li { float:left; margin-right:1px; }
#top_menu a { display:block; width:102px; height:0; padding-top:23px; color:#000; overflow:hidden; }
#top_menu a:hover { background:white; filter:alpha(opacity=25)); -moz-opacity:.25; opacity:.25; }
#top_list_1 { background:url(images/top_menu_features.gif); }
#top_list_2 { background:url(images/top_menu_requirements.gif); }
#top_list_3 { background:url(images/top_menu_how_it_works.gif); }
#top_list_4 { background:url(images/top_menu_pricing_support.gif); }
#top_list_5 { background:url(images/top_menu_quick_setup.gif); }
#top_list_6 { background:url(images/top_menu_questions.gif); }

/* side menu */
#side_menu { position:absolute; margin:40px 0 0 35px; }
#side_menu ul { margin:0; padding:0; list-style-type:none; }
#side_menu li { margin-bottom:0; }
#side_menu a { display:block; width:144px; height:0; padding-top:28px; color:#000; overflow:hidden; }
#side_menu a:hover { background:yellow; filter:alpha(opacity=10)); -moz-opacity:.10; opacity:.10; }
#side_list_1 { background:url(images/side_menu_features.gif); }
#side_list_2 { background:url(images/side_menu_requirements.gif); }
#side_list_3 { background:url(images/side_menu_how_it_works.gif); }
#side_list_4 { background:url(images/side_menu_pricing_support.gif); }
#side_list_5 { background:url(images/side_menu_quick_setup.gif); }
#side_list_6 { background:url(images/side_menu_questions.gif); }

/* text */
.text_caption { font-size:11px; }

/* others */
.indent { padding-left:20px; }
.top { float:right; clear:both; font:10px verdana; margin-top:10px; }
