/*-----------------------------*/
/* EP 6 Template Design        */
/* Template 01                 */
/* Author: allproducts.com     */
/* Create: 2009/04             */
/*-----------------------------*/

@import url(../../fixtable.css);
@import url(style_header.css);
@import url(style_navi.css);
@import url(style_subnavi.css);
@import url(style_footer.css);
@import url(style_index.css);
@import url(style_contentpage.css);
@import url(style_products.css);
@import url(style_text.css);
@import url(style_editor.css);


/* base */
body {font-family:"微軟正黑體", verdana, serif; background:#19315b url(../images/bg.jpg) repeat-x left top; margin:0; padding:0; font-size:12px; line-height:1.8em; color: #5E5E5E;}
img {border:0; margin:0; padding:0}
input, select, textarea {color:#999; font-size:11px; background:#fff; border:#ccc 1px solid;}
input.checkbox {border:none; background:none; margin:0 10px 0 0;}
.space {clear:both;}


/* Wrapper */
.Wrapper {width:995px; *\**/width:994px; margin:0 auto; padding:0;}
.Header {margin:0; padding:10px 0; position:relative; height:92px;}
.Navi {*height:32px; margin:0; padding:5px 0; height:25px;}
.ContentPage {margin:0; padding:10px; text-align:left; background: url(../images/bg_main.jpg) top no-repeat;}
.Content, .PageContent {margin:0; padding:5px 30px; text-align:left; -height:1%; background-color:#fff;}
.Sidebar{width:190px; margin:0; float:left;}
.Main {width:775px; float:right;}
.Footer { color:#ccc; padding:10px; text-align:center; clear:both;}
