/* CSS Document */
body { padding:0; margin:0; font:12px Arial, Tahoma, Verdana; color:#333; line-height:18px; }
ul,li { padding:0; margin:0; list-style:none; }
img { border:0; }
a { color:#333; }
.wrapper { width:100%; }
.lsize { width:960px; margin:0 auto; }
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }

/* -------------------------------- Logo Part -------------------------------- */
#logo_part { background:#000 url(../images/logo_bg.gif) no-repeat 50% 0; }
#logo_part h1 { float:left; width:236px; height:59px; margin:33px 20px; text-indent:-99999px; background:url(../images/insha-allah-wei_logo.gif) no-repeat 0 0; }
#logo_part h1 a { float:left; display:block; width:236px; height:59px; text-indent:-99999px; }

#menu { margin:75px 0 0  0; }
#menu li { float:left; font:normal 18px "Trebuchet MS", Arial, Tahoma, Verdana; background:url(../images/menu_left.gif) no-repeat 0% 0%; margin:0 10px; }
#menu li a { color:#fff; background:url(../images/menu_right.gif) no-repeat 100% 0%; display:block; float:left; text-align:center; padding:3px 20px 4px 20px; text-decoration:none; }
#menu li a:hover { text-decoration:none; color:#000; }
#menu li.active { float:left; background:url(../images/menu_left_a.gif) no-repeat 0% 0%; }
#menu li.active a { color:#000; background:url(../images/menu_right_a.gif) no-repeat 100% 0%;}
#menu li.active a:hover { text-decoration:none; color:#000; }

/* -------------------------------- Header Graphic Part -------------------------------- */
#header { background:#F9FBF4 url(../images/header_bg.gif) repeat-x 0 0; }

/* -------------------------------- Content Part -------------------------------- */
#content { background:url(../images/content_bg.gif) repeat-x 0 0; padding:20px 0; }
#content .col_01 { float:left; width:90px; margin-right:20px; }
#content .col_02 { float:left; width:850px; }

/* -------------------------------- Footer Part -------------------------------- */
#footer { padding:15px 0; background-color:#333; color:#999; }
#footer .footer_link a { color:#fff; text-decoration:none; padding:0 4px; line-height:25px; }
#footer .footer_link a:hover { color:#33D400; text-decoration:none; }
#footer .footer_link a.active { color:#33D400; text-decoration:none; }

/*********** Feedback form Element Classes *************/
input, textarea { font-family: arial, verdana, tahoma, sans-serif, serif; }
#feedback li.col1 { float:left; width:15%; padding-right:10px; text-align:right; line-height:30px; }
#feedback li.col2 { float:left; width:75%; }

#feedback .col1 label { display:block; line-height:24px; font-weight:bold; }
#feedback label.error { margin-left:5px; line-height:24px; color:#c33; text-align:left; font-weight:normal; border:0; }
#feedback em, .star { color:#c33; }
input#fullname, input#email, input#phone, #message_box textarea { width:20em; float:left; margin:0 0 10px 0; color:#333333; padding:3px; border:1px solid #aaa; }
#message_box textarea { height:100px; }
input#phone { width:15em; }
input#name:focus, input#email:focus, input#phone:focus, #message_box textarea:focus { border:1px solid #333; }
#feedback .error { border:1px solid #c33; }
#feedback .button { width:187px; height:31px; background:url(../images/submit_button.gif) no-repeat 0 0; border:0; color:#fff; font-weight:bold; cursor:pointer; }
