@charset "utf-8";
/***
MANU Creative Workshop PROJECT 2010. 
***/

/*** CSS RESET***/
html, body, div, span, applet, object, iframe,p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1.3;} ol, ul {list-style: none;}
blockquote, q {quotes: none;}blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}:focus {outline: 0;}
ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}


/*** MAIN LAYOUT ***/
body {color:#787878; font:12px arial; line-height:16px;}
a { text-decoration:none; color:#787878;}
a.active {font-weight:bold;}
a:hover {font-weight:bold;}
a img {border: none;}
#pwrap { overflow:hidden; margin:20px auto; width:930px; height:636px; position:relative;}
#header {height:100px; position:relative; overflow:hidden;}
#header a.logo {position:absolute; top:40px; left:20px; display:block; width:82px;}
#header #menu-l {position:absolute; top:37px; left:176px; display:block; list-style:none; overflow:hidden;}
#header li {float:left; margin-right:20px;}
/*#header li a:hover { font-weight:inherit; color:#7EB400;}*/
#header #menu-r {position:absolute; top:37px; right:0px; display:block;  list-style:none;overflow:hidden;}

#col1 {width:156px; margin:40px 0 20px 20px; float:left;}
#col1 p {display:block; width:136px;}
#col2 {width:734px; margin:40px 20px 20px 0; float:right;}
.menu {margin-bottom:30px;}
#col2 .text {width:346px; float:left;}
#gallery-pag{margin:5px 0 0 0;}
.status { font-weight:bold; margin:5px 5px;}
#footer {height:40px; clear:both; position:absolute; width:100%; bottom:0px; left:0px;}
#footer .links {position:absolute; left:176px; top:10px;}
#footer .copyright {position:absolute; right:20px; top:10px;}
