/*------------------------------------------------------
RESET
------------------------------------------------------*/
html,body,img,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; border: none; }
ul,ul li,dt,dd {margin: 0; padding: 0; list-style: none;}

/*------------------------------------------------------
BASIC ELEMENTS
------------------------------------------------------*/
html{overflow: -moz-scrollbars-vertical; }/*<--FORCE SCROLL BAR IN FIREFOX*/
body{font-family:Helvetica, Arial, sans-serif; font-size:11px; color: #333; background: #fff;}
img{vertical-align:middle}
a{color:#e36f1e;}
a:hover{color:#999;}
strong{font-weight:bold;}
p { margin:0 0 1em 0; }

object { outline:none; }

.header { height:100px; position:relative; }
.footer { color:#fff; font-size: 10px; position: relative; }
.bg { position:absolute;width:100%;height:673px;top:50%;margin-top:-336px;}
.bg { background:#fff url(/workshop/_img/background.gif) no-repeat center center; min-width:950px; }
.wrap { position:absolute;left:50%;width:984px;margin-left:-492px;height:590px;top:50%;margin-top:-295px;}
.nojs { position:relative;top:40px;left:40px;height:570px;width:888px;background:#FFF; }
.nojs div {margin:0 auto; width:300px; top:150px; position:relative;}

