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

/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
body{ color:#fff;font:12px Arial,'宋体'; margin:0 auto;} 
ul,li,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}

/* 默认全局样式超链接样式 */
a:link{color:#f9bb25; text-decoration:none;}/* 链接基本样式 */
a:visited{color:#f9bb25;text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#f9bb25; font-weight:bold; text-decoration:underline;}/* 链接移上时的样式 */
a:active{color:#f9bb25; font-weight:bold; text-decoration:underline;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.clear{clear:both;}


/* 全页面共用样式 */
#wrap{ width:1000px; margin:0 auto;}


#nav{ background:url(http://www.iwatch365.net/download/movado/images/index_06.gif) repeat;}
 #nav_left{ float:left; width:76px; height:70px;}
 #nav_right{ float:left; width:63px; height:70px;}
 #nav_list{ float:left; background:url(../images/index_07.jpg) repeat-x; width:741px; height:70px; padding-left:120px;}
  #nav_list a{ display:block; float:left; padding:28px 25px 0 25px;}
  #nav_list a:hover,#nav_list a.hover{ background:url(../images/nav_hover.jpg) no-repeat center 16px;}

#bottom{ background:url(../images/bottom_14.jpg) repeat-y; height:60px; margin:0 auto; width:1040px;}