﻿/*-----------------------------*/
/* EP 6 Template Design        */
/* Template 01                 */
/* Author: allproducts.com     */
/* Create: 2009/04             */
/*-----------------------------*/

@import url(fixtable.css);
@import url(inquForm.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:Georgia, "Times New Roman", Times, serif; background:url(../image/bg_body.gif); margin:0; padding:0;}
img {border:0; margin:0; padding:0}
input, select, textarea {color:#999; font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; background:#fff; border:#ccc 1px solid;}
input.checkbox {border:none; background:none; margin:0 10px 0 0;}
input.btnBig { background-image:url(../image/btn_Big.gif); background-repeat:no-repeat; border:none; width:92px; height:20px; color:#FFFFFF;}
.space {clear:both;}


/* Wrapper */
.Wrapper {width:878px; *\**/width:877px; margin:0; padding:0; border-left:#b7b7bf 1px solid; border-right:#b7b7bf 1px solid; background:#fff;}
.Header {margin:0; padding:0; background:#fff url(../image/bg_header.gif) repeat-x left top;}
.Navi {margin:0; padding:0; background:url(../image/bg_navi.gif) repeat;}
.Content {margin:0; padding:30px 40px; text-align:left; -height:1%;}
.ContentPage {margin:0; padding:0; background:#fff url(../image/bg_subnavi.gif) repeat-y left top; *background-image:url(../image/bg_subnavi_ie.gif); border:#fff 10px solid; text-align:left; -height:1%;}
.SubNavi {width:157px; margin:0; padding:0; float:left;}
.Main {width:701px; float:right;}
.Footer {margin:0; padding:10px; border-top:#b7b7bf 1px solid; background:url(../image/bg_footer.gif) repeat-x left top; text-align:center; clear:both;}