/*
** Αρχείο: layout.css
** Περιγραφή: Φύλλο Στυλ
** Έκδοση: 1.0
** Δημιουργήθηκε: Κυριακή, 21 Ιουνίου, 2009
** Συντάκτης: Χατζηδάκης Νίκος
** email: info@cn92.net
** Copyright (c) 2008-2009 cn92.net. All rights reserved.
*/
/* body */
#body { margin:0px; padding:0px; background:url(../images/bg.png) repeat; width:100%;	height:auto; }
/* page */
#page{margin:5px auto; width:1024px; height:640px; background-color:#FFF;}
/* header */
#header {width:1024px; height:94px; background-image:url(../images/p.png); background-color:#FFF; background-repeat:repeat-x; background-position:bottom; float:left;}
	/* logo */
#logo {width:797px; height:85px; float:left; background-image:url(../images/logo.png); background-repeat:no-repeat; background-position:left top;}
	/* tshirtmania */
#tshirt {width:227px; height:85px; background-image:url(../images/tshirtmania.png); background-repeat:no-repeat; background-position:right; float:right;}
/* left */
#left { float:left;	width:405px; height:auto;}
	/* lmenu */
#lmenu {height:39px; width:403px; float:left; background-image:url(../images/mbg.png); background-repeat:repeat-x; }
#lmenuul {margin: 0; padding: 0; list-style-type: none;}
#lmenu li {display:inline; padding-left:3px; padding-right:3px; height:39px; }
.lmenu { line-height:39px; padding-top:8px;}
	/* dmenu */
#dmenu {height:39px; width:403px; float:left;}
#dmenuul {margin: 0; padding: 0; list-style-type: none;}
#dmenu li {display:inline; padding-left:3px; padding-right:2px; height:39px; }
.dmenu { line-height:39px; padding-top:8px;}
	/* text */
#text { z-index:10; width:385px; height:380px; margin-left:5px; padding-left:5px; padding-right:10px; overflow:auto;}
/* right */
#right { float:right; height:auto; background-image:url(../images/hrule.png); background-repeat:repeat-y; background-position:left; }
/* clearer */
#clearer { clear:both; }
/* menu */
#menu {height:39px; width:619px; float:right;}
#menuul {margin: 0; padding: 0; list-style-type: none;}
#menu li {display:inline; height:39px; }
.menu { line-height:39px;}
/* image */
#image{ width:619px; height:auto; height:380px; padding-top:0px; float:right;}
/* footer */
#footer {background-image:url(../images/footer.png); background-repeat:repeat-x; width:1024px; height:72px; float:left; position:absolute; top:580px; }
