/*
Name: STATOR
URL: http://stator.biz
Version: 1.0
Author: Artur Leśniewski # http://www.mnich.pl
Date: 21.02.2009
*/
@import url(mycss.php);
html,body,h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,p,blockquote{margin:0; padding:0;}
html{background:#FBD711;}
body {margin:0; padding: 0; font-size: 14px; font-family: Arial; background: url(../graphics/bgSite.jpg) top left repeat-x;}
img{border:none;}
h1{font-size:16px;}
/* PAGE */
#page { margin:0 auto; width:540px;}

/* HEADER */
#header{display:none}

/* SITE */
#site{ background:url(../graphics/bgMain.gif) top left repeat-y; margin:0; padding:0;}
.site{ background:url(../graphics/bgSiteHeader.png) top left no-repeat; }

/* LEFT COLUMN */
#columnLeft{display:none}
	
/* CONTENT */
#content{float:left; display:inline; margin:0; padding:0 25px; width:540px; background:url(../graphics/bgMainLeft.png) 580px 0 repeat-y;}

	#main p{text-align:justify;}
#content h1.site{background: url(../graphics/header.gif) top left repeat-x;margin:14px 0;}
#content h1.site span{font-size:22px; padding:0 8px 0 0; background:#FFF7D2; font-weight:bold;}
#content h1.siteInteresting{background: url(../graphics/header.gif) top left repeat-x;margin:14px 0;}
#content h1.siteInteresting span{color:#072F6F;font-size:22px; padding:0 8px 0 0; background:#FFF7D2;font-weight:bold; text-transform:uppercase; text-decoration:underline;}

#content div.notes{background: url(../graphics/notes.png) top left no-repeat;margin:14px 0 -5px 0; padding:12px 10px 0 12px; color:#0820A3; height:50px; width:514px; font-size:22px; font-weight:bold; }
#content div.notes a{color:#17409b;}

#content #hotOffer h1.hotOffer{ background: url(../graphics/h1HotOffer.png) 190px 8px  no-repeat;}
#content h1.hotOffer span{font-size:22px; padding:0 8px 0 0; background:#FFF7D2;}

#content .offer div.content{color:#686868; width:390px; float:left; display:block; text-align:justify;}

div.content div.link a{color:#ff0000; font-size:12px; font-weight:bold; text-decoration:none;}
div.content div.link a:hover{text-decoration:underline;}

div.line{background: url(../graphics/h3bg.jpg) top left repeat-x;line-height:6px;width:100%;}
#content .offer div.image{width:128px; float:left; display:block; margin-left:8px;}
#content .offer div.image img {border:4px solid #fbd918; margin:4px;}

#content2{float:left; display:inline; margin:0; padding:0 8px; width:740px;}
	#main p{text-align:justify;}
#content2 h1.site{background: url(../graphics/header.gif) top left repeat-x;margin:14px 0;}
#content2 h1.site span{font-size:16px; color:#FF0000; font-weight:normal; padding:0 8px 0 0; background:#FFF7D2;font-weight:bold; text-transform:uppercase;}
#content2 h1.hotOffer{background: url(../graphics/header.gif) top left repeat-x;margin:14px 0;}
#content2 h1.hotOffer span{font-size:22px; padding:0 8px 0 0; background:#FFF7D2;}
p{font-size:12px;}

/* RIGHT COLUMN */
#columnRight {display:none;}

/* FOOTER */
#footer {display:none;}
	
/* form */
#form {font-size: 13px; margin: 0; padding: 0; width: 540px; overflow: hidden;}
ul#form { list-style-type: none;}
#form li label.name {display: inline; width: 140px; float: left; text-align: right; padding: 1px 10px 1px 0; margin:0;}
#form li textarea {width: 320px; margin-top:2px; padding: 0 2px; height: 150px; border: 1px solid #CAC8C9;}
#form li input {border: 1px solid #CAC8C9; width:180px; margin-top:2px;}
#form li.break {padding:8px 0;}
#form li.title h1 {padding:8px 0; text-align:center;}
#form li.footer {padding:8px 0;}
#form li input.button {border: 1px solid #CAC8C9; width:120px; margin-top:2px;}
#form li input.check{width:14px; padding:0; margin:0;}


/* clear */
.clear { clear: both; }