/* Generic styles */
body { font: 12px Verdana, Arial, Helvetica, sans-serif; }
a { color:#00C; text-decoration:none; }
/* a:visited { color:#8C288C; } */
a:hover { text-decoration:underline; }

/* Layout */
#container { margin:0 auto; position:relative; width:980px; }
#header { float:left; width:100%; }
#footer  { clear:both; width:100%; }

/* Header */
#header { border-bottom:1px solid #BBB; margin-bottom:10px; padding-bottom:10px; position:relative; }
#header #logo { float:left; height:66px; margin:18px 18px 0 0; width:227px;}
#header #logotext { float:left; height:88px; margin:18px 18px 0 0; width:227px;}
#header h1 { color:#003366; font-size:21px; font-weight:normal; letter-spacing:-0.05em; margin:5px 5px 0 0; }
#header h2 { color:#999; font-weight:normal; margin-bottom:10px; }
#header form { background:url(http://staticcdn.adoosimg.com/pages/img/search_background.gif) no-repeat; float:left; height:27px; padding:4px 4px; width:450px }
#header form input { background: #FFF url(http://staticcdn.adoosimg.com/pages/img/search_input_background.gif) no-repeat right center; border:1px solid #666666; color:#ccc; float:left; font-size:14px; margin:0 5px 0 0; padding:4px; width:330px; }
#header form button { float:right; font: 14px Verdana, Arial, Helvetica, sans-serif; margin:0 2px 0 0; overflow:visible; padding:2px 5px 1px; width:100px; }
/*	
#header form { background:url(../img/search_background.gif) no-repeat; float:left; height:33px; padding:6px 10px 0; width:470px; }
#header form label { color:#000; font-size:14px; float:left; font-weight:bold; padding:4px 0; }
#header form input { background: #FFF url(../img/search_input_background.gif) no-repeat right center; border:1px solid #666666; color:#ccc; float:left; font-size:14px; margin-right:5px; padding:4px; width:380px; }
#header form button { float:right; font: 14px Verdana, Arial, Helvetica, sans-serif; margin:0; overflow:visible; padding:2px 5px 1px; }
*/
#header #mainMenu { float:left; margin-top:5px; width:800px; }
#header #mainMenu li { float:left; font-weight:bold; margin-right:20px; }
#header .addLink { background: url(http://staticcdn.adoosimg.com/pages/img/addLink_background.gif) no-repeat; float:right; font-size:12px; height:31px; line-height:29px; margin:0 0 0 10px; text-align:center; text-decoration:underline; width:234px; }
#header .addLink:hover { text-decoration:none; }
#header #userMenu { background-color:#F6F6F6; position:absolute; overflow:auto; padding:3px 0 5px; right:0; top:0; }
#header #userMenu li { border-right:1px solid #cad9e2; float:left; padding:0 10px; }
#header #userMenu li#helpLink { border:none; }

/* Footer */
#footer { border-top:1px solid #BBB; line-height:24px; margin-top:10px; padding:0 0 25px; text-align:center; }